/*
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 {
  --primary-color: #D7662D;
  /* Púrpura */
  --black-color: #1C1C1C;
  /* 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;
}

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */
* {
  font-family: 'Lato', sans-serif;
}

ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
  margin-bottom: 20px;
}

ul li,
ol li {

  line-height: 28px;
}

ul li i {
  vertical-align: middle;
  padding-right: 5px;
}

p {

  line-height: 24px;
  font-weight: 400;

}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--texto-color);
}

/* h1 {
  font-size: 42px;
}

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%;
}

/* 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;
}

/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */

.navbar-brand {
  width: 220px;
}

.navbar-brand img {
  height: 100%;
  width: 100%;
}



.fixed-top #navbar-collapse-02 .current a {
  color: var(--primary-color);
  -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.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(--black-color) !important;
  padding: 16px 0;
  transition: all 0.25s ease-in-out 0s;
}

.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.discover-btn {
  background: white;
  border-radius: 16px;
  padding: 16px 24px !important;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  ;

}



.fixed-top .navbar-nav>li>a.discover-btn:hover {
  background-color: var(--primary-color);
  color: white;

}



/* .fixed-top.opaque #navbar-collapse-02 .current a.discover-btn {
  color: var(--white-color) !important;
} */

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer {
  z-index: 900;
  background-color: var(--primary-color);
  color: white;
  ;
  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;
}

.col-md-6.first-row-footer {
  display: flex;
  align-items: center;

}

ul.textos_legales {
  display: flex;
  align-items: start;
  gap: 16px;
  margin: 0;
}

ul.textos_legales li a {
  font-size: 14px;
  color: white;
}

ul.textos_legales li :hover {
  color: var(--black-color);
}

.logo-footer.col-md-3 {
  display: flex;
  justify-content: start;
}

.logo-footer.col-md-3 img {
  width: 220px;
}

.logo-idento.col-md-3 {
  display: flex;
  justify-content: end;
}

/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */

.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;
}

section#home_wrapper .container {
  position: relative;
}

.home-section-overlay {
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%),
    rgba(52, 52, 52, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.uppercase {
  text-transform: uppercase;
}

.home-section .col-md-7 {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
}

.home-section h1 {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.2;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.home-section h1 span {
  font-weight: 500;
}

.home-section p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 30px;
}

p.pretitulo {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}


.home-section a {
  padding: 16px 24px;
  background: var(--primary-color);
  color: white;
  border-radius: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  width: fit-content;

}

.home-section a:hover {
  background-color: var(--black-color);

}



/* ========================================================== */
/* 			               05. ABOUT                          */
/* ========================================================== */
section#about {
  padding: 24px 0;
  background-color: var(--black-color);
}

section#about .col-md-3 {
  padding: 0 16px;
}

/* Primer hijo de section#about con la clase .col-md-3 */
section#about .col-md-3:first-child {
  padding-left: 0;
}

section#about .col-md-3:last-child {
  padding-right: 0;
}


section#about .about-box {
  border: 2px dashed var(--primary-color);
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  ;
}

section#about .about-box p {
  font-size: 20px;
  margin: 0;
  color: white;
  font-weight: 400;
  line-height: 1.3;
}

/* img texto */

section.img-texto {
  padding: 80px 0;
}

section.img-texto span.pretitulo.uppercase {
  color: #343434;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 20px;
}

section.img-texto h2 {
  font-size: clamp(32px, 5vw, 48px);
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;

}

section.img-texto p {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 30px;
}

section.img-texto a.btn {
  background-color: var(--primary-color);
  padding: 16px 24px;
  color: white;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  width: fit-content;
}

section.img-texto a.btn:hover {
  background-color: var(--black-color);
}

section.img-texto .texto {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
}

section.img-texto .img-section {
  box-shadow: 0 16px 37.1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  ;
}

section.img-texto .img-section img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* img texto fondo */

section.img-texto.fondo .col-md-6 {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
}

section.img-texto.fondo {
  background: linear-gradient(90deg, #D7662D -10.6%, #B31B00 112.09%);
  padding: 0;
}

section.img-texto.fondo .row {
  justify-content: end;
}

section.img-texto.fondo span.pretitulo.uppercase {
  color: white;
	margin-bottom: 12px;

}

section.img-texto.fondo h3 {
  font-size: clamp(32px, 5vw, 48px);
  color: white;
  margin-bottom: 30px;
  font-weight: 700;
}

section.img-texto.fondo h3::after {
  content: '';
  display: block;
  width: 260px;
  height: 6px;
  background-color: white;

}

section.img-texto.fondo li {
  font-size: 22px;
  color: white;
  font-weight: 700;
  margin-bottom: 24px;
}

section.img-texto.fondo li svg {
  color: white;
	margin-right: 8px;
}

section.img-texto.fondo a.btn {
  background-color: white;
  color: var(--black-color);

}

section.img-texto.fondo a.btn:hover {
  background-color: var(--primary-color);
  color: white;

}

section.img-texto.fondo .col-md-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.img-texto.fondo .col-md-6.img-absolute {
  position: relative;
}

section.img-texto.fondo .col-md-6.img-absolute img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}



