@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobCL.woff2') format('woff2'),
        url('fonts/gobCL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobCL-Light.woff2') format('woff2'),
        url('fonts/gobCL-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobCL-Bold.woff2') format('woff2'),
        url('fonts/gobCL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gobCL';
    src: url('fonts/gobCL-Heavy.woff2') format('woff2'),
        url('fonts/gobCL-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body, html{
    font-family: 'gobCL'!important;
    font-size: 16px;
}

*{
    margin: 0px;
    padding: 0px;
}
.flex{
    display: flex;
    align-items: center;
}

.navbar {
    padding: 20px 1rem!important;
}
.portada{
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: inset 0px 100vh 63px 23px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 100vh 63px 23px rgba(0,0,0,0.2);
box-shadow: inset 0px 100vh 63px 23px rgba(0,0,0,0.2);
}
.portada .container{
    position: relative;
    z-index: 2;
}

.opacidad{
    background-color:rgba(0,0,0,0.2);
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:100%;
    z-index:1;
}

h2 {
    color: #0063af;
    font-size: 1.6em!important;
    width: 100%;
}

.texto-cobertura{
    color: #0063af;
    background: #fff;
    padding: 7px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: .9em;
}


.pesos-cobertura{
        width: 100%;
    border: 2px solid #0063af;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 1.5em;
    color: #0063af;
    opacity: 1!important;
    position: relative;
    margin-top: -13px;
    z-index: 1;
    margin-bottom: 0px;
}

@media (max-width: 1100px){   
h5 {
    font-size: 1em!important;
}
}

p{
    /* opacity: .6!important; */
}
h4, h5{
    opacity: .8!important;
    font-weight: bold!important;
}
h4 {
    font-size: 1.2em!important;
}
h5 {
    font-size: 1.1em;
    margin: 15px 0px!important;
}
.logo-ley{
    width: 200px;
    top: 100px;
    left: -5px;
    position: absolute;
    z-index:3;
}

.logo-gobierno{
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 200px;
}   

.personajes {
    width: 90%;
    left: 5%;
    position: absolute;
    bottom: 0;
}

.protegidos {
    width: 90%;
}


.naranjo p {
   color: #fff;
    background: #ff9a00;
    opacity: 1!important;
    font-size: 1.13em;
    display: -webkit-inline-box;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -5px;
    border-radius: 0;
    text-decoration: inherit;
}
.cta {
    margin-top: 320px;
}
.cta a {
    background: #c9b8aa;
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    transition: all ease .2s;
}
.cta a:hover {
   text-decoration: none;
    background: #b7a99d;
    color: #fff!important;
}

.simulador{
    padding: 40px 0px;
}

.simulador .row {
    padding: 50px 0px 80px 0px;
}

.beneficios {
}
.beneficios img {
    height: 90px;
}
.beneficios h5 {
    height: 60px;
}
.beneficios .invalidez {
    width: 55px;
    padding-top: 10px;
}
.beneficios .accidentes {
    width: 70px;
}
.beneficios .salud {
    width: 70px;
    padding-top: 15px;
}
.beneficios .pensiones {
    width: 70px;
    padding-top: 10px;
}

.p.descuento {
opacity:1!important;

}

.descuento b {
    opacity: 1;
}

.form-control{
    border-radius:50px!important;
}

.saber-mas {
        text-align: center;
    background: #0063af;
    color: #fff;
    padding: 3px 15px;
    font-size: 14px;
    position: relative;
    border-radius: 13px;
    transition: all ease .3s;
    cursor: pointer;
    display: -webkit-inline-box;
    top: -2px;
    opacity: 1;
    margin-left: 5px;
}

.saber-mas:hover{
    opacity: 1!important;
}

.col-12.conocer p {
    opacity: 1!important;
}

#bruto{
    margin-top: 67px;
}

.block{
   display: block!important;
}

.conocer{
    margin-top: 100px;
}

.modal-content .alert {
    color: rgba(12, 11, 11, 0.4)!important;
    font-size: .9em!important;
    font-weight: 400!important;
}

.modal-body h2 strong {
    padding: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
}

