@charset "utf-8";

/* Palabras reservadas: nav, main, content, section, head, header */
/* CSS Document */
:root {
  --color1: rgb(219, 144, 0.5);
  --color2: rgb(23, 180, 83, 0.0788);
  --color3: rgb(11, 194, 211, 0.0623);
  --fondo: #f2f2f2;
  --titulos: 33px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenidos: 45px;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  list-style: none;
}

body {
  font-family: Verdana, "Open Sans", sans-serif;
  color: rgba(7, 7, 7, 1);
  background-color: #fafafa;
}
/*Descomentar estas lineas cuando pase la publicidad de navidad*/
header {
  width: 100%;
  height: 52vh;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1),
      rgba(83, 241, 228, 0.3),
      rgba(79, 184, 211, 0.1)
    ),
    url(../img/img-inicio3.jpg);
  background-size: 100vw 52vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: 80px;
  border: 0px solid #000;
}

/*Comentar estas lineas cuando pase la navidad*/
/*
header {
  width: 100%;
  height: 60vh;
  background-image: url(../img/baner-felizNavidad2023.jpg);
  background-size: 100vw 49vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: 100px;
  border: 0px solid #000;
}
*/
/*Comentar las lineas anteriores cuando pase la navidad*/
nav {
  width: 100%;
  position: fixed;
  background-color: #fafafa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
}

/********************************E N C A B E Z A D O *******************************************************************/

.contenedor {
  width: 90%;
  max-width: 1280px;
  overflow: hidden;
  margin: auto;
  padding: 30px 0px;
  border: 0px solid #000;
}

.contenedor-nav {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  overflow: hidden;
  border: 0px solid #000;
}

.logo {
  margin: auto;
  border: 0px solid #000;
}

.telefono {
  margin: auto;
  padding: 0px 10px;
  border: 0px solid #000;
}

.telefono p {
  text-align: center;
  font-size: 14px;
  color: #151e6e;
}

.enlaces {
  position: relative;
  border: 0px solid #000;
}
.menu_bar {
  display: none;
  margin: 0px;
  padding: 0px;
}

.menu-movil {
  display: none;
  margin: 0px;
  padding: 0px;
}

/********************************CONTENIDO DENTRO DEL ENCABEZADO*******************************************************************/
.contenido {
  max-width: 1280px;
  height: 100px;
  margin: auto;
  padding-top: 140px;
  padding-left: 0%;
  display: block;
}

.mensaje {
  width: 800px;
  height: 250px;
  background-color: rgb(26, 29, 29, 0.5);
  padding-top: 0px;
}

.mensaje h1 {
  padding-left: 30px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}

/********************************SUBTITULO PARA TODAS LAS SECCIONES *******************************************************************/
.subtitulo {
  text-align: center;
  font-weight: 500;
  color: #1620b8;
  margin-bottom: 40px;
  font-size: 40px;
}

/********************************P R O D U C T O S  Q U E  O F R E C E M O S *******************************************************************/

.productos {
  width: 100%;
  background: #fff;
  border: 0px solid #000;
}

.main-productos {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 30px;
  border: 0px solid #000;
}

.main-productos2 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
  border: 0px solid #000;
}

.main-productos a img {
  width: 90%;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
}

.main-productos2 a img {
  width: 90%;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
}

p .descripcion {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font: Verdana;
}

/********************************N U E S T R O S  O B J E T I V O S*******************************************************************/
/* .principales-objetivos {
	background: #f2f2f2;
} */

