@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap');
/*
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  margin: 0 auto
*/
/* ==============================================================================
              R E S E T
============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body, html {
  position: relative;
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin:0;
  width: 100%;
  height: 100%;
}
section, picture, .contieneHeaderHome {
  margin: 0;
  padding: 0;
}
.contieneRRSS {
    position: fixed;
    top:10%;
    right: 20px;
    z-index: 21;
  }
  .contieneRRSS ul {
      list-style: none;
    }
  .contieneRRSS ul li {
    margin-bottom: 10px;
  }
  .contieneRRSS ul li a img {
    width: 40px;
  }
  .aparece {
    display: block;
  }
  
.contieneBannerCabecera{
  width: 100%;
  padding: 10px 0;
  background: #9BF4CF;
  text-align: center;
}
.bannerCabecera {
  display: inline-flex;
  width: 40%;
}
.bannerCabecera p {
  width: 85%;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: 1px;
  margin-top: 4px;
}
.bannerCabecera a {
  width: 10%;
  background: #4156FF;
  text-decoration: none;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: .8s;
}
.bannerCabecera a:hover {
  background: #161E53;
}
.bannerCabecera img {
  width: 20px;
  margin-left: 30px;
  cursor: pointer;
}
.contieneHeaderHome {
  width: 100%;
  position: relative;
}
.textoHeader {
  width: 50%;
  margin-left: 5%;
  position: absolute;
  top: 20%;
  color: white;
}
.textoHeader img {
  width: 15%;
  min-width: 250px;
}
.textoHeader h1 {
  font-size: 4em;
  font-weight: 900;
}
.textoHeader h3 {
  font-size: 1.6em;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.redesSociales {
  padding: 60px 0;
}
.redesSociales h2 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 600;
}
.contieneIconos {
  width: 25%;
  margin-left: 37.5%;
  display: inline-flex;
}
.contieneIconos a {
  width: 20%;
}
.contieneIconos a img {
  width: 40px;
}
.formularioContacto {
  width: 100%;
  background: url(../images/fondoFormulario.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.contieneSeccionesFormulario {
  width: 80%;
  margin-left: 10%;
  display: inline-flex;
  justify-content: space-between;
  color: white;
}
.formularioTreinta {
  width: 40%;
}
.formularioTreinta h2 {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 10px;
}
.formularioTreinta p {
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 1.1em;
}
.formularioSetenta {
  width: 60%;
}
.formularioSetenta .contieneEnlace{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.formularioSetenta .contieneEnlace a{
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.8em;
  font-style: italic;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 1s ease;
}
.formularioSetenta .contieneEnlace a:hover{
  color: #13f9cf;
}
.formularioSetenta form input {
  width: 45%;
  margin-left: 2.5%;
  margin-bottom: 10px;
  line-height: 3em;
  border:0;
  background: rgba(255,255,255,0.7);
  letter-spacing: 1px;
  font-weight: 300;
  text-indent: 1em;
  color: #282923;
}
.formularioSetenta form button {
  background: #F56057;
  width: 100px;
  color: #282923;
  margin-left: 2.5%;
  border:0;
  line-height: 3em;
  cursor: pointer;
  transition: .8s;
}
.formularioSetenta form button:hover {
  background: #A23F3C;
}
.contieneFooter {
  padding: 40px 0;
  background: #0F1923;
  text-align: center;
}
.contieneFooter p {
  color: #7A90A7;
  font-size: .8em;
  letter-spacing: 2px;
}
.contieneCategorias {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.contieneCategorias img{
  width: 60%;
  margin: auto;
  max-width: 300px;
}

/* ==============================================================================
              Q U O T E
============================================================================== */
.contieneQuote {
 width: 100%;
 background: url(../images/fondoQuote.jpg);
 background-position: center;
 background-attachment: fixed;

 background-size: cover;
}
.contieneQuote h2 {
  text-align: center;
  font-size: 3em;
  font-style: italic;
  letter-spacing: 2px;
  width: 70%;
  margin:auto;
  padding: 120px 0;
  color: white;
}


