/* =====================================
   FONT FACE
   ===================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* ======================================
   GENERAL
   ====================================== */
body, html {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight:300;
    font-optical-sizing: auto;
    font-style: normal;
	line-height:1.5;
	color:#333;
	height:100%;
	}
html { -webkit-text-size-adjust: 100%;	}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
    }
a {	
    color:#333;
    text-decoration: none;
    }
a:hover {	
    color:#00BED6;
    }

strong { font-weight: 700; }
p { padding:0; margin: 0}
* {
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
.img-full {
	width:100%;
    height: auto;
    }
.txt-celeste {
    color:#00BED6;
    }


/* ======================================
   SECCIONES
   ====================================== */
.main {
	width:1200px;
	padding:0;
	margin:0 auto;
	clear:both;
	}
h1 {
	font-size: 70px;
    font-weight: 300;
	line-height:1.1;
	margin: 0px;
    padding: 0px;
    color: #A6A8AB;
	}
h2 {
	font-size: 60px;
    font-weight: 300;
	line-height:1.1;
	margin: 0px;
    padding: 0px;
    color: #00BED6;
	}

/* CONTENIDOS ============================ */
#top {
	width:100%;
    float: left;
    padding: 50px 0px 0px 0px;
    background-image: url("img/background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
	}
#logo {
	float:left;
	padding:0px;
    width: auto;
	}
#quienes {
    float: left;
	width:100%;
    padding: 20px 0px 0px 0px;
	}
#quienes .main {
    display: flex;
    align-items: stretch;
    }
#quienes .slogan {
    float: left;
	width:47%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	}
#quienes .content {
    float: left;
	width:53%;
    padding: 40px 50px;
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
	}

#cotizar {
    float: left;
	width:100%;
    padding: 300px 0px 250px 0px;
    text-align: center;
    overflow-x: hidden;
    }
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00BED6;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    padding: 15px 40px;
    font-size: 30px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    }
.btn-whatsapp:hover {
    color: #fff;
    background-color: #00656D;
    transform: scale(1.02);
    }
.btn-whatsapp .icono-wapp {
    margin-left: 15px;
    width: 35px;
    height: auto;
    vertical-align: middle;
    }

/* Porque elegir  ---------------*/
#porque {
    float: left;
	width:100%;
	padding: 150px 0px;
    text-align: center;
	}
#porque .main,
#porque .main2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    }
#porque .main2 {
    width: 1000px;
    padding: 50px 0px 0px 0px;
	margin:0 auto;
	clear:both;
    }
#porque .columna {
    flex: 1;
    padding: 0px 20px;
    text-align: center;
    box-sizing: border-box;
    }
#porque .columna img {
    margin-bottom: 15px;
    }

/* Productos  ---------------*/
#productos {
    float: left;
	width:100%;
    }
#productos .columna {
    float: left;
    width:47%;
    margin: 0 1.5%;
    padding-bottom: 40px;
    flex: 1;
    text-align: center;
    }
#productos .recuadro {
    width: 100%;
    background-color: #00BED6;
    font-size: 18px;
    line-height: 1.8;
    overflow: hidden;
    }
#productos .recuadro .foto {
    position: relative;
    }
#productos .recuadro .foto img {
	width: 100%;
    height: auto;
	}
#productos .recuadro .foto .linea {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 0px;
    width: 90%;
    text-align: right;
    color: #828381;
    line-height: 1.3;
    }
#productos .linea .nombre {
    font-size: 25px;
    font-weight: 600;
    color: #00BED6;
    }
#productos .linea .num {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #919396;
    }
#productos .recuadro .bot-vermas {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 10px 10px 0px;
    }

#productos .recuadro-txt {
    border: 1px solid #B2B2B2;
    border-top: none;
    width: 100%;
    padding: 40px;
    font-size: 17px;
    text-align: left;
    display: none;
    }
.boton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.bot-abrir {
    display: inline-block;
    width:34px;
    height: 34px;
    }
