@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.encabezado{
    
    background: rgba(8,54,77,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(8,54,77,1)), color-stop(22%, rgba(13,42,56,1)), color-stop(69%, rgba(1,23,34,1)), color-stop(100%, rgba(1,23,34,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: radial-gradient(ellipse at center, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08364d', endColorstr='#011722', GradientType=1 );
    color: white;
}

.navbar-light .navbar-brand {
    color: white;
    font-size: 12px;
    padding-top: 8px;
    font-weight: 300;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    justify-content: left;
    height: 30px;
    padding-left: 12%;
}

.navbar-toggler{
    /*margin-left: 70% !important;*/
    color: gray !important; 
    width: 22%;
}

.logotipo{
    width:125px;
}


.navbar-light .navbar-toggler{
        margin-right: 35px;
}

.Llamada{
    height: 100%;
    width: 38%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 26%;

}
.Telefono{
    height: 100%;
    width: 10%;
    font-size: 10px;
    padding-top: 3px;
}
.Telefono i{
    font-size: 18px;
    color: white;
}
.llama{
    height: 100%;
    width: 72%;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;

}
.llama1{
    width: 100%;
    height: 50%;
}
.llama1 p {
    padding-top: 2px;
    padding-left: 31px;
    text-align: right;
    padding-right: 14px;
    color: white;
    font-size: 9px;
}
.llama2{
    width: 100%;
    height: 50%;
    
}
.llama2 p {
    padding-left: 31px;
    text-align: right;
    padding-right: 14px;
    color: orange   ;
    font-weight: 300;
    font-size: 16px;
}
.CentroPreguntas{
    width: 22%;
    height: 100%;
}
.CentroPreguntas p {
    margin-bottom: 0;
    font-size: 10px;
    padding-top: 8px;
    padding-left: 16%;
    color: gray;
}

.SubNav{
    
    width: 100%;
    height: 45px;
    margin-top: 46px;

    background-color: #f0f2f2;

    color: gray;
}
.Centrar{
    width: 50%;
    margin: auto;
    padding-top: 7px;
    display: flex;
    flex-wrap: wrap;
}
.centrar1{
    width: 75%;
    margin:auto;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    width: 77% !important;
}
.nav-link{
    font-size: 10px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: orange !important;
}
.navbar-brand{
    color: orange !important;
}
.navbar-brand:hover{
    color: orange !important;
}

.nav-item{
    background-color: lightgray;
    padding: 5px;
    padding-bottom: 9px;
    padding-left: 23px;
}
.nav-item a{
    font-size: 12px;
    text-decoration: none;
    color: darkslategray;
}

.llama2 a{
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: .7rem;
}

.presentacion{
    border: solid .01px gainsboro;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
}
.tarjeta-cuerpo {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-bottom: 1px;
    color: black;
}
.foto{
    border-radius: 5px;
    width: 60px;
    height: auto;
    background-color: transparent;
    overflow: hidden;
    margin-left: 2px;
    padding: 1px;
    padding-top: 2px;
}
.foto img{
     width: 100%;
     border-radius: 5px;
}
.nav-item{
    margin-bottom: 3px;
}

.width100{
    width: 100%;
}   
.width105{
    width: 105%;    
}

.btnClose1{
    background-color: transparent;
    border:none;
    color: white;
}
.offcanvas-header{
    background: rgba(8,54,77,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(8,54,77,1)), color-stop(22%, rgba(13,42,56,1)), color-stop(69%, rgba(1,23,34,1)), color-stop(100%, rgba(1,23,34,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: radial-gradient(ellipse at center, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08364d', endColorstr='#011722', GradientType=1 );

    color: white;
}
.Proximamente{
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    color: orange;
}
#botonlg{
    color: orange;
    border-color: orange;

}
#botonlg:hover{
    color: white;
    background-color: orange;
    border-color: orange;

}

@media (max-width: 575.98px) { 

    .width20{
        width: 15% !important;
    }

    .Centrar{
        width: 100%;
        padding-top: 3px;
    } 
    .navbar-toggler{
        width: 17%;
    }
    .CentroPreguntas{
        width: 27%;
    }

    .Llamada{
        display: none;
    }
    .btn-outline-success {
        color: orange;
        border-color: orange;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    padding-left: 0;
}


}
  

/****iPad en landscape****/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) { 
    .Centrar{
        width: 74%;
        padding-top: 0;
        height: 100%;
    }
    .navbar {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }   
    .logotipo {
        width: 100px !important;
    }
    .navbar-light .navbar-brand {
        font-size: 12px;
    }
    .llama2 a {
        font-size: .8rem;
    }
    .llama2 p {
        font-size: 10px;
    }
    .SubNav {
        margin-top: 67px;
        height: 30px;
    }
    .CentroPreguntas p {
        font-size: 8px;
    }
    .CentroPreguntas{height: 100%;}
    .CentroPreguntas p{
        padding: 0;
        height: 100%;
        text-align: center;
        padding-top: 6%;
    }
    .row{
        display: flex;
        flex-direction: column;
    }
    
   
    
}
  
  
/****iPad en portrait****/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) { 
    .opcion {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar>.container-fluid{
        padding-left: 3%;
    }
  
    .Llamada {
        margin-left: 29%;
    }
    .Centrar{
        width: 80%;
    }
    .logotipo {
        width: 100px !important;
    }
    .navbar-light .navbar-brand {
        font-size: 12px;
    }
    .llama2 a {
        font-size: .8rem;
    }
    .llama2 p {
        font-size: 10px;
    }
    .SubNav {
        margin-top: 42px;
    }
    .CentroPreguntas p {
        font-size: 8px;
    }
    .navbar {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }



}
@media only screen
and (min-device-width : 1024px)
and (max-device-width : 1366px)
{ 
   
    
}
@media only screen
and (min-device-width : 1601px)
and (max-device-width : 1920px)
{ 
    
}


@media only screen
and (min-device-width : 820px)
and (max-device-width : 1180px)
and (orientation : landscape) { 
    .logotipo {
        width: 112px !important;
    }
    .navbar-light .navbar-brand {
        font-size: 12px;
    }
    .llama1 p{
        font-size: 9px;
    }
    .llama2 a{
        font-size: 13px;
    }
    .navbar {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .form-floating>label{
        font-size: 10px;
        padding: 11px 0 0 9px;
    }
    .SubNav {
        margin-top: 35px;
    }
    .Politicas {
        font-size: 9px !important;
    }
}
@media only screen
and (min-device-width : 820px)
and (max-device-width : 1180px)
and (orientation : portrait) { 

    
}    

