/* Document
 * ========================================================================== */


 body {
     margin: 0;
 }
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */



html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
.color-secondary {
    color: var(--secondary) !important
}

.color-primary {
    color: var(--primary) !important
}


.input {
  margin-bottom: 15px;
  outline: none;
  font-family: "XXIIAven-Medium";
}

.input__error {
    text-align: center;
    font-size: 10px;
    color: var(--red);
    margin-top: 5px;
}

.input__name {
  color: var(--secondary);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}


.input__type {
    color: var(--primary);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

.input__type input {
    border: none;
    padding: 7px 10px;
    border-radius: 5px;
    border:solid 1px var(--primary);
    border-radius: 10px;
    outline: none;
     -moz-appearance: textfield;
}

.input__type input:disabled {
    border: none;
    text-align: center;
    color: var(--primary);
    background: white;
}

.input__type select {
    width: 100%;
    border: 1px solid var(--primary);
    background: white;
    padding: 5px;
    border-radius: 5px;
    color: var(--primary);
    font-style: normal;
    font-weight: 500;
    font-family: "XXIIAven-Medium";
}

.data__alert {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: var(--secondary);
  padding: 10px;
  background: #EFEFEF;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.group-items__item {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--primary);
}

.group-items__inputs {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.group__accordion {
  gap: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.card__principal {
  margin-bottom: 15px;
}

.container__inputs {
  text-align: center;
  padding: 15px;
}

.next {
  text-align: center;
  margin-top: 15px;
}

.next .button {
  margin: 0 auto;
}

.login {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 min-height: 100vh;
	 font-family: "XXIIAven-Medium";
}
 .login .login__welcome {
	 font-style: normal;
	 font-weight: 500;
	 font-size: 24px;
	 line-height: 28px;
	 text-align: center;
	 color: var(--secondary);
}
 .login .login__inputs {
	 text-align: center;
}
 .login .login__options {
	 display: flex;
	 justify-content: space-between;
	 gap: 20px;
	 margin-top: 35px;
	 margin-bottom: 35px;
}
 .login .login__recover {
	 font-style: normal;
	 font-weight: 500;
	 font-size: 11px;
	 line-height: 15px;
	 text-align: center;
	 color: var(--gray);
	 cursor: pointer;
}
 .login .card--image {
	 width: 350px;
}
 .login .login__footer {
	 font-style: normal;
	 font-weight: 500;
	 font-size: 12px;
	 line-height: 28px;
	 text-align: center;
	 color: var(--secondary);
}
 .login .button {
	 margin: 0 auto;
}
 .login .card {
	 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	 border-radius: 16px;
	 border: double 2px transparent;
	 background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
	 background-clip: content-box, border-box;
	 border-image-slice: 1;
	 background-origin: border-box;
	 background-color: white;
	 margin-bottom: 30px;
}
 .login .card__content {
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 padding: 34px 20px;
	 background: white;
     border-radius: 15px;
}
 .login .card--image {
	 width: 260px;
	 margin: 0 auto;
	 margin-bottom: 25px;
}
 .login .card__input {
	 font-style: normal;
	 font-weight: bold;
	 font-size: 40px;
	 line-height: 28px;
	 text-align: center;
	 color: var(--primary);
	 border: none;
	 outline: none;
	 width: 100%;
	 border-bottom: 2px solid;
	 border-image: linear-gradient(to right, #25a3fa, #30c5c0);
	 border-image-slice: 1;
	 background: white;
}
 .login .card__input::placeholder {
	 color: var(--primary);
}
 .login .card__img {
	 width: 70px;
	 height: 70px;
	 margin-bottom: 40px;
}

 @media (min-width: 960px) {
	.input__error {
		text-align: left;
	}
 }
 @media (min-width: 1600px) {
	 .login .card--image {
		 width: 300px;
	}
	 .login .card__content {
		 padding: 56px 20px;
	}
	 .login .card__img {
		 width: 100px;
		 height: 100px;
	}
}
 .login .radio {
	 display: flex;
	 gap: 5px;
	 justify-content: center;
	 align-items: center;
}
 .login .radio__input {
	 width: 0;
	 height: 0;
	 margin-right: 15px;
	 display: none;
}
 .login .radio__input:checked + .radio__circle {
	 background: radial-gradient(var(--primary) 50%, rgba(255, 0, 0, 0) 51%);
}
 .login .radio__text {
	 width: fit-content;
}
 .login .radio__circle {
	 width: 15px;
	 height: 15px;
	 border-radius: 50%;
	 border: 1px solid var(--primary);
}
 .login .button {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 4px;
	 border-radius: 20px;
	 background-color: var(--red);
	 color: white;
	 padding-left: 10px;
	 padding-right: 10px;
	 cursor: pointer;
	 width: 90px;
	 font-weight: 900;
	 font-size: 14px;
	 height: 29px;
   position: relative;
}
 .login .button__icon {
	 margin-top: 5px;
}
 .login .button__disabled {
	 background-color: var(--gray);
	 pointer-events: none;
}
 .login .button .button__submit {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
 @media (min-width: 1600px) {
	 .login .button {
		 height: 40px;
		 padding-left: 20px;
		 padding-right: 20px;
		 width: initial;
		 font-size: 16px;
		 max-width: 150px;
	}
}

/* INICIO DE CSS LOGIN */
@font-face {
    font-family: 'XXIIAven-Regular';
    src: url('../fuentes/XXIIAven-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'XXIIAven-Medium';
    src: url('../fuentes/XXIIAven-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'XXIIAven-Bold';
    src: url('../fuentes/XXIIAven-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'XXIIAven-Light';
    src: url('../fuentes/XXIIAven-Light.ttf')  format('truetype');
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: hsla(0,0%,100%,.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
    border-radius: 5px;
}

*, *:before, *:after{
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
  font-family: 'XXIIAven-Regular';
  font-size: 14px;
}


.dependientes_mensaje{

        font-size: 13px;
        font-family: 'XXIIAven-Medium';
        text-align: center;
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
}
.libro_reclamaciones img{
    width:25px;
    height:auto;
}
.iconos_dependientes{
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
.dependiente_contraer, .dependiente_eliminar{
    cursor: pointer;
}
.tabcontenido-7, .tabcontenido-8, .tabcontenido-9{
    display:flex;
}
.boton_agregar_dependiente {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}
/* */
.edad_agregar, .edad_quitar{
    cursor:pointer;
}
.nav_izq_atenciones img,.nav_der_atenciones img{
    position: relative;
    top: -3px;
}
.tabcontenido-6 .redondo_icono{
    /*background-color: unset !important;*//
}
.tabcontenido-5 .recuadro{
    min-height:10vh !important;
}
.tabcontenido-4 .recuadro .lado_2 .contenedor .item .cabezera {
    height: 10vh;
    }
.tabcontenido-3 .recuadro .lado_2 .contenedor .item .cabezera {
        height: 10vh;
        }
.tabcontenido-3 .desktop_der .atenciones {
            margin-top: 120px;
 }
.tabcontenido-4 .desktop_der .atenciones {
    margin-top: 120px;
}
.tabcontenido-6{
    display:flex;
}
/* */
button:focus{
    outline: 0px auto -webkit-focus-ring-color;

}
.tabcontenido-5{
    display:flex;
}
.tabcontenido-5 .general{
    width: 100%;
}
.item_oculto{
    display: none !important;
}
.deshabilitado{
    background-color: #ddd !important;
    cursor: not-allowed !important;
}
.tabcontenido-8 .contenedor_dep_edad:nth-child(2){
    margin-top:40px;
}


.side_nav .activo{
    background-color: #00c5c0;
}
.side_nav ul li{
    border-bottom: 1px solid #00c5c0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.side_nav ul li:last-child{
    border-bottom: unset;
}
.boton_agregar_dependiente {
    position: absolute;
    top: 20px;
    right: 32px;
}
.medium{
    font-family: 'XXIIAven-Medium';
}
.desktop_izq, .desktop_izq2{
    /*display: none;*/
}
.desktop_der{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
.hide{
    display: none !important;
}
.tab-navegador2{
        display: none;
    }
.contenedor_block, .block{
    display: block !important;
}
.inline_table{
    display: inline-table !important;
    width: 100%;
}
/* 929500354 */
.burger_desktop{
        display: none;
    }
.manos2{
    visibility: hidden;
}
.contenedor_opcion{
    width: 100%;
    float: left;
    position: relative;
    /*background-color: blueviolet;*/
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
.tabcontenido-22 .desktop_der .imagen-doc-tarjeta img{
    width: 100px;
}
.tabcontenido-23 .col_texto img{
    margin-bottom: 20px;
}
.tabcontenido-13 .recuadro .lado_1 .cabezera{
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    align-items: flex-end;
    padding-bottom: 10px;
}
.desktop_izq2 .col_texto {
    width: 330px;
    position: relative;
    left: 0px;
    margin-top: 20px;
    text-align: center;
}

.desktop_izq2 .contenedor_texto_atenciones {
    display: flex !important;
    align-items: center;
    position: relative;
    top: -65px;
    left: 0px !important;
}
@media(min-width: 992px){
    progress{
        width: 195px;
    }
    .contenido_principal {
        width: 100% !important;
    }
    .tabcontenido-1 .desktop_der .cuadro_central,
    .tabcontenido-2 .desktop_der .cuadro_central{
        width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .tabcontenido-1 .desktop_der .cuadro_central .alias{
        width: 90% !important;
    }
    .tabcontenido-5 .desktop_der .atenciones{
        margin-left: 110px !important;
        margin-right: 110px !important;
        width: calc(100% - 220px);
    }
    .tabcontenido-8 .desktop_der .atenciones{
        width: 328px;
        margin-left: auto;
        margin-right: auto;
    }
    .tabcontenido-5 .desktop_der .atenciones {
        margin-top: 120px;
    }
    .tabcontenido-6 .desktop_der .atenciones {
        margin-left: 74px;
        margin-right: 74px;
        width: calc(100% - 148px);
        text-align: center !important;
        margin-top: 120px;
    }
    .tabcontenido-7 .desktop_der .atenciones{
        margin-top: 120px;
    }
    .tabcontenido-8 .desktop_der .atenciones{
        margin-top: 190px;
    }
    .tabcontenido-15 .desktop_der .atenciones{
        margin-top: 190px;
    }
    .tabcontenido-9 .desktop_der .atenciones{
        margin-top: 120px;
    }
    .tabcontenido-20 .desktop_der .atenciones{
        margin-top: 120px;
    }
    .tabcontenido-13 .desktop_der .atenciones{
        margin-top: 120px;
    }
    .tabcontenido-22 .desktop_der .imagen-doc-tarjeta{
        margin-top: 115px;
        margin-bottom: 20px;
    }
    .tabcontenido-12 .desktop_der .atenciones{
        margin-top: 120px;
    }
    .tabcontenido-16 .desktop_der .atenciones{
        margin-top: 120px;
    }
    .tabcontenido-17 .desktop_der .atenciones{
        margin-top: 120px;
    }
    .tabcontenido-5 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-6 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-7 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-8 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-15 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-9 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-20 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-22 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-12 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-13 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-16 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .tabcontenido-17 .desktop_der{
        display: block;
        height: auto;
        margin-bottom: 80px;
    }
    .col_texto .texto_atenciones {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .tabcontenido-3, .tabcontenido-4, .tabcontenido-5, .tabcontenido-6, .tabcontenido-7, .tabcontenido-8, .tabcontenido-9, .tabcontenido-10, .tabcontenido-13, .tabcontenido-14, .tabcontenido-15, .tabcontenido-16, .tabcontenido-17, .tabcontenido-18, .tabcontenido-19, .tabcontenido-20, .tabcontenido-21, .tabcontenido-22, .tabcontenido-23, .tabcontenido-24, .tabcontenido-25 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .recuadro .lado_1 .cabezera {
        height: 100px;
        font-size: 14px !important;
        line-height: 14px !important;
        font-family: 'XXIIAven-Medium' !important;
    }
    .recuadro .lado_1 .contenido {
        font-family: 'XXIIAven-Medium' !important;
    }
    .tabcontenido-7 .recuadro .lado_2 .contenedor .item .cabezera {
        font-size: 14px !important;
        line-height: 14px !important;
        font-family: 'XXIIAven-Medium' !important;
    }
    .tabcontenido-7 .recuadro .lado_2 .contenedor .item .contenido,
    .tabcontenido-8 .recuadro .lado_2 .contenedor .item .contenido,
    .tabcontenido-9 .recuadro .lado_2 .contenedor .item .contenido,
    .tabcontenido-10 .recuadro .lado_2 .contenedor .item .contenido,
    .tabcontenido-11 .recuadro .lado_2 .contenedor .item .contenido,
    .tabcontenido-15 .recuadro .lado_2 .contenedor .item .contenido,
    .tabcontenido-17 .recuadro .lado_2 .contenedor .item .contenido {
        font-size: 13px !important;
        font-family: 'XXIIAven-Medium' !important;
    }
    .numeroprogreso, .numeroprogreso2 {
        font-size: 15px !important;
        font-family: 'XXIIAven-Regular';
        color: #8e8e8e;
    }
    .manos2{
        display: none;
    }
    .texto_alias {
        font-size: 24px !important;
        font-family: 'XXIIAven-Medium';
        text-align: center !important;
    }
    .contenido_principal{
        display: flex;
        min-height: calc(100vh - 95px);
    }
    .desktop_der{
        overflow-y: auto;
    }
    .desktop_der .atenciones{
        margin-left: 74px;
        margin-right: 74px;
        width: calc(100% - 148px);
        flex: initial;
    }
    .seccion_siguiente {
        width: 250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .opcion_economica{
        width: 290px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .tabcontenido-1, .tabcontenido-2, .tabcontenido-3{
        display: flex;
    }
    .tabcontenido{
        height: 100vh;
    }
    .desktop_izq, .desktop_izq2, .desktop_der{
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .xlado1,.xlado2{
        display: flex;
        width: 50%;
        height:100%;
    }
    .desktop_izq, .desktop_izq2{
        background-color: #f7f7f7;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .desktop_izq2{
        flex-shrink: 0;
        flex-direction: column;
        background-color: #fff;
        background-image: url("../imagenes/logo/combined-shape.png");
        background-repeat: no-repeat;
        background-position: center;
    }
    .desktop_izq2 .col-md-12{
        position: relative;
        flex: unset !important;
        top: -75px;
        right: 0px;
    }
    #pantalla_inicio {
        background-color: #0b4f8f;
        width: 100%;
        height: 100% !important;
        display: flex;
    }
    .logo_int{
        width: 237px !important;
        height: auto;
    }
    #pantalla_inicio .superior {
        width: 100%;
        text-align: center;
    }
    #pantalla_inicio .superior h4{
        font-size: 20px;
        line-height: 20px;
    }
    #pantalla_inicio .contenido {
        margin-top: 56px !important;
    }
    #pantalla_inicio .contenido span {
        color: #2ec5c0;
        line-height: 1.2em;
        display: inline-block;
        font-size: 24px;
    }
    #pantalla_inicio .inferior .imagen img {
        width: 195px !important;
        height: auto;
    }
    #pantalla_inicio .inferior {
        width: 100%;
        text-align: center;
        margin-top: 70px !important;
        font-size: 1.5em;
    }
    .contenedor_texto_atenciones {
        display: contents !important;
        flex-direction: inherit !important;
    }
    .tab-navegador{
        display: none !important;
    }
    .tab-navegador2{
        display: block !important;
        float: left;
        position: relative;
    }
    .marketing-nav--primary {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .marketing-nav--primary {
        min-height: unset !important;
    }
    .superior_nav{
        height: 80px;
    }
    .logo_inf_tam {
        width: 199px !important;
    }
    .logo_inf_burger_texto {
        width: calc(100% - 358px) !important;
        display: flex;
    }
    .logo_inf_burger_texto .interno .texto2{
        font-size: 22px;
        padding-top: 25px;
        padding-left: 45px;
    }
    .burger_desktop{
        display: block;
        padding-top: 23px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 33px;
    }
    .contenedor_lineas{
        display: none !important;
    }
    .marketing-nav--skin-light {
        background-color: #004f8f;
        border-bottom-color: unset;
        background-image: url("../imagenes/menu/fondo_desktop.png") !important;
        background-repeat: no-repeat;
    }
}
.tabcontenido-16 .recuadro .lado_1 .contenido{
    align-items: flex-start;
}
.tabcontenido-3 .cuadro_boton,
.tabcontenido-4 .cuadro_boton,
.tabcontenido-4 .cuadro_boton,
.tabcontenido-4 .cuadro_boton,
.tabcontenido-4 .cuadro_boton,
.tabcontenido-4 .cuadro_boton,
.tabcontenido-4 .cuadro_boton{
    margin-left: 23px  !important;
}
.last-contenido{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.tabcontenido-20 .cuadro_boton{
    text-align: right  !important;
    width:100%  !important;
}
.tabcontenido-20 .cuadro_boton .boton{
    margin-top: 5px !important;
}
.tabcontenido-22 .cuadro_boton{
    text-align: center !important;
    width:100%  !important;
    margin-bottom: 5px;
    margin-top: 5px;
}
.tabcontenido-22 .cuadro_boton .boton{
    margin-top: 5px !important;
}
.edad_quitar{
    margin-bottom: 10px;
    margin-right: 10px;
}
.edad_agregar{
    margin-bottom: 10px;
    margin-left: 10px;
}
.tabcontenido-2{
    /*display: none;*/
}
.has_pagado{
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 12px;
    color:#fff;
    background: rgb(50,204,200);
    background: linear-gradient(90deg, rgba(50,204,200,1) 0%, rgba(9,130,255,1) 50%, rgba(50,204,200,1) 100%);
}
.has_pagado2{
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.has_pagado3{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.has_pagado4{
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#004f8f;
}
.tabcontenido-12 .contenedor_texto_atenciones{
    margin-left: 15px;
    margin-right: 15px;
}
.tabcontenido-12 .atenciones {
    width: 92%;
    align-items: center;
}
.tabcontenido-5 .opcion_economica{
    width: calc(100% - 30px);
}
.tabcontenido-5 .opcion_economica .texto{
    width: 44%;
    font-weight: 600;
}
body{
    background-color: #f7f7f7;
    font-family: 'XXIIAven-Regular';
    font-size:14px;
}
.tabcontenido-13 .lado_2 .contenedor {
    border-radius: 16px !important;
}
.tabcontenido-14 .lado_2 .contenedor {
    border-radius: 16px !important;
}
.tabcontenido-9 .recuadro .lado_1,
.tabcontenido-17 .recuadro .lado_1{
    width: 25% !important;
}
.tabcontenido-9 .recuadro .lado_2,
.tabcontenido-17 .recuadro .lado_2
{
    overflow-x:hidden !important;
    width: 55% ;
}
.tabcontenido-15 .recuadro{
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px) !important;
}
.tabcontenido-8 .recuadro{
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px) !important;
}
.bolsa{
    margin-right:20px;
}
.fondo_gris{
    background-color: #f8f8f8 !important;
}
.flex-center{
    align-items: center;
    align-content: center;
}
.contenido2 .sup2{
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center;
    align-items:center;
    align-content:center;
    font-family: 'XXIIAven-Medium';
}
.justificado{
    text-align: justify;
}
.dependiente_eliminar_texto{
    font-size: 12px;
    margin-bottom: 20px;
}
.atenciones.beneficios .recuadro,
.tabcontenido-7 .recuadro,
.tabcontenido-8 .recuadro,
.tabcontenido-9 .recuadro,
.tabcontenido-10 .recuadro,
.tabcontenido-11 .recuadro,
.tabcontenido-12 .recuadro,
.tabcontenido-13 .xrecuadro,
.tabcontenido-14 .xrecuadro,
.tabcontenido-15 .recuadro,
.tabcontenido-17 .recuadro,
.tabcontenido-18 .recuadro,
.tabcontenido-19 .recuadro,
.tabcontenido-20 .recuadro,
.tabcontenido-21 .recuadro,
.tabcontenido-22 .recuadro,
.tabcontenido-23 .recuadro,
.tabcontenido-24 .recuadro{
    border-radius: 16px !important;
    border: double 2px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
    border-image-slice: 1;
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.tabcontenido-21 .recuadro,
.tabcontenido-22 .recuadro,
.tabcontenido-23 .recuadro,
.tabcontenido-24 .recuadro{
    min-height: unset;
}
.atenciones.beneficios .recuadro .lado_1{
    border: unset !important;
}
.contenido2 .row .izq{
    float: left;
    position: relative;
    width: 45%;
    padding:14px;
}
.contenido2 .row .der{
    float: left;
    position: relative;
    width: 55%;
    padding:14px;
}
.contenido2 .row .izq.justificado{
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.12px;
    color:#8e8e8e;
}
.contenido2 .row .izq.text-center{
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.12px;
    color:#8e8e8e;
}
.contenido2 .row .der.justificado{
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.12px;
    color:#8e8e8e;
}
.contenido2 .row .der.text-center{
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.12px;
    color:#8e8e8e;
}
.doc-0{
    width: 61px;
    height: 84px;
}
.seccion_siguiente{
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 22px;
    box-shadow: 0 0 7px 0 rgba(198, 198, 198, 0.5);
    border: solid 1px #ececec;
    background-color: #ffffff;
    display: flex;
    border-radius: 16px;
    margin-bottom: 30px;
}
.seccion_siguiente .lado_1{
    width: 60%;
}
.seccion_siguiente .lado_2{
    width: 40%;
}
.tabcontenido-20 .seccion_siguiente .lado_1{
    width: 50%;
}
.tabcontenido-20 .seccion_siguiente .lado_2{
    width: 50%;
}
.seccion_siguiente .lado_1{
    align-items: center;
    display: flex;
    justify-content: end;
}
.mensaje_edad{
    font-size: 13px;
    color:#8e8e8e;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 12px;
}
.contenedor_texto_atenciones{
    display: flex;
    flex-direction: inherit;
}
.col_manos{
    width: 45px;
    float: left;
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.col_texto .texto_atenciones{
    font-size: 15px;
}
.libro_reclamaciones{
    font-size: 14px;
    color:#8e8e8e;
    cursor: pointer;
    padding-bottom: 30px;
}
.cuadro_boton .boton{
    margin: 0px;
    border-radius: 20px;
    background-color: #ff2e2e;
    color:#fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    cursor: pointer;
}
.tabcontenido-12 .cuadro_boton .boton,
.tabcontenido-13 .cuadro_boton .boton{
    margin-top: 0px;
}
.cuadro_central{
    background-color: #fff;
    padding: 0px 0px 0px;
    border-radius: 16px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    flex:initial;
    border: double 2px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
    border-image-slice: 1;
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-bottom: 30px;
}
.manos{
    margin-right: 10px;
}
.logo_int{
    margin-top: 10px;
}
.tabcontenido-1 .tabcontenido-2, .tabcontenido-3, .tabcontenido-4, .tabcontenido-5, .tabcontenido-6, .tabcontenido-7, .tabcontenido-8, .tabcontenido-9 ,.tabcontenido-10 , .tabcontenido-11, .tabcontenido-12, .tabcontenido-13, .tabcontenido-14, .tabcontenido-15, .tabcontenido-16, .tabcontenido-17, .tabcontenido-18, .tabcontenido-19
, .tabcontenido-20
, .tabcontenido-21
, .tabcontenido-22
, .tabcontenido-23
, .tabcontenido-24
, .tabcontenido-25
{
    /*display: none;*/
}
.mas_azul{
    width: 18px;
    height: auto;
}
.tabcontenido-3, .tabcontenido-4, .tabcontenido-5, .tabcontenido-6, .tabcontenido-7, .tabcontenido-8, .tabcontenido-9, .tabcontenido-10, .tabcontenido-13, .tabcontenido-14, .tabcontenido-15, .tabcontenido-16, .tabcontenido-17, .tabcontenido-18, .tabcontenido-19,
.tabcontenido-20,.tabcontenido-21,.tabcontenido-22,.tabcontenido-23,.tabcontenido-24,.tabcontenido-25{
    padding-left: 15px;
    padding-right: 15px;
}
.mr_1em{
    margin-right: 1em;
}
.ml_1em{
    margin-left: 1em;
}
/* RADIO */
*, *:before, *:after {
    box-sizing: border-box;
}
.redondo_icono{
    border-radius: 50%;
    background-color: #00C5C0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 2px;
    width: 20px;
    height: 20px;
    line-height: 16px;
}
.opcion_economica{
    border-radius: 16px;
    box-shadow: 0 0 7px 0 rgba(198, 198, 198, 0.5);
    border: solid 1px #ececec;
    background-color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    position: relative;
}
.opcion_economica .texto{
    width: 70%;
    float: left;
    position: relative;
    text-align: left;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: -0.35px;
}
.opcion_economica .texto .mas{
    position: absolute;
    width: 15px;
    right: 12px;
    top: 12px;
}
.opcion_economica .imagenes{
    width: 30%;
    float: left;
    position: relative;
}
.tabcontenido-5 .opcion_economica .imagenes{
    width: 56%;
    float: left;
    position: relative;
    height: 80px;
}
.opcion_economica .imagenes .mas{
    position: absolute;
    width: 2em;
    right: 1em;
    top: 3em;
}
.opcion_economica .imagenes .completo{
    width: 76px;
    height: 100%;
}
.tabcontenido-6 .opcion_economica .imagenes .completo{
    width: 60px;
    height: 100%;
    text-align: center;
}
.tabcontenido-6 .opcion_economica .imagenes{
    text-align: center;
}
.tabcontenido-9 .opcion_economica .imagenes .completo{
    width: 60px;
    height: 100%;
    text-align: center;
}
.tabcontenido-9 .opcion_economica .imagenes{
    text-align: center;
}
.tabcontenido-6 .recuadro .lado_2 .contenedor .item .contenido,
.tabcontenido-6 .recuadro .lado_2 .contenedor .item .contenido .radio__label{
    font-size: 13px !important;
}

.u700{
    font-family: 'XXIIAven-Bold';
}
.tabcontenido-5 .recuadro .lado_1{
    width:100%;
    border-radius: 10px 0px 00px 10px;
    border-top: 2px solid #e9e9e9;
    border-left: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    border-right: unset;
}
.tabcontenido-5 .recuadro .lado_1 .contenido{
    width: 100%;
}
.tabcontenido-5 .recuadro .lado_1 .contenido .texto{
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: -0.41px;
}
.tabcontenido-5 .recuadro .lado_2 {
    width:20%;
    overflow-x :hidden;
    border-top: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
    border-left: unset;
}
.tabcontenido-5 .recuadro {
    margin-top: 6px;
    font-size: 0.9em;
}
.zend{
    text-align: center;
}
.tabcontenido-5 .recuadro .lado_1 .cabezera{
    height: 16vh;
    font-size: 1.1em;
    line-height: 1.1em;
    display:flex;
    vertical-align: bottom;
    text-align: center;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    /*align-items:center;
    justify-content:center;*/
}
.tabcontenido-5 .recuadro .lado_1 .contenido{
    height: 7vh;
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    display: flex;
    vertical-align: center;
    justify-content: left;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.1em;
    line-height: 1.2em;
    padding-top: 7px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 7px;
}
.tabcontenido-5 .recuadro .lado_1 .contenido2{
    min-height: 2vh;
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    display: none;
    vertical-align: center;
    justify-content: left;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.0em;
    line-height: 1.2em;
    padding-top: 0px;
    padding-bottom: 7px;
}
.tabcontenido-5 .recuadro .lado_2 .contenedor .item .cabezera .start img{
    width: 2em;
    height: auto;
}
.tabcontenido-5 .recuadro .lado_2 .contenedor .item .contenido{
    justify-content: end;
    padding-left: 0px;
    padding-right: 0px;
}
.tabcontenido-5 .recuadro .lado_2 .contenedor .item .cabezera{
    height: 16vh;
    width: 100%;
    font-size: 1.2em;
    line-height: 1.1em;
    display:flex;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 5px;
}
.tabcontenido-5 .recuadro .lado_2 .contenedor .item .cabezera .start{
    align-self: flex-start;
    padding-top: 20px;
    width: 100%;
}
.tabcontenido-5 .texto_atenciones{
    font-size: 1.3em;
    text-align: left;
    line-height: 1.1;
}
.tabcontenido-5 .recuadro .lado_2 .contenedor .item .contenido {
    height: 7vh;
}
.tabcontenido-5 .opcion_economica .imagenes .cuadro_boton{
    position: absolute;
    right: -40px;
    top: -4px;
}
.tabcontenido-5 .opcion_economica .imagenes .cuadro_boton .boton{
    margin: 0px;
}
.tabcontenido-6 .recuadro .lado_1{
    width:33%;
}
.tabcontenido-6 .recuadro .lado_2 {
    width:57%;
}
.tabcontenido-6 .recuadro .lado_1 .cabezera{
    height: 16vh;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: -0.35px;
    display:flex;
    vertical-align: bottom;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}
.tabcontenido-6 .recuadro .lado_1 .contenido{
    height: 7vh;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: -0.35px;
    text-align: left;
    display: flex;
    vertical-align: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 7px;
    padding-bottom: 7px;
}
.tabcontenido-6 .recuadro .lado_2 .contenedor .item .cabezera .start img{
    width: 2em;
    height: auto;
}
.tabcontenido-6 .recuadro .lado_2 .contenedor .item .contenido{
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 600;
}
.tabcontenido-6 .recuadro .lado_2 .contenedor .item .cabezera{
    height: 16vh;
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.35px;
    display:flex;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 5px;
}
.tabcontenido-6 .alias-item{
    font-size: 16px;
    font-weight: 600;
    padding: 0px 15px;
}
.tabcontenido-6 .recuadro .lado_2 .contenedor .item .cabezera .start{
    align-self: flex-start;
    padding-top: 20px;
    width: 100%;
}
.tabcontenido-6 .texto_atenciones{
    font-size: 1.3em;
    text-align: left;
    line-height: 1.1;
}
.tabcontenido-6 .recuadro .lado_2 .contenedor .item .contenido {
    height: 7vh;
}
.tabcontenido-7 .recuadro{
    padding-top: 0px;
    padding-bottom: 0px;
}
.tabcontenido-8 .recuadro{
    padding-top: 0px;
    padding-bottom: 0px;
}
.tabcontenido-15 .recuadro{
    padding-top: 0px;
    padding-bottom: 0px;
}
.tabcontenido-7 .recuadro .lado_1{
    border-top: unset;
    border-left: unset;
    border-bottom: unset;
    border-right: unset;
}
.tabcontenido-7 .recuadro .lado_2{
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}
.tabcontenido-7 .recuadro .lado_1 .cabezera{
    flex-direction: column;
    padding-top:1em;
    padding-left:1em;
    padding-right: 1em;
    height: 13vh;
    align-items: center;
    justify-content: center;
}
.tabcontenido-7 .recuadro .lado_1{
    width: 45%;
}
.tabcontenido-7 .recuadro .lado_2{
    width: 55%;
}
.tabcontenido-7 .recuadro .lado_1 .d_v{
    font-size: 0.7em;
}
.tabcontenido-7 .recuadro .lado_2{
    overflow-x:hidden;
}
.tabcontenido-7 .recuadro .lado_2 .contenedor{
    width:100%;
}
.tabcontenido-7 .recuadro .lado_2 .contenedor .item{
    width:100%;
    padding-left: 0px;
    padding-right: 0px;
}
.tabcontenido-7 .recuadro .lado_2 .contenedor .item .cabezera{
    font-size: 0.9em;
    height: 13vh;
}
.tabcontenido-7 .recuadro .lado_2 .contenedor .item .contenido,
.tabcontenido-8 .recuadro .lado_2 .contenedor .item .contenido,
.tabcontenido-9 .recuadro .lado_2 .contenedor .item .contenido,
.tabcontenido-10 .recuadro .lado_2 .contenedor .item .contenido,
.tabcontenido-11 .recuadro .lado_2 .contenedor .item .contenido,
.tabcontenido-15 .recuadro .lado_2 .contenedor .item .contenido,
.tabcontenido-17 .recuadro .lado_2 .contenedor .item .contenido{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px !important;
}
.tabcontenido-8 .recuadro .lado_1,
.tabcontenido-15 .recuadro .lado_1 {
    /*border-radius: 10px 10px 10px 10px;
    border: 2px solid #e9e9e9;*/
    width: 100%;
    justify-content: left;
}
.tabcontenido-8 .recuadro .lado_1 .contenido,
.tabcontenido-15 .recuadro .lado_1 .contenido{
    justify-content: left;
    font-size: 16px;
}
.tabcontenido-8 .recuadro .lado_1 .contenido img,
.tabcontenido-15 .recuadro .lado_1 .contenido img{
    width: 21px;
    margin-right: 5px;
    margin-left: 5px;
}
.tabcontenido-8 .recuadro .texto_dependientes,
.tabcontenido-15 .recuadro .texto_dependientes{
    margin-top: 10px;
    position: absolute;
    left: 12vh;
    top: -9vh;
    width: 39%;
    text-align: right;
}
.tabcontenido-8 .redondo_icono,
.tabcontenido-15 .redondo_icono{
    margin-right: 4px;
    margin-left: 4px;
    width: 16px;
}
.tabcontenido-8 .azul_aa,
.tabcontenido-15 .azul_aa{
    font-size: 1.2em;
    width: 1.3em;
}
.tabcontenido-8 .recuadro .lado_1,
.tabcontenido-15 .recuadro .lado_1{
    display: block;
}
.tabcontenido-8 .recuadro .lado_1 .contenido,
.tabcontenido-15 .recuadro .lado_1 .contenido {
    height: 5vh;
    font-weight: 500;
}
.tabcontenido-8 .edad,
.tabcontenido-15 .edad{
    margin: 0px;
    height: 9vh;
    padding-top: 0px;
    margin-top: 0px;
}
.tabcontenido-9 .recuadro,
.tabcontenido-17 .recuadro,
.tabcontenido-20 .recuadro{
    background-image:initial;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 16px;
    box-shadow: 0 0 7px 0 rgba(198, 198, 198, 0.5);
    border: solid 1px #e7e5e5 !important;
    background-color: #ffffff !important;
    background-clip: border-box;
}
.tabcontenido-20 .recuadro .lado_1 .cabezera{
    height: 15vh !important
}
.tabcontenido-20 .recuadro .cabezera{
    align-items:center;
    text-align: center !important;
    justify-content:center;
}
.tabcontenido-20 .cont_pago{
    height: 40px  !important;
    font-size: 15px !important;
}
.tabcontenido-20 .subrecuadro {
    margin-top: 25px;
    border-radius: 16px;
    box-shadow: 0 0 7px 0 rgba(198, 198, 198, 0.5);
    border: solid 1px #e7e5e5 !important;
    background-color: #cef4f3;
    position: relative;
    float: left;
    margin-bottom: 5px;
}
.tabcontenido-20 .subrecuadro .imagen{
    float: left;
    position: relative;
    width: 45px;
    padding-left:18px;
    padding-top: 18px;
    padding-right: 40px;
}
.tabcontenido-20 .subrecuadro .imagen img{
    width: 27px;
    height: auto;
}
.tabcontenido-20 .subrecuadro .texto{
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 12px;
    color:#00c5c0;
    width:calc(100% - 80px);
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 600;
}
.fondo_gris_sup{
    background-color: #efefef;
}
.tabcontenido-20 .subrecuadro2 {
    margin-top: 10px;
    border-radius:unset;
    box-shadow: unset;
    border: unset;
    background-color: #f7f7f7;
    position: relative;
    float: left;
    margin-bottom: 22px;
}
.tabcontenido-20 .subrecuadro2 .imagen{
    float: left;
    position: relative;
    width: 45px;
    padding-left:18px;
    padding-top: 10px;
    padding-right: 40px;
}
.tabcontenido-20 .subrecuadro2 .imagen img{
    width: 12px;
    height: auto;
}
.tabcontenido-20 .subrecuadro2 .texto{
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 12px;
    color:#004f8f;
    font-weight: 600;
    width:calc(100% - 80px);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right:45px;
}
.tabcontenido-20 .seccion_siguiente {
    width: calc(100% - 0px);
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 17px !important;
    margin-bottom: 22px !important;
    box-shadow: 0 0 7px 0 rgba(198, 198, 198, 0.5);
    border: solid 1px #ececec;
    background-color: #ffffff;
    display: flex;
    border-radius: 16px;
}
.verifica_exclusiones{
    cursor: pointer;
    color:#ff2e2e !important;
}
.tabcontenido-9 .recuadro .lado_2 .contenedor .item .cabezera .start,
.tabcontenido-17 .recuadro .lado_2 .contenedor .item .cabezera .start {
    align-self: flex-start;
    padding-top: 20px;
    width: 100%;
}
.tabcontenido-9 .recuadro .lado_2 .contenedor .item .cabezera .start img,
.tabcontenido-17 .recuadro .lado_2 .contenedor .item .cabezera .start img{
    width: 2em;
    height: auto;
}
.tabcontenido-9 .recuadro .lado_1 .cabezera,
.tabcontenido-17 .recuadro .lado_1 .cabezera {
    height: 16vh;
    padding-top: 3vh;
}
.tabcontenido-9 .recuadro .lado_2 .contenedor .item .cabezera,
.tabcontenido-17 .recuadro .lado_2 .contenedor .item .cabezera {
    height: 16vh;
}
.tabcontenido-10 .recuadro{
    margin-top: 10px;
}
.tabcontenido-10 .recuadro .lado_2 .contenedor .item .cabezera .start {
    align-self: flex-start;
    padding-top: 20px;
    width: 100%;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    align-content: center;
    display: flex;
    justify-content: center;
    text-align: center;
    display: flex;
    vertical-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.0em;
}
.tabcontenido-10 .recuadro .lado_2 .contenedor .item .cabezera .start img{
    width: 2em;
    height: auto;
}
.tabcontenido-10 .recuadro .lado_1 .cabezera {
    height: 16vh;
    padding-top: 3vh;
}
.tabcontenido-10 .recuadro .lado_2 .contenedor .item .cabezera {
    height: 16vh;
}
.tabcontenido-10 .opcion_economica .imagenes{
    min-height: 15vh;
}
.tabcontenido-10 .opcion_economica .imagenes .cuadro_boton{
    position: absolute;
    right: 10em;
    top: 5em;
    width: 8em;
}
.tabcontenido-10 .opcion_economica .imagenes .cuadro_boton .boton{
    margin: 0px;
}
.tabcontenido-10 .opcion_economica .imagenes .completo {
    position: absolute;
    width: 6em;
    right: 3em;
    top: 3em;
}
.borde_sup_izq_20{
    border-radius:20px 0px 0px 0px;
}
.borde_sup_derecha_20{
    border-radius:0px 20px 0px 0px;
}
.borde_inf_izq_20{
    border-radius: 0px 0px 0px 20px;
}
.borde_inf_derecha_20{
    border-radius: 0px 0px 20px 0px;
}
.tabcontenido-11 .recuadro{
    width: 92%;
}
.tabcontenido-11 .recuadro .lado_c4{
    width:25%;
}
.tabcontenido-11 .iconos_pago2{
    width: 2em;
    height: auto;
}
.tabcontenido-11 .iconos_pago2a{
    width: 4em;
    height: auto;
}
.tabcontenido-11 .recuadro .lado_c4 .redondo_icono{
    border-radius: 20px;
    background-color: #00C5C0;
    color: #fff;
    display: inline;
    font-size: 0.8em;
    padding: 1px;
    width: 1.74em;
}
.tabcontenido-12 .datos_gen{
    display: flex;
    flex-direction: column;
    align-items:center;
}
.tabcontenido-12 .atenciones{
    width:92%;
}
.tabcontenido-12 .datos_gen .recuadro .texto1{
    font-size: 13px;
    font-family: 'XXIIAven-Medium';
    color:#004f8f;
    text-align: center;
}
.tabcontenido-12 .datos_gen .recuadro{
    width:calc(100% - 2px);
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items:center;
    font-size: 0.9em;
}
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro .icono{
    margin:0px;
    width: 3em;
    text-align: center;
    font-size: 1.5em;
}
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro2{
    border: unset;
    width: 30%;
    margin-right: 3%;
    height: 2.5em;
    border-radius: 16px;
    background-color: #f7f7f7;
    box-shadow: unset;
    flex-direction: column;
    display: flex;
}
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro2 input[type="text"], .texto1_recuadro2 input[type="text"]:focus{
    outline: none;
    border: 0 !important;
    padding-top: 4px;
    width: 80%;
    margin-left: 0.5em;
    margin-top: 0.3em;
    background-color: #f7f7f7;
    text-align: center;
}
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro2 input[type="text"]::-webkit-input-placeholder,
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro2 input[type="text"]::placeholder{
    text-align: center;
    color: #00c5c0;
}
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro input[type="text"],
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro input[type="text"]:focus{
    outline: none;
    width:100%;
    border: 0 !important;
    padding-top: 4px;
    background-color: #f7f7f7;
}
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro{
    width: 100%;
    height: 2.5em;
    border-radius: 16px;
    background-color: #f7f7f7;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabcontenido-12 .datos_gen .recuadro .texto1_recuadro .input{
    width:100%;
}
.tabcontenido-13 .lado_1, .tabcontenido-13 .lado_2{
    border-radius: unset !important;
    border: unset !important;
}
.tabcontenido-14 .lado_1, .tabcontenido-14 .lado_2{
    /*border-radius: unset !important;
    border: unset !important;*/
}
.tabcontenido-14 .recuadro .lado_1 {
    /*border-radius: 10px 10px 10px 10px;
    border: 2px solid #e9e9e9; */
    /*width: 100%;
    justify-content: left; */
}
.tabcontenido-14 .recuadro .lado_1 .contenido{
    /*justify-content: left;
    font-size: 1.3em;*/
}
.tabcontenido-14 .recuadro .lado_1 .contenido img{
    /*width: 1.75em;
    margin-right: 10px;*/
}
.tabcontenido-14 .recuadro .texto_dependientes{
    margin-top: 10px;
    position: absolute;
    left: 12vh;
    top: -9vh;
    width: 39%;
    text-align: right;
}
.tabcontenido-14 .redondo_icono{
    margin-right: 4px;
    margin-left: 4px;
}
.tabcontenido-14 .azul_aa{
    font-size: 1.2em;
    width: 1.3em;
}
.tabcontenido-14 .recuadro .lado_1{
    display: block;
}
.tabcontenido-14 .recuadro .lado_1 .contenido {
    /*height: 7vh;*/
}
.tabcontenido-14 .edad{
    margin: 0px;
    height: 9vh;
    padding-top: 0px;
    margin-top: 0px;
}
.tabcontenido-15 .datos_gen .recuadro .texto1,
.tabcontenido-datos .datos_gen .recuadro .texto1{
    font-size: 13px;
    font-family: 'XXIIAven-Medium';
    color:#004f8f;
}
.tabcontenido-15 .datos_gen .recuadro,
.tabcontenido-datos .datos_gen .recuadro{
    width:calc(100% - 2px);
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items:center;
    font-size: 0.9em;
}
.tabcontenido-15 .datos_gen .recuadro .texto1_recuadro .icono,
.tabcontenido-datos .datos_gen .recuadro .texto1_recuadro .icono{
    margin:0px;
    width: 2em;
    text-align: center;
    font-size: 1.5em;
}
.tabcontenido-15 .datos_gen .recuadro .texto1_recuadro2
.tabcontenido-datos .datos_gen .recuadro .texto1_recuadro2{
    border: unset;
    width: 30%;
    margin-right: 3%;
    height: 2.5em;
    border-radius: 16px;
    background-color: #f7f7f7;
    box-shadow: unset;
    flex-direction: column;
    display: flex;
}
.tabcontenido-15 .datos_gen .recuadro .texto1_recuadro2 input[type="text"], .texto1_recuadro2 input[type="text"]:focus,
.tabcontenido-datos .datos_gen .recuadro .texto1_recuadro2 input[type="text"],
.tabcontenido-datos .texto1_recuadro2 input[type="text"]:focus{
    outline: none;
    border: 0 !important;
    padding-top: 4px;
    width: 80%;
    margin-left: 0.5em;
    margin-top: 0.3em;
    background-color: #f7f7f7;
    text-align: center;
}
.tabcontenido-15 .datos_gen .recuadro .texto1_recuadro2 input[type="text"]::-webkit-input-placeholder,
.tabcontenido-datos .datos_gen .recuadro .texto1_recuadro2 input[type="text"]::-webkit-input-placeholder,
.tabcontenido-15 .datos_gen .recuadro .texto1_recuadro2 input[type="text"]::placeholder,
.tabcontenido-datos .datos_gen .recuadro .texto1_recuadro2 input[type="text"]::placeholder{
    text-align: center;
    color: #00c5c0;
}
.tabcontenido-15 .datos_gen .recuadro .texto1_recuadro input[type="text"],
.tabcontenido-15 .datos_gen .recuadro .texto1_recuadro input[type="text"]:focus,
.tabcontenido-datos .datos_gen .recuadro .texto1_recuadro input[type="text"],
.tabcontenido-datos .datos_gen .recuadro .texto1_recuadro input[type="text"]:focus{
    outline: none;
    border: 0 !important;
    padding-top: 4px;
    background-color: #f7f7f7;
}
.tabcontenido-15 .recuadro,
.tabcontenido-datos .recuadro{
    min-height: 30px !important;
}
.datos_sup_reg{
    width: 100%;
    padding: 8px 0px;
}
.datos_sup_reg .imagen, .datos_sup_reg .accion{
    width: 36px;
    float: left;
    position: relative;
    padding-left: 7px;
}
.datos_sup_reg .imagen img{
    width:30px;
}
.datos_sup_reg .texto{
    float: left;
    position: relative;
    width: calc(100% - 75px);
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #004F8F;
}
.datos_detalle_reg{
    display: contents;
    font-weight: 600;
}
.datos_detalle_reg .contenido{
    display: flex;
    width: 100%;
    align-items:center;
    justify-content:center;
}
.datos_detalle_reg .texto{
    width: 55%;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    color:#00C5C0;
    font-weight: 600;
}
.datos_detalle_reg .elem{
    width: 45%;
    padding-top: 7px;
    padding-bottom: 7px;
}
.radio_banco{
    padding-left: 84px;
}
.datos_detalle_reg .elem .cuadro_boton .boton{
    margin-top: 7px;
}
.tabcontenido-15 .datos_gen .recuadro .texto1_recuadro,
.tabcontenido-datos .datos_gen .recuadro .texto1_recuadro{
    /*border: 1px solid #A0A0A0;*/
    width: 90%;
    height: 2.5em;
    border-radius: 16px;
    /*box-shadow: 0px 0px 5px 3px #e2e2e2;*/
    background-color: #f7f7f7;
    flex-direction: row;
    display: flex;
}
.tabcontenido-16 .recuadro{
    margin-top: 10px;
}
.tabcontenido-16 .recuadro .lado_2 .contenedor .item .cabezera .start {
    align-self: flex-start;
    padding-top: 20px;
    width: 100%;
}
.tabcontenido-16 .recuadro .lado_2 .contenedor .item .cabezera .start img{
    width: 2em;
    height: auto;
}
.tabcontenido-16 .recuadro .lado_1 .cabezera {
    height: 16vh;
    padding-top: 3vh;
}
.tabcontenido-16 .recuadro .lado_2 .contenedor .item .cabezera {
    height: 16vh;
}
.tabcontenido-16 .opcion_economica .imagenes{
    min-height: 15vh;
}
.tabcontenido-16 .opcion_economica .imagenes .cuadro_boton{
    position: absolute;
    right: 10em;
    top: 5em;
    width: 8em;
}
.tabcontenido-16 .opcion_economica .imagenes .cuadro_boton .boton{
    margin: 0px;
    border-radius: 20px;
}
.tabcontenido-16 .opcion_economica .imagenes .completo {
    position: absolute;
    width: 6em;
    right: 3em;
    top: 3em;
}
.tabcontenido-17 .recuadro{
    margin-top: 10px;
}
.tabcontenido-17 .recuadro .lado_2 .contenedor .item .cabezera .start {
    align-self: flex-start;
    padding-top: 20px;
    width: 100%;
}
.tabcontenido-17 .recuadro .lado_2 .contenedor .item .cabezera .start img{
    width: 2em;
    height: auto;
}
.tabcontenido-17 .recuadro .lado_1 .cabezera {
    height: 16vh;
    padding-top: 3vh;
}
.tabcontenido-17 .recuadro .lado_2 .contenedor .item .cabezera {
    height: 16vh;
}
.tabcontenido-17 .opcion_economica .imagenes{
    min-height: 15vh;
}
.tabcontenido-17 .opcion_economica .imagenes .cuadro_boton{
    position: absolute;
    right: 10em;
    top: 5em;
    width: 8em;
}
.tabcontenido-17 .opcion_economica .imagenes .cuadro_boton .boton{
    margin: 0px;
    border-radius: 20px;
}
.tabcontenido-17 .opcion_economica .imagenes .completo {
    position: absolute;
    width: 6em;
    right: 3em;
    top: 3em;
}
.border_inf_simple{
    border-radius: 0px 0px 0px 0px;
    border-bottom: unset;
}
.border_inf{
    border-radius: 0px 0px 0px 20px;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
}
.border_inf2{
    border-radius: 0px 0px 20px 0px;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}
.border_sup_simple{
    border-radius: 0px 0px 0px 0px;
    border-top: 2px solid #e9e9e9 !important;
}
.border_sup{
    border-radius: 20px 0px 0px 0px;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    border-top: 2px solid #e9e9e9;
}
.border_sup2{
    border-radius: 0px 20px 0px 0px;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    border-top: 2px solid #e9e9e9;
}

.tabcontenido-13 .lado_1 .cabezera{
    /*border-radius: 20px 0px 0px 0px;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    border-top: 2px solid #e9e9e9;*/
    height: 60px !important;
    align-items: center;
}
.tabcontenido-13 .lado_1 .cabezera .xend{
    text-align: left;
}
.tabcontenido-13 .lado_2 .contenedor .item .cabezera{
    border-radius: 0px 0px 0px 0px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px !important;
}
.tabcontenido-13 .lado_2 .contenedor .item .contenido{
    border-radius: 0px 0px 0px 0px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    padding-left: 10px;
    padding-right: 10px;
}
.tabcontenido-13 .lado_1 .contenido{
    border-radius: none;
    border-left: unset;
    border-right: unset;
    text-align: left !important;
    font-size: 13px !important;
    height: 40px !important;
}
.tabcontenido-13 .recuadro .lado_2 .contenedor .item{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.tabcontenido-13 .recuadro .lado_2 .contenedor .item .cabezera .start{
    padding-top: 11px !important;
}
.tabcontenido-13 .recuadro .lado_2 .contenedor .item .contenido{
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 40px !important;
    font-size: 12px ;
}
.recuadros{
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 7px 0 rgba(198, 198, 198, 0.5);
    border: solid 1px #e7e5e5;
    background-color: #ffffff;
    margin-top: 13px;
    margin-bottom: 13px;
}
.recuadros .lado_1{
    width: 40%;
    position: relative;
    float: left;
}
.recuadros .lado_2{
    width: 40%;
    position: relative;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
}
/*69.74.154.77*/
.tabcontenido-13 .recuadro_planes{
    height: 152px !important;
}
.tabcontenido-13 .recuadro_planes .lado_2 .subcon{
    flex-grow:colum;
    display: flex;
}
.tabcontenido-13 .recuadro_planes .lado_2{
    border-radius: 16px !important;
    border: double 2px transparent !important;
    background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
    border-image-slice: 1 !important;
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.tabcontenido-13 .recuadro_planes .lado_1,
.tabcontenido-13 .recuadro_planes .lado_2{
    display: flex;
    align-items:center;
    vertical-align: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 7px;
    margin-bottom: 7px;
}
.tabcontenido-13 .recuadro_planes .lado_1 .contenido,
.tabcontenido-13 .recuadro_planes .lado_2 .contenido{
    height: 66px !important;
    text-align: left !important;
    display: flex;
    align-items:center;
    vertical-align: center;
    justify-content: center;
}
/* NU CUADROS */
.tabcontenido-nu .lado_1 .cabezera{
    /*border-radius: 20px 0px 0px 0px;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    border-top: 2px solid #e9e9e9;*/
    height: 60px !important;
    align-items: left;
    text-align: center !important;
}
.tabcontenido-nu .radio_texto{
    display: flex;
}
.column{
    flex-direction: column;
}
.tabcontenido-nu .lado_1 .cabezera .xend{
    text-align: left;
    width: 100%;
}
.tabcontenido-nu .lado_2 .contenedor .item .cabezera{
    border-radius: 0px 0px 0px 0px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px !important;
}
.tabcontenido-nu .lado_2 .contenedor .item .contenido{
    border-radius: 0px 0px 0px 0px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    padding-left: 10px;
    padding-right: 10px;
}
.tabcontenido-nu .lado_1 .contenido{
    border-radius: none;
    border-left: unset;
    border-right: unset;
    text-align: left !important;
    font-size: 12px !important;
    height: 50px !important;
}
.tabcontenido-nu .recuadro .lado_2 .contenedor .item{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.tabcontenido-nu .recuadro .lado_2 .contenedor .item .cabezera .start{
    padding-top: 11px !important;
}
.tabcontenido-nu .recuadro .lado_2 .contenedor .item .contenido{
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 50px !important;
    font-size: 12px !important;
}
.tabcontenido-nu .recuadro_planes{
    height: 152px !important;
}
.tabcontenido-nu .recuadro_planes .lado_2 .subcon{
    flex-grow:colum;
    display: flex;
}
.tabcontenido-nu .recuadro_planes .lado_2{
    border-radius: 16px !important;
    border: 2px solid #25a3fa !important;
}
.tabcontenido-nu .recuadro_planes .lado_1,
.tabcontenido-nu .recuadro_planes .lado_2{
    display: flex;
    align-items:center;
    vertical-align: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 7px;
    margin-bottom: 7px;
}
.tabcontenido-nu .recuadro_planes .lado_1 .contenido,
.tabcontenido-nu .recuadro_planes .lado_2 .contenido{
    height: 66px !important;
    text-align: left !important;
    display: flex;
    align-items:center;
    vertical-align: center;
    justify-content: center;
}
/* FIN NU CUADROS*/
.vh{
    visibility: hidden;
}
.tabcontenido-14 .recuadro .lado_2 .contenedor .item .contenido{
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 60px !important;
    font-size: 13px !important;
}
.tabcontenido-14 .lado_1 .contenido{
    border-radius: none;
    border-left: unset;
    border-right: unset;
    text-align: left !important;
    font-size: 13px !important;
    height: 60px !important;
}
.tabcontenido-14 .lado_2 .contenedor .item .cabezera {
    height: 158px !important;
}
.tabcontenido-14 .recuadro .lado_1 .cabezera {
    height: 156px;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: -0.35px;
    display: flex;
    vertical-align: bottom;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
    align-items: center;
}
.contenedor_fn{
    flex-direction: initial;
    display: flex;
    width:100%;
}
.contenidovacio{
    background-color: #f7f7f7;
    border:0px;
    min-height: 15px;
    width: 100%;
}
.texto1_recuadro2{
    border: 1px solid #A0A0A0;
    width: 30%;
    margin-right: 3%;
    height: 2.5em;
    border-radius: 20px 20px 0px 20px;
    box-shadow: 0px 0px 5px 3px #e2e2e2;
    flex-direction: column;
    display: flex;
}
.texto1_recuadro2 input[type="text"], .texto1_recuadro2 input[type="text"]:focus{
    outline: none;
    border: 0 !important;
    padding-top: 4px;
    width: 80%;
    margin-left: 0.5em;
    margin-top: 0.3em;
}
.select2-selection--single .select2-selection__arrow::after{
    content: "\f107" !important;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}
.select2-search--dropdown::after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}
.select2-selection--single{
    margin: 0px;
    padding: 4px;
    background-color: #fff;
}
.select2-selection--single .select2-selection__rendered{
    background-color: transparent;
    padding-left: 0.3rem;
}
.select2-search--dropdown{
    padding: 0.5rem;
}
.select2-search--dropdown .select2-search__field{
    border-radius: 1.1875rem;
    padding-left: 2.2rem;
}
.select2-container--open .select2-dropdown--below{
    border-radius: 20px;
}
.select2-search--dropdown:after{
    left: 1.3rem;
}
.select2-selection--single{
    background: unset !important;
}
  .borde_blanco_superior{
    border-top: 1px solid #fff;
  }
  .borde_blanco_inferior{
    border-bottom: 1px solid #fff;
  }
.tabcontenido-11 .recuadro .lado_c4 .contenido {
    height: 12vh;
    align-items: center;
    display: flex;
    vertical-align: center;
    justify-content: center;
    padding: 0.8em;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.2em;
    flex-direction: column;
}
.number-swiper-column li{
    color:#00C5C0;
    font-weight: bold;
}
.cuadro_boton{
    text-align: center;
}
.seleccionado_sig{
    background-color: #FF2E2E !important;
}
.tabcontenido-3 .boton, .tabcontenido-4 .boton, .tabcontenido-5 .boton, .tabcontenido-10 .boton, .tabcontenido-11 .boton, .tabcontenido-13 .boton {
    /*background-color: #e2e2e2;*/
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-top: 7px;
    font-size: 14px;
    cursor: pointer;
}
.espaciador{
    width: 100%;
    float: left;
    position: relative;
    height: 100px;
}
.logo_menu{
    height:40px;
    width: auto;
}
.recuadro{
    width: 100%;
    background-color: #fff;
    min-height: 35vh;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 16px;
    box-shadow: 0 0 7px 0 rgba(198, 198, 198, 0.5);
    border: solid 1px #e7e5e5;
}
.tabcontenido-5 .desktop_der .recuadro{
    padding-top: 0px;
    padding-bottom: 0px;
}
.side_nav{
    background-color: #043d6c;
    margin-left: 53px;
    padding-left: 0px;
    padding-bottom: 5vh;
    border-radius: 20px 0 0px 0px;
    padding-right: 0px;
    height: 100vh;
}
.icono_nav {
    padding: 1px;
    width: 30px;
    margin-right: 8px;
    margin-left: 27px;
}
.marketing-nav__logo{
    padding-left: 20px;
    padding-bottom: 10px;
}
.recuadro .agarrando{
    display: none;
    position: absolute;
    top:-55px;
    right:30px;
    z-index: 99;
}
.recuadro .agarrando2{
    display: block;
    position: absolute;
    top:-55px;
    right:18px;
    z-index: 99;
}
.recuadro .nav_atenciones{
    display: flex;
    width: 10%;
    align-items: center;
    justify-content: center;
}
.recuadro .nav_atenciones .boton_atenciones{
    width:20px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
    background-color: #10518d;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.recuadro .lado_1, .recuadro .lado_2{
    float: left;
    position: relative;
    width: 40%;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.recuadro .lado_1{
    /*border-radius: 10px 0px 00px 10px;
    border: 2px solid #e9e9e9;*/
}
.recuadro .lado_2{
    border-radius: 16px;
    border: double 2px transparent;
    background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
    border-image-slice: 1;
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.recuadro .lado_1 .cabezera{
    height: 10vh;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: -0.35px;
    display:flex;
    align-items: center;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
}
.recuadro .lado_1 .cabezera .end{
    align-self: flex-end;
}
.recuadro .lado_1 .cabezera p{
    flex-grow: 1;
}
.recuadro .lado_1 .contenido{
    height: 10vh;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 0px;
    line-height: 12px;
    letter-spacing: -0.35px;
}
.recuadro .lado_2{
    display: block;
    overflow-x: auto;
}
/* */
.recuadro .lado_2 .contenedor{
    width:100%;
    height:100%;
}
.recuadro .lado_2 .contenedor .item{
    width:100%;
    height:100%;
    float: left;
    position: relative;
}
.recuadro .lado_2 .contenedor .item .cabezera{
    height: 10vh;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: -0.35px;
    display:flex;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 5px;
}
.tabcontenido-20 .recuadro .lado_2 .contenedor .item .cabezera{
    height: 15vh;
}
.recuadro .lado_2 .contenedor .item .cabezera .start{
    width: 100%;
    line-height: 18px;
}
.recuadro .lado_2 .contenedor .item .cabezera .end{
    align-self: flex-end;
}
.recuadro .lado_2 .contenedor .item .cabezera p{
    flex-grow: 1;
}
.recuadro .lado_2 .contenedor .item .contenido{
    height: 10vh;
    font-size: 1.2em;
    text-align: center;
    display: flex;
    vertical-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 15px;
}
.e_c_d, .dependiente_contraer{
    /*display: none;*/
}
.display_block{
    display: block !important;
}
/* */
.numeroprogreso, .numeroprogreso2{
    font-size: 10px;
    font-family: 'XXIIAven-Regular';
    color:#8e8e8e;
}
progress[value]::-moz-progress-bar {
  background-image:
    -moz-linear-gradient(
      135deg,
      transparent 33%,
      rgba(0, 0, 0, 0.1) 33%,
      rgba(0, 0, 0, 0.1) 66%,
      transparent 66%
    ),
    -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    -moz-linear-gradient(
      left,
      #00C5C0,
      #00C5C0
    );

  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%;
}

progress[value]::-moz-progress-bar {
    border: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
}
progress[value]::-webkit-progress-bar {
    border: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
}
progress[value]::-webkit-progress-value {
    border: 10px;
    border-radius: 10px;
    background-color:#00C5C0;
}
#nav_inferior{
    /*display: none;*/
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
}
#nav_inferior span{
    color: #9b9b9b;
    font-size: 1em;
}
#nav_inferior .izquierda, #nav_inferior .derecha{
    width: 50%;
    float: left;
    position: relative;
}
#nav_inferior .izquierda{
    text-align: left;
}
#nav_inferior .derecha{
    text-align: right;
}
#sitio_nav_contenedor{
    width: 100%;
}
.logo_inf_tam{
    width: 167px;
}
.logo_inf_burger_texto{
    width: calc(100% - 167px);
    display: flex;
}
#sitio_nav_contenedor, .contenido_principal{
    /* display: none; */
}
#pantalla_inicio{
    background-color: #0b4f8f;
    width:100%;
    height: 100vh;
}
#pantalla_inicio .superior{
    width: 100%;
    text-align: center;
}
#pantalla_inicio .superior h4{
    color:#2ec5c0;
    font-size: 1.5em;
    margin-bottom: 0;
}
#pantalla_inicio .superior h2{
    color:#fff;
    font-size: 2.5em;
    margin-top: -8px;
}
#pantalla_inicio .contenido{
    width: 100%;
    text-align: center;
    margin-top: 1.8em;
    font-size: 1.5em;
    padding-left: 17%;
    padding-right: 17%;
}
#pantalla_inicio .contenido span{
    /*color : #fff;*/
    line-height: 1.2em;
    display: inline-block;
    font-size: 22px;
}
#pantalla_inicio .contenido .boton{
    background-color:#004f8f;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.5);
    color : #fff;
    border-radius: 20px;
    display: inline-block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-left:15px;
    padding-right:15px;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}
#pantalla_inicio .contenido .sub_texto{
    color : #00c5c0;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-top: 0px;
    font-size: 0.em;
}
#pantalla_inicio .inferior{
    width: 100%;
    text-align: center;
    margin-top: 2em;
    font-size: 1.5em;
}
#pantalla_inicio .inferior .sub_texto{
    color : #fff;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-top: 0px;
    font-size: 0.7em;
}
#pantalla_inicio .inferior .imagen img{
    width:25%;
    height: auto;
}
.w100{
    width:100% ;
}
.w80{
    width:80% ;
}
.w76{
    width:75% ;
    /*float: right;*/
    position: relative;
}
.mt26{
    margin-top: 23% !important;
    left:12px;
    position: absolute;
    z-index: 999;
}
.p20_{
    padding: 20%;
}
.m20_{
    margin: 20%;
}
.mr0 {
    margin-right: 0 !important;
}
.pr0{
    padding-right: 0 !important;
}
.pl0{
    padding-left: 0 !important;
}
.ml0 {
    margin-left: 0 !important;
}
.mlr_auto{
    margin-right: auto;
    margin-left: auto;
}
.mt_20{
    margin-top: 20px;
}
.radius_80{
    border-radius: 0px 0px 20px 0px;
}
.superior_nav{
    background-color: #004f8f;
    width: calc(100% - 0px) !important;
    /*margin-bottom: 22px;*/
    margin-right: 00px;
    /*box-shadow: 10px 10px 5px #e2e2e2;
    border-radius: 0px 0px 20px 0px;*/
    margin-left: 0px;
}
.tachado {
    text-decoration: line-through;
}
.blanco{
    color:#fff !important;
    /* MAGENTA */
}
.color1{
    color:#00C5C0;
    /* MAGENTA */
}
.color2{
    color:#FF2E2E;
    /* GUINDA ROJO */
}
.color3{
    color:#004F8F !important;
    /* AZUL */
}
.color4{
    color:#A0A0A0;
    /* GRIS OSCURO */
}
.color5{
    color:#E2E2E2;
    /* GRIS CLARO*/
}
.color6{
    color:#E8E8E8;
    /* GRIS CLARO 2*/
}
.color7{
    color:#00478a;
}
.color_rojo{
    color:#ff2e2e;
}
.color_fondo{
    background-color: #f7f7f7;
}
.color1a_fondo{
    background-color: #cef4f3;
}
.color1_fondo{
    background-color: #00C5C0;
}
.color2_fondo{
    background-color: #FF2E2E !important;
}
.color3_fondo{
    background-color: #004F8F;
}
.color4_fondo{
    background-color: #A0A0A0;
}
.color5_fondo{
    background-color: #E2E2E2;
}
.color6_fondo{
    background-color: #e8e8e8;
}
.sup_in{
    font-size: 1.0em;
}
.sup_in.texto1{
    padding-left: 0.8em;
}
.sup_in.texto2{
    padding-left: 0.8em;
    margin-top: 9px;
    line-height: 0.9em;
}
.number-swiper-column li {
    scroll-snap-align: center;
    height: 1.5em !important;
    margin: .25em .03em .3em .1em;
    font-size: 0.7em;
}
.ncol-md-2 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}
.ncol-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.ncol-md-5 {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
}
.ncol-md-6 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
.ncol-md-7 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
}
.ncol-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.ncol-md-9, .ncol-md-3{
    position: relative;
    min-height: 1px;
    padding-right: .625rem;
    padding-left: .625rem;
}
.pr_1em{
    padding-right: 1em;
}
.img-persona{
    width:95px;
    height: auto;
}
.img-check{
    width:20%;
    height: auto;
    cursor: pointer;
}
.nav-anterior, .nav-siguiente{
    cursor: pointer;
}
.texto_alias{
    font-size: 20px;
    font-family: 'XXIIAven-Medium';
}
.texto_atenciones{
    font-size: 16px;
    text-align: left;
    line-height: 1.1;
    letter-spacing: -0.17px;
}
.alias, .edad{
    width: 50%;
    margin: 0px 0;
    font-size: 40px;
    text-align: center;
    color:#00C5C0;
    border: 0 !important;
    border-bottom: 2px solid !important;
    outline: 0 !important;
    font-size: 40px;
    padding: 1px 0;
    background: transparent !important;
    transition: border-color 0.2s !important;
    letter-spacing: -1.17px;
    font-family: 'XXIIAven-Bold';
    border-bottom: 2px solid;
    -moz-border-image: -moz-linear-gradient(left,#25a3fa, #30c5c0);
    -webkit-border-image: -webkit-linear-gradient(left, #25a3fa, #30c5c0);
    border-image: linear-gradient(to right, #25a3fa, #30c5c0) !important;
    border-image-slice: 1 !important;
    box-sizing: border-box !important;
    border-width: 0px 0px 2px 0px;
}
.alias::-webkit-input-placeholder, .edad::-webkit-input-placeholder,
.alias::placeholder, .edad::placeholder{
     color:#00C5C0;
     font-family: 'XXIIAven-Bold';
}
.tab-navegador{
    margin-top: 30px;
    margin-bottom: 50px
}
input[type=text]{}
.icono_general{
    /*max-height:100px;*/
    /*padding:unset;*/
}
.interno{
    width: calc(100% - 44px);
    padding-top: 0.4em;
    float: left;
    position: relative;
    /*margin-left: 7.7em;
    text-indent: -5.7em;*/
}
 .contenedor_lineas{
    width: 19%;
    min-height: 10px;
    position: relative;
    float: left;
}
 .contenedor_lineas svg{
    color: #00c5c0;
    fill: currentColor;
 }
.meter{
    height: 20px;  /* Can be anything */
    position: relative;
    margin: 60px 0 20px 0; /* Just for demo spacing */
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(43,194,83)),
      color-stop(1, rgb(84,240,84))
    );
    background-image: -moz-linear-gradient(
      center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
    );
    -webkit-box-shadow:
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow:
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow:
      inset 0 2px 9px  rgba(255,255,255,0.3),
      inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image:
        -webkit-gradient(linear, 0 0, 100% 100%,
        color-stop(.25, rgba(255, 255, 255, .2)),
        color-stop(.25, transparent), color-stop(.5, transparent),
        color-stop(.5, rgba(255, 255, 255, .2)),
        color-stop(.75, rgba(255, 255, 255, .2)),
        color-stop(.75, transparent), to(transparent)
    );
    background-image:
        -moz-linear-gradient(
        -45deg,
      rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent
    );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.animate > span:after {
    display: none;
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100%{
        background-position: 50px 50px;
    }
}
.orange > span {
        background-color: #f1a165;
        background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
        background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
        background-color: #f0a3a3;
        background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
        background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span > span, .nostripes > span:after {
        -webkit-animation: none;
        background-image: none;
}
.edad_menos, .edad_mas{
        font-size: 2.2em;
}
@media(max-width: 421px){
    .icono_general{
        /*width:100%;
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 20px;
        padding-bottom: 19px; */
        /*argin-left: 14px;
        margin-right: 14px;
        margin-top: 20px;
        margin-bottom: 19px;
        padding: 0px;*/
    }
    .mt26{
        left: 0px;
    }
    .interno{
        padding-top: 0px;
        /*margin-left: 7.7em;
        text-indent: -5.7em; */
    }
    .alias{
        /*height:2.5em;
        width:80%; */
        width: 90%;
    }
    .edad{
        /*height:2.5em;
        width:80%; */
        width: 30%;
    }
}
body:not(.page--has-secondary-nav) .site-nav-container.is-sticky {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.marketing-nav__item {
    display: block;
    white-space: nowrap;
    font-size: 1.0625em;
    font-weight: 500;
    font-family: ShopifySans, Helvetica, Arial, sans-serif;
    transition-property: border-color, fill;
    transition-duration: 300ms;
}
.marketing-nav__item--primary {
    font-size: 1.0625em;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.marketing-nav__items {
    margin-right: auto;
    display: flex;
}
.marketing-nav__item--user {
    font-size: 1.0625em;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.marketing-nav--skin-light .marketing-nav__item--user {
    color: #42474c;
}
.display--expanded-nav {
    display: none !important;
}
.marketing-nav {
    width: 100%;
    position: relative;
    clear: both;
}
.marketing-nav--primary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
   /* padding-left: calc(5% + 4px);
    padding-right: calc(5% + 4px); */
    border-bottom: 1px solid;
    border-bottom-color: currentcolor;
}
.marketing-nav--skin-light .marketing-nav__item--primary {
    color: #42474c;
}
.marketing-nav--skin-light {
    /*background-color: #ffffff;
    border-bottom-color: #d2d5d9;*/
    background-color: #004f8f;
    border-bottom-color: unset;
    background-image: url("../imagenes/menu/fondo1.png");
    background-repeat: no-repeat;
}
.nuevo_nav {
    background-color: #004f8f;
    border-bottom-color: unset;
    background-image: url("../imagenes/menu/fondo1.png");
}
.marketing-nav__logo__gen {
    display: block;
    width: 111px;
    height: 32px;
}
.marketing-nav__logo__gen--partners {
    width: 160px;
}
.marketing-button, .marketing-button:hover, .marketing-button:focus {
    text-decoration: none;
}
.marketing-button {
    display: inline-block;
    padding: 1em 1.8125em;
    border-radius: 4px;
    font-family: ShopifySans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.133;
    -webkit-font-smoothing: antialiased;
    transition: 150ms ease;
    transition-property: all;
    transition-property: background-color, border-color, box-shadow, color;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    background-color: #008060;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.marketing-button--small {
    padding: 0.75em 1.875em;
    padding-right: 1.875em;
    padding-left: 1.875em;
}
.marketing-button--small {
    padding: 0.75em 1.875em;
    padding-right: 1.875em;
    padding-left: 1.875em;
}
.marketing-button:hover, .marketing-button:focus {
    background-color: #004c3f;
    color: #ffffff;
}
.marketing-button, .marketing-button:hover, .marketing-button:focus {
    text-decoration: none;
}
.marketing-nav__hamburger {
    box-sizing: content-box;
    width: 1.25em;
    height: 1.25em;
    padding: 0.75em;
    margin-right: -0.75em;
    margin-top: 0px
}
.marketing-nav--skin-light .marketing-nav__hamburger {
    fill: #212326;
}
.icon {
    display: inline-block;
    width: 0.8em;
    height: 1em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.marketing-nav__hamburger .icon {
    width: 100%;
    height: 100%;
}
.marketing-nav__logo {
    margin-right: auto;
}
.drawer {
    display: none;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
    font-size: 1.1428571429em;
}
#NavDrawer{
  /*right: 0;*/
  /*transform: translateX(100%);  */
  transition-duration: 3.5s;
  transition-timing-function: ease-in;
  transition-delay: 1s;
  transition: left 4s ease 10s;
  left:00%;
}
#NavDrawer.js-drawer-open{
    display: block;
    /*transform: translateX(0);*/
    left:0%;
}
.drawer--right {
    /*right: 0;
    transform: translateX(100%);
    */
}
.drawer__inner {
    position: relative;
    min-height: 100%;
    background-color: #004f8f;
    /*padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px; */
}
.drawer__close-button{
    margin-right: 30px !important;
    background-color: #004f8f;
    border-radius: 50%;
    display: block;
    box-sizing: content-box;
    width: 23px;
    height: 20px;
    color:#ffffff;
    position: absolute;
    top: 20px;
    right: -20px;
    transform: translateY(-50%);
    padding-bottom: 5px;
    line-height: 5px;
    font-size: 17px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
}
 .drawer__close-button svg{
    color: #fff;
    fill: currentColor;
 }
.drawer__top {
    position: relative;
    height: 65px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fff;
    box-shadow: 3vh 10px 5px #e2e2e2;
    border-radius: 0 0 20px 0px;
}
.drawer__items + .drawer__items {
    margin-top: 16px;
}
.drawer__item {
    display: block;
    width: 100%;
    color: #212b36;
    font-size: 1em;
    font-weight: 500;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    text-align: left;
    line-height: 1;
    transition: color 300ms;
}
.drawer__item--primary {
    font-size: 1em;
    font-weight: 500;
    text-transform: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}
.drawer__item--primary, .drawer__item--primary a {
    color: #004F8F;
    font-size: 15px;
    display: flex;
    padding-right: 54px;
    align-items: center;
}
.footer--main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #002e25;
}
.footer--main {
    display: flow-root;
}
.footer-top {
    padding-bottom: 1.5625em;
}
.grid {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
}
.grid {
    display: flow-root;
}
.grid__item {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}
.grid__item--mobile-up-half {
    width: 50%;
}
.footer-heading {
    margin: 0 0 0.625em;
    color: #ffffff;
    letter-spacing: normal;
}
.footer-nav {
    border-bottom: 1px solid rgba(210,213,217,0.1);
    margin-bottom: 1.5625em;
}
.footer-nav a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: ShopifySans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    margin-right: 1em;
    color: #ffffff;
    display: inline-block;
}
.footer-link {
    display: block;
    font-size: 0.875em;
    padding: 0.375em 0;
    color: #b6babf;
    transition: color 300ms ease-in-out;
}
.footer-bottom {
    padding-top: 2em;
    padding-bottom: 2em;
}
.footer-bottom {
    display: flow-root;
}
.footer-top + .footer-bottom {
    border-top: 1px solid rgba(210,213,217,0.1);
}
.footer-social__icon {
    display: inline-block;
    width: 1.125em;
    height: 1.125em;
    margin-top: 0.3125em;
}
.footer-bottom a {
    color: #b6babf;
    transition: color 300ms ease-in-out;
}
.footer-bottom__links > a {
    color: #ffffff;
    line-height: 2em;
    white-space: nowrap;
}
.footer-social__icon .icon {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    transition: fill 300ms ease-in-out;
}
@media(min-width: 48.875em){
    .grid__item--tablet-up-4 {
        width: 66.6666666667%;
    }
    .grid__item--tablet-up-3 {
        width: 50%;
    }
    .grid__item--tablet-up-2 {
        width: 33.3333333333%;
    }
    .grid__item--tablet-up-1 {
        width: 16.6666666667%;
    }
    .text-right--tablet-up {
        text-align: right;
    }
    .footer__column-list {
        column-count: 3;
    }
    .footer__column-list .footer-link {
        break-inside: avoid;
    }
    .footer-nav a {
        line-height: 70px;
        border-bottom: 2px solid #002e25;
        transition-property: border-color, fill;
        transition-duration: 300ms;
    }
    .footer-bottom__links > a {
        margin-left: 16px;
    }
    .marketing-nav__item--primary {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .marketing-nav__item--user {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .marketing-nav__item--primary, .marketing-nav__item--user {
        height: 60px;
    }
}
@media(min-width: 67.5em){
    .grid__item {
        padding-left: 18px;
        padding-right: 18px;
    }
    h5, .heading--5 {
        font-size: 0.875em;
        margin-bottom: 1.4285714286em;
    }
    .footer-bottom a {
        line-height: 2em;
    }
    .hide--expanded-nav {
     /*display: none !important;*/
    }
    .marketing-nav__logo {
        margin-right: 1.5625em;
    }
    .marketing-nav__item--primary, .marketing-nav__item--user {
        height: 80px;
    }
    .display--expanded-nav {
        display: flex !important;
    }
    .marketing-nav__items > li {
        line-height: 80px;
    }
    .marketing-nav--primary {
        min-height: 80px;
    }
    .marketing-nav--primary {
        padding-left: calc(5% + 18px);
        padding-right: calc(5% + 18px);
    }
    .marketing-nav__logo__gen {
        width: 121px;
        height: 35px;
        margin-top: -2px;
    }
    .marketing-nav__logo__gen--partners {
        width: 192px;
    }
}
.oculto_visualmente {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
*, ::before, ::after {
    box-sizing: border-box;
}
/* S7 */
.site-content, #wrapper{
    max-width: 550px;
}
.nav-sidebar .nav-link{
   /* display: block !important;*/
}
.agregar_items_check{
    max-width: 80px;
    width:80px;
}
.agregar_items_cantidad{
    max-width: 100px;
    width:100px
}
.oculto{
    display: none;
}
.mensaje_acceso{
    color: #000;
}
.card-body{
    min-height: 135px;
}
.listado_otros {
    display:none;
}
.listado_otros.listado_principal{
    display:block;
}
.cond_item_solo{
    display:block;
}
.orden_item_en_orden {
    background-color: #a0ff85;
}
.orden_item_no_en_orden {
    background-color: #eee;
    color: #646464;
}
.orden_dif_menor {
    background-color: red;
    color: #fff;
    font-weight: bold;
}
.orden_dif_mayor{
    background-color: #50ff00;
    color: #111010;
    font-weight: bold;
}
/* 7750182006453 */
.agregar_item_clase {
    background-color: #88ff10;
}
.sustraer_item_clase {
    background-color: #f01313;
    font-weight: bold !important;
    color: #fff;
}
/* PRODUCTOS */
.productos_verificar, .verificar, .productos_datos, .datos, .verificar_mensaje{
    display: none;
}
.editar_item{
    font-weight: bold;
}
.eliminar_item, .eliminar_item a, .eliminar_item a:hover{
    margin-left: 3em;
    font-weight: normal;
    color: red !important;
}
/* OTROS */
 #modal_movimientos .cambio_lotes_manual,#modal_movimientos .movimiento_material_select_manual{
    display: none ;
 }
.compras_select_ubicacion{
    width:100%;
}
.fade:not(.show) {
    display: none;
}
.text-center{
    text-align: center;
}
.navegacion_tabs{
    position: fixed;
    bottom:10px;
    right:20px;
    z-index: 8888;
}
.picking_cubrir2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#a2a0a06b;
    left: 0;
    top: -0.0;
}
.suma_total {
    font-weight: 600;
    color: black;
}
.movimientos_seccion_cubrir {
    z-index: 10;
    display: none;
    position: absolute;
    width: 96%;
    height: 95%;
    border-radius: 1% !important;
    background-color: #a2a0a06b;
    left: 10px;
    top: -0.0;
}
.picking_cubrir{
    z-index: 10;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#a2a0a06b;
    left: 0;
    top: -0.0;
}
.picking_td{
    position: relative;
    /*float: left;*/
}
.badge{
    width:100%;
}
.fondo_login{
    background-image: url("../imagenes/fondo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
#Logo_login {
    padding-bottom: 15px;
}
.titulo_login_ajax{
    color:#333;
    text-align: center;
}
.error-login {
    background: #e20721;
    margin-top: 5px;
    color: white;
    font-size: 13px;
}
.header-login-ajax {
    text-align: center !important;
}
#seleccion_empresa_seleccion {
    width: 100% !important;
    height: 70% !important;
    text-align: center;
}
.logo_interno {
    width: 103px;
    height: auto !important;
}
/* FIN DE CSS LOGIN */

/* INICIO DE CSS 5 CUADROS INDEX */
.inicio_contenido_elemento_1{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
.inicio_contenido_elemento_2{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
.inicio_contenido_elemento_2 .border-success-400 {
    border-color:  #f68042;
    color:  #f68042;
}
.inicio_contenido_elemento_2 a{
    background-color:  #f68042;
}
.inicio_contenido_elemento_3{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
.inicio_contenido_elemento_3 .border-success-400 {
    border-color:  #1eacec;
    color:  #1eacec;
}
.inicio_contenido_elemento_3 a{
    background-color:  #1eacec;
}
.inicio_contenido_elemento_4{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
.inicio_contenido_elemento_4 .border-success-400 {
    border-color:  #656565;
    color:  #656565;
}
.inicio_contenido_elemento_4 a{
    background-color:  #656565;
}
.inicio_contenido_elemento_5{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
/* FIN DE CSS 5 CUADROS INDEX */

/* INICIO DE FOOTER */
.footer-login span{
    width: 100%;
    text-align: center;
}
.footer-sistema {
    text-align: right !important;
}
.footer-sistema span{
    width: 100%;
}
/* FIN DE FOOTER */

/* TODAS LAS TABLAS */
.card-header .list-icons {
    display: none;
}
/* FIN DE LAS TABLAS */

/* DETALLE PICKING LIST */
.header-detalle {
    margin-bottom: 8px;
}
.titulo-picking-detalle{
    font-weight: 600;
    margin-bottom: 0px !important;
    color: #e20222;
}
.subtitulo-picking-detalle {
    font-size: 16px;
    margin-bottom: 0px !important;
}
.numero-picking{
    font-size: 15px !important;
    text-align: center;
    width: 190px;
    color: white;
    padding: 5px;
    background: #e20221;
    margin: 0px auto;
}
.numero-picking-fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
}
.fecha-hora-detalle {
    font-weight: 600;
    color: green;
    text-align: right;
}
.margin-top-detalle p {
    margin-top: .500rem;
}
.top-table-picking-detalle {
    border:1px solid black;
    margin-bottom: 20px;
    text-align: center;
}
.top-table-picking-detalle p {
    margin-bottom: 0px;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}
.select-table-segundario {
    width: 185px !important;
    height: 25px;
}
.picking_td .cambiar_lote2{
    width: 185px !important;
}
.picking_td .pickinglist_ubicacion2 {
    width: 185px !important;
}
.total-envase {
    margin-bottom: 20px;
}
.total-envase-ordendemezcla {
    padding: 0px 40% !important;
}
.top-check span {
    position: relative;
    top: -2px;
    left: -2px;
}
.check-center {
    text-align: center;
}
.icon-floppy-disk {
    padding-right: 10px;
}
.row-observacion textarea  {
    height: 150px;
}
.boton-guardar{
    text-align: center;
}
.table-detalle {
    padding: 0px !important;
}
.total-detalle-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.total-detalle1 {
    background-color: green;
    color: white;
}
.total-detalle1 p{
    margin-bottom: 0px;
    height: 100%;
    text-align: center;
    padding: 8px;
    font-size: 16px !important;
}
.total-detalle2 {
    background-color: #656565;
    color: white;
}
.total-detalle2 p{
    margin-bottom: 0px;
    height: 100%;
    text-align: center;
    padding: 8px;
    font-size: 16px !important;
}
.total-detalle3 {
    background-color: #1eacec;
    color: white;
}
.total-detalle3 p{
    margin-bottom: 0px;
    height: 100%;
    text-align: center;
    padding: 8px;
    font-size: 16px !important;
}
.total-detalle4 {
    background-color: #f68042;
    color: white;
}
.total-detalle4 p{
    margin-bottom: 0px;
    height: 100%;
    text-align: center;
    padding: 8px;
    font-size: 16px !important;
}
.check-edit .uniform-checker{
    top: -2px;
    left: -2px;
}
#head-table-segundario {
    background-color: #263238 !important;
    color: white;
}
.icon-plus-circle2 {
    color: green;
    font-size: 26px;
    cursor: pointer;
}
.icon-minus-circle2 {
    color: red;
    font-size: 30px;
    cursor: pointer;
}
.th-white {
    background: white !important;
}
input[type="checkbox"][data-fouc] {
    visibility: visible !important;
}
.inputs-check {
    transform: scale(1.3);
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
    margin-right: 8px;
    position: relative;
    top:5px;
}
/* FIN DETALLE PICKING LIST */

/* POPUP GENERAL */
.modal-header {
    text-align: center;
}
.modal-title {
    font-weight: 500;
    width: 100%;
    font-size: 20px;
    text-decoration: underline;
}
.titulo-articulos {
    font-weight: 500;
}
.popup-derecha-picking p {
    font-size: 15px;
}
.popup-derecha-picking-numero-detalle {
    color: #2196f3;
}
.popup-derecha-picking-fecha-detalle {
    color: #208624;
}
.popup-derecha-picking-titulo {
    font-weight: 500;
}
.popup-derecha-picking-observacion-detalle {
    height: 281px;
}
.modal-footer button{
    margin: auto;
    font-size: 16px;
}
/* FIN POPUP GENERAL */

/* POP UP DEVOLUCIONES */
.observaciones-camion textarea{
    height: 186px;
}
#subir-foto .dropzone {
    min-height: 11.6rem;
}
#subir-foto .dropzone .dz-default.dz-message {
    height: 11.6rem;
}
#subir-foto .dropzone .dz-default.dz-message>span {
    margin-top: 7rem;
}
#subir-foto .dropzone .dz-default.dz-message:before{
    top: 2rem;
}
/* FIN POP UP DEVOLUCIONES */

/* INICIO TABLE POPUP */
.table-popup {
    max-height: 450px !important;
    overflow-y: scroll;
}
#table-popup .datatable-scroll{
    max-height: 250px;
}
.accion_prealistar {
    margin-top: 30px !important;
}
/* FIN TABLE POP UP */

