body, html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font: inherit;
    color: #2C3F6B;
    overflow-x: hidden;
}
html {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #2C3F6B;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
  }
*:focus { outline: none; } 

a {
    text-decoration: none;
    color: #2C3F6B
}
a:hover {
    color:#7FB1C8;
}
.boton-enlace {
    text-align: center;
    padding: 0;
    line-height: 20px;
}
.boton-enlace:hover {
    color: #fff;
}
.boton-peq {
    background-color: #1b3c6d;
    color: #ffffff;
    padding: 10px 20px;
    margin: 10px 0;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-style: normal;
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-style: normal;
    margin: 5px 0;
}
ul, a {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
hr {
    color: #7FB1C8;
    border: 1px solid #7FB1C8;
}
.textcenter {
    text-align: center;
}
.bluedark-bg {
    background-color: #2C3F6B;
}
.bluelight-bg {
    background-color: #7FB1C8;
}
.bluedark {
    color: #2C3F6B;
}
.bluelight {
    color: #7FB1C8;
}
.margin-top-30 {
    position: relative;
    margin-top: 30px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.container-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.fondo {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -99;
}
.fondo:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.fondo:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    -ms-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
    background-image: url(../imagenes/fondo.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    animation: increase 60s linear 10ms infinite;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: -2;
}
.fondo2 {
    float: left;
    background-color: #7FB1C8;
    width: 100%;
}
@keyframes increase {
    0%{transform: scale(1)}
    100%{transform: scale(1.5)}
}
.fondo-contenido {
    background-color: #ffffffe8;
    border: 1px solid #e4e4e4;
    padding: 30px 25px;
    margin-bottom: 30px;
    margin-top: -70px;
}
.titulo {
    text-align: center;
    margin: 10px 0 20px 0;
}
.titulo::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    margin-left: -50px;
    margin-top: 10px;
    height: 3px;
    width: 100px;
    max-width: 100px;
    background-color: #62b3ca;
}
h4.titulo {
    font-size: 2rem;
}

.textos {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 20px;
    text-align: justify;
}
.textos h4 {
    margin-top: 30px;
    line-height: 1.5rem;
}


@media (min-width: 600px) {
    .textos {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 20px;
        text-align: justify;
    }
    .textos h4 {
    margin-top: 40px;
    line-height: 1.8rem;
}
}
.fondo-vacaciones {
    width: 100%;
    height: 100%;
    background-image: url(../imagenes/fondo_vaca2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.fecha {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.fecha span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-size: 56px;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    margin: 0 7px;
}
.wrap {
    position: relative;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;   
}
.flexbox-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox;
	display: -webkit-flex;
}
.flexbox-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox;
	display: -webkit-flex;
}
.flex-end {
    justify-content: flex-end;
}
.playstore:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.5s;
}
.playstore:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: 0.5s;
}
.header {
    display: flex;
    width: 100%;
    margin: 30px 0;
    justify-content: space-between;
    align-items: flex-start;
}
.column-1 {
    width: 48%;
    float: left;
}
.column-2 {
    width: 48%;
    float: left;
    margin-left: 2%;
}
.wrap_bolsa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.imagen_bolsa {
    width: 100%;
    margin-bottom: 20px;
}
.imagen_bolsa img {
    max-width: 100%;
}
.texto_bolsa {
    width: 100%;
    text-align: justify;
}

@media (min-width: 800px) {
.imagen_bolsa {
    width: 40%;
}
.texto_bolsa {
    width: calc(60% - 20px);
    text-align: justify;
}
}