.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
  }

.btn-informacion {
    display: block;
    width: 100%;
    background-color: #00BED6;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    padding: 7px 0px;
    transition: all 0.3s ease;
    text-align: center;
    }
.btn-informacion:hover {
    color: #fff;
    background-color: #00656D;
    transform: scale(1.02);
    }
.btn-informacion .icono-wapp {
    margin-left: 5px;
    padding-bottom: 5px;
    width: 28px;
    height: auto;
    vertical-align: middle;
    }
.item-ok,
.item-dest {
    padding: 0px 0px;
    padding-left: 27px;
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    }
.item-ok {
    background-image: url("img/icon-ok.svg");
    }
.item-dest {
    background-image: url("img/icon-destaca.svg");
    }

/* Catalogo  ---------------*/
#catalogo {
    float: left;
	width:100%;
    padding: 200px 0px;
    text-align: center;
    background-image: url("img/background-catalogo.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    overflow-x: hidden;
    }
.btn-catalogo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00BED6;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    padding: 15px 150px;
    font-size: 30px;
    transition: all 0.3s ease;
    }
.btn-catalogo:hover {
    color: #fff;
    background-color: #00656D;
    transform: scale(1.02);
    }
.btn-catalogo .icono-pdf {
    margin-left: 15px;
    width: 27px;
    height: auto;
    vertical-align: middle;
    }

/* Testimonios  ---------------*/
#testimonios {
    float: left;
	width: 100%;
    padding: 100px 0px;
    background-color: #F4F4F4;
    }
#testimonios .content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    }
.testimonio {
    flex: 1;
    min-width: 280px;
    border-left: 1px solid #00BED6;
    padding: 35px 35px;
    text-align: left;
    display: flex;
    flex-direction: column;
    }
.testimonio-borde {
    border-right: 1px solid #00BED6;
    }
.comillas {
    color: #00BED6;
    font-size: 100px;
    font-weight: bold;
    line-height: 0.5;
    }
.estrellas {
    color: #ffd700;
    font-size: 30px;
    letter-spacing: 3px;
    margin-top: 20px;
    }
.testimonio h4 {
    color: #00bed6;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    }
.testimonio h4 span {
    font-weight: 400;
    }
.testimonio .localidad {
    font-size: 16px;
    }


/* Formulario  ---------------*/
#consultas {
    float: left;
	width: 100%;
    padding: 100px 0px;
    background-color: #00BED6;
    color: #fff;
    overflow-x: hidden;
    }
#consultas h2 {
    color: #fff;
    margin-bottom: 70px;
    text-align: center;
    }
#consultas .aclaracion {
    font-size: 14px;
    }
#consultas .columna1 {
	width: 48%;
    float: left;
    }
#consultas .columna2 {
	width: 48%;
    float: right;
    }
#consultas .columna3 {
	width: 100%;
    float: left;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    }
input, textarea, select, label, option {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 300;
	font-style: normal;
	color: #FFFFFF;
	}
input,
textarea,
select {
	display:block;
	width:100%;
	float:left;
    outline: none;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 15px;
    background-color: #00BED6;
	}
input:focus,
textarea:focus {
	}
::placeholder {
	color: #fff;
	opacity: 1;
	}
.enviar {
    width: auto;
    background-color: #FFF;
    color: #00BED6;
    font-weight: 500;
    border-radius: 10px;
    padding: 15px 100px;
    font-size: 30px;
    text-align: center;
    transition: all 0.3s linear;
    border: none;
	}
.enviar:hover {
    color: #fff;
    background-color: #00656D;
    transform: scale(1.02);
	cursor: pointer;
    border: none;
	}

#respuesta {
    display: none;
    margin: 30px auto;
    padding: 20px;
    text-align: center;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 100;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    }

/* Contacto ---------------*/
#contacto {
    float: left;
    width:100%;
    padding: 100px 0px;
    overflow-x: hidden
	}