/* SCROLL TABLES */
@media(max-width: 2000px) {
    .datatable-scroll {
        width: 100% !important;
        /*overflow-x: scroll !important;*/
    }
}
.flex-inputs {
    padding-top: 20px;
}
.flex-inputs .col-lg-12:last-child{}
.flex-inputs .form-group .col-lg-4{
    display: flex !important;
}
.flex-inputs .form-group .col-lg-8{
    display: flex !important;
    padding-right: 0px !important;
}
.flex-inputs .form-group .col-lg-6{
    display: flex !important;
    margin-bottom: 15px;
}
.flex-inputs .form-group .col-lg-12{
    display: flex !important;
    margin-bottom: 15px;
}
.flex-inputs .form-group .col-lg-10 {
    padding-right: 0px !important;
    padding-left: 5px !important;
}
.flex-inputs textarea {
    width: 100%;
    height: 100px;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#datepicker2 {
    display: block;
    width: 100%;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#datepicker3 {
    display: block;
    width: 100%;
    padding: .4375rem .875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ui-datepicker-header .ui-corner-all{
    top: 50% !important;
}
.ui-datepicker .ui-datepicker-prev:after{
    display: none !important;
}
.ui-datepicker .ui-datepicker-next:after {
    display: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    width: 100%;
}
#movimientos-select {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.no-padding {
    padding-left: 5px !important;
    padding-right: 0px !important;
}
.table-movimientos .boton-agregar a {
    float: right;
    background:  #1f8e60;
    position: absolute;
    top: -72px !important;
    right: 10px;
}
@media(max-width:950px) {
    .desktop_izq2 .contenedor_texto_atenciones {
        display: flex !important;
        align-items: center;
        position: relative;
        top: 05px;
        left: 0px !important;
    }
   .table-movimientos .boton-agregar a {
        float: inherit !important;
        position: inherit !important;
        top: -30px !important;
        left: 3px;
    }
}
.table-movimientos .boton-agregar i {
    color:white;
}
.table-movimientos .icon-plus-circle2 {
    margin-right: 5px;
}
.pop-up-movimientos .col-lg-4{
    display: flex;
    margin-bottom: 15px;
}
.pop-up-movimientos .col-lg-12 {
    display: flex;
}
.pop-up-movimientos textarea{
    width: 100%;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pop-up-movimientos select{
    height: 34.86px !important;
}
.pop-up-movimientos textarea {
    height: 34.86px
}
.salida-entrada {
    margin: 20px 0px 0px 0px !important;
}
.salida-entrada h4{
    text-align: center;
    font-weight: 600;
}
.salida-entrada .card{
    padding: 20px;
}
.salida-entrada .col-lg-11 {
    padding-left: 31px !important;
}
.salida-entrada .col-lg-12{
    margin-bottom: 15px;
}
.salida-entrada .no-padding{
    padding: 0px !important;
}
.salida-entrada-two .col-lg-6 {
    display: flex;
    margin-bottom: 15px;
}
.salida-entrada-two .col-lg-5{
    padding-right: 0px !important;
}
.salida-entrada .col-lg-9{
    padding-right: 0px !important;
}
.salida-entrada .total-ubicacion {
    display: block !important;
    text-align: center;
}
.salida-entrada .total-ubicacion input {
    max-width: 300px !important;
    margin: 0px auto !important;
}
.entrada .col-lg-4{
    margin-bottom: 0px !important;
    padding-right: 0px !important;
}
.salida-entrada .card {
    min-height: 328.65px;
}
.pop-up-movimientos .end-salida-entrada {
    display: block !important;
    text-align: center;
    max-width: 300px;
    margin: 0px auto;
}
.pop-up-movimientos .end-salida-entrada p {
    font-size: 20px;
    font-weight: 600;
}
.botones-finales {
    margin-top: 35px;
}
.botones-finales i{
    margin-right: 5px;
}
.boton-one {
    text-align: right;
}
.boton-one a{
    background: #66bb6a;
    margin: 0px auto;
}
.boton-one i{
    color: white;
}
.boton-two a{
    background: #f44336;
}
.boton-two i {
    color:white;
}
.botones-finales{
    display: flex !important;
}
.icon-minus-circle2 {
    color: red;
    font-size: 25px;
    cursor: pointer;
}
/* Carrusel */
.owl-carousel{
    display: flex !important;
}
.owl-dots {
    display: none !important;
}
/* Flotante */
.bg-indigo-400 {
    background: #263238;
}
.picking_unidades_sub {
    outline: 0;
    display: block;
    padding: .4375rem .3rem;
    line-height: 1.5385;
    color: #333;
    position: relative;
    border: 1px solid #ddd;
    white-space: nowrap;
    border-radius: .1875rem;
    transition: all ease-in-out .15s;
}
.cargar-columna {
    width: 150px !important;
}
.cambiar_lote2 {
    outline: 0;
    display: block;
    padding: .4375rem .3rem;
    line-height: 1.5385;
    color: #333;
    position: relative;
    border: 1px solid #ddd;
    white-space: nowrap;
    border-radius: .1875rem;
    transition: all ease-in-out .15s;
}
.pickinglist_ubicacion2 {
    outline: 0;
    display: block;
    padding: .4375rem .3rem;
    line-height: 1.5385;
    color: #333;
    position: relative;
    border: 1px solid #ddd;
    white-space: nowrap;
    border-radius: .1875rem;
    transition: all ease-in-out .15s;
}
/* Modal movimientos */
#modal_movimientos .modal-dialog {
    max-width: 1000px !important;
}
#modal_movimientos .modal-header{
    text-align: center;
}
#modal_movimientos h3 {
    width: 100%;
    font-weight: 600;
}
.entrada-lote {
    padding-right: 0px;
}
.entrada-lote .col-lg-8{
    padding-right: 0px;
}
.entrada-palets {
    padding-right: 0px;
}
@media (min-width: 992px){
    .movimientos_datos {
        margin-left: 25px;
    }
}
.consultas thead{
    background-color: #324148;
    color:white;
}
.consultas .sorting_1{
    font-size: 12px !important;
}
.almacen_consulta, .descripcion_consulta  {
    padding-right: 180px !important;
}
 .sidebar .sidebar-user {
    display: none;
 }