.logo {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
}
.logo-registro {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
}
.page-title {
    text-align: center;
}
.wrap-flotante {
    position: fixed;
    background-color: #2b2b2b54;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px;
    z-index: 900;
    display: none;
    justify-content: center;
    align-items: flex-start;
}
.wrap-flotante.activo2 {
    display: flex;
}
@media (min-width: 600px) {
    .wrap-flotante {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 15px;
    }
}
.flotante {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1b3c6d;
    padding: 20px 10px;
    color: #ffffff;
    width: 97%;
    margin-top: 20px;
    text-align: center;
}
@media (min-width: 600px) {
    .flotante {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #1b3c6d;
        padding: 20px 10px;
        color: #ffffff;
        width: 100%;
        max-width: 360px;
        margin-top: 30px;
        text-align: center;
    }
}
.contenido-scroll {
    width: 100%;
    padding: 0 10px;
    overflow-y: scroll;
    height: calc(100% - 30px);
    position: relative;
}
.icono-flotante i {
    font-size: 4rem;
    margin-bottom: 15px;
}
.flotante h3 {
    margin: 15px 0;
    }
.flotante h4 {
text-align: justify;
}
.flotante p {
    text-align: justify;
    line-height: 1.6rem;
    margin-bottom: 15px;
}
.banner {
    width: 100%;
    max-width: 800px;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #1b3c6d;
}
@media (min-width: 600px) {
    .banner {
        width: 80%;
    }
}
.cerrar-banner {
    position: relative;
    width: 100%;
    height: auto;
    color: #ffffff;
    text-align: right;
    font-size: 1.2rem;
    padding-bottom: 10px;
}
.cerrar-banner a {
    color: #ffffff;
}
.cerrar-banner.blue a {
    color:#1b3c6d;
}
.contenido-banner {
    padding: 10px;
    width: 100%;
    height: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-x: auto;
}
@media (min-width: 600px){
    .contenido-banner {
        padding: 20px;
        width: 100%;
        height: auto;
    }
}
.logo-banner {
    width: 100%;
    text-align: center;
}
.textos-banner {
    width: 100%;
    text-align: justify;
    color: #ffffff;
}
.textos-banner h2 {
    color: #62b3ca;
    text-align: center;
    margin-bottom: 20px;
}
.flotante.width-90 {
    background-color: #ffffff;
    width: 90%;
    height: 90vh;
    max-width: 1024px;
    color: #1b3c6d;
}
@media (min-width: 600px) {
.logo-banner {
    width: 28%;
    margin: 0;
    text-align: center;
}
.textos-banner {
    width: 70%;
    margin: 0;
}
}
.wrap-center {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox;
	display: -webkit-flex;
}
.box {
    height: auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc!important;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    margin-bottom: 80px;
    display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox;
	display: -webkit-flex;
}
.logo-metodos {
    display: flex;
    justify-content: space-around;
}
.formulario {
    position: relative;
    width: 48%;
    height: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc!important;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    margin-bottom: 80px;
    display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox;
	display: -webkit-flex;
}
.formulario-100 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc!important;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    margin-bottom: 80px;
    display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox;
	display: -webkit-flex;
}
.formulario-registro {
    width: 100%;
    max-width: 430px;
    height: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc!important;
}
.mt-60px {
    margin-top: -100px;
}
.subtotal {
    width: 100%;
    padding: 20px;
    background-color: #E5EFF4;
    font-size: 20px;
    margin-bottom: 20px;
}
.subtotal div {
    margin-right: 10px;
}
.formulario h1 {
    font-size: 48px;
}
.formulario h2 {
    font-size: 32px;
}
.formulario h3 {
    font-size: 20px;
}
.formulario-100 h3 {
    font-size: 20px;
}
.formulario input[type="text"], select, .formulario input[type="checkbox"] {
    appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.formulario input, .formulario textarea {
    width: 100%;
    padding: 10px;
    background-color: #E5EFF4;
    border: 0 solid !important;
    box-sizing: border-box;
}

.formulario input::-webkit-input-placeholder { /* Edge */
  color: #a8bcc5;
}

.formulario input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a8bcc5;
}

.formulario input::placeholder {
  color: #a8bcc5;
}