#contacto .columna1 {
    width: 62%;
    float: left;
    }
#contacto .columna2 {
    width: 38%;
    float: left;
    }
#contacto .columna1 .bloque1 {
    width: 55%;
    float: left;
    }
#contacto .columna1 .bloque2 {
    width: 40%;
    float: left;
    }
.item-ubic,
.item-tel,
.item-wapp,
.item-mail,
.item-ig,
.item-fb {
    padding: 12px 0px;
    padding-left: 55px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 42px 42px;
    display: block;
    }
.item-ubic {
    background-image: url("img/icon-location.svg");
    }
.item-tel {
    background-image: url("img/icon-tel.svg");
    }
.item-wapp {
    background-image: url("img/icon-wapp.svg");
    }
.item-mail {
    background-image: url("img/icon_mail.svg");
    }
.item-ig {
    background-image: url("img/icon-ig.svg");
    }
.item-fb {
    background-image: url("img/icon-fb.svg");
    }

footer {
    float: left;
    width: 100%;
    background-color: #F4F4F4;
    padding: 25px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #838482;
    letter-spacing: 2px;
    }

#whatsapp {
	position: fixed;
	right:20px;
	bottom:20px;
	display:block;
	z-index:9999;
	}
#whatsapp img {
    width: 65px;
    height: 65px;
	}


/* ===============================================================
   ============================================================ */

@media only screen and (min-width : 1550px) {
#top {
    background-size: cover;
	}
}


@media only screen and (min-width : 1024px) and (max-width : 1199px) {
body, html { font-size: 16px; }
h1 { font-size: 55px; }
h2 { font-size: 50px; }
.main {
	width: 90%;
	}
#porque .main2 {
	width: 80%;
	}
.btn-whatsapp,
.btn-catalogo,
.enviar {
    font-size: 24px;
    }
.btn-informacion {
    font-size: 20px;
    }
#productos .recuadro .foto .linea {
    bottom: 20px;
    }
#productos .linea .num {
    font-size: 12px;
    }
    
input, textarea, select, label, option {
    font-size: 18px;
    }
    
}


@media only screen and (min-width : 768px) and (max-width : 1023px) {
body, html { font-size: 16px; }
h1 { font-size: 40px; }
h2 { font-size: 35px; }
.main {
	width: 90%;
	}
#porque .main2 {
	width: 80%;
	}
#logo {
    width: 100%;
    }
#logo img {
    width: 100%;
    height: auto;
    }
#quienes .content { padding: 30px; }
#porque .columna img {
    width: 110px;
    height: auto;
    margin-bottom: 15px;
    }
.btn-whatsapp,
.btn-catalogo,
.enviar {
    font-size: 20px;
    }
.btn-whatsapp .icono-wapp {
    width: 28px;
    }
.btn-catalogo {
    padding: 15px 120px;
    }
.btn-catalogo .icono-pdf {
    width: 22px;
    }
.btn-informacion {
    font-size: 18px;
    }
.btn-informacion .icono-wapp {
    margin-left: 5px;
    width: 18px;
    height: auto;
    }
    
#productos .columna {
    width: 47%;
    margin: 0 1.5%;
    padding: 0px 0px 30px 0px;
    }
#productos .recuadro {
    font-size: 14px;
    }
#productos .recuadro .foto .linea {
    bottom: 15px;
    }
#productos .linea .nombre {
    font-size: 18px;
    }
#productos .linea .num {
    font-size: 9px;
    }
#productos .recuadro .bot-vermas {
    font-size: 18px;
    }
#productos .recuadro-txt {
    padding: 25px;
    font-size: 15px;
    }
.bot-abrir {
    width:30px;
    height: 30px;
    }
    
.contenedor-testimonios {
    flex-direction: column;
    }
.testimonio {
    border-left: none;
    border-bottom: 1px solid #00bed6;
    min-width: 100%;
    padding: 30px 0px;
    }
