@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');
/*===================================================
                    Start Generales
===================================================*/

*,
*::after,
*::before{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body{
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.428;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
    
}

a, a:link, a:visited, a:active, a:hover, a:focus, button{
  text-decoration: none;
  transition: 0.3s ease;
}

p{
  margin-top: 0;
  line-height: 20px;
}

img{
  vertical-align: top;
  width: 100%;
  height: auto;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 500;
}
.h1, h1 {
  font-size: 32px;
  line-height: 42px;
}
.h2, h2 {
  font-size: 24px;
  line-height: 34px;
}
.h3, h3 {
  font-size: 20px;
  line-height: 30px;
}
.h4, h4 {
  font-size: 16px;
  line-height: 26px;
}
.h5, h5 {
  font-size: 14px;
  line-height: 24px;
}
.h6, h6 {
  font-size: 12px;
  line-height: 22px;
}
main{
  background-color: rgba(var(--secundario_color),0.05);
}









/* Start Margenes */
.ml-5{
  margin-left: 5px;
}
.ml-10{
  margin-left: 10px;
}
.ml-15{
  margin-left: 15px;
}
.ml-20{
  margin-left: 20px;
}
.ml-25{
  margin-left: 25px;
}
.ml-30{
  margin-left: 30px;
}
.ml-35{
  margin-left: 35px;
}
.ml-40{
  margin-left: 40px;
}
.ml-45{
  margin-left: 45px;
}
.ml-50{
  margin-left: 50px;
}
.ml-55{
  margin-left: 55px;
}
.ml-60{
  margin-left: 60px;
}
.ml-65{
  margin-left: 65px;
}
.ml-70{
  margin-left: 70px;
}
.ml-75{
  margin-left: 75px;
}
.ml-80{
  margin-left: 80px;
}
.ml-85{
  margin-left: 85px;
}
.ml-90{
  margin-left: 90px;
}
.ml-95{
  margin-left: 95px;
}
.ml-100{
  margin-left: 100px;
}
.mr-5{
  margin-right: 5px;
}
.mr-10{
  margin-right: 10px;
}
.mr-15{
  margin-right: 15px;
}
.mr-20{
  margin-right: 20px;
}
.mr-25{
  margin-right: 25px;
}
.mr-30{
  margin-right: 30px;
}
.mr-35{
  margin-right: 35px;
}
.mr-40{
  margin-right: 40px;
}
.mr-45{
  margin-right: 45px;
}
.mr-50{
  margin-right: 50px;
}
.mr-55{
  margin-right: 55px;
}
.mr-60{
  margin-right: 60px;
}
.mr-65{
  margin-right: 65px;
}
.mr-70{
  margin-right: 70px;
}
.mr-75{
  margin-right: 75px;
}
.mr-80{
  margin-right: 80px;
}
.mr-85{
  margin-right: 85px;
}
.mr-90{
  margin-right: 90px;
}
.mr-95{
  margin-right: 95px;
}
.mr-100{
  margin-right: 100px;
}
.mt-5{
  margin-top: 5px;
}
.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mt-25{
  margin-top: 25px;
}
.mt-30{
  margin-top: 30px;
}
.mt-35{
  margin-top: 35px;
}
.mt-40{
  margin-top: 40px;
}
.mt-45{
  margin-top: 45px;
}
.mt-50{
  margin-top: 50px;
}
.mt-55{
  margin-top: 55px;
}
.mt-60{
  margin-top: 60px;
}
.mt-65{
  margin-top: 65px;
}
.mt-70{
  margin-top: 70px;
}
.mt-75{
  margin-top: 75px;
}
.mt-80{
  margin-top: 80px;
}
.mt-85{
  margin-top: 85px;
}
.mt-90{
  margin-top: 90px;
}
.mt-95{
  margin-top: 95px;
}
.mt-100{
  margin-top: 100px;
}
.mb-5{
  margin-bottom: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 45px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-55{
  margin-bottom: 55px;
}
.mb-60{
  margin-bottom: 60px;
}
.mb-65{
  margin-bottom: 65px;
}
.mb-70{
  margin-bottom: 70px;
}
.mb-75{
  margin-bottom: 75px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-85{
  margin-bottom: 85px;
}
.mb-90{
  margin-bottom: 90px;
}
.mb-95{
  margin-bottom: 95px;
}
.mb-100{
  margin-bottom: 100px;
}
/* End Margenes */


/* Start Padding */
.pl-5{
  padding-left: 5px;
}
.pl-10{
  padding-left: 10px;
}
.pl-15{
  padding-left: 15px;
}
.pl-20{
  padding-left: 20px;
}
.pl-25{
  padding-left: 25px;
}
.pl-30{
  padding-left: 30px;
}
.pl-35{
  padding-left: 35px;
}
.pl-40{
  padding-left: 40px;
}
.pl-45{
  padding-left: 45px;
}
.pl-50{
  padding-left: 50px;
}
.pl-55{
  padding-left: 55px;
}
.pl-60{
  padding-left: 60px;
}
.pl-65{
  padding-left: 65px;
}
.pl-70{
  padding-left: 70px;
}
.pl-75{
  padding-left: 75px;
}
.pl-80{
  padding-left: 80px;
}
.pl-85{
  padding-left: 85px;
}
.pl-90{
  padding-left: 90px;
}
.pl-95{
  padding-left: 95px;
}
.pl-100{
  padding-left: 100px;
}
.pr-5{
  padding-right: 5px;
}
.pr-10{
  padding-right: 10px;
}
.pr-15{
  padding-right: 15px;
}
.pr-20{
  padding-right: 20px;
}
.pr-25{
  padding-right: 25px;
}
.pr-30{
  padding-right: 30px;
}
.pr-35{
  padding-right: 35px;
}
.pr-40{
  padding-right: 40px;
}
.pr-45{
  padding-right: 45px;
}
.pr-50{
  padding-right: 50px;
}
.pr-55{
  padding-right: 55px;
}
.pr-60{
  padding-right: 60px;
}
.pr-65{
  padding-right: 65px;
}
.pr-70{
  padding-right: 70px;
}
.pr-75{
  padding-right: 75px;
}
.pr-80{
  padding-right: 80px;
}
.pr-85{
  padding-right: 85px;
}
.pr-90{
  padding-right: 90px;
}
.pr-95{
  padding-right: 95px;
}
.pr-100{
  padding-right: 100px;
}
.pt-5{
  padding-top: 5px;
}
.pt-10{
  padding-top: 10px;
}
.pt-15{
  padding-top: 15px;
}
.pt-20{
  padding-top: 20px;
}
.pt-25{
  padding-top: 25px;
}
.pt-30{
  padding-top: 30px;
}
.pt-35{
  padding-top: 35px;
}
.pt-40{
  padding-top: 40px;
}
.pt-45{
  padding-top: 45px;
}
.pt-50{
  padding-top: 50px;
}
.pt-55{
  padding-top: 55px;
}
.pt-60{
  padding-top: 60px;
}
.pt-65{
  padding-top: 65px;
}
.pt-70{
  padding-top: 70px;
}
.pt-75{
  padding-top: 75px;
}
.pt-80{
  padding-top: 80px;
}
.pt-85{
  padding-top: 85px;
}
.pt-90{
  padding-top: 90px;
}
.pt-95{
  padding-top: 95px;
}
.pt-100{
  padding-top: 100px;
}
.pb-5{
  padding-bottom: 5px;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-15{
  padding-bottom: 15px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-25{
  padding-bottom: 25px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-35{
  padding-bottom: 35px;
}
.pb-40{
  padding-bottom: 40px;
}
.pb-45{
  padding-bottom: 45px;
}
.pb-50{
  padding-bottom: 50px;
}
.pb-55{
  padding-bottom: 55px;
}
.pb-60{
  padding-bottom: 60px;
}
.pb-65{
  padding-bottom: 65px;
}
.pb-70{
  padding-bottom: 70px;
}
.pb-75{
  padding-bottom: 75px;
}
.pb-80{
  padding-bottom: 80px;
}
.pb-85{
  padding-bottom: 85px;
}
.pb-90{
  padding-bottom: 90px;
}
.pb-95{
  padding-bottom: 95px;
}
.pb-100{
  padding-bottom: 100px;
}
/* End padding */











.parrafo{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(var(--secundario_color),0.7);
}
.parrafo-14{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(var(--secundario_color),0.7);
}
.parrafo-16{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(var(--secundario_color),0.7);
}
.parrafo-18{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(var(--secundario_color),0.7);
}
.parrafo-20{
  margin-top: 25px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(var(--secundario_color),0.7);
}




input,
select,
button{
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

input:focus,
select:focus,
button:focus{
  outline: none;
}








.contenedor{
  width: 100%;
  margin: auto;
  padding:  0 40px;
  max-width: 1440px;
}

/* Start Section */
section .section_header{
  margin-bottom: 20px;
}
section .section_header h1,
section .section_header h2,
section .section_header h3,
section .section_header h4,
section .section_header h5,
section .section_header h6{
  font-weight: 700;
}
section .section_header h1::after,
section .section_header h2::after,
section .section_header h3::after,
section .section_header h4::after,
section .section_header h5::after,
section .section_header h6::after,
section .section_body .titulo::after{
  position: relative;
  display: block;
  content: "";
  margin-top: 5px;
  height: 5px;
  width: 100px;
  background: rgb(var(--primario_color));
}
section .section_header.centro{
  display: flex;
  justify-content: center;
}
section .section_header.centro h1{
  font-weight: 700;
}
section .section_header.centro h1::after{
  margin: auto;
  margin-top: 5px;
}

/* Start Section */
/*===================================================
                    End Generales
===================================================*/



/*===================================================
                    Start Breadcrumb
===================================================*/
.breadcrumb{
  border-bottom: 1px solid rgba(var(--secundario_color),0.1);
}
.breadcrumb_contenido{
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb_contenido > li{
  padding-left: 8px;
}
.breadcrumb_contenido > li:first-child{
  padding-left: 0;
}
.breadcrumb_contenido > li > a,
.breadcrumb_contenido > li > span{
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(var(--secundario_color),0.7);
}
.breadcrumb_contenido > li > span{
  font-weight: 500;
  color: rgba(var(--secundario_color),0.5);
}
.breadcrumb_contenido > li > a > i,
.breadcrumb_contenido > li > span > i{
  padding-right: 8px;
  font-size: 6px;
}
.breadcrumb_contenido li a:hover{
  color: rgb(var(--primario_color));
}

/*===================================================
                     End Breadcrumb
===================================================*/





/*===================================================
                  Start Datos Generales
===================================================*/
.section2{
  border-top: 1px solid rgba(var(--secundario_color),0.1);
  background-color: rgba(var(--blanco_color),0.5);
  border-bottom: 1px solid rgba(var(--secundario_color),0.1);
}
/*===================================================
                   End Datos Generales
===================================================*/


/*===================================================
                  Start Datos Generales
===================================================*/
.texto-centro{
  text-align: center;
}

/*===================================================
                  Start Datos Generales
===================================================*/





table{
  width: 100%;
  text-align: left;
}
table,
table th,
table tr{
   border-collapse: collapse;
   font-size: 14px;
   font-weight: 300;
}
table tr{
  line-height: 14px;
  color: rgb(var(--secundario_color));
  font-size: 14px;
  height: 100%;
}
table th{
  padding: 14px 20px;
  color: rgb(var(--blanco_color));
  background-color: rgb(var(--primario_color));
}
table tr:nth-child(even){
  background-color: rgba(var(--secundario_color),0.01);
}
table tr:nth-child(odd){
  background-color: rgb(var(--blanco_color));
}
table td{
  padding: 0 20px;
  line-height: 20px;
  border: 1px solid #e4e4e4;
}
table a > img{
  width: 24px;
  margin: 8px;
  display: table;
}
table td > i{
  margin-right: 8px;
  color: rgb(var(--primario_color));
}




.iframe-transparencia{
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100vh;
  border: none;
  border: 1px solid rgba(var(--secundario_color),0.05);
}






.inicio_notas_de_prensa{
  background: linear-gradient(45deg,rgba(0,18,51,1) 0%,rgba(65,68,198,1) 100%);
}

.inicio_boletin_informativo{
  background: linear-gradient(135deg,rgba(59,59,59,1) 0%,rgba(25,24,25,1) 100%);
}












form {
  display: block;
}
form h1{
  font-size: 14px;
  font-weight: 500;
}
.form-item{
  font-size: 12px;
  width: 100%;
  display: block;
  height: 40px;
  margin-bottom: 20px;
  margin-top: 5px;
  border: none;
  border: 1px solid rgba(var(--secundario_color),0.1);
  border-radius: 6px;
  padding-left: 15px;
  color: rgb(var(--secundario_color));
}
.form-item:focus{
  outline:0px;
  border: 1px solid rgb(var(--primario_color));
}

textarea.form-item{
  padding: 15px;
  height: 80px;
  font-family: 'Poppins', sans-serif;
}
@media(max-width:991px){
  .contacto-info{
      padding-left: 0px;
      padding-top: 50px;
      padding-bottom: 50px;
  }
}
.contacto-contenedor{
  display: flex;
  color: rgb(var(--primario_color));
}

.contacto-icon{
  vertical-align: top;
  font-size: 21px;
  margin-right: 10px; 
}
.contacto-info-item p{
  color: rgb(var(--secundario_color));
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 21px;
}
.contacto-info-item a{
  display: block;
  color: rgba(var(--secundario_color),0.7);
  margin-bottom: 40px;
}
.contacto-info-item a:hover{
  color: rgba(var(--secundario_color),0.9);
}
.contacto-social p{
  color: rgb(var(--secundario_color));
  margin-bottom: 10px;
  font-weight: 600;
}
.contacto-social>div{
  display: inline-block;
}
.social-item{
  width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--secundario_color),0.1);
  border-radius: 50%;
  text-align: center;
  margin-left: 5px;
}
.social-item a{
color: rgba(var(--secundario_color),0.7);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}

.social-item i:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.social-item a i{
line-height: 40px;
}
.social-item-facebook:hover{
  color: rgb(59, 89, 152);
}
.social-item-twitter:hover{
  color: rgb(1, 198, 255);
}
.social-item-youtube:hover{
  color: rgb(201, 34, 40);
}
.social-item-instagram:hover,
.social-item-whatsapp:hover{
  color: rgb(34, 139, 34);
}
.social-item-tiktok:hover{
  color: rgb(000,000,000);
}






.inicio-left{
  padding-left: 40px;
}
@media(max-width:991px){
  .inicio-left{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.directorio img{
  max-width: 340px;
  height: auto;
}



#MARCAS{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.marcas img{
  width: 100% !important;
  border-radius: 10px;
}

/* SLIDER MARCAS */
.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}
.slide:hover{
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(000,000,000,0.2);
  box-shadow: 0 0 10px 0 rgba(000,000,000,0.2);
}
.slide:hover > img{
  border: 1px solid #0fa6eb;
}
.slick-slide img {
  display: block;
  border: 1px solid #f8fafb;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* FIN SLIDER MARCAS */




/*===================================================
                     PAGINACION
===================================================*/
.Zebra_Pagination {
  padding: 40px 0;
  overflow: hidden;
}

.Zebra_Pagination ul { 
  position: relative; 
  left: 50%; 
  list-style-type: none; 
  float: left;
}

.Zebra_Pagination li { 
  position: relative; 
  float: left; 
  right: 50%;
}

.Zebra_Pagination a { 
  padding: 5px; 
  text-align: center;
  text-decoration: none; 
  margin: 0 2px; 
  display: block; 
  float: left; 
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #777777;
  border: 1px solid rgba(255,255,255,0.05);
  background-color: rgba(255,255,255,0.05);
}

.Zebra_Pagination a:hover {
  color: rgb(var(--primario_color));
  background-color: rgba(var(--blanco_color),0.9);
}

.Zebra_Pagination a.navigation { 
  border: 1px solid transparent; 
  background-color: transparent;
  overflow: hidden; 
  background-repeat: no-repeat; 
}

.Zebra_Pagination a.previous { 
  padding-left: 25px; 
}

.Zebra_Pagination a.next { 
  padding-right: 25px; 
}

.Zebra_Pagination a.disabled:hover { 
  background:  rgb(var(--primario_color));
  color: rgba(var(--blanco_color),0.9);
}

html .Zebra_Pagination a.navigation { 
  filter: chroma(color= rgba(var(--blanco_color),0.9));
}

.Zebra_Pagination a.current, .Zebra_Pagination a.current:hover { 
  background:  rgb(var(--primario_color));
  color: rgba(var(--blanco_color),0.9);
}

.Zebra_Pagination span { 
  color:  rgba(var(--blanco_color),0.9);
  margin-right: 2px; 
  display: block; 
  float: left; 
  padding: 8px 4px;
}

.Zebra_Pagination a.next {
  padding-right: 5px !important;
}

.Zebra_Pagination a.previous {
  padding-left: 5px !important;
}
/*===================================================
                 FIN PAGINACION
===================================================*/

.formulario_ano{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(var(--secundario_color),0.15);
  background-color: rgba(var(--secundario_color),0.05);
  }
  .formulario_ano label{
    color: rgb(var(--secundario_color));
    font-weight: 600;
  }
  .formulario_ano select{
    font-size: 12px;
    display: block;
    margin: 0 10px;
    border: none;
    border: 1px solid rgba(var(--secundario_color),0.15);
    padding : 10px 20px;
    color: rgb(var(--secundario_color));
  }
  .formulario_ano button{
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px;
    color: rgb(var(--blanco_color)) !important;
  background-color: rgb(var(--primario_color)) !important;
  border-color: rgb(var(--primario_color)) !important;
  }
  .formulario_ano button:hover{
    cursor: pointer;
    background-color: rgba(var(--primario_color),0.9) !important;
  }