/*
Template Name: Pacifico
Author URI: 
Author Name: Epic Themes
Version: 1.0
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. FOOTER
04. HOME
05. ABOUT
06. TEAM
07. SERVICES/FEATURES
08. PRICING
09. BLOG
10. CONTACT
11. OTHER ELEMENTS
		a. Newsletter
		b. Buttons
		c. Gallery Images Animation
		d. Testimonials
		e. Accordion Tabs
		f. Partners
		g. Fun Facts
		h. PopUp Video
		i. Features List
12. MEDIA QUERIES

--- */
/* -- VARIABLES COLORES -- */
:root {

  --secondary-color: #985bef;
  /* Morado */
  --accent-color: #03ff40;
  /* Verde Billie Eilish */
  --gris-claro-color: #f8f8f8;
  --gris-claro-2-color: #f4f5f6;
  --gris-claro-3-color: #8d8d8d;
  --gris-claro-4-color: #6a6a6a;
  --gris-oscuro-color: #272834;
  --texto-color: #333333;
  --texto-gris-color: #7c8595;
  --white-color: #ffffff;
  --black-color: #000000;
  --pinterest-color: #e60023;
  --facebook-color: #4267b2;
  --x-bg-color: #ffffff;
  --x-color: #000000;
  --blanco: white;
  --blancoHover: #E7E7E7;
  --negro: black;
  --verde: #8CC038;
  --verdeHover: #6A912B;
  --verdeOsc: #467100;
  --verdeOscHover: #243a01;

}

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Lato", sans-serif;
}

p,
a {
  font-size: clamp(18px, 3vw, 20px) !important;
}

ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  color: var(--texto-gris-color);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

ul li,
ol li {
  font-size: 15px;
  line-height: 28px;
}

ul li i {
  vertical-align: middle;
  padding-right: 5px;
}

p {

  line-height: 24px;
  font-weight: 400;
  color: var(--texto-color);
  margin-bottom: 15px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  line-height: 120%;
  margin-bottom: 20px;
  font-weight: 800;
}

/* h1 {
  font-size: clamp(32px, 2vw, 56px) !important;
} */

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h2.section-title {
  font-size: 36px;
  line-height: 40px;
  color: var(--texto-color);
  margin-bottom: 15px;
}

h2.section-title.grey,
.section-dark p,
.section-dark .feature-box h4,
.section-dark .feature-box p {
  color: var(--gris-claro-color);
}

h2.section-title.white {
  color: var(--white-color);
}

p.section-subtitle {
  font-size: 16px;
}

p.section-subtitle.grey {
  color: var(--gris-claro-2-color);
}

p.section-subtitle.white {
  color: var(--white-color);
}