.fa-coins {
    font-size: 1.1em;
    margin-right: 5px;
    color: #0063af;
}


.form-check-inline {
    display: block!important;
}
.form-check-inline .btn {
    width: 100%;
}
.total {
    background-color: #e73039!important;
    color: #fff!important;
    border-radius: 40px!important;
    margin-top: 20px;
}
.parcial {
    background-color: #0063af!important;
    color: #fff!important;
    border-radius: 40px!important;
    margin-top: 20px;
}
.tabla{
    color: #0063af;
    font-weight: 600;
    margin: 15px 0px 30px 0px;
    display: none;
}
.tabla h6{
    margin-bottom: 0px!important;
    text-transform: uppercase;
}
.tabla .col-sm-8, .tabla .col-6{
    padding: 15px!important;
}

.tabla .col-sm-8 h6{
    font-weight: 700;
}

.tabla .col-6{
    border-top: 1px solid #fff;
}
.tabla .row:first-child{

}

.card {
    border-right: 1px solid #0063af!important;
    border-left: 1px solid #0063af!important;
    border-bottom: 1px solid #0063af!important;
}



.card:first-child{
    border-top: 1px solid #0063af!important;
    background-color:#0063af;
    color:#fff;
}



.card-header {
    background-color: transparent!important;
}
.tabla .row .col-6{
}
.tabla .row .col-3:nth-child(2){
    display: inline-grid;
    align-items: center;
}
.tabla .row .col-2:nth-child(3){
    display: inline-grid;
    align-items: center;
}
.tabla .row .col-lg-2{
    padding-right: 30px!important;
    display: flex;
    align-items: center;
        position: relative;
}

.tabla .row .col-lg-2 span{
   position: absolute;
    font-size: 12px;
    text-decoration: underline;
    bottom: 15%;
    cursor: pointer;
}
.with-info {
    position: relative;
}
.with-info:after {
    content: "";
    background-image: url(images/info.svg);
    position: absolute;
    right: 80px;
    font-size: 24px;
    top: 35%;
    margin-top: -10px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    background-size: cover;
    text-align: center;
    cursor: pointer;
}

.with-info.minus-button:after {
    content: "x";
    margin-top: -18px;
    background-image: unset;
    cursor: pointer;
}

/* .tabla .header{
    color: #fff!important;
}
.tabla .header .row .col-6{
    background: #977079!important;
}
.tabla .header .row .col-3:nth-child(2){
    background: #717188!important;
}
.tabla .header .row .col-3:nth-child(3){
    background: #42425a!important;
}
.tabla .header .row .col-lg-1{
    background: #9e9eb3!important;
}
 */

.modal-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 50px;
}



.tabla .row .col-lg-1 img{
    width: 45%;
    margin: 0 auto;
    display: block;
}
.card-header {
    padding: 0px!important;
}

@media (min-width: 992px){   
header {
    position: absolute;
    width: 100%;
    z-index: 3;
} 
.portada{
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: none!important;
}
    
.protegidos {
    max-width: 800px;
    margin-top: 234px;
    margin-bottom: 20px;
}   

.simulador .col-lg-6{
    padding: 0px 100px!important;
}

.simulador .col-lg-6:first-child{
    border-right: 1px solid rgb(0,99,175, .4);
}

.simulador .col-lg-6:last-child p:last-child {
    margin-top: 50px;
}

.simulador .col-lg-6:first-child p:last-child{
    margin-top: 97px;
}
    .nav-link {
    color: #fff!important;
    font-weight: 400;
    font-size: .8em;
    border-right: 1px solid rgba(255,255,255,.5);
    padding: 0px 15px!important;
}
    
    .nav-link:hover {
    color: #fff;
        text-decoration: underline!important;
}

header ul li:last-child a {
    border-right: 0px solid rgba(255,255,255,.5);
}
.personajes{
   position: absolute;
    width: 90%;
    max-width: 1300px;
    bottom: 0;
    left: 50%;
    margin-left: -650px;
} 
.logo-gobierno{
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 200px;
    z-index: 2;
}    
 .gob_arriba {
    position: absolute;
    top: 0;
    left: 50px;
    width: 118px;
    z-index:2;
}
    .naranjo{
        display: block;
    }
    .cta{
        display: block;
    }
    
.logo-gobierno-mobile {
   display: none;
}    
  .naranjo-mobile{
    display: none;
    } 
    .cta-mobile{
       display: none;
    }  
}