/* ========================================================== */
/* 			               07. SERVICES/FEATURES              */
/* ========================================================== */

section.services {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.services .condiciones .pretitulo {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 12px;
}

section.services .condiciones h2 {
  font-size: clamp(32px, 5vw, 40px);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.2;
}

section.services .condiciones h2::after {
  content: '';
  display: block;
  width: 230px;
  height: 6px;
  background-color: var(--primary-color);
}

section.services .condiciones p {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 40px;
}

section.services .condiciones a.btn {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  padding: 16px 26px;
  color: var(--primary-color);
  border-radius: 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

section.services .condiciones a.btn:hover {
  background-color: rgba(255, 186, 151, 0.2);


}

section.services .col-md-7 {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.services .col-md-7 .col-md-6 {
  padding: 15px;
}
.col-md-5.condiciones{
padding-left:50px;}

.feature-box {
  padding: 16px;
  display: flex;
  ;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  box-shadow: 0 4px 40.2px 0 rgba(0, 0, 0, 0.10);
}


.feature-box p {
  color: var(--texto-color);
  font-size: 20px;
  line-height: 1.3;
  ;
}

/* ========================================================== */
/* 						    10. CONTACT                       */
/* ========================================================== */

section#contact {

  background-color: var(--black-color);
}

section#contact .col-md-6 {
  padding-top: 100px;
  padding-bottom: 80px;
}

section#contact .col-md-6.texto {
  position: relative;
  overflow: hidden;
	padding-right:50px;
}

section#contact .col-md-6.texto::after {
  content: '';
  width: 300px;
  height: 350px;
  background-color: var(--black-color);
  background-image: url('../images/fondo-contacto.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -15%;
}


section#contact h4 {
  color: white;
  font-size: clamp(32px, 5vw, 45px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

section#contact p.section-subtitle {
  font-size: 20px;
  color: white;
  line-height: 1.3;
  margin-bottom: 40px;
}

section#contact .box-icono {
  display: flex;
  align-items: center;
  gap: 12px;
}

section#contact .box-icono .contenido-icono {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
}

section#contact .box-icono .contenido-icono small {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: white;
}

section#contact .box-icono .contenido-icono a {
  font-size: 18px;
  color: white;
}

section#contact .box-icono .contenido-icono a:hover {
  color: var(--primary-color);
}


#contact-form {
  padding: 24px;
  background: white;
  border-radius: 24px;
  box-shadow: 5px 9px 87.2px 0 #FF5600;


}

input.contact-input,
select.contact-input {
  width: 100%;
  height: 55px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 16px;
  color: #535353;
  border: 1px solid #535353;
  background-color: transparent;
  font-size: 20px;
  border-radius: 8px;
}

/* Wrapper automático usando :has (si hay soporte) */
select.contact-input.white-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;

  /* espacio para la flecha */
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}

/* Flecha personalizada */
select.contact-input.white-input {
  background-image: url("/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  /* 🔑 separación del borde */
  background-size: 16px;
}



input.contact-submit {
  background-color: var(--primary-color);
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 16px;
  margin-top: 30px;
  cursor: pointer;
}

input.contact-submit:hover {
  background-color: var(--black-color);
  color: white;
}


#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus,
#contact-form select.contact-input:focus {
  border-color: var(--primary-color);
  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 {
  font-size: 18px;
}

label.checkbox a {
  font-weight: 700;
  color: var(--black-color);
  font-size: 18px;
}

label.checkbox a:hover {
  color: var(--primary-color);
}

/* ========================================================== */
/* 			               11. OTHER ELEMENTS                 */
/* ========================================================== */

.extra-image {
  position: relative;
  margin-top: 30px;
  margin-bottom: -200px;
  z-index: 200;
}




/* 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 */

.col-md-12.first-row-footer {
  display: flex;
  align-items: center;
}

ul.textos_legales {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 20px;
}

ul.footer_social {
  margin: none;
  display: flex;
  justify-content: end;
}

.col-md-12.second-row-footer {
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer_logo img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

/* ========================================================== */
/* 			             12. MEDIA QUERIES                    */
/* ========================================================== */
@media (max-width: 1200px) {
  section#about .col-md-3 {
    width: 100%;
    padding: 0;
  }

  section#about .row {
    gap: 24px;
  }

}