.objetivos {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.cont-objetivos {
  width: 30%;
  text-align: center;
  margin-bottom: 20px;
}

.cont-objetivos img {
  width: 60%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
  cursor: pointer;
}

.n-objetivos {
  display: inline-block;
  margin-top: 22px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #1620b8;
}

.cont-objetivos p {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: justify;
}

/********************************S O M O S   E X P E R T O S*******************************************************************/
.expertos {
  width: 100%;
  background: #fff;
  border: 0px solid #000;
}

.experts {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.cont-expert {
  width: 15%;
  text-align: center;
  margin-bottom: 20px;
}

.cont-expert img {
  width: 80%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
  cursor: pointer;
}

.n-expert {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #1620b8;
}

/********************************G A L E R I A  D E  I M A G E N E S *******************************************************************/
.galeria {
  width: 100%;
}

.contenedor-galeria {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.img-galeria {
  width: 30%;
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
  cursor: pointer;
}
.img-galeria-grande {
  width: 95%;
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
  cursor: pointer;
  border: 0px solid #000000;
}

/********************************P R O V E E D O R E S *******************************************************************/
.proveedores {
  width: 100%;
  background: #fff;
  /* border: 1px solid #1620b8;  */
}

.proveedores-marcas {
  text-align: center;
  padding-bottom: 10px;
}

.proveedores-marcas img {
  width: 100%;
}

/********************************F O O T E R *******************************************************************/
footer {
  background: #41b7fe;
  padding-bottom: 0.1px;
  color: #f2f2f2;
}

/********************************C O O K I E S  *******************************************************************/
#div-cookies {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #12abfe;
  box-shadow: 0px -5px 15px gray;
  padding: 30px;
  text-align: center;
  color: #fff;
}

/* Aqui inicia el codigo para responsive design */
/***************************************************************************************************/
@media screen and (max-width: 1366px) {
  /*Descomentar este codigo despues de navidad*/

  header {
    width: 100%;
    height: 52vh;
    background-image: url(../img/img-inicio3.jpg);
    background-size: 100vw 55vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position-y: 100px; */
    border: 0px solid #000;
  }
  /*Comentar este codigo despues de navidad*/
  /*
  header {
    width: 100%;
    height: 52vh;
    background-image: url(../img/baner-felizNavidad2023.jpg);
    background-size: 100vw 40vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: 100px; 
    border: 0px solid #000;
  }
  */
  .contenedor {
    padding: 30px 0px;
    border: 0px solid #000;
  }
  .contenido {
    padding-top: 130px;
    padding-left: 0px;
  }

  .mensaje {
    width: 600px;
    height: 190px;
    background-color: rgb(26, 29, 29, 0.5);
    padding: 10px;
  }

  .mensaje h1 {
    font-family: "Dancing Script", cursive;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
  }
  .subtitulo {
    padding-top: 0;
    font-size: 28px;
    font-weight: 500;
  }
}

/***************************************************************************************************/

@media screen and (max-width: 1280px) {
  /*Descomentar este codigo despues de navidad*/
  header {
    width: 100%;
    height: 42vh;
    background-image: url(../img/img-inicio3.jpg);
    background-size: 100vw 40vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-position-y: 100px; */
    border: 0px solid #000;
  }

  /*Comentar este codigo despues de navidad*/
  /*
  header {
    width: 100%;
    height: 50vh;
    background-image: url(../img/baner-felizNavidad2023.jpg);
    background-size: 100vw 35vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #000;
  }
*/
  .contenedor {
    padding: 20px;
  }

  .proveedores-marcas img {
    width: 100%;
  }
}

/***************************************************************************************************/

@media screen and (max-width: 1080px) {
  /*Descomentar este codigo despues de navidad*/
  header {
    width: 100%;
    height: 40vh;
    background-image: url(../img/img-inicio3.jpg);
    background-size: 100vw 30vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position-y: 100px; */
    border: 0px solid #000;
  }

  /*Comentar este codigo despues de navidad*/
  /*
  header {
    width: 100%;
    height: 40vh;
    background-image: url(../img/baner-felizNavidad2023.jpg);
    background-size: 100vw 30vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #000;
  }
*/
  .telefono {
    width: 40%;
    margin: auto;
    /* padding: 0px 0px; */
  }
  .contenedor {
    padding: 20px;
  }

  .proveedores-marcas img {
    width: 100%;
  }
}

/***************************************************************************************************/
@media screen and (max-width: 1024px) {
  /*Descomentar este codigo despues de navidad*/
  header {
    width: 100%;
    height: 40vh;
    background-image: url(../img/img-inicio3.jpg);
    background-size: 100vw 28vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position-y: 100px; */
    border: 0px solid #000;
  }

  /*Comentar este codigo despues de navidad*/
  /*
  header {
    width: 100%;
    height: 40vh;
    background-image: url(../img/baner-felizNavidad2023.jpg);
    background-size: 100vw 28vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #000;
  }
*/
  .contenedor {
    padding: 0px;
    border: 0px solid #000;
  }

  .contenedor-nav .enlaces {
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    overflow: hidden;
  }

  .logo img {
    width: 80%;
    padding-left: 10px;
  }

  .telefono p {
    text-align: center;
    font-size: 12px;
    color: #151e6e;
  }

  .mensaje {
    width: 60%;
    height: 160px;
    background-color: rgb(26, 29, 29, 0.5);
    /* padding-top: 10px; */
  }

  .mensaje h1 {
    padding-left: 30px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }

  .subtitulo {
    text-align: center;
    font-weight: 400;
    color: #1620b8;
    margin: 30px 0px;
    font-size: 25px;
  }

  .n-product a {
    font-size: 16px;
    text-decoration: none;
    color: #1620b8;
  }

  .product a:hover {
    color: #424bc5;
    border-bottom: 2px solid #1620b8;
  }

  .objetivos {
    display: flex;
    align-items: baseline;
  }

  .cont-objetivos img {
    width: 70%;
  }

  .n-objetivos {
    display: inline-block;
    margin-top: 22px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1620b8;
  }

  .cont-objetivos p {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    text-align: justify;
  }

  .experts {
    display: flex;
    align-items: baseline;
  }

  .n-expert {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    color: #1620b8;
  }

  .img-galeria {
    width: 28%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
    cursor: pointer;
  }

  .proveedores-marcas img {
    width: 90%;
  }
}

/******************************************************************************/
@media screen and (max-width: 800px) {
  /*Descomentar este codigo despues de navidad*/
  header {
    width: 100%;
    height: 35vh;
    background-image: url(../img/img-inicio3.jpg);
    background-size: 100vw 25vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position-y: 100px;*/
    border: 0px solid #000;
  }

  /*Comentar este codigo despues de navidad*/
  /*
  header {
    width: 100%;
    height: 35vh;
    background-image: url(../img/baner-felizNavidad2023.jpg);
    background-size: 100vw 25vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #000;
  }
  */
  .telefono {
    display: none;
  }
  .mensaje {
    width: 50%;
    height: 150px;
    background-color: rgb(26, 29, 29, 0.5);
    padding-top: 10px;
  }

  .mensaje h1 {
    padding-left: 30px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }

  .comentario {
    font-size: 25px;
    padding-top: 30px;
    padding-left: 150px;
  }

  .subtitulo {
    font-size: 25px;
  }

  .n-product {
    margin-bottom: 4px;
    color: #9f8ad0;
  }

  .n-product a {
    font-size: 14px;
    text-decoration: none;
    color: #1620b8;
  }

  .cont-objetivos img {
    width: 90%;
  }

  .n-objetivos {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
    color: #1620b8;
  }

  .cont-objetivos p {
    width: 100%;
    padding: 10px;
    font-size: 11px;
    text-align: justify;
  }

  .cont-expert img {
    width: 90%;
  }

  .n-expert {
    display: inline-block;
    margin-top: 20px;
    /* 	width: 100%; */
    font-size: 12px;
    color: #1620b8;
  }

  .img-galeria {
    width: 28%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
    cursor: pointer;
  }

  .proveedores-marcas img {
    width: 90%;
  }
}

/******************************************************************************/
@media screen and (max-width: 640px) {
  /*Descomentar este codigo despues de navidad*/
  header {
    width: 100%;
    height: 40vh;
    background-image: url(../img/img-inicio3-movil.jpg);
    background-size: 100vw 31vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #000;
  }

  /*Comentar este codigo despues de navidad*/
  /*
  header {
    width: 100%;
    height: 35vh;
    background-image: url(../img/felizNavidad2023-movil.jpg);
    background-size: 100vw 25vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #000;
  }
*/
  .logo {
    width: 35%;
    padding: 0px;
    margin-left: 10px;
    border: 0px solid #1620b8;
  }

  .logo img {
    width: 100%;
    padding-left: 20px;
  }

  .telefono {
    display: block;
    width: 40%;
    margin-left: 10px;
    border: 0px solid #1620b8;
  }

  .telefono p {
    font-size: 12px;
    font-weight: 600;
    display: block;
  }

  .contenedor {
    padding: 0;
    border: 0px solid #000;
  }

  .contenido {
    display: none;
  }

  .subtitulo {
    font-size: 20px;
    padding-top: 0px;
  }

  .n-product {
    margin-bottom: 0px;
    color: #9f8ad0;
  }

  .n-product a {
    font-size: 12px;
    text-decoration: none;
    color: #1620b8;
  }

  .product a:hover {
    color: #424bc5;
    border-bottom: 1px solid #1620b8;
  }

  .objetivos {
    display: flex;
    align-items: baseline;
  }

  .cont-objetivos img {
    width: 95%;
  }

  .n-objetivos {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
    color: #1620b8;
  }

  .cont-objetivos p {
    width: 100%;
    padding: 10px;
    font-size: 11px;
    text-align: justify;
  }

  .expertos {
    display: none;
  }

  .img-galeria {
    width: 28%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
    cursor: pointer;
  }

  .proveedores-marcas img {
    width: 90%;
  }
}

/******************************************************************************/
@media screen and (max-width: 460px) {
  /*Descomentar este codigo despues de navidad*/
  header {
    width: 100%;
    height: 33vh;
    background-image: url(../img/img-inicio3-movil.jpg);
    background-size: 100vw 24vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #000;
  }

  /*Comentar este codigo despues de navidad*/
  /*
  header {
    width: 100%;
    height: 30vh;
    background-image: url(../img/felizNavidad2023-movil.jpg);
    background-size: 100vw 20vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0px solid #000;
  }
*/
  .logo {
    width: 45%;
    padding: 0px;
    margin-left: 0px;
    border: 0px solid #1620b8;
  }

  .logo img {
    width: 100%;
    padding-left: 20px;
  }

  .telefono {
    width: 55%;
    margin-left: 10px;
    border: 0px solid #1620b8;
  }

  .telefono p {
    font-size: 12px;
    font-weight: 600;
    display: block;
  }

  .contenedor {
    padding: 0;
    border: 0px solid #000;
  }

  .contenido {
    display: none;
  }

  .subtitulo {
    font-size: 20px;
    padding-top: 0px;
  }

  .principales-objetivos {
    background-color: #fff;
  }

  .principales-objetivos .objetivos {
    display: block;
    padding-bottom: 20px;
  }

  .cont-objetivos {
    width: 100%;
    margin: auto;
    border: 0px solid #000;
  }

  .cont-objetivos img {
    width: 70%;
  }

  .n-objetivos {
    font-size: 18px;
  }

  .cont-objetivos p {
    width: 100%;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0px solid #000;
  }

  .galeria {
    background-color: #fff;
  }

  .expertos {
    display: none;
  }

  .galeria {
    background-color: var(--fondo);
  }

  .proveedores-marcas img {
    width: 100%;
    padding-bottom: 10px;
  }
}