.formulario input[type="radio"], .formulario input[type="checkbox"] {
    width: auto !important;
    padding: 10px;
    border: 0 solid !important;
    appearance: radio;
	-webkit-appearance: radio;
    -moz-appearance: radio;
}
.formulario select {
    width: 100%;
    padding: 10px;
    background-color: #E5EFF4;
    border: 0 solid !important;
}
.formulario .titulo {
    padding: 0px;
    margin-bottom: 50px;
}
.formulario .subtitulo {
    margin-top: 50px;
}
.formulario p {
    margin: 15px 0;
}
.completado {
    background-color: #E5EFF4;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.group-form-a {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 10px 0;
}
.group-form-b {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.group-form-b>span {
    flex: 0 0 47%;
}
.adicionales {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color:#E5EFF4;
    padding:0 10px;
    margin-top: 10px;
}
.titulo-adicional {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
    line-height:18px;
    padding:0;
    border-bottom: 1px solid #ffffff;
}
.adicional {
    width: calc(50% - 5px);
    display: flex;
    height: 50px;
    padding: 5px 0;
    align-items: center;
    margin: 5px 0;
}
.adicional input {
    background-color:#ffffff;
}
.adicional span:nth-child(1){
    width: 80%;
}
.adicional span:nth-child(2){
    width: 20%;
}
.adicional label {
    display: flex;
    align-items: center;
}
.adicional img {
    width: 50px;
    margin-right:5px;
}
.group-input {
    display: flex;
}
.group-input span {
    display: flex;
    padding: 0 12px;
    font-weight: 800;
    background-color: #2C3F6B;
    align-items: center;
    color: #ffffff;
}
.alert-danger {
    position: relative;
    padding: 7px 10px;
    background-color: #f8e0dd;
    color: red;
    margin-top: 5px;
    text-align: center;
    border: solid 1px #e24330;
    font-size: 12px;
}
.alert-danger::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent red transparent;
}
form, label {
    width: 100%;
}
.button-bluelight {
    width: auto;
    padding: 10px;
    background-color: #7FB1C8;
    color: #ffffff;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    text-transform: uppercase;
}
.button-bluelight:hover {
    cursor: pointer;
}
button.button-bluedark, a.button-bluedark {
    width: 100%;
    padding: 15px;
    background-color:#2C3F6B;
    color: #ffffff;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
button.button-bluedark a {
    color: #ffffff;
    text-decoration: none;
}
button.button-bluedark:hover, a.button-bluedark:hover {
    background-color:#7FB1C8;
    transition: 1s;
    cursor: pointer;
    color: #ffffff;
}
.button-disabled {
    width: 100%;
    padding: 15px;
    background-color:rgb(149, 157, 179);
    color: #ffffff6c;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.button-facebook {
    width: 100%;
    padding: 15px;
    background-color:#3a5898;
    color: #ffffff;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-size: 20px;
    margin-bottom: 10px;
}
.button-facebook a {
    color: #ffffff;
    text-decoration: none;
}
.button-facebook:hover {
    background-color:#738bbe;
    transition: 0.7s;
    cursor: pointer;
}
.button-google {
    width: 100%;
    padding: 15px;
    background-color:#e24330;
    color: #ffffff;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-size: 20px;
    margin-bottom: 10px;
}
.button-google a {
    color: #ffffff;
    text-decoration: none;
}
.button-google:hover {
    background-color:#f37565;
    transition: 0.7s;
    cursor: pointer;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #2C3F6B;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 10px;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2C3F6B transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
table td {
    padding: 5px 0;
}
table td:first-child {
    width: 65%;
}
table td:last-child {
    text-align: center;
}
table tr:last-child td {
    text-transform: uppercase;
    font-size: 20px;
    background-color: #E5EFF4;
}
table tr:last-child td:first-child {
     text-align: right;
     color:#7FB1C8;
}
table.table-correo {
    width: 100%;
    min-width: 416px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #1C1E55;
    font-weight: 400;
    padding: 0 !important;
    margin-top: 15px;
}
table.table-correo td:first-child {
    width: auto;
}
table.table-correo thead tr td {
    background-color: #1b3c6d !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 10px;
}

table.table-correo tr td.azul-claro {
    background-color: #62b3ca !important;
    color: #fff;
    text-align: center;
}

table.table-correo tr,
table.table-correo td {
    border: 1px solid #e6fbfd;
    background-color: #ffffff;
    padding: 3px 10px;
}

table.table-correo tr {
    height: 40px;
    text-align: center;
}
table.table-correo.tdazul tr td:first-of-type {
    background: #ffffff;
}
table.table-correo td.tdazul {
    background: #1C1E55;
    color: #ffffff;
    font-weight: 700;
    padding: 3px;
}
table.table-correo tr:last-child td {
    text-transform: none;
    font-size: 13px;
    background-color: white;
    text-align: center;
    color: #1C1E55;
}
.overflow {
    overflow-x: auto;
}
.formulario .subtitulo-2 {
    margin: 30px 0 0 0;
    background-color: #2C3F6B;
    color: white;
    padding: 4px;
    min-width: 416px;
}
.volver {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-weight: 600;
}
.volver i {
    margin-right: 8px;
}
.volver:hover {
    color: #62b3ca;
}
.horas {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #E5EFF4;
    padding: 15px;
}
.horas span {
    width: auto;
    min-width: 80px;
    padding: 15px;
    border: #2C3F6B solid 1px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.horas span:hover {
    background-color: rgb(210, 228, 237);
}
.horas p {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}
footer {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 30px 0;
    clear: both;
}
footer .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #7FB1C8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-size: 14px;
    flex-direction: row;
    justify-content: space-between;
}
footer .copyright {
    width: auto;
    padding: 14px 0;
}
footer .redes {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;  
}
footer .redes span {
    padding: 0 10px;
    color: #ffffff;
    font-size: 32px;
    line-height: 32px;
}
footer .redes span:hover {
    cursor: pointer;
    font-size: 48px;
    line-height: 48px;
    transition: .2s;
}
footer .menu-footer {
    width: auto;
    display: flex;
}
footer .redes span a {
    color: #fff;
}
footer .redes span a:hover {
    color: #7FB1C8;
}
.menu {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-end;
}
.menu a {
    text-decoration: none;
    display: block;
    padding: 1em;
    color: #7FB1C8;   
}
.menu a:hover {
    color: #fff;  
}
.modal-contenido{
    background-color: #E5EFF4;
    width:300px;
    padding: 10px 20px;
    margin: 20% auto;
    position: relative;
  }
  .modal{
    background-color: rgba(0,0,0,.8);
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity:0;
    pointer-events:none;
    transition: all 1s;
  }
  #miModal:target{
    opacity:1;
    pointer-events:auto;
  }
