:root{
  --color-primario: #060ebc ;
  --azul-principal: #2e358b ;
  --color-segundario:#050ca5;
  --color-complementario:#ff6a15;
  --color-iluminado: #6368d5 ;
  --color-texto:#3e4185;
  --color-borde-inferior:#8399e4;
  --color-fondo-titulo:#75a4e7;
  --color-fondo-subtitulo:#2d5177;
  --color-fondo-contenido: #f3f5f1;

  --jom-azul: #273c4e;
  --jom-calipso: #00a7b5;
  --jom-naranjo: #f07e4c;
  --jom-verde: #7dc189;
  --jom-celeste: #d9eef4;





  --texto-fuente:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}



.text-azul{   color: var(--jom-azul) !important;}
.text-calipso{   color: var(--jom-calipso) !important;}
.text-naranjo{   color: var(--jom-naranjo) !important;}
.text-verde{   color: var(--jom-verde) !important;}
.text-celeste{   color: var(--jom-celeste) !important;}

.bg-azul{ background: var(--jom-azul) !important; }
.bg-calipso{ background: var(--jom-calipso) !important; }
.bg-naranjo{ background: var(--jom-naranjo) !important; }
.bg-verde{ background: var(--jom-verde) !important; }
.bg-verde-opac{ background-color: rgba(125, 193, 137, 0.9); }
.bg-celeste{ background: var(--jom-celeste) !important; }

.borde-naranjo{ border: solid 2px #f07e4c !important; }

.text-15 {font-size: 15px !important;}
.text-18 {font-size: 18px !important;}
.text-20 {font-size: 20px !important;}
.text-22 {font-size: 22px !important;}

.text-25 {font-size: 25px !important;}
.text-30 {font-size: 30px !important;}
.text-35 {font-size: 35px !important;}
.text-40 {font-size: 40px !important;}
.text-45 {font-size: 45px !important;}
.text-50 {font-size: 50px !important;}
.text-55 {font-size: 55px !important;}


@import url('https://fonts.googleapis.com/css2?family=Barlow: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');



/***************  FUENTE GOOGLE BARLOW ***********************/
.barlow-condensed-thin {
  font-family: "Barlow Condensed", serif !important;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", serif  !important;
  font-weight: 900;
  font-style: italic;
}
/*************** FIN FUENTE GOOGLE ***********************/




*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration: none;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Barlow', sans-serif;
}

a{
  color: inherit;
  text-decoration: inherit; 
}



body{
padding: 0;
}

strong {
    font-family: inherit; /* Hereda la fuente del elemento padre */
    font-size: inherit;   /* Hereda el tamaño de la fuente del elemento padre */
    font-weight: bold;    /* Mantiene el peso de la fuente en negrita */
}



        .navbar {
            background-color: var(--jom-azul);
        }
        .navbar-brand img {
            height: 70px;
            width: auto;
            margin-left: 30px;
        }
        .navbar-dark .navbar-nav .nav-link {
            color: var(--jom-azul);
            font-size: 13px;
            margin: 3px 0px;
            padding: 3px 3px;
            background: var(--jom-celeste);
            text-align: center;
            border-radius: 5px;
            letter-spacing: 1.5px;
        }
        .navbar-dark .navbar-nav .nav-link:hover {
            color: var(--jom-verde);
        }


        .navbar {
            transition: transform 0.3s ease;
        }

        .navbar.hidden {
            transform: translateY(-100%);
        }

.parrafos-inicio, .parrafos-inicio strong{
  text-align: justify !important;
  font-size: 17px;
  line-height: 28px;
  padding: 10px 35px 10px 35px;
}

#nosotros{
  margin-top: 85px;
}

.parrafo-nosotros{
 
}

.img-nosotros{
  background: url(../img/bg/nosotros2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}

.img-nosotros p, #mision p{
  font-size: 20px;
}

.img-mision{
  min-height: 400px;

  background: url(../img/bg/mision2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#h2-slider1-v{
  margin-top: 250px;
  width: 80%;
  border-radius: 10px;
 
}

.text-pres{
  font-size: 16px;
  line-height: 22px;
}

.div-serv{
  .background: #ff0;
  margin-top: 80px;
  padding: 20px; 
}

.iconos-serv{
  min-height: 95px;
  font-size: 8px;
  line-height: 10px;
}
.iconos-serv img{
  width: 90%;
}

.iconos-serv2{
  width: 63px;
  height: 85px;
  border-radius: 20px;
  text-align: center;
  padding: 4px;
  transition: all  .2s ease-in-out;
}

.iconos-serv2:hover{
  background: #273c4e;
  transition: all  .2s ease-in-out;
  cursor: pointer; cursor: hand;
}
.iconos-serv2:hover span {
  color: white; /* Cambia el color del texto del <span> al pasar el mouse */
}
.iconos-serv2 span{
  font-family: "Barlow Condensed", serif  !important;
  color: #273c4e;
  font-style: italic;
  font-size: 10px;
  line-height: 10px;
  margin: 0 auto;

}
.iconos-serv2 img{
  width: 50px;
  margin-bottom: 5px;
}

.desc-sello p{
  text-align: justify;
  font-size: 17px;
  line-height: 25px;
}

.span-nuestro-equipo{
border-radius: 3px 40px 1px 3px;
font-size: 18px;
}

.charlista-sello{
  
  min-height: 200px;
}

.cuadro-desc-charlista{
  width: 100%;
  padding: 10px;
border-radius: 5px 5px 50px 5px;
font-size: 13px;
line-height: 17px;
font-family: "Barlow Condensed", serif  !important;
}

.cuadro-desc-charlista li{
margin-bottom: 8px;
}
.cuadro-desc-charlista li i{
font-size: 5px;

}
.img-prof-sello{
  width: 60%;
  border-radius: 50%;
}













@supports(transition: all .1s ease-out){



}


footer{
  .background: #2e358c;
  min-height: 200px;
}

footer p{
  font-size: 15px;
}

  #info-footer a{
 margin-top: 0;
 margin-bottom: 0;
 text-decoration: none;
 color: white;

  }

