/*/// FUENTE ///*/

@font-face {
    font-family: "AvenirLTStd";
    font-weight: 300;
    src: url("../font/AvenirLTStd-Book.otf") format("opentype");
}

@font-face {
    font-family: "AvenirLTStd";
    font-weight: 700;
    src: url("../font/AvenirLTStd-Heavy.otf") format("opentype");
}

/*/// GENERAL ///*/

:root {
	--naranja: #f0780e;
	--gris-o: #4a4a4a;
	--gris-c: #8e8e8e;
	--amarillo: #f5a82c;
	--rojo: #cd290f;
    --verde: #1ca94e;
    --negro: #000;
    --negro-alt: #0e0e0e;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
	font-size: 10px;
}

body {
    background: #fff;
	color: var(--gris-o);
	font-family: 'AvenirLTStd', Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 1.3em;
	font-weight: 300;
	overflow: hidden;
}

h1, h2, h3 {
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    max-width: 700px;
    margin-inline: auto;
}

strong, .txt-bold {
    font-weight: 700;
}

a {
    color: var(--gris-o);
	text-decoration: none !important;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

a:hover {
    color: var(--naranja);
}

div p:last-child {
    margin-bottom: 0;
}

section, footer {
    padding: clamp(5rem, 7vw, 10rem) 0;
}

.mt40 {
    margin-top: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.sub {
    max-width: 1000px;
    margin-inline: auto;
}

.txt-bla {
    color: #fff;
}

.txt-nar {
    color: var(--naranja);
}

.bg-gris-o {
    background: var(--gris-o);
}

.bg-gris-c {
    background: var(--gris-c);
}

.boton {
    background: var(--naranja);
    border: none;
	box-shadow: none;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1em;
    text-transform: uppercase;
	display: inline-block;
	padding: 15px 20px 13px;
    text-align: center;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.boton:hover {
    background: var(--gris-o);
    color: #fff;
}

@media (min-width: 1400px) {
    
    .container {
        max-width: 1140px;
    }
    
}

@media (max-width: 980px) {
    
    body {
        font-size: 1.6rem;
    }
    
    h1, h2, h3 {
        font-size: 3rem;
    }
    
}

@media (min-width: 768px) {
    
    .hide-desktop {
        display: none !important;
    }

}

@media (max-width: 767px) {
    
    h1, h2 {
        font-size: 2.5rem;
    }

	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.hide-mobile {
	    display: none !important;
	}

}

/* Sliders */

.slick-slider {
    padding: 0 100px 60px;
}

.slick-slide {
    height: auto !important;
}

.slick-prev, .slick-next {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 5rem;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 0.7;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    width: calc(100% - 200px);
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    background: #fff;
    border: none;
    border-radius: 100%;
    font-size: 0;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    margin: 0 10px;
}

.slick-dots li.slick-active button {
    width: 25px;
    height: 25px;
    opacity: 0.7;
}

@media (max-width: 1200px) {
    
    .slick-slider {
        padding: 0 0 60px;
    }
    
    .slick-dots {
        width: 100%;
    }
        
}

@media (max-width: 767px) {
    
    .slick-prev, .slick-next {
        font-size: 3rem;
    }
    
    .slick-prev {
        left: -20px;
    }
    
    .slick-next {
        right: -20px;
    }
    
    .slick-dots li button {
        width: 15px;
        height: 15px;
    }

    .slick-dots li.slick-active button {
        width: 20px;
        height: 20px;
    }
        
}

/*/// INICIO ///*/

#inicio {
    background: var(--naranja);
    padding: 0;
}

/*/// PRODUCTOS ///*/

#productos .slick-slide {
    padding: 0 clamp(2rem, 7vw, 5rem);
    height: auto;
}

#productos .slick-prev, #productos .slick-next {
    top: calc(50% - 100px);
}

#productos .slick-slide img {
    width: 100%;
    margin-bottom: 40px;
}

/*/// BENEFICIOS ///*/

#beneficios img {
    width: 100px;
    height: auto;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    
    #beneficios .item.first {
        margin-bottom: 30px;
    }
    
}

@media (max-width: 767px) {
    
    #beneficios .item:not(.last) {
        margin-bottom: 30px;
    }
    
}

/*/// CARACTERÍSTICAS ///*/

#caracteristicas .imagen {
    position: relative;
}

#caracteristicas h3 {
    font-size: 3rem;
}

#caracteristicas img {
    display: block;
    width: 90%;
    position: absolute;
    top: -50px;
    left: 0;
}

@media (max-width: 1200px) {
    
    #caracteristicas img {
        top: 0;
    }
    
}

@media (max-width: 992px) {
    
    #caracteristicas img {
        position: relative;
        max-width: 400px;
        margin-inline: auto;
        margin-bottom: 40px;
    }
    
    #caracteristicas .slick-slide {
        text-align: center;
        padding-right: 30px;
        padding-left: 30px;
        
    }

    #caracteristicas h3 {
        font-size: 2.5rem;
    }
    
}

/*/// DESCARGAS ///*/

#descargas .icono-wifi {
    display: inline-block;
    align-items: center;
    height: 50px;
    width: auto;
}

#descargas .icono-txt {
    display: inline-block;
    align-items: center;
    margin: 0 30px;
}