/* ==============================================================================
              G A L E R I A
============================================================================== */
.zoomProducto img {
    -webkit-transition:all 1.3s ease; /* Safari y Chrome */
    -moz-transition:all 1.3s ease; /* Firefox */
    -o-transition:all 1.3s ease; /* IE 9 */
    -ms-transition:all 1.3s ease; /* Opera */
    width:100%;
}

.zoomProducto:hover img {
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}

.zoomProducto {
  cursor: pointer;
    overflow:hidden;
}
.fondoGris {
  background: #CACACA;
}
.contieneGaleria{
  width: 75%;
  margin-left: 12.5%;
  display: inline-block;
  text-align: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify; /* not implemented yet, and will not be */
    text-align-last: justify; /* IE */
  font-family: 'Work Sans', sans-serif;
  padding: 90px 0;
}
.contieneGaleria h2 {
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 10px;
}
.contieneGaleria .producto {
  position: relative;
  width: 23%;
  display: inline-block;
  margin-bottom: 40px;
}
.contieneGaleria .producto img {
  width: 100%;
  border-radius: 5px;
}
.contieneTextoProducto {
  text-align: center;
    -moz-text-align-last: center;
    -webkit-text-align-last: center; /* not implemented yet, and will not be */
    text-align-last: center; /* IE */
}
.contieneTextoProducto h3 {
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.5em;
}
.contieneTextoProducto p {
  font-size: .9em;
  letter-spacing: 1px;
}
.boton {
  box-shadow:inset 0px -3px 7px 0px #29bbff;
  background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color:#2dabf9;
  border-radius:3px;
  border:1px solid #1394F9;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:15px;
  padding:6px 25px;
  text-decoration:none;
  text-shadow:0px 1px 0px #263666;
  margin-top: 10px;
}
.boton:hover {
  background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color:#0688fa;
}
.boton:active{
  position:relative;
  top:1px;
}
/*==================  Detalle ==================*/
.contieneDetalle {
  width: 80%;
  margin:auto;
  padding: 90px 0;
}
.migas {
  font-size: .7em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.migas span {
  font-weight: bolder;
}
.contieneMitades {
  display: inline-flex;
}
.contieneImagen{
  width: 100%;
  text-align: center;
}
.contieneImagen img {
  width: 80%;
  margin:auto;
}
.contieneTexto {
  padding: 60px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contieneTexto h1 {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.3em;
  line-height: 1.8em;
}
.contieneTexto p {
  line-height: 1.3em;
  letter-spacing: 1px;
  text-align: justify;
}
.contieneBoton {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
}
.contieneBoton a {
  text-decoration: none;
  background: black;
  padding: 8px 25px;
  color: white;
  letter-spacing: 2px;
  font-size: .8em;
  transition: .5s;
}
.contieneBoton a:hover{
  background: gray;
}
.contieneRelacionados {
  margin-top: 60px;
  padding: 30px 0;
  border-top: 1px solid gray;
  display: inline-block;
  text-align: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify; /* not implemented yet, and will not be */
    text-align-last: justify; /* IE */
}
.contieneRelacionados p {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-align: center;
    -moz-text-align-last: center;
    -webkit-text-align-last: center; /* not implemented yet, and will not be */
    text-align-last: center; /* IE */
}
.productoRelacionado{
  cursor: pointer;
  position: relative;
  width: 15%;
  display: inline-block;
  margin-bottom: 40px;
}
.productoRelacionado img {
  width: 100%;
}
.contieneImagen .zoomProducto img {
  border-radius: 5px;
}

/* ==============================================================================
              C  A  R  R  U  S  E  L
============================================================================== */

.carrusel {
   margin-top: 150px;
  align-items: center;
  background: white;
  display: flex;
  height: 120px;
  justify-content: center;
  border: 2px dotted red;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.titular-carrusel h2 {
  text-align: center;
  letter-spacing: 1px;
  padding-top: 20px;
}
.slider-carrusel {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 20px 0;
}
.slider-carrusel::before, .slider-carrusel::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider-carrusel::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider-carrusel::before {
  left: 0;
  top: 0;
}
.slider-carrusel .slide-track {
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
  display: flex;
  width: calc(250px * 15)/*Número de diapositivas*/
}
.slider-carrusel .slide {
  height: 100px;
  width: 250px;
}
.slider-carrusel .slide img{
   width: 50%;
   height: auto;
   margin-left: 25%;
   margin-top: 12px;
}

/* ==============================================================================
              A  L  I  A  N  Z  A  S
============================================================================== */
.contieneAlianzas{
  width: 100%;
}
.contieneAlianzas h3{
  text-align: center;
  font-size: 2em;
  margin-top: 35px;
  letter-spacing: 1px;
}
.contieneAlianzas .filaAlianzas{
  width: 80%;
  margin-left: 10%;
  display: inline-block;
  text-align: center;
  justify-content: space-between;
  padding:30px 0;
}
.contieneAlianzas .filaAlianzas img{
  width: 20%;
  max-width: 320px;
}


/* ==============================================================================
              M A P A
============================================================================== */
.contieneMapa {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.contieneTextoMapa {
  position: absolute;
  top:35%;
  left:10%;
}
.contieneTextoMapa h2 {
  font-size: 3.5em;
  letter-spacing: 2px;
  font-weight: 100;
  font-style: italic;
  color: white;
  background:#D9554D;
  padding: 5px 15px;
}
.contieneTextoMapa h3 {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 100;
  font-style: italic;
  color: white;
  background:#000000;
  padding: 5px 10px;
}
.contieneTextoMapa ul {
  background:white;
   padding: 15px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.contieneTextoMapa ul li {
  line-height: 1.5em;
}


/* Media Queries */

/* Dispositivos muy pequeños (teléfonos de hasta 768px de anchura) */
/* No se define ninguna media query porque este es el estilo por
   defecto utilizado por Bootstrap 3 */
 
/* Dispositivos pequeños (tablets, anchura mayor o igual a 768px) */
@media (max-width: 768px) { 

    .bannerCabecera {
      width: 90%;
    }
    .bannerCabecera p {
      font-size: .6em;
    }
    .bannerCabecera a {
      width: 7em;
      font-size: .6em;
      padding: 5px 10px;
    }
    .bannerCabecera img {
      margin-left: 10px;
      max-height: 1em;
    }
    .textoHeader {
      width: 80%;
      margin-left: 10%;
      position: absolute;
      top: 55%;
    }
    .textoHeader h1 {
      font-size: 1.8em;
      padding: 0;
      margin: 10px 0;
    }
    .textoHeader h3 {
      font-size: 0.8em;
      letter-spacing: 1px;
      line-height: 1.1em;
    }
    .textoHeader img {
      width: 10%;
      min-width: 90px;
    }
    .contieneIconos {
      width: 60%;
      margin-left: 20%;
    }
    .contieneIconos a img {
      width: 35px;
    }
    .contieneSeccionesFormulario {
      width: 80%;
      margin-left: 10%;
      display: block;
    }
    .formularioTreinta {
      width: 100%;
      margin-bottom: 20px;
    }
    .formularioSetenta {
      width: 100%;
    }
    .formularioSetenta form input {
      background: rgba(255,255,255,0.8);
      color:black;
    }
    .formularioSetenta form input, .formularioSetenta form button {
      width: 95%;
      margin-left: 2.5%;
      font-weight: 600;
    }
/*==================  Galeria ==================*/

.contieneGaleria .producto {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
.contieneMitades {
  display: block;
}
.contieneImagen{
  width: 100%;
  text-align: center;
}
.contieneTexto {
  width: 80%;
  margin: auto;
  padding: 0px;
  padding-top: 30px;
    margin: 0 auto;
  display: block;
}
.contieneTexto h1{
  line-height: 1.3em;
}
.logosComtieneTexto img{
  width: 185px;
}
.productoRelacionado{
  position: relative;
  width: 30%;
  display: inline-block;
  margin-bottom: 40px;
}
.contieneQuote h2{
  width: 90%;
  text-align: center;
  font-size: 2em;
}
.contieneAlianzas .filaAlianzas{
  width: 90%;
  margin-left: 5%;
  padding:20px 0;
}
.contieneAlianzas .filaAlianzas img{
  max-width: 20%;
}

/*==================  M a p a ==================*/

.contieneAlianzas .contieneTextoMapa {
  width: 100%;
  position: absolute;
  top:auto;
  bottom: 15%;
  left:0%;
}

.contieneFooter p {
  width: 90%;
  margin: auto;
  line-height: 1.5em;
}

  }