.testimonio-borde {
    border-right: none;
    }

#contacto .columna1 {
    width: 100%;
    padding-bottom: 50px;
    }
#contacto .columna2 {
    width: 100%;
    }
    
input, textarea, select, label, option {
    font-size: 16px;
    }
    

    
}




@media only screen and (max-width : 767px) {
body, html { font-size: 16px; font-weight: 400; }
h1 { font-size: 40px; font-weight: 400; }
h2 { font-size: 30px; font-weight: 400; }
.main {
	width: 85%;
    }
#porque .main2 {
	width: 80%;
	}
#logo {
    width: 100%;
    }
#logo img {
    width: 100%;
    height: auto;
    }
#top {
    padding: 25px 0px 0px 0px;
    }
    
#quienes {
    padding: 0px;
    }
#quienes .main {
    display: block;
    }
#quienes .slogan {
    float: left;
	width: 100%;
    display: block;
    padding: 30px 0px;
	}
#quienes .content {
    float: left;
	width:100%;
    padding: 25px;
     background-color: #ffffff;
	}
#cotizar {
    padding: 150px 0px;
    }

#porque,
#consultas,
#testimonios,
#contacto {
    padding: 60px 0px;
    }

#porque .main,
#porque .main2 {
    flex-direction: column;
    align-items: center;
    }
#porque .columna {
    width: 100%;
    padding: 20px 0;
    }
#porque .columna img {
    width: 110px;
    height: auto;
    margin-bottom: 15px;
    }


.btn-whatsapp,
.btn-catalogo,
.enviar {
    font-size: 16px;
    }
.btn-whatsapp {
    padding: 15px 20px;
    }
.btn-whatsapp .icono-wapp {
    width: 25px;
    }
.btn-catalogo {
    padding: 15px 80px;
    }
.btn-catalogo .icono-pdf {
    width: 20px;
    }
.btn-informacion {
    font-size: 18px;
    }
.btn-informacion .icono-wapp {
    width: 18px;
    height: auto;
    }
    
#productos .columna {
    width:100%;
    margin: 0;
    padding: 0px 0px 30px 0px;
    }
#productos .recuadro {
    font-size: 16px;
    line-height: 1.5;
    }
#productos .recuadro {
    font-size: 15px;
    }
#productos .recuadro .foto .linea {
    bottom: 15px;
    }
#productos .linea .nombre {
    font-size: 18px;
    }
#productos .linea .num {
    display: none;
    }
#productos .recuadro .bot-vermas {
    font-size: 18px;
    }
#productos .recuadro-txt {
    padding: 25px;
    font-size: 15px;
    }
#productos .recuadro-txt {
    padding: 25px;
    font-size: 15px;
    }
.bot-abrir {
    width:30px;
    height: 30px;
    }

#catalogo {
    padding: 100px 0px;
    background-size: 150% auto;
    }
    
.contenedor-testimonios {
    flex-direction: column;
    }
.testimonio {
    border-left: none;
    border-bottom: 1px solid #00bed6;
    min-width: 100%;
    padding: 30px 0px;
    }
.testimonio-borde {
    border-right: none;
    }

#consultas h2 {
    margin-bottom: 30px;
    }
#consultas .columna1,
#consultas .columna2 {
	width: 100%;
    float: left;
    }
#consultas .columna1 {
    padding-bottom: 20px;
    }

#contacto .columna1 {
    width: 100%;
    padding-bottom: 50px;
    }
#contacto .columna2,
#contacto .columna1 .bloque1,
#contacto .columna1 .bloque2 {
    width: 100%;
    }
    
input, textarea, select, label, option {
    font-size: 16px;
    font-weight: 400;
    }
footer {
    padding: 20px 0px;
    font-size: 12px;
    letter-spacing: 1px;
    }
#whatsapp {
	right:15px;
	bottom:15px;
	}
#whatsapp img {
    width: 55px;
    height: 55px;
	}
    
}