/* .linkFooter{
  color: #000 !important;
  font-size: 2em;
 .transition: all .2s ease-out;
 }*/

#footer56{
border-radius: 0px !important;
border-top-left-radius: .375rem !important;
border-bottom-left-radius: .375rem !important;
}


 


.cuadros-redes{
  width:43px; 
  height: 43px; 
  background: #fff;

}





















































  /******************* MEDIA QUERIES ******************************/

@media (min-width: 300px) {   /*******  COL ***********/
   
    




}

    


@media (min-width: 576px) {   /*******  SM ***********/
  
#nosotros{
  margin-top: 105px;
}

.parrafo-nosotros{
 border-radius: 30px 30px 0px 0px;
}
.img-nosotros{
border-radius: 0px 0px 30px 30px ;
}

#jssor_2{
margin-bottom: 75px !important;
}

.iconos-serv{
  min-height: 110px;
  font-size: 10px;
  line-height: 12px;
}
.iconos-serv img{
  width: 80%;
}

.iconos-serv2{
  width: 80px;
  height: 100px;
  padding: 5px;
}
.iconos-serv2 span{
  font-size: 10px;
  line-height: 12px;

}
.iconos-serv2 img{
  width: 60px;
  margin-bottom: 5px;
}

.img-prof-sello{
  width: 55%;
}
   

}



@media (min-width: 768px) {   /*******  MD ***********/


#nosotros{
  margin-top: 140px;
}

        .navbar-brand img {
            height: 100px;
            width: auto;
            
        }

        .navbar-dark .navbar-nav .nav-link {
            
            color: #fff;
            font-weight: bolder;
            margin: 0px 8px;
            padding: 0px 3px;
            background: none;
        }      

        .navbar-dark .navbar-nav .nav-link:hover {
            color: var(--jom-celeste);
        }

 .div-serv{

  margin-top: 120px;
 
}

.iconos-serv{


  font-size: 12px;
  min-height: 125px;
 
}


.iconos-serv img{
  width: 75%;
}

.iconos-serv2{
  width: 100px;
  height: 115px;
  padding: 5px;
}
.iconos-serv2 span{
  font-size: 12px;
  line-height: 14px;

}
.iconos-serv2 img{
  width: 70px;
  margin-bottom: 7px;
}

.desc-sello p{
  
  font-size: 20px;
  line-height: 27px;
}

.span-nuestro-equipo{
font-size: 22px;
}

.img-prof-sello{
  width: 45%;
}

}
 



@media (min-width: 992px) {   /*******  LG ***********/
 
          .navbar-dark .navbar-nav .nav-link {
            
            font-size: 15px;
        }  

.parrafo-nosotros{
 border-radius: 30px 0px 0px 30px ;
}
.img-nosotros{
border-radius: 0px 30px 30px 0px;
}

.text-pres{
  font-size: 18px;
  line-height: 27px;
}

.iconos-serv{


  font-size: 14px;
  padding: 40px;
  min-height: 130px;
 
}

.cuadro-desc-charlista{
  
  padding-left: 60px;
}

.img-prof-sello{
  width: 90%;
  border-radius: 20px 50% 50% 50%;
  margin-left: 38%;
  
}



}



@media (min-width: 1200px) {   /*******  XL ***********/

#servicios h3{
  font-size: 30px;
}

.iconos-serv2{
  width: 120px;
  height: 125px;
  padding: 5px;

}



.iconos-serv2 span{
  font-size: 14px;
  line-height: 15px;

}
.iconos-serv2 img{
  width: 75px;
  margin-bottom: 7px;
}

.cuadro-desc-charlista li {
font-size: 14px;
margin-bottom: 15px;

}

.cuadro-desc-charlista{
  
  padding-left: 75px;
}

.img-prof-sello{
  width: 98%;
  border-radius: 20px 50% 50% 50%;
  margin-left: 38%;
  
}

}




@media (min-width: 1400px) {   /*******  XXL ***********/
  

.cuadro-desc-charlista li {
font-size: 18px;
line-height: 23PX;
margin-bottom: 15px;

}

.cuadro-desc-charlista{
  
  padding-left: 85px;
}

.img-prof-sello{
  width: 98%;
  border-radius: 20px 50% 50% 50%;
  margin-left: 38%;
  
}

}


  /******************* MEDIA QUERIES ******************************/