h3.medium-title {
  font-size: 32px;
  margin-top: 10px;
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

iframe {
  max-width: 100%;
  border: none;
}

.white-text {
  color: var(--white-color);
}

.blue {
  color: var(--primary-color);
}

.lyla {
  color: var(--primary-color);
}

.section-white {
  background: var(--white-color);
  padding: 70px 0;
}

.section-grey {
  background: var(--gris-claro-color);
  padding: 70px 0;
}

.section-white.no-padding,
.section-grey.no-padding {
  padding: 0;
}

.section-white.small-paddings,
.section-grey.small-paddings {
  padding: 30px 0;
}

.section-gradient {
  background: #008aff;
  background: -webkit-linear-gradient(135deg, #6b02ff 0%, #985bef 100%);
  background: -o-linear-gradient(bottom right, #6b02ff, #985bef);
  background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
  background: linear-gradient(to 135deg, #6b02ff 0%, #985bef 100%);
  padding: 70px 0;
}

.section-dark {
  background-color: var(--gris-oscuro-color);
  padding: 70px 0;
}

.width-100 {
  width: 100%;
}

.boton {
  padding: 16px 24px !important;
  border-radius: 16px;
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}


/* margin and padding classes */

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.margin-bottom-130 {
  margin-bottom: 120px !important;
}

.margin-bottom-140 {
  margin-bottom: 140px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-top-120 {
  padding-top: 120px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

/* BOTÓN WHATSAPP */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20c154;
}

.whatsapp-float svg {
  font-size: 32px;
}


/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */




.fixed-top.opaque .navbar-brand {
  color: var(--negro);
}

nav.navbar.navbar-expand-lg.navbar-default.fixed-top.opaque {
  border-color: var(--blanco) !important;
  box-shadow: 0px 16px 37.1px 0px rgba(0, 0, 0, 0.25);
}

.fixed-top.opaque #navbar-collapse-02 .current a {
  color: var(--secondary-color) !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
} */

.fixed-top {
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: none;
  transition: background-color 0.25s ease 0s;
}

.fixed-top.opaque {
  position: fixed !important;
  background-color: var(--white-color) !important;
  border-bottom: 1px solid var(--gris-claro-color);
  /* padding: 20px 0; */
  transition: all 0.25s ease-in-out 0s;
}

ul.navbar-nav {
  display: flex;
  gap: 24px;
}

ul.navbar-nav li.tlf svg {
  color: var(--blanco);
}

.fixed-top .navbar-nav>li>a,
.fixed-top .navbar-nav>li>a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fixed-top .navbar-nav>li>a span {
  color: var(--white-color) !important;
  font-size: 20px !important;
  line-height: 30px !important;
  /* padding: 10px 20px !important; */
  /* font-family: "Roboto", sans-serif; */
  font-weight: 600;
}


.fixed-top .navbar-nav>li>a.discover-btn {
  background: transparent;
  background-color: var(--blanco);
  color: var(--verde) !important;

}

.fixed-top.opaque .navbar-nav>li>a.discover-btn {
  color: var(--white-color) !important;
  background-color: var(--verde) !important;
}

.fixed-top .navbar-nav>li>a.discover-btn:hover {
  background-color: var(--blancoHover) !important;
}

.fixed-top.opaque .navbar-nav>li>a.discover-btn:hover {
  background-color: var(--verdeHover) !important;
}

.fixed-top.opaque #navbar-collapse-02 .current a.discover-btn {
  color: var(--verdeHover) !important;
}

nav.navbar.navbar-expand-lg.navbar-default.fixed-top {
  border-bottom: 1px solid var(--verde);
}



.logo-negro {
  display: none;
}

.fixed-top.opaque .logo-blanco {
  display: none;
}

.fixed-top.opaque .logo-negro,
body.pagina-legal .logo-negro {
  display: block !important;
}

body.pagina-legal .logo-blanco {
  display: none !important;
}

body.pagina-legal .icon-tlf-verde {
  display: block !important;
}

body.pagina-legal .icon-tlf-blanco {
  display: none !important;
}

body.pagina-legal .navbar-nav>li>a span {
  color: var(--verde) !important;
}




.fixed-top.opaque ul.navbar-nav li.tlf svg,
.fixed-top.opaque ul.navbar-nav li.tlf span {
  color: var(--verde) !important;
}

a.telefono-enlace {
  display: flex;
  gap: 8px;
}

.icon-tlf-verde {
  display: none;
}

.fixed-top.opaque .icon-tlf-verde {
  display: block !important;
}

.fixed-top.opaque .icon-tlf-blanco {
  display: none !important;
}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer {
  z-index: 900;
  background-color: var(--gris-oscuro-color);
  border-top: 1px solid var(--gris-claro-2-color);
  padding: 50px 0;
  font-weight: 300;
}

.footer p {
  font-size: 16px;
  color: var(--gris-claro-2-color);
}

.footer p a {
  font-size: 16px;
  color: var(--primary-color);
  text-decoration: underline;
}

/* Footer Social Icons */
ul.footer_social {
  width: 100%;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}

ul.footer_social li {
  display: inline-block;
  margin: 0;
  line-height: 100% !important;
}

ul.footer_social li a i,
ul.footer_social li a svg {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  font-size: 26px !important;
  line-height: 26px !important;
  color: var(--gris-claro-3-color);

  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

ul.footer_social li a i:hover,
ul.footer_social li a svg:hover {
  color: var(--secondary-color);
}

/* ========================================================== */
/* 			               HERO                         */
/* ========================================================== */

.home-section {
  background: url(../images/fondo-hero.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-top: 220px;
  padding-bottom: 165px;
  min-height: 90vh;
}

section#home_wrapper .container {
  position: relative;
}

.home-section-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-section h1 {
  font-size: 56px;
  color: var(--white-color);
  letter-spacing: 1px;
}

.home-section p {
  line-height: 28px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 30px;
  font-size: clamp(18px, 3vw, 24px) !important;
}


section#home_wrapper a.boton {
  background-color: var(--verde);
  color: var(--blanco);
}

section#home_wrapper a.boton:hover {
  background-color: var(--verdeOsc);
}

/* ========================================================== */
/* 			               BENEFICIOS                      */
/* ========================================================== */

section.beneficios {
  background-color: var(--negro);
  padding: 12px;
}

.about-box {
  padding: 16px 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}

.about-box i,
.about-box svg {
  color: var(--blanco);
  font-size: 45px;
}

.about-box p {
  color: var(--blanco);
  width: 250px;
  padding: 0 10px;
}

blockquote {
  font-size: 16px;
  color: var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
}

a.btn-download {
  color: var(--white-color);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  border-radius: 5px 5px;
  padding: 15px 25px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 60px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

a.btn-download i {
  font-size: 16px;
  margin-right: 10px;
}

a.btn-download:hover {
  color: var(--secondary-color);
  background: transparent;
  border: 2px solid var(--secondary-color);
}

ul.features-responsive {
  margin-bottom: 40px;
}

ul.features-responsive li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--gris-claro-3-color);
  display: block;
  margin-bottom: 10px;
}

ul.features-responsive li i {
  font-size: 18px;
  vertical-align: bottom;
  color: var(--secondary-color);
  margin-right: 10px;
}


/* SECCIONES KIT-DIGITAL, AEROTERMIA Y CARGADORES */

.verdeOsc {
  color: var(--verdeOsc);
}

span.pretitulo {
  font-size: clamp(18px, 3vw, 22px) !important;
  font-weight: 600;
}

section#kit-solar,
section#aerotermia,
section#cargadores {
  min-height: 70vh;
  padding: 80px 0;
}