.slider-wrap {
    margin-top: 10px;
    padding: 0 30px;
}
.slider-wrap .slider .slick-slide {
    background-color: #E5EFF4;
    margin: 0 5px;
    text-align: center;
}
.slider-wrap .slider  .slick-slide p {
    margin: 4px 0;
    font-size: 12px;
}
.slider-wrap .slider  .slick-slide h2 {
    line-height: 36px;
}
.slider-wrap .slider  .slick-slide:hover {
    background-color: rgb(210, 228, 237);
}
.inactivo {
    background-color: #E5EFF4;
    color: #fff;
}
.inactivo a {
    color: #fff;
}
.activo {
   background-color: #2C3F6B;
   color: #fff;
}
.activo a {
    background-color: #2C3F6B;
    color: #fff;
 }
 .progressbar {
    display: flex;
    width: 100%;
  }
  
  .progressbar li {
    list-style: none;
    display: inline-block;
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    z-index: 3;
  }
  .progressbar li:before {
    content: "";
    width: 60px;
    height: 60px;
    line-height : 60px;
    border: 3px solid #ddd;
    color: #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 24px;
  }
  .progressbar li:first-child:before {
    content: "\f21c";
  }
  .progressbar li:nth-child(2):before {
    content: "\f0cb";
  }
  .progressbar li:nth-child(3):before {
    content: "\f00c";
  }
  .progressbar li:nth-child(4):before {
    content: "\f00c";
  }
  .progressbar li:nth-child(5):before {
    content: "\f1b2 ";
  }
  .progressbar li:nth-child(6):before {
    content: "\f00c";
  }
  .progressbar li:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 2px;
    background-color: #ddd;
    top: 30px;
    left: -32%;
  }
  .progressbar li:first-child:after {
    content: none;
  }
  .progressbar li.active:before {
    color: green;
    border-color: green;
    background-color: #E5EFF4;
  } 
  .progressbar li.active + li:after {
    background-color: green;
  }
  .numero_seguimiento {
      display: flex;
      justify-content: center;
      
  }
  .numero_seguimiento h4 {
    width: auto;
    max-width: 400px;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    background-color: #E5EFF4;
}
@media all and (max-width: 990px) {
    .progressbar li {
        width: 20%;
      }
      .progressbar li:before {
        content: "";
        width: 50px;
        height: 50px;
        line-height : 50px;
        font-size: 18px;
      }
      .progressbar li:after {
        width: 20% !important;
        top: 25px;
        left: -20%;
      }
    
  }