@media (max-width: 1100px){ 
/*     .personajes {
    max-width: 800px;
    margin-left: -400px;
    } */
}

@media (max-width: 992px){ 
    .tabla .row .col-lg-2 span {
    display: none;
}
    
    .beneficios h5 {
    height: inherit!important;
}
   .conocer {
    margin-top: 0px!important;
} 
    .beneficios .col-lg-3{
    margin-bottom: 50px;
}
    
    .alert {
    padding: .75rem 0rem!important;
} 
    .with-info:after {
   display: none;
}
    
    .tabla .row {
    margin-right: 0px!important;
    }
    .tabla .row .col-3:nth-child(3) {
    padding: 0px!important;
}
      
    .simulador .col-lg-6:last-child {
    margin-top: 70px;
}
    
    .form-check-inline .btn {
    margin-top: 15px;
}
    
    .tabla .row .col-lg-1 {
    display: none;
}
        .naranjo{
        display: none;
    }
    .cta{
        display: none;
    }
  .naranjo-mobile{
    background: #40086e;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
    } 



     .naranjo-mobile p{
        margin-bottom: 0px!important;
         line-height: 20px!important;
         opacity:1!important;
    } 
    
    .cta-mobile{
          background: #e73239;
          padding: 0px 0px;
    }
    .cta-mobile a{
           color: aliceblue;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

    
    .cta-mobile a:hover {
   text-decoration: none;
    color: #fff!important;
}
    
    h2 {
    font-size: 1.4em!important;
}
    .simulador {
    padding: 30px 0px;
}
    .simulador .row {
    padding: 20px 0px 20px 0px;
}
    .navbar{
        background-color: #333!important;
        padding: 10px 1rem!important;
    }  
    .navbar-nav .nav-item .nav-link {
    color: #fff!important;
    font-size: .9em!important;
    padding: 15px 0px!important;
    border-bottom: 1px solid rgb(255,255,255,.1);
}
    .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 1px solid rgb(255,255,255,0);
}
 
.logo-gobierno-mobile {
    width: 120px;
    left: 15px;
}
    
    .gob_arriba{
        display: none;
    }
    .logo-gobierno{
        display: none;
    }
    .protegidos {
    width: 90%;
    margin-top: 160px;
}
    .navbar-light .navbar-toggler-icon {
    background-image: url(images/menu.svg?v=2.0)!important;
}
    .navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,.2)!important;
}
}

@media (max-width: 768px){
    .logo-ley{
    display: none;
}
    .modal-content {
    padding: 0px 15px!important;
}
    .portada{
    height: 440px;
}
    .protegidos {
    width: 100%;
    margin-top: 160px;
}
}

@media (min-width: 576px){
.modal-dialog {
    max-width: inherit!important;
    width: 90%!important;
}
}

@media (max-width: 500px){  

    .portada{
    height: 220px;
}
    .protegidos {
    width: 100%;
    margin-top: 80px;
}
    .personajes {
    width: 100%;
    left: 0%;
} 
}
@media (max-width: 360px){  

    .portada{
    height: 210px;
}
    .protegidos {
    width: 100%;
    margin-top: 70px;
}
     .personajes {
    width: 100%;
    left: 0%;
}
    
}

p.descuento+p {

font-size: 12px!important;

}

button.close {

font-weight: 100;
font-size: 5em;
color: #0063af;
line-height: 1em;
position: absolute;
right: 30px;
top: 0;
z-index: 999;
opacity: 1!important;
}

.form-check-inline {
    margin-right: 0px!important;
}

@media (min-width: 1366px){
.personajes {
        width: 100%!important;
    margin-left: 0px!important;
    left: 0!important;
    max-width: 100%!important;
}
}