section#kit-solar .col-md-6,
section#aerotermia .col-md-6,
section#cargadores .col-md-6 {
  display: flex;
  flex-flow: column;
  align-items: start;
}

section#kit-solar h2,
section#aerotermia h3,
section#cargadores h3 {
  font-size: clamp(32px, 3vw, 48px) !important;
  line-height: 120%;
  font-weight: 800;
}

section#kit-solar h2,
section#cargadores h3 {
  margin-bottom: 12px;
}

section#kit-solar p,
section#aerotermia p,
section#cargadores p {
  margin-bottom: 30px;
}

section#kit-solar ul,
section#aerotermia ul,
section#cargadores ul {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-bottom: 30px;
}

section#kit-solar ul li,
section#aerotermia ul li,
section#cargadores ul li {
  font-size: clamp(18px, 3vw, 22px) !important;
  font-weight: 600;
  color: var(--negro);
}

section#kit-solar ul li svg,
section#aerotermia ul li svg,
section#cargadores ul li svg {
  color: var(--verdeOsc);
  margin-right: 8px;
}

.img-section {
  height: 100%;
  margin-left: 50px;
}

.img-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 16px 37.1px 0px rgba(0, 0, 0, 0.25);
}

/* KIT SOLAR y CARGADORES */

section#kit-solar .boton,
section#cargadores .boton {
  color: var(--blanco);
  background-color: var(--verde);
}