@media all and (max-width: 800px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    .column-1 {
        width: 38%;
        flex-direction: column;
        display: flex;
        align-content: center;
    }
    .formulario {
        width: 60%;
        margin: 30px 0;
    }
  }
@media all and (max-width: 600px) {
    h1 {
        font-size: 46px;
        line-height: 50px;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
    }
    h4 {
        font-size: 18px;
        line-height: 22px;
    }
    h5 {
        font-size: 14px;
        line-height: 16px;
    }
    .menu {
      justify-content: space-around;
    }
    .header {
        flex-direction: column;
        justify-content: space-between;
    }
    .column-1 {
        width: 100%;
        flex-direction: column;
        display: flex;
        align-content: center;
    }
    .formulario {
        width: 100%;
        margin: 30px 0;
    }
    .group-form {
        flex-direction: column;
    }
    .group-form span {
        width: 100%;
    }
    footer .wrap {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer .copyright {
        text-align: center;
    }
    footer .redes {
        margin: 20px 0;
    }
    footer .redes span {
        padding: 0 10px;
        color: #ffffff;
        font-size: 32px;
        line-height: 32px;
    }
    footer .menu-footer {
        width: 100%;
        display: flex;   
    }
    .menu {
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        padding: 0;
        width: 100%;
      }
      .menu li {
          width: auto;
      }
    
      .menu a {
        text-align: center;
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }
    
      .menu li:last-of-type a {
        border-bottom: none;
      }
  }
@media all and (max-width: 320px) {
    .menu {
      -webkit-flex-flow: column wrap;
      flex-flow: column wrap;
      padding: 0;
    }
  
    .menu a {
      text-align: center;
      padding: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
  
    .menu li:last-of-type a {
      border-bottom: none;
    }
  .bolsa .animated .pulse {
      animation-delay: 3s;
  }
}



/* LANDING PAGE */

p.p2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
    font-style: normal;
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.justify {
    text-align: justify;
}

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.btn-white {
    padding: 10px 40px;
    background-color: #ffffff;
    color: #2C3F6B;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    font-size: 20px;
}
.btn-white:hover {
    background-color: #2C3F6B;
    color: #ffffff;
}
.btn-orange {
    min-width: 200px;
    padding: 15px 50px;
    background-color: rgb(232, 113, 48);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 50px;
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
}
.btn-orange:hover {
    background-color: #ffffff;
    color: rgb(232, 113, 48);
}
.bg-landing {
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgb(141,219,245);
    background: linear-gradient(180deg, rgba(141,219,245,1) 0%, rgba(171,221,238,1) 35%, rgba(255,255,255,1) 100%);
}
.header-landing {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header-landing img {
    width: 100%;
}
.header-landing P {
    font-size: 1.6em;
    margin-bottom: 30px;
}
.reloj {

}
.flex-center {
    justify-content: center;
}
.flex-center-v {
    align-items: center;
}
.flex {
    display: flex;
}
.flexcolumn {
    display: flex;
    flex-direction: column;
}
.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}
.w-1080 {
    max-width: 1080px;
}
.w-800 {
    max-width: 800px;
}
.column-12 {
    width: 100%;
}
.column-6 {
    width: calc(50% - 5px);
}
.column-4 {
    width: calc(33% - 5px);
}
.column-3 {
    width: calc(25% - 5px);
}
@media all and (max-width: 960px) {
    .header-landing .logo img{
        width: 200px;
    }
    .header-landing h1 {
        font-size: 50px;
    }
    .header-landing div:nth-child(1) {
        width: calc(50% - 5px);
        display: flex;
        justify-content: center;
    }
    .header-landing div:nth-child(2) {
        width: calc(50% - 5px);
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .header-landing div:nth-child(3) {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-landing div:nth-child(3) img {
        width: 350px;
    }

}

.banner-landing-blue {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    background-color: #1b3c6d;
}
.banner-landing-blue p {
    color: #ffffff;
    font-size: 1.8em;
    line-height: 1.4em;
    text-align: center;
    margin: 40px 0;
    max-width:800px ;
}

.banner-landing-blue p span {
    color: #ABDDEE;
    font-weight: 600;
}
.banner-light-blue {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    background-color: #DDF1F8;
}
.banner-light-blue p {
    color: #1C1E55;
    font-size: 2em;
    line-height: 1.4em;
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
}
.banner-imagen {
    background-color: #a4def2;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.banner-imagen>div {
    background-image: url('../imagenes/hombre_bg_azul_2.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    max-width: 1080px;
    height: 425px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.banner-imagen p {
    font-size: 3em;
    line-height: 1.3em;
    text-align: center;
    margin: 0;
}
.footer-landing {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background-color: #ffffff;
    color: #B3B3B3 !important;
}
@media all and (max-width: 640px) {
    .header-landing .logo img{
        width: 150px;
    }
    .header-landing {
        justify-content: center;
        flex-direction: column;
    }
    .header-landing div:nth-child(1n) {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .banner-landing-blue p {
        color: #ffffff;
        font-size: 1.4em;
        line-height: 1.3em;
        text-align: center;
        margin: 40px 0;
    }
    .column-6 {
        width: 100%;
    }
    .column-4 {
        width: 100%;
    }
    .column-3 {
        width: 100%;
    }
    .reloj {
        margin: 30px 0;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .img-ropa:nth-child(1) {
        margin-bottom: 30px;
    }
    .img-ropa {
        width: 280px;
    }
    .banner-imagen>div {
        background-image: url('../imagenes/hombre_bg_azul_2.jpg');
        background-size: cover;
        background-position: -170px 0;
    }
    .btn-orange {
    padding: 15px 60px;
    }
}
@media all and (max-width: 480px) {
    .banner-light-blue p {
    color: #1C1E55;
    font-size: 1.4em;
    line-height: 1.3em;
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
    }
    .banner-imagen>div {
    position: relative;
    }
    .banner-imagen .textos-banner-imagen {
    position: absolute;
    top: 50px;
    left: 30px;
    width: 240px;
    
}
.banner-imagen .textos-banner-imagen p {
    text-align: left;
    font-size: 2em;
    color: #1C1E55;
}
}