
.btn.btn-white.a-login.login-modal svg{
   margin-right:10px;
}

body .fotterFijo.footer_nuevo{
   background: #0B108B !important;
}

body .main-content .left .section-11 .title p span{
   display:inline-block;
   margin-left:10px;
}

.fotterFijo.footer_nuevo .content_footer{
   justify-content: space-between;
   max-width: 1184px;
   margin-bottom: 0px;
   padding-bottom: 0px;
}
.fotterFijo.footer_nuevo .content_footer .items_footer{
   width:25%;
}

.fotterFijo.footer_nuevo{
   background:white !important;
}
.fotterFijo.footer_nuevo p, .fotterFijo.footer_nuevo label, .fotterFijo.footer_nuevo a{
   color: white;
}
.btn_certifi.btn_certifi2.blue{
   background: white;
   color:#0B108B !important;
   border-color: white;
}

.btn_certifi.btn_certifi2.blue:hover{
   background: #2A50E8  !important;
   color:white !important;
   border-color: #2A50E8;
}
.btn_certifi.btn_certifi2.blue-lleno{
   background: white;
   color:#0B108B !important;
   border-color: white;
   padding-left: 0;
   padding-right: 0;
}
.btn_certifi.btn_certifi2.blue-lleno:hover{
   background: #2A50E8  !important;
   color:white !important;
   border-color: #2A50E8;
}
.fotterFijo.footer_nuevo .items_footer.cert_footer .cont_menu_footer.flex {
   display:flex;
   flex-direction:column;
}
.fotterFijo.footer_nuevo .cont_menu_footer.mt-0{
   margin-top:0px;
}
.fotterFijo.footer_nuevo .sub-title{
   margin-top:20px;
   font-weight:900;
}

.fotterFijo.footer_nuevo .items_footer.cert_footer .mx-200{
   max-width:270px;
}
.fotterFijo.footer_nuevo .items_footer.cert_footer .img-sociales{
   display: flex;
   justify-content: space-between;
   margin-top:20px;
   margin-bottom:10px;
   max-width: 185px;
}

.cont_menu_footer.submenu_footer_1 li{
   margin-bottom:6px;
}
.cont_menu_footer.submenu_footer_1 a{
   max-width: 269px;
   display: inline-block;
   /*text-transform: uppercase;*/
}

.cont_menu_footer.submenu_footer_1 a:hover,.cont_menu_footer.flex a:hover{
   color: #2A50E8 !important;
   text-decoration: underline !important;
}

.cont_menu_footer.submenu_footer_1{
   margin-right: 20px !important;
}

.items_footer.cert_footer .cont_menu_footer{
   margin-right:20px;
}

img.iso_grand{
   max-width:180px;
}

footer.celular{
   display:none;
}

footer.celular .btn-verificar{
   display: flex;
   width: calc(100% - 50px);
   font-weight: 900;
   font-size: 18px;
   margin-bottom: 20px;
   background: #2A50E8;
   justify-content: center;
   align-items: center;
   height: 50px;
   color: white !important;
   border-radius: 6px;
}

footer.celular .acordeon_footer{
   display: flex;
   width: calc(100% - 50px);
   font-size: 18px;
   font-weight: 900;
   margin-bottom: 20px;
   margin-left: 30px;
   position:relative;
   justify-content: space-between;
   align-items: center;
}

footer.celular .acordeon_footer label{
   margin-bottom:0px;
   padding-bottom:0px;
}

footer.celular .acordeon_footer svg{
   margin-right:30px;
}

footer.celular .acordeon-contenido{
   height: 0px;
   overflow: auto;
   transition: all 0.3s linear;
}

.acordeon-contenido li{
   list-style: none;
   margin-bottom:7px;
}

footer.celular .acordeon-contenido.active{
   height:auto;
    width: calc(100% - 85px);
    margin-bottom: 20px;
}

footer.celular .encontramos{
   display: flex;
   width: calc(100% - 80px);
   flex-direction: column;
}
footer.celular .encontramos .title{
   margin-top:20px;
   display: flex;
   width: calc(100% - 50px);
   font-size: 18px;
   font-weight: 900;
   margin-bottom: 20px;
   
}
footer.celular .encontramos .content:nth-child(3){
   margin-top:20px;
}

footer.celular .img-sociales{
   width: 100%;
   display: flex;
   justify-content: center;
   margin: 25px 0px;
   align-items: center;
}

footer.celular .img-sociales a{
   margin:0px 10px;
}
footer.celular .imgs{
   display: flex;
   width: calc(100% - 50px);
   margin-top: 20px;
   justify-content: space-between;
   align-items: center;
}

footer.celular .siguenos{
   font-size: 18px;
   font-weight: 900;
   margin-top:20px;
   text-align:center;
}

footer.celular .imgs img{
   max-width:50%;
   height:50px;
}

footer.celular .link_interes{
   width: calc(100% - 40px);
   text-align: center;
   font-size: 14px;
}

footer.celular .link_interes a{
   position: relative;
   display: inline-block;
   padding-right: 7px;
}

footer.celular .link_interes a:before{
   position: absolute;
   right: 0px;
   top: 3px;
   width: 1px;
   height: 83%;
   content: '';
   display: block;
   background: black;
}

@media (max-width:1180px){
   .fotterFijo.footer_nuevo .content_footer{
      margin:0px 20px;
   }
}

@media (max-width:990px){
   .fotterFijo.footer_nuevo .content_footer .items_footer{
      width:50%;
   }
}

@media (max-width:600px){
   footer.content_footer{
      display:none !important;
   }
   footer.celular{
      display:flex;
      flex-direction: column;
      align-items: center;
   }
   .fotterFijo.footer_nuevo .text-white.text-center.derecho_r{
      font-size: 10px;
   }
}