section#kit-solar .boton:hover,
section#cargadores .boton:hover {
  background-color: var(--verdeOsc);
}


/* AEROTERMIA */

section#aerotermia {
  background: linear-gradient(rgba(0, 0, 0, 0.51),
      rgba(0, 0, 0, 0.51)),
    url('../images/aerotermia.jpg') no-repeat center;
  background-size: cover;
  background-position: center;
}

section#aerotermia .col-md-6 {
  margin-left: auto;
}

section#aerotermia * {
  color: var(--blanco) !important;
}

section#aerotermia hr {
  height: 6px;
  background-color: var(--verde);
  opacity: 1;
  width: 40%;
  border: none;
  margin-top: 0;
}

section#aerotermia h3 {
  margin: 0 !important;
}

.img-section {
  margin: 0 !important;
}



/* ========================================================== */
/* 			              VENTAJAS            
/* ========================================================== */

section.ventajas {
  min-height: 50vh;
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.70),
      rgba(0, 0, 0, 0.70)),
    url('../images/fondo-ventajas.jpg') no-repeat center;
  background-size: cover;
  background-position: center;
}

section.ventajas * {
  color: var(--blanco) !important;
}



section.ventajas h3 {
  font-size: clamp(32px, 3vw, 45px) !important;
  margin: 12px 0 50px 0;
}


.feature-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding: 16px;
}

.feature-box svg {
  font-size: 50px;
}


.feature-box p {
  font-weight: 600;
}



/* ========================================================== */
/* 						    CONTACTO                    */
/* ========================================================== */

section#contact {
  min-height: 80vh;
  padding: 100px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)),
    url('../images/fondo-contacto.png') no-repeat -400px center;
  background-size: 60% auto;
  ;
  /* o 100px auto si quieres un tamaño fijo */
  background-repeat: no-repeat;
}



section#contact h4 {
  font-size: clamp(32px, 3vw, 45px) !important;
}

section#contact p,
section#contact h4 {
  text-align: left;
}

section#contact h4 {
  margin-bottom: 12px;
}



section#contact .iconos-contacto {
  display: flex;
  flex-flow: column;
  gap: 24px;
}

section#contact .box-icono {
  display: flex;
  align-items: center;
  gap: 12px;
}

section#contact .box-icono svg {
  font-size: clamp(25px, 3vw, 40px) !important;
  color: var(--verdeOsc);
}


section#contact .contenido-icono {
  display: flex;
  flex-flow: column;
  align-items: start;
}

section#contact .contenido-icono span,
section#contact .contenido-icono a {
  font-size: clamp(18px, 3vw, 22px) !important;
  font-weight: 700;
  color: var(--verdeOsc) !important;
}

section#contact .contenido-icono a:hover {
  color: var(--verdeOscHover) !important;
}


#contact-form {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin-bottom: 10px;
}

input.contact-input {
  width: 100%;
  height: 45px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 10px;
  color: var(--negro);
  border: 1px solid var(--negro);
  background-color: transparent;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

textarea {
  height: 205px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--negro);
  border: 1px solid var(--gris-claro-4-color);
  background-color: transparent;
  font-size: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}


input.contact-submit {
  color: var(--blanco);
  background-color: var(--verde);
  border: none;
  margin-top: 10px;
  font-size: 20px;
}

input.contact-submit:hover {
  background-color: var(--verdeOsc);

}

.contact-input::placeholder,
.contact-commnent::placeholder {
  font-size: clamp(16px, 3vw, 18px) !important;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--gris-claro-3-color);
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--gris-claro-3-color);
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--gris-claro-3-color);
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--gris-claro-3-color);
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
  border-color: var(--verdeHover);
  outline: none;
}