@media (max-width: 991px) {
  .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;
  }

  .home-section .col-md-7 {
    width: 100%;
  }

  section.img-texto .col-md-6 {
    width: 100%;
  }

  section.img-texto .texto {
    margin-bottom: 60px;
  }

  section.img-texto.fondo {
    padding: 40px 16px 0 16px;
  }

  section.img-texto.fondo .col-md-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  section.img-texto.fondo .col-md-6 {
    width: 100%;
  }

  section.img-texto.fondo .col-md-6.img-absolute {
    order: 2;
    margin-top: 10px;

  }

  section.img-texto.fondo .col-md-6.img-absolute img {
    position: static;
  }

  section.services .col-md-7,
  section.services .col-md-5 {
    width: 100%;
  }

  .col-md-5.condiciones {
    order: 1;
    margin-bottom: 22px;
	padding-left: calc(var(--bs-gutter-x) * .5);
  }

  section.services .col-md-7 {
    order: 2;
    padding: 0 16px;
  }


  section#contact .col-md-6 {
    width: 100%;
  }

  section#contact {
    padding: 60px 16px;
  }

  section#contact .col-md-6 {
    padding-top: 0;
    padding-bottom: 0;
  }
	
section#contact .col-md-6.texto{
	padding-right: calc(var(--bs-gutter-x) * .5);
	}

  section#contact .col-md-6.texto::after {
    content: none;
  }

  #contact-form {
    margin-top: 40px;

  }

  /* footer */
  .footer {
    padding: 24px 16px;
  }

  .col-md-6.first-row-footer {
    width: 100%;
  }

  .footer .row {
    gap: 20px;
  }

  .first-row-footer {
    flex-flow: column;
  }

  ul.footer_social {
    justify-content: center;
  }

  ul.textos_legales {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .col-md-12.second-row-footer {
    justify-content: center;
    margin-top: 20px;
  }

  .logo-footer.col-md-3,
  .logo-idento.col-md-3 {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .navbar-brand {
    width: 136px;
  }

  .fixed-top .navbar-nav>li>a.discover-btn {
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 16px;

  }

  .home-section {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .home-section p.pretitulo {
    font-size: 20px;
    margin-bottom: 12px;
	  font-weight: 800;
  }

  .home-section .col-md-7 {
    padding: 0 24px;
  }

  .home-section h1 {
    margin-bottom: 12px;
  }

  .home-section p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }

  .home-section a {
    margin-top: 40px;
    width: 100%;
    align-items: center;
    text-align: center;
    font-size: 16px;

    padding: 12px 16px;
  }

  section#about {
    padding: 24px 16px;
  }

  section#about .about-box {
    padding: 12px;
    justify-content: start;
  }
	
section#about .about-box img{
	width: 35px;
	}

  section.img-texto {
    padding: 60px 16px;
  }

  section.img-texto span.pretitulo.uppercase {
    font-size: 18px;
    margin-bottom: 12px;

  }

  section.img-texto h2 {
    margin-bottom: 12px;
  }

  section.img-texto p {
    font-size: 18px;
	  line-height:1.5;
  }

  section.img-texto a.btn {
    font-size: 16px;
    padding: 12px 16px;
    width: 100%;

  }



  section.img-texto.fondo h3 {
    margin-bottom: 24px;
  }

  section.img-texto.fondo li {
    font-size: 18px;
    font-weight: 700;
  }

  section.img-texto.fondo a.btn {
    margin: 0;
  }





  section.services .col-md-7 .row {
    gap: 16px;
  }

  section.services {
    padding: 40px 16px 50px 16px;
  }


  section.services .condiciones .pretitulo {
    font-size: 18px;
    margin-bottom: 12px;
  }

  section.services .condiciones p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  section.services .condiciones a.btn {
    font-size: 16px;
    width: 100%;
    padding: 12px 16px;
  }

  .feature-box {
    flex-flow: row;
    align-items: center;
    justify-content: start;
    gap: 12px;
  }

  .feature-box p {
    font-size: 18px;
    margin: 0;
  }

  .feature-box img {
    width: 35px;
	  height:auto;
  }

  section.services .col-md-7 .col-md-6 {
    padding: 0;
  }

  section#contact .box-icono .contenido-icono small {
    font-size: 18px;
  }

  section#contact .box-icono .contenido-icono a {
    font-size: 16px;
  }


  section#contact p.section-subtitle {
    font-size: 18px;
    margin-bottom: 16px;
	  line-height:1.5;
  }

  #contact-form {

    padding: 16px;
  }

  #contact-form input.contact-input:last-child {
    margin-bottom: 24px;
  }

  input.contact-input,
  select.contact-input {
    font-size: 16px;
    margin-bottom: 10px;
	  height:46px;
  }

  label.checkbox {
    display: block !important;
    font-size: 14px;
  }

  label.checkbox a {
    font-size: 14px;
  }

  input.contact-submit {
    font-size: 16px;
    padding: 12px 16px;
	  margin-top:16px;
  }

  /* FOOTER */



}

@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;
  }
}

@media (max-width: 320px) {
  .newsletter-input {
    width: 60%;
  }

  .btn-newsletter {
    width: 38%;
    margin-top: 12px;
  }
}