.navbar_fixed {
    position: fixed;
    z-index: 999;
    top:0px;
}
.navbar_fixed_head {
    position: fixed;
    top: 0px;
}
.fecha_vcto {
    padding-right: 70px !important;
}

/*
#modal_movimientos .pop-up-movimientos select {
    height: 27.86px !important;
}

#modal_movimientos .form-control {
    display: block;
    width: 100%;
    padding: .3rem .4rem;
    font-size: .7525rem;
    line-height: 1.0385;
    color:
#333;
background-color:
#fff;
background-clip: padding-box;
border: 1px solid
#ddd;
border-radius: .1875rem;
box-shadow: 0 0 0 0
    transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#modal_movimientos .pop-up-movimientos .col-lg-4 {
    display: flex;
    margin-bottom: 4px;
    }
#modal_movimientos .col-form-label {
    padding-top: calc(.2375rem + 1px);
    padding-bottom: calc(.2375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.0385;
}
#modal_movimientos .salida-entrada .col-lg-12 {
    margin-bottom: 2px !important;
}
#modal_movimientos .salida-entrada-two .col-lg-6 {
    display: flex;
    margin-bottom: 2px !important;
}

#modal_movimientos .salida-entrada .card {
    min-height: 172.0px;
}
#modal_movimientos .salida-entrada .card {
    padding: 4px !important;
}
#modal_movimientos .salida-entrada h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.3em !important;
}
#modal_movimientos .modal-content {
    box-shadow: 0 .25rem .5rem
    rgba(0,0,0,.1);
    max-height: 80%;
    overflow-y: auto;
}
#modal_movimientos .card {
    margin-bottom: 3px;
    box-shadow: 0 1px 2px
    rgba(0,0,0,.05);
}
#modal_movimientos p{
    margin-top: 0;
    margin-bottom: .25rem;
}

#modal_movimientos .botones-finales {
    margin-top: 3px !important;
}

#modal_movimientos .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
        padding-top: 1.25rem;
    padding-top: 7px;
 */
.select2-selection--single{
    border:none;
}
/* input {
    border: 1px solid #ddd !important;
    border-top: 3px solid #d4d4d3 !important;
} */
.compras_fecha_produccion, .picking_td input  {
    height: 36px !important;
}
.tabcontenido-2{
    /*display: none;*/
}
.regular{
    font-family: 'XXIIAven-Regular';
}
.light{
    font-family: 'XXIIAven-Light';
}
.bold{
    font-family: 'XXIIAven-Bold' !important;
}
.tabcontenido-7 .recuadro .lado_2 .contenedor .item .contenido.bold{
    font-family: 'XXIIAven-Bold' !important;
    font-size: 17px !important
}
.oculto_cel{
    display: none;
}
.tabcontenido-12 .datos_gen .recuadro{
    display: block;
}
.persona_ruta2_14{
    width: 57px;
}
.cuadro_boton {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
 .tabcontenido-9 .recuadro .lado_2 .contenedor .item .contenido{
    padding-left: 1px;
    padding-right: 1px;
    font-size: 12px !important;
}
.tabcontenido-9 .radio__input {
    display: flex;
    margin-top: 2px;
    margin-right: 5px;
}
   .tabcontenido-9 .recuadro .lado_2 .contenedor .item {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
.tabcontenido-16 .lado_1 .cabezera{
    width: 100%;
}
.tabcontenido{
    flex-direction: column;
}
.desktop_izq2 .contenedor_texto_atenciones {
    justify-content: center;
}
.img-doc{
    margin-top: 30px;
    margin-bottom: 15px;
}
.input-alias{
    padding: 0px 20px;
}


@media(max-width: 991px){
    .desktop_izq2 .col_texto {
        width: calc(100% - 44px);
        display: contents;
    }
    #pantalla_inicio .burger{
        position: absolute;
        top: 20px;
        right: 20px;
    }
}
@media(min-width: 992px){
    img.manos{
        width:78px;
    }
    #pantalla_inicio .burger{
        position: absolute;
        top: 26px;
        right: 26px;
    }
    .xdesktop_izq2 .contenedor_texto_atenciones {
        display: block !important;
        margin-left: 45px;
        margin-right: 45px;
    }
    .desktop_izq2 .contenedor_texto_atenciones {
        display: flex !important;
        align-items: center;
        position: relative;
        top: -65px;
        left: 70px;
    }
    .manos{
        /*margin-right: 130px;*/
    }
    .desktop_izq2 .col_manos {
        width: 94px;
    }
    .tabcontenido{
        flex-direction: unset;
    }
    #nav_inferior .derecha {
        text-align: right;
    }
    #nav_inferior .izquierda {
        text-align: left;
        padding-top: 5px;
    }
    .tabcontenido-8 .recuadro .lado_1 .contenido {
        height: 7vh;
    }
    .oculto_cel{
        display: block;
    }
    .recuadro .agarrando2 {
        display: block;
        position: absolute;
        top: -68px;
        right: 18px;
        z-index: 99;
    }
    .dependiente_eliminar_texto{
        font-size: 13px;
        font-family: 'XXIIAven-Medium' ;
    }
    .mensaje_edad{
        font-size: 13px;
    }
    .tabcontenido-20 .recuadro .lado_2 .contenedor .item .cabezera{
        font-family: 'XXIIAven-Medium' ;
    }
    .tabcontenido-20 .cont_pago{
        font-family: 'XXIIAven-Medium' ;
    }
    .tabcontenido-9 .recuadro .lado_2,
    .tabcontenido-17 .recuadro .lado_2{
        width: calc(66% - 16px);
        border-radius: unset;
        border: unset;
    }
    .tabcontenido-20 .desktop_der .atenciones {
        margin-left: 50px;
        margin-right: 50px;
        width: calc(100% - 100px);
    }
    .tabcontenido-20 .recuadro .nav_atenciones{
        display: none;
    }
    .tabcontenido-20 .recuadro .lado_2{
        width: 75%;
        border-radius: unset;
        border: unset;
        /*
        border-radius: 16px;
        border: 2px solid #3692f8;
        */
    }
    .tabcontenido-20 .recuadro .lado_2 .contenedor .item {
        width: calc(33% - 10px);
        height: 100%;
        float: left;
        position: relative;
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 16px !important;
        border: double 2px transparent;
        background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
        border-image-slice: 1;
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
    .tabcontenido-3 .recuadro .lado_1, .recuadro .lado_2,
    .tabcontenido-4 .recuadro .lado_1, .recuadro .lado_2 {
        float: left;
        position: relative;
        width: 33%;
        min-height: 100%;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }
    .tabcontenido-3 .recuadro .nav_atenciones,
    .tabcontenido-4 .recuadro .nav_atenciones,
    .tabcontenido-9 .recuadro .nav_atenciones,
    .tabcontenido-13 .recuadro .nav_atenciones,
    .tabcontenido-14 .recuadro .nav_atenciones,
    .tabcontenido-15 .recuadro .nav_atenciones,
    .tabcontenido-16 .recuadro .nav_atenciones,
    .tabcontenido-17 .recuadro .nav_atenciones,
    .tabcontenido-18 .recuadro .nav_atenciones {
        display: flex;
        width: 30px;
        align-items: center;
        justify-content: center;
    }
    .tabcontenido-13 .recuadro .lado_1{
        width: 33%;
        padding-left: 27px;
    }
    .tabcontenido-13 .recuadro .lado_2{
        width: calc(66% - 60px);
    }
    .tabcontenido-13 .recuadro .lado_2 .contenedor .item{
        width: calc(50% - 8px);
        margin-left: 8px;
        border-radius: 16px !important;
        border: double 2px transparent;
        background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
        border-image-slice: 1;
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
    .tabcontenido-13 .recuadro .lado_2 .contenedor .item .contenido {
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 40px !important;
        font-size: 13px !important;
    }
    .tabcontenido-13 .recuadro .lado_2 .contenedor .item .cabezera{
        font-size: 14px;
        font-family: 'XXIIAven-Medium' ;
    }
    .tabcontenido-13 .recuadro .lado_1 .contenido{
        padding-left: 0px;
    }
    .tabcontenido-13 .recuadro_planes {
        height: 152px !important;
        width: 375px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .tabcontenido-13 .recuadro .lado_2 .contenedor{
        border-radius: unset;
        border: unset;
    }
    .tabcontenido-3 .recuadro .lado_2,
    .tabcontenido-4 .recuadro .lado_2,
    .tabcontenido-16 .recuadro .lado_2 {
        width: calc(66% - 60px);
        border-radius: unset;
        border: unset;
    }
    .tabcontenido-3 .recuadro .lado_2 .contenedor .item,
    .tabcontenido-4 .recuadro .lado_2 .contenedor .item{
        width: calc(50% - 4px);
        height: 100%;
        float: left;
        position: relative;
        margin-right: 4px;
        border-radius: 16px;
        border: double 2px transparent;
        background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
        border-image-slice: 1;
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
    .tabcontenido-9 .recuadro .lado_2 .contenedor .item,
    .tabcontenido-17 .recuadro .lado_2 .contenedor .item {
        width: calc(50% - 5px);
        height: 100%;
        float: left;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 4px;
        border-radius: 16px;
        border: double 2px transparent;
        background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
        border-image-slice: 1;
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
     .tabcontenido-9 .recuadro .lado_2 .contenedor .item .contenido{
        padding-left: 1px;
        padding-right: 1px;
        font-size: 12px !important;
    }
    .tabcontenido-9 .radio__input {
        display: flex;
        margin-top: 2px;
        margin-right: 5px;
    }
    .tabcontenido-9 .recuadro .lado_2 .contenedor .item{
        padding-left:  0px;
        padding-right:  0px;
    }
    .tabcontenido-6 .recuadro .lado_1 .contenido {
        font-size: 13px;
    }
    .tabcontenido-6 .recuadro .lado_1 .contenido{
        padding-right: 4px;
    }
    .tabcontenido-22 .recuadro{
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .tabcontenido-23 .recuadro{
        width: 274px;
        margin-left: auto;
        margin-right: auto;
    }
    .has_pagado2 {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 1px;
    }
    .tabcontenido-12 .atenciones {
        width: calc(100% - 140px);
        margin-left: 75px;
        margin-right: 75px;
    }
    .tabcontenido-12 .datos_gen .recuadro {
    display: block;
    padding-bottom: 20px;
    }
    .tabcontenido-13 .desktop_der .atenciones {
        margin-left: 50px;
        margin-right: 50px;
        width: calc(100% - 100px);
    }
    .tabcontenido-13 .recuadros .lado_1{
        width: 50%;
        font-family: 'XXIIAven-Medium' ;
        font-size: 13px;
    }
    .tabcontenido-13 .recuadros .lado_2 {
        width: calc(50% - 32px);
        position: relative;
        float: left;
        margin-left: 16px;
        margin-right: 16px;
    }
    .tabcontenido-14 .desktop_der .atenciones {
        margin-left: auto;
        margin-right: auto;
        width: 350px;
    }
    .datos_gen_recuadro_1{
        width: 50%;
        float: left;
        position: relative;
    }
    .datos_gen_recuadro_2{
        width: 100%;
        float: left;
        position: relative;
    }
    .datos_gen .recuadro .texto1 {
    font-size: 13px;
    font-family: 'XXIIAven-Medium';
    color: #004f8f;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 8px;
    }
    .dependiente_editar{
        /*margin-left: 19px;*/
    }
    .recuadro .lado_1 .contenido img.persona,
    .contenido .persona {
        width: 25px;
    }
    .boton_agregar_dependiente{
        position: absolute;
        top:10px;
        right:30px;
    }
    .boton_agregar_dependiente img{
        width: 20px;
        height: 20px;
    }
    .contenedor_dep_edad:first-child{
        margin-top: 44px;
    }
    .tabcontenido-15 .desktop_der .atenciones {
        margin-left: auto;
        margin-right: auto;
        width: 328px;
    }
    .tabcontenido-15 .recuadro {
        margin-top: 95px;
    }
    .tabcontenido-15 .recuadro .lado_1 .contenido {
        height: 7vh;
    }
    .tabcontenido-15 .recuadro .lado_1 .contenido {
        justify-content: left;
        font-size: 16px;
    }
    .tabcontenido-15 .recuadro .lado_1 .contenido img {
        width: 16px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .recuadro .lado_1 .contenido img.persona, .contenido .persona {
        width: 32px;
    }
    .tabcontenido-15 .recuadro .lado_1{
        width: 100%;
    }
    .tabcontenido-15 .cuadro_boton,
    .tabcontenido-8 .cuadro_boton{
        width: 100%;
        margin-bottom: 85px;
    }
    .tabcontenido-16 .desktop_der .atenciones {
        margin-left: 26px;
        margin-right: 26px;
        width: calc(100% - 52px);
    }
    .tabcontenido-16 .recuadro .lado_1{
        width: 24%;
    }
    .tabcontenido-16 .recuadro .lado_2{
        width: 66%;
    }
    .tabcontenido-16 .recuadro .lado_2 .contenedor .item {
        width: calc(33% - 16px);
        height: 100%;
        float: left;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 7px;
        margin-right: 7px;
        border-radius: 16px;
        border: double 2px transparent;
        background-image: linear-gradient(white, white), linear-gradient(to right, #25a3fa, #30c5c0);
        border-image-slice: 1;
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
    .cuadro_boton .boton {

        margin-top: 8px;
    }
    .contenedor_dep_edad{
        width: 100%;
    }
    #NavDrawer{
        left: unset;
        width: 267px;
        right: 0px;
    }
    #NavDrawer {
        left: unset;
        width: 358px;
        right: 0px;
    }
    .drawer{background-color: unset;}
    .drawer__inner {
        position: relative;
        min-height: 100%;
        background-color: unset;
        /*padding-right: 32px;
        padding-bottom: 32px;
        padding-left: 32px; */
    }
    .side_nav{
        background-color: #043d6c;
        margin-left: 53px;
        padding-left: 0px;
        padding-bottom: 5vh;
        padding-right: 0px;
    }
    #nav_inferior{
        padding:0 160px;
        padding-top: 35px;
        padding-bottom: 35px;
        background-image: url(../imagenes/fondo_superior4.png);
        background-position: center;
    }
    .datos_gen_nombre{
        max-width: 270px;
        margin: 0 auto;
        display: block;
        clear: both;
        float: none;
        padding: 1px 0px;
    }
    .datos_gen_telefono{
        max-width: 270px;
        margin: 0 auto;
        display: block;
        clear: both;
        float: none;
        padding: 1px 0px;
    }
}
.datos_gen_nombre .texto1_recuadro input[type="text"]{
    padding-left: 15px;
    padding-right: 15px;
}
.datos_gen_ap_paterno .texto1_recuadro input[type="text"]{
    padding-left: 15px;
    padding-right: 15px;
}
.datos_gen_ap_materno .texto1_recuadro input[type="text"]{
    padding-left: 15px;
    padding-right: 15px;
}
.col_texto{
    width: 330px;
    position: relative;
    left: 66px;
    margin-top: 20px;
}
.fa-angle-right:before{
    position: relative;
    left: 1px;
}
.fa-angle-left:before{
    position: relative;
    left: -1px;
}
.tipo-atencion{
    font-weight: 600;
    margin-right: 5px;
}
.text-head-tabla{
    font-weight: 600;
    width:75%;
    margin: 0 auto;
    font-size: 13px;
}
.tabcontenido-15 .tab-navegador2{
    margin-top: 30px;
}
.tabcontenido-8 .tab-navegador2{
    margin-top: 30px;
}
.tabcontenido-22 .recuadro {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.tabcontenido-23 .recuadro{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.tabcontenido-12 .datos_gen .recuadro{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.datos_gen_recuadro_1{
    padding-left: 15px;
    padding-right: 15px;
}
.datos_gen_recuadro_2{
    padding-left: 15px;
    padding-right: 15px;
}
.datos_gen_telefono{
    margin-bottom: 20px;
}
@media (max-width: 1359px){

}
@media (max-width: 1299px){
    #nav_inferior{
        padding:0 120px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .text-head-tabla{
        width:80%;
    }
    .desktop_der .atenciones {
        margin-left: 50px;
        margin-right: 50px;
        width: calc(100% - 100px);
        flex: initial;
    }
}
@media (max-width: 1152px){
    #nav_inferior{
        padding:0 70px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .text-head-tabla{
        width:100%;
    }
    .desktop_der .atenciones {
        margin-left: 25px;
        margin-right: 25px;
        width: calc(100% - 50px);
        flex: initial;
    }
    .tabcontenido-5 .desktop_der .atenciones{
        margin-left: 75px !important;
        margin-right: 75px !important;
        width: calc(100% - 150px);
    }
}
@media (max-width: 991px){
    .boton_agregar_dependiente img {
        width: 20px;
        height: 20px;
    }
    .tabcontenido-5 .desktop_der .atenciones {
        margin-left: 25px !important;
        margin-right: 25px !important;
        width: calc(100% - 50px);
    }
    #nav_inferior{
        padding:0 20px;
        padding-top: 30px;
        padding-bottom: 20px;
        background-color: #f7f7f7;
    }
    .tabcontenido .desktop_der{
        height: auto;
    }
    #pantalla_inicio .desktop_izq{
        display: none;
    }
    .tabcontenido{
        padding: 0 150px;
        margin-top:100px;
        margin-bottom: 80px;
    }
    .img-doc{
        margin-top: 15px;
    }
    .cuadro_boton{
        margin-bottom: 30px;
    }
    .contenedor_progreso{
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .numeroprogreso, .numeroprogreso2{
        font-size: 13px !important;
    }
    .col_texto .texto_atenciones {
        font-size: 18px;
    }
    .tabcontenido-5 .opcion_economica .imagenes{
        width: 60%;
    }
    .tabcontenido-5 .opcion_economica .texto{
        width: 40%;
    }
    .contenedor_dep_edad:first-child {
        margin-top: 24px;
    }
    .tabcontenido-8 .desktop_der .atenciones{
        margin-left: 50px !important;
        margin-right: 50px !important;
        width: calc(100% - 100px);
    }
    .boton_agregar_dependiente {
        position: absolute;
        top: 10px;
        right: 30px;
    }
    .tabcontenido-23 .desktop_izq2 .contenedor_texto_atenciones{
        margin-bottom: 30px;
    }
    .imagen-doc-tarjeta{
        margin-bottom: 20px;
    }
    .tabcontenido-13 .recuadro .lado_1 .cabezera{
        padding-left: 18px;
    }
}
@media (max-width:768px){
    .tabcontenido{
        padding: 0 30px;
    }
    #pantalla_inicio .inferior .imagen img{
        width:50%;
        height: auto;
    }
    .tabcontenido-5 .desktop_der .atenciones {
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: calc(100% - 0px);
    }
    .desktop_der .atenciones {
        margin-left: 0px;
        margin-right: 0px;
        width: calc(100% - 0px);
        flex: initial;
    }
    .tabcontenido-8 .desktop_der .atenciones{
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: calc(100% - 0px);
    }
    .recuadro .lado_1 .cabezera {
        font-size: 12px !important;
        padding-right: 0px;
    }
    .recuadro .lado_1 .contenido{
        padding-right: 0px;
        font-size: 12px;
    }
    .tabcontenido-13 .lado_1 .contenido{
        font-size: 12px !important;
        padding-right: 0px;
    }
    .tabcontenido-14 .lado_1 .contenido{
        font-size: 12px !important;
    }
    .tabcontenido-14 .recuadro .lado_2 .contenedor .item .contenido{
        font-size: 12px !important;
    }
}
:root {
  --primary: #00C5C0;
  --secondary: #004F8F;
  --gray: #8E8E8E;
  --red: #FF2E2E;
  --light-gray: #E7E5E5
}