p.contact_success_box {
  display: inline-block;
  color: var(--white-color);
  font-size: 20px;
  font-style: italic;
  padding: 20px 20px;
  border: 1px solid var(--white-color);
  webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

label.checkbox,
label.checkbox a {
  font-size: clamp(14px, 3vw, 16px) !important;
}

label.checkbox a {
  color: var(--negro) !important;
  text-decoration: underline;
  font-weight: 700;
}

#contact-form .row-submit {
  display: flex;
}

p.contact_success_box {
  color: var(--negro) !important;
}

/* PÁGINAS TEXTOS LEGALES */

body.pagina-legal section a{
	color: #467100 !important;
}

body.pagina-legal section a:hover{
	color: #243a01 !important;
}
body.pagina-legal .fixed-top a.discover-btn {
  background-color: var(--verde) !important;
  color: var(--blanco) !important;

}


body.pagina-legal section.container {
  padding: 60px 16px;
}

body.pagina-legal h1 {
  font-size: clamp(28px, 3vw, 45px) !important;
  margin-top: 24px;
}


body.pagina-legal h2,
body.pagina-legal h3,
body.pagina-legal h5 {
  font-size: clamp(24px, 3vw, 32px) !important;
  margin-top: 24px;
}

body.pagina-legal p,
body.pagina-legal li {
  font-size: clamp(16px, 3vw, 18px) !important;
  color: var(--negro);
}

/* ========================================================== */
/* 			               11. OTHER ELEMENTS                 */
/* ========================================================== */

.extra-image {
  position: relative;
  margin-top: 30px;
  margin-bottom: -200px;
  z-index: 200;
}

/* -----  a) Newsletter ----- */

.newsletter_form_wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.newsletter_form_box {
  margin: 0 auto;
  max-width: 730px;
}

#newsletter-form #email_newsletter {
  width: 100%;
  max-width: 500px;
  height: 65px;
  padding: 0 20px;
  border: 2px solid var(--primary-color);
  background-color: var(--white-color);
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: var(--gris-claro-4-color);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

#newsletter-form #submit-button-newsletter {
  width: 165px;
  height: 65px;
  background: var(--primary-color);
  background: -webkit-linear-gradient(135deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%);
  background: -o-linear-gradient(bottom right,
      var(--primary-color),
      var(--secondary-color));
  background: -moz-linear-gradient(bottom right,
      var(--primary-color),
      var(--secondary-color));
  background: linear-gradient(135deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%);
  border: none;
  color: var(--white-color);
  display: inline;
  margin: 0 0 0 -5px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
  color: var(--gris-oscuro-color);
  background-color: var(--white-color);
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}

input#email_newsletter::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--gris-claro-4-color);
}

input#email_newsletter:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--gris-claro-4-color);
}

input#email_newsletter::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--gris-claro-4-color);
}

input#email_newsletter:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--gris-claro-4-color);
}

.newsletter_success_box {
  font-size: 18px;
  font-style: italic;
  color: var(--white-color);
  margin: 5px 0;
}

/* b) Buttons */