#descargas .app {
    display: inline-block;
    align-items: center;
    margin-right: 20px;
}

#descargas .app img {
    display: block;
    height: 60px;
    width: auto;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

#descargas .app:hover img {
    transform: scale(1.05);
}

@media (min-width: 1401px) {
    
    #descargas {
        padding-top: 150px;
    }
    
}

@media (max-width: 1400px) and (min-width: 1201px) {
    
    #descargas {
        padding-top: 12vw;
    }
    
}

@media (max-width: 1200px) and (min-width: 993px) {
    
    #descargas {
        padding-top: 11vw;
    }
    
}

@media (max-width: 992px) {
    
    #descargas {
        text-align: center;
    }
    
    #descargas .manuales {
        margin-bottom: 40px;
    }
    
    #descargas .app {
        display: block;
        margin: 0;
    }
    
    #descargas .app:last-child {
        margin-top: 20px;
    }
    
    #descargas .app img {
        margin-inline: auto;
    }
    
}

/*/// CONTACTO ///*/

#contact-form {
    margin: 40px 0 0;
    text-align: left;
}

#contacto label {
    font-size: 1.6rem;
}

#contacto .form-control {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1em;
    height: auto;
    padding: 10px 15px;
    margin: 0 0 30px;
}

#contacto textarea.form-control {
    height: 150px;
}

#contacto .radio {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    margin: 30px 0 0;
}

#contacto .radio input {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0 10px 0 0;
}

#contacto .radio input:checked {
    background: #fff;
}

#contacto .radio label {
    display: inline-block;
    vertical-align: middle;
}

#contacto .radio input:hover,
#contacto .radio label:hover {
    cursor: pointer;
}

#contacto .enviar {
    margin-top: 25px;
}

#contacto .form-group {
    position: relative;
}

#contacto .help-block.with-errors {
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -23px;
}

#contacto .help-block.with-errors ul {
    background: var(--rojo);
    padding: 0 8px;
    margin: 0;
}

@media (min-width: 768px) {
    
    #contacto .left {
        padding-right: 15px;
    }
    
    #contacto .right {
        padding-left: 15px;
    }
    
}

@media (max-width: 767px) {
    
    #contacto .radio {
        margin: 0 0 10px;
    }
    
}

@media (max-width: 500px) {
    
    #contacto .radio {
        text-align: center;
    }
    
    #contacto .radio input {
        display: block;
        margin: 0 auto 10px;
    }
    
    #contacto .enviar .boton {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    
}

/*/// CENTRADO ///*/

.logo.fixed {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.logo.fixed img {
    height: auto;
	width: 200px;
}

.centrado {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.centrado img {
	margin: 0 0 50px;
	height: auto;
	width: 100%;
	max-width: 200px;
}

.centrado h1 {
	font-size: 3.5rem;
	margin: 0 auto 30px;
}

.centrado h1 span {
    display: inline-block;
    vertical-align: middle;
}

.centrado .sub {
    font-size: 2rem;
    margin: 0 auto 55px;
}

.mensaje i {
    border: 5px solid #ddd;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0 20px 0 0;
}

.exito i {
    border-color: var(--verde);
    color: var(--verde);
}

.error i {
    border-color: var(--rojo);
    color: var(--rojo);
}

.boton.out {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
}

@media (max-width: 767px) {
    
    .centrado h1 {
        font-size: 2.5em;
    }
    
    .centrado .sub {
        font-size: 1.8rem;
        margin: 0;
    }
    
}

@media (max-width: 767px) and (min-width: 501px) {
    
    .mensaje i {
        border-width: 3px;
        font-size: 16px;
        width: 30px;
        line-height: 24px;
    }
    
}

@media (max-width: 500px) {
    
    .mensaje i {
        display: block;
        margin: 0 auto 20px;
    }
    
}

/*/// FOOTER ///*/

#footer {
    color: rgba(255,255,255,0.6);
    font-size: 1.4rem;
}

#footer h4 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin-bottom: 25px;
    position: relative;
}

#footer h4::before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    opacity: 0.8;
}

#footer a {
    color: rgba(255,255,255,0.6);
}

#footer a:hover {
    color: #fff;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul i {
    padding-right: 10px;
}

#footer .col1 img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 200px;
    margin: 0 0 20px;
}

#footer .col1 a:not(.logo) {
    font-size: 1.8rem;
    margin-right: 10px;
}

@media (min-width: 993px) {

    #footer .col1 {
        width: 25%;
    }
    
    #footer .col2 {
        width: 35%;
    }
    
    #footer .col3 {
        width: 20%;
    }
    
    #footer .col4 {
        width: 20%;
    }
    
}

@media (max-width: 992px) {
    
    #footer .col1, #footer .col2 {
        margin-bottom: 30px;
    }
    
}

@media (max-width: 767px) {
    
    #footer {
        text-align: center;
    }
    
    #footer .col1 img {
        margin-inline: auto;
    }
    
    #footer .col3 {
        margin-bottom: 30px;
    }
    
}

/*/// ANIMACIONES ///*/

@keyframes scroll {
    0% {
        opacity: 1;
    }
      
    100% {
        opacity: 0;
        transform: translateY(25px);
    }
}

@keyframes pulse-wapp {
	0% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}

	100% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}