.btn-blue {
  color: var(--white-color) !important;
  background: var(--primary-color);
  background: -webkit-linear-gradient(135deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%);
  background: -o-linear-gradient(bottom right,
      var(--primary-color),
      var(--secondary-color));
  background: -moz-linear-gradient(bottom right,
      var(--primary-color),
      var(--secondary-color));
  background: linear-gradient(135deg,
      var(--primary-color) 0%,
      var(--secondary-color) 100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 6px 6px;
  margin: 10px 0;
  padding: 16px 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.btn-blue.small {
  padding: 14px 26px;
}

.btn-blue:hover {
  color: var(--white-color);
  background: var(--primary-color);
  background: -webkit-linear-gradient(135deg,
      var(--secondary-color) 0%,
      var(--primary-color) 100%);
  background: -o-linear-gradient(bottom right,
      var(--secondary-color),
      var(--primary-color));
  background: -moz-linear-gradient(bottom right,
      var(--secondary-color),
      var(--primary-color));
  background: linear-gradient(135deg,
      var(--secondary-color) 0%,
      var(--primary-color) 100%);
}

.btn-white {
  color: var(--primary-color);
  background-color: var(--white-color);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 5px 5px;
  margin: 10px 10px;
  padding: 16px 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover {
  color: var(--white-color);
  background: var(--primary-color);
  background: -webkit-linear-gradient(135deg,
      var(--secondary-color) 0%,
      var(--primary-color) 100%);
  background: -o-linear-gradient(bottom right,
      var(--secondary-color),
      var(--primary-color));
  background: -moz-linear-gradient(bottom right,
      var(--secondary-color),
      var(--primary-color));
  background: linear-gradient(135deg,
      var(--secondary-color) 0%,
      var(--primary-color) 100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border {
  color: var(--white-color);
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border: 1px solid var(--white-color);
  border-radius: 5px 5px;
  margin: 10px 10px;
  padding: 15px 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
  color: var(--primary-color);
  background: var(--white-color);
  border: 1px solid var(--white-color);
}

.btn-white i,
.btn-white-border i {
  font-size: 22px;
  line-height: 22px;
  margin-right: 10px;
  vertical-align: text-top;
}

/* -----  c) Gallery Images Animations ----- */

.popup-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}

.popup-gallery {
  display: inline-block;
  position: relative;
}

.first-gallery {
  margin-bottom: 15px;
}

.popup-gallery img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
}

.popup-gallery:hover img {
  opacity: 0.25;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
  background-color: var(--black-color);
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 2;
  height: 100% !important;
  top: 0%;
  margin-top: 0px;
  left: 0%;
  right: 0%;
  font-size: 22px;
  color: var(--white-color);
  text-align: center;
  font-weight: 300;
  opacity: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper,
.popup-gallery-rounded a span.eye-wrapper2 {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon,
.popup-gallery a span.eye-wrapper2 i.eye-icon {
  position: absolute;
  display: inline-block;
  font-size: 38px;
  z-index: 3;
  top: 50% !important;
  margin-top: -19px !important;
  left: 0%;
  right: 0%;
}

.popup-gallery a:hover span {
  opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.gallery-show {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  border: 8px solid rgba(255, 255, 255, 0.8);
  margin: 20px 10px 40px 10px;
}

.gallery-item-wrapper {
  float: left;
  width: 100%;
}

/* d) Testimonials */
.testim-inner {
  text-align: center;
}

.testim-inner img {
  max-width: 130px;
  border: 1px solid var(--white-color);
  border-radius: 50% 50%;
  padding: 6px 6px;
  background-color: var(--gris-claro-2-color);
  display: inline-block !important;
}

.testim-inner h6 {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: var(--texto-color);
  font-weight: 700;
}

.testim-inner span.job-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--gris-claro-4-color);
}

.testim-inner p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  font-style: italic;
  color: var(--gris-oscuro-color);
  margin-top: 20px;
}

.testim-inner i,
.testim-inner svg {
  font-size: 70px;
  color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 40px;
}

/* e) Accordion Tabs */

.panel-wrapper {
  margin-bottom: 25px;
}

.panel-icon {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--gris-oscuro-color);
  font-family: "Roboto", sans-serif;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: var(--gris-claro-4-color);
}

.panel-group {
  margin: 10px 0;
}

.panel-group .panel {
  margin-bottom: 0;
  background: transparent;
}

.panel-body {
  padding: 20px 10px 10px 10px;
}

.panel-heading {
  padding: 8px 10px 16px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-default {
  border-color: transparent;
}

.panel-default>.panel-heading {
  color: var(--gris-claro-3-color);
  background-color: transparent;
  border: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 3px solid var(--secondary-color);
}

/* f) Partners */

.section-grey.sponsors-padding {
  padding: 25px 0 25px 0;
}

.sponsors {
  text-align: center;
}

.sponsors img.sponsor {
  opacity: 0.4;
  margin: 10px 25px;
  max-height: 28px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sponsors img.sponsor:hover {
  opacity: 0.8;
}

.partners-title {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  margin-right: 30px;
  color: var(--texto-color);
}

/* ----- g) Fun Facts ----- */

.fun-facts-box {
  display: inline-block;
  width: 19%;
  padding: 10px;
}

.fun-facts-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--texto-color);
  font-style: italic;
}

.fun-facts-title span {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-style: normal;
  color: var(--gris-oscuro-color);
}

.fun-facts-box i,
.fun-facts-box svg {
  font-size: 45px;
  line-height: 54px;
  color: var(--primary-color);
}

.fun-facts-box svg * {
  fill: url(#rg);
}

/* h) PopUp Video */

.youtube-video-wrapper {
  background: url(../images/image-section.jpg) top center no-repeat;
  background-size: initial;
  padding: 160px 0;
  position: relative;
  text-align: center;
}

.youtube-video-icon {
  width: 100px;
  height: 100px;
  border: 2px solid var(--white-color);
  border-radius: 50% 50%;
  display: inline-block;
  background: var(--white-color);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube-video-icon:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.youtube-video-icon:hover i,
.youtube-video-icon:hover svg {
  color: var(--white-color);
}

.youtube-video-icon i,
.youtube-video-icon svg {
  font-size: 60px;
  line-height: 100px;
  color: var(--primary-color);
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/* i) Features List */

.no-padding-bottom {
  padding-bottom: 0;
}

ul.features-list-hero {
  display: inline-block;
  margin-bottom: 25px;
}

ul.features-list-hero li {
  float: left;
  margin: 8px 0;
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
}

ul.features-list-hero li i {
  float: left;
  padding-right: 20px;
  color: var(--white-color);
  font-size: 42px;
  line-height: 46px;
  vertical-align: text-top;
}


/* PRE-SECTION */
.pre-section {
  width: 100%;
  height: 90px;
  background: var(--primary-color);
  display: block;
  margin-bottom: 50px;
}

/* FOOTER */

.footer {
  background-color: var(--negro);
}

ul.textos_legales {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 20px;
}

ul.textos_legales a {
  font-size: 16px !important;
  font-weight: 400;
  color: var(--blanco);
}

ul.textos_legales a:hover {
  text-decoration: underline;
}

ul.footer_social {
  margin: none;
  display: flex;
  align-items: end;
  justify-content: end;
}

.col-md-6.second-col-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}

.firma-idento {
  background: url(../images/logo-idento.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 53px;
  margin: 0;
  transition: width 0.3s;
  margin-top: 0;
}

.firma-idento:hover {
  width: 53px;
}



/* ========================================================== */
/* 			             12. MEDIA QUERIES                    */
/* ========================================================== */

@media (max-width: 1300px) and (min-width: 991px) {

  .home-section,
  section#kit-solar,
  section#aerotermia,
  section#cargadores,
  section.ventajas,
  section#contact {
    min-height: 0 !important;
  }

}

@media (max-width: 991px) {

  ul.navbar-nav {
    display: flex;
    flex-flow: row;
    gap: 24px;
  }

  .hero-picture {
    margin-bottom: 0;
  }

  .navbar-fixed-top.opaque {
    padding: 10px 0 10px 0;

  }

  .navbar-default .navbar-toggle {
    border-color: var(--gris-claro-3-color) !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--gris-claro-3-color) !important;
  }

  .about-box p {
    width: auto;
  }
}

@media (max-width: 767px) {


  /* Botones */
  .boton {
    text-align: center;
  }

  /* HEADER */


  .logo-negro img,
  .logo-blanco img {
    height: auto;
  }

  .logo-negro,
  .logo-blanco {
    width: 100px;
  }

  header a.discover-btn.boton {
    font-size: 14px !important;
    padding: 16px !important;
  }

  .navbar-toggler {
    display: none !important;
  }

  a#logo img {
    width: 120px;
  }

  ul.navbar-nav {
    flex-flow: row;
    align-items: center;
    gap: 12px;
  }

  ul.navbar-nav li.tlf svg {
    font-size: 25px;
  }

  ul.navbar-nav li.tlf span {
    display: none;
  }

  .icon-tlf-verde {
    display: block !important;
  }

  .icon-tlf-blanco {
    display: none !important;
  }

  /* HERO */



  .home-section h1 {
    font-size: 32px;
  }

  .home-section .row {
    height: 100%;
  }

  .home-section .col-md-6 {
    display: flex;
    flex-flow: column;
    justify-content: end;

  }

  .home-section {
    padding-bottom: 50px;
  }


  .home-section h1 {
    margin-bottom: 30px;
  }

  .home-title span {
    font-size: 24px;
    line-height: 30px;
  }

  .home-title p {
    margin-bottom: 30px !important;
  }

  /* BENEFICIOS */
  section#about {
    padding: 12px 50px;
  }

  section#about .row {
    display: flex;
    gap: 12px;
  }

  /* SECTIONS PRODUCTOS */

  section#kit-solar,
  section#cargadores,
  section#aerotermia {
    padding: 60px 24px;
  }

  section#kit-solar .col-md-6,
  section#cargadores .col-md-6,
  section#aerotermia .col-md-6 {
    padding: 0;
  }


  section#kit-solar .row,
  section#cargadores .row,
  section#aerotermia .row {
    display: flex;
    gap: 60px;
  }

  section#kit-solar .boton,
  section#cargadores .boton,
  section#aerotermia .boton {
    display: block;
    width: 100%;
  }

  .img-section {
    margin: 0;
  }

  span.pretitulo {
    margin-bottom: 12px;
  }

  .img-section {
    height: 400px;
  }

  /* VENTAJAS */
  section.ventajas {
    padding: 100px 16px;
  }

  section.ventajas h3 {
    margin-bottom: 30px;
  }


  /* CONTACTO */

  section#contact {
    padding: 60px 24px;
  }

  section#contact .row .col-md-6 {
    padding: 0;
  }


  section#contact p.section-subtitle,
  section#contact .iconos-contacto {
    margin-bottom: 40px;
  }

  section#contact input.contact-submit {
    width: 100%;
  }

  section#contact label.checkbox {
    margin-bottom: 24px;
  }



  /* FOOTER */

  ul.footer_social {
    justify-content: center;
  }

  ul.textos_legales {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  ul.textos_legales a {
    font-size: 14px;
  }

  .col-md-6.second-col-footer {
    flex-flow: column;
    justify-content: center;
  }

  .iconos-contacto .box-icono img {
    width: 30px;
    height: 30px;
  }


}

@media (max-width: 375px) {
  .navbar-toggle {
    margin-bottom: 0;
    border: 1px solid var(--gris-claro-3-color) !important;
  }

  .navbar-default .navbar-toggle {
    border-color: var(--gris-claro-3-color) !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--gris-claro-3-color) !important;
  }

  .owl-carousel .owl-item img {
    width: 80% !important;
    margin: 0 10%;
  }

  .fun-facts-box {
    width: 48% !important;
  }

  #newsletter-form #email_newsletter {
    -moz-border-radius: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
  }

  #newsletter-form #submit-button-newsletter {
    display: inline-block;
    margin-top: 10px !important;
    -moz-border-radius: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px !important;
    border-radius: 5px 5px 5px 5px !important;
  }

  .extra-image {
    margin-bottom: -140px !important;
  }

  /* textos legales */

  body.pagina-legal section.container {
    padding: 0px 16px;
  }

}

@media (max-width: 320px) {
  .newsletter-input {
    width: 60%;
  }

  .btn-newsletter {
    width: 38%;
    margin-top: 12px;
  }
}