:root{
  /*--red-main-color:#840000;--red-main-light-color:#D90013;}*/
  --red-main-color:#4f0800;--red-main-light-color:#E32726;}

     /* rgba(79, 8, 0, 0.8) 0%, /* oscuro*/
    /* rgba(227,39,38, 0.8) 0%,/* claro*/

body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
@font-face {
  font-family: 'Blame';
  src: url('../fonts/fonts/Blame-2-Outline.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/fonts/Oxanium.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: var(--red-main-color);
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--red-main-color);
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 5px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", Oxanium;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, var(--red-main-light-color) 0%, var(--red-main-color) 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, var(--red-main-light-color) 0%, var(--red-main-color) 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: var(--red-main-color);
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: var(--red-main-color);
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  font-family: "Oxanium";
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, var(--red-main-light-color) 0%, var(--red-main-color) 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

.section-title p {
  font-size: 18px;
}
.section-subtitle-servicios p {
  font-size: 22px;
  color:#000
}
.section-subtitle ,.section-subtitle-SobreNosotros{
  margin-bottom: 30px;
}
.section-subtitle h2 {
  position: relative;
  font-family: "Blame";
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-subtitle h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, var(--red-main-light-color) 0%, var(--red-main-color) 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--red-main-light-color);
  background-image: linear-gradient(to right, var(--red-main-light-color) 0%, var(--red-main-color) 100%);
  padding: 8px 24px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  /*border-radius: 25px;*/
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: var(--red-main-color);
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
 /* display: table;*/
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-family: "Blame", sans-serif;
  font-weight: 400;
  color: #000000;
}
.intro p {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
}
header .intro-text {
  padding-top: 250px;
  padding-bottom: 200px;
  text-align: left;
}

@media only screen and (max-width: 376px) {
  header .intro-text {
    padding-top: 120px;
  }
}
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, var(--red-main-light-color) 0%, var(--red-main-color) 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* SobreNosotros Section */
#SobreNosotros {
  padding: 150px 0 50px 0;
  border-top: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  #SobreNosotros {
    padding: 0;
  }
}
#SobreNosotros h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#SobreNosotros h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#SobreNosotros h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, var(--red-main-light-color) 0%, var(--red-main-color) 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
.section-subtitle-SobreNosotros h2 {
  position: relative;
  font-family: "Blame";
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.section-subtitle-SobreNosotros h2::after {
  margin-left: 170px;
}

#SobreNosotros .SobreNosotros-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#SobreNosotros .SobreNosotros-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: var(--red-main-light-color);
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#SobreNosotros img {
  width: 520px;
  margin-top: -50px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);

  /*height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;*/

  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--red-main-light-color);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
 /* padding: 3px 2px 3px 2px;*/
}
#SobreNosotros p {
  line-height: 24px;
  margin: 30px 0;
}
/* Servicios Section */
#serviciosNO {
  padding: 100px 0;
  background: linear-gradient(to right, var(--red-main-light-color) 0%,var(--red-main-color)  100%);
  color: #fff;
}
#serviciosNO .servicio-desc {
  margin: 10px 10px 20px;
}
#serviciosNO h2 {
  color: #fff;
}
#serviciosNO .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#serviciosNO i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, var(--red-main-light-color) 0%, var(--red-main-color) 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#serviciosNO h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#serviciosNO p {
  color: rgba(255, 255, 255, 0.75);
}
#serviciosNO .servicio-desc {
  margin-bottom: 40px;
}
/* servicios Section */
#servicios {
  padding: 135px 0 50px 0;
}
.servicios-item {
 /* margin: 15px -15px 15 15px;*/
  padding: 0;
}
.servicios-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.text-description p {
  font-size: 12px;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  /*margin: 0 auto;
  font-size: 7px !important;*/
  color: #000;
  background: linear-gradient(
    to top,
    /*rgba(0, 0, 0, 0.8) 0%,*/
    /*  rgba(132, 0, 0, 0.8) 0%,*/
   /* rgba(79, 8, 0, 0.8) 0%,*/
    rgba(227,39,38, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 95%
  );
  /*padding: 10% 0 0;*/
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;

  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--red-main-light-color);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 3px 2px 3px 2px;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #000;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 5% 0;
  /*text-transform: uppercase;*/
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}

.container-servicios {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-instagram {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
.container-servicios {
    width: 750px;
  }
}
@media (min-width: 992px) {
.container-servicios {
    width: 970px;
  }
}
@media (min-width: 1200px) {
.container-servicios {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
.container-servicios {
    width: 1370px;
  }
}
@media (min-width: 3000px) {
.container-servicios {
    width: 1500px;
  }
}
/* instagram */
@media (min-width: 768px) {
.container-instagram {
    width: 750px;
  }
}
@media (min-width: 992px) {
.container-instagram {
    width: 980px;
  }
}
@media (min-width: 1200px) {
.container-instagram {
    width: 1190px;
  }
}
@media (min-width: 1400px) {
.container-instagram {
    width: 1390px;
  }
}
@media (min-width: 3000px) {
.container-instagram {
    width: 1500px;
  }
}
.text-with-line {
  display: flex;
  align-items:center; /* Centra el texto verticalmente */
  margin-bottom: 10px;
}

.hover-text-upp{
  font-family: "Oxanium";
  position: relative; /* Necesario para posicionar ::before */
  padding-left: 24px; /* Espacio entre la línea y el texto */
  font-size: 18px; /* Tamaño del texto */
  font-weight: bold; /* Negrita opcional */
  color: #333; /* Color del texto */
  text-transform: uppercase;
}

.hover-text-upp::before {
  content: ""; /* Requerido para generar el pseudo-elemento */
  position: absolute; /* Posiciona la línea respecto al contenedor */
 /* left: 24px; /* Ubica la línea al extremo izquierdo */
  margin-left:-10px;
  margin-top: 1px; /* Comienza desde la parte superior del texto */
  height: 12px; /* Ajusta la línea a la altura del contenedor */
  width: 3px; /* Grosor de la línea */
  background-color: var(--red-main-light-color); /* Color de la línea */
  display: inline-block;

}

.text-with-line {
  font-family: "Oxanium";
  position: relative; /* Necesario para posicionar ::before */
  padding-left: 14px; /* Espacio entre la línea y el texto */
  font-size: 18px; /* Tamaño del texto */
  font-weight: bold; /* Negrita opcional */
  color: #333; /* Color del texto */
  text-transform: uppercase;
}

.text-with-line::before {
  content: ""; /* Requerido para generar el pseudo-elemento */
  position: absolute; /* Posiciona la línea respecto al contenedor */
  left: 0; /* Ubica la línea al extremo izquierdo */
  top: 4px; /* Comienza desde la parte superior del texto */
  height: 12px; /* Ajusta la línea a la altura del contenedor */
  width: 2px; /* Grosor de la línea */
  background-color: var(--red-main-light-color); /* Color de la línea */
  display: inline-block;

}




/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contacto {
  padding: 122px 0 0 0;
 /* background: linear-gradient(to right, #141414 0%, #141414 100%);
  background:#161616;*/
  color: rgba(255, 255, 255, 0.75);
}
#contacto .section-title {
  margin-bottom: 40px;
}
#contacto .section-title p {
  font-size: 16px;
}
#contacto h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contacto .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contacto h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contacto form {
  padding-top: 20px;
}
#contacto .text-danger {
  color: var(--red-main-light-color);
  text-align: left;
}
#contacto .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contacto .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contacto .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contacto .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contacto .contacto-item {
  margin: 20px 0;
}
#contacto .contacto-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contacto .contacto-item i.fa {
  margin-right: 10px;
}
#contacto .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-bottom: 50px;
 /* margin-top: 50px;*/
  text-align: center;
}
#contacto .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contacto .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contacto .social i.fa:hover {
  color: var(--red-main-color);
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #000;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: var(--red-main-light-color);
}
#footer a:hover {
  border-bottom: 2px solid var(--red-main-color);
}

@media (max-width: 768px) {
  #SobreNosotros img {
    margin: 50px 0;
  }
}

/* Contenedor de la animación */
.animacion {
  text-align: left;
  overflow: hidden; /* Oculta las letras antes de que comiencen a moverse */
}

/* Estilo del título */
.titulo {
  font-family: 'Oxanium', sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  /*white-space: nowrap;*/
}

/* Separar las letras en span para animarlas individualmente */
.titulo span {
  display: inline-block;
  opacity: 0; /* Inicialmente ocultas */
  transform: translateX(-50px); /* Comienzan a la izquierda */
  animation: moverLetras 1s ease forwards;
}

/* Estilo del título */
.tituloMobile {
  font-family: 'Oxanium', sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  /*white-space: nowrap;*/
}

/* Separar las letras en span para animarlas individualmente */
.tituloMobile span {
  display: inline-block;
  opacity: 0; /* Inicialmente ocultas */
  transform: translateX(-50px); /* Comienzan a la izquierda */
  animation: moverLetras 1s ease forwards;
}
/* Animación para mover las letras de izquierda a derecha */
@keyframes moverLetras {
  0% {
    opacity: 0;
    transform: translateX(-50px); /* Empiezan fuera de la pantalla */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* Llegan a su posición final */
  }
}

/* Retrasar la animación de cada letra para que aparezcan una por una */
.titulo span:nth-child(1) {
  animation-delay: 0.2s;
}
.titulo span:nth-child(2) {
  animation-delay: 0.4s;
}
.titulo span:nth-child(3) {
  animation-delay: 0.6s;
}
.titulo span:nth-child(4) {
  animation-delay: 0.8s;
}
.titulo span:nth-child(5) {
  animation-delay: 1s;
}
.titulo span:nth-child(6) {
  animation-delay: 1.2s;
}
.titulo span:nth-child(7) {
  animation-delay: 1.4s;
}
.titulo span:nth-child(8) {
  animation-delay: 1.6s;
}
.titulo span:nth-child(9) {
  animation-delay: 1.8s;
}

/* Retrasar la animación de cada letra para que aparezcan una por una */
.tituloMobile span:nth-child(1) {
  animation-delay: 0.2s;
}
.tituloMobile span:nth-child(2) {
  animation-delay: 0.4s;
}
.tituloMobile span:nth-child(3) {
  animation-delay: 0.6s;
}
.tituloMobile span:nth-child(4) {
  animation-delay: 0.8s;
}
.tituloMobile span:nth-child(5) {
  animation-delay: 1s;
}
.tituloMobile span:nth-child(6) {
  animation-delay: 1.2s;
}
.tituloMobile span:nth-child(7) {
  animation-delay: 1.4s;
}
.tituloMobile span:nth-child(8) {
  animation-delay: 1.6s;
}
.tituloMobile span:nth-child(9) {
  animation-delay: 1.8s;
}

@media only screen and (min-width: 767px) {
.tituloMobile{
 display: none;
}
}
@media only screen and (max-width: 767px) {
  .titulo{
    display: none;
   }
}
.contenedor {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: 40px;
}

.qodef-h2 h2 {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 45px;
  line-height: 1.0667em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
 /* width: 600px;*/
}

@media only screen and (max-width: 667px) {
  .section-subtitle h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 389px) {
  .section-subtitle h2 {
    font-size: 30px;
  }
}
/* transicion link */

.nav-menu a{
  font-family: Oxanium,cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  line-height: 1.53em;
  letter-spacing: .05em;
  position: relative;
  display: flex;
  white-space: normal;
  margin: 19px 0;
  overflow: hidden;
  transition: padding .2s ease-out;
  padding-right: 15px;
  padding-top: 5px;
  margin: 0;
}

/* linea */

#qodef-page-footer-top-area {
  border-top-color: #000000;
  border-top-width: 5px;
  border-top-style: solid;
}

#qodef-page-inner {
  padding: 0px;
}

@media only screen and (max-width: 1024px) {
  #qodef-page-inner {
      padding: 0px;
  }
}

#qodef-top-area {
  background-color: #000000;
}

#qodef-top-area-inner {
  height: 40px;
}

#qodef-page-header .qodef-header-logo-link {
  height: 70px;
  padding: 5px 5px 5px 5px;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  height: 47px;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
  width: 150px;
}

#qodef-page-spinner .qodef-m-inner {
  background-color: #0a0a0a;
  color: var(--red-main-light-color);
}

.qodef-page-title {
  height: 390px;
  background-color: #f3f3f3;
}

.qodef-page-title .qodef-m-title {
  color: #000000;
}

@media only screen and (max-width: 1024px) {
  .qodef-page-title {
      height: 218px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-page-title {
      height: 282px;
  }
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner:not(.qodef-content-grid) {
  padding-left: 7%;
  padding-right: 7%;
}

.qodef-mobile-header--standard .qodef-mobile-header-navigation > ul:not(.qodef-content-grid) {
  padding-left: 7%;
  padding-right: 7%;
}

@media only screen and (max-width: 768px) {
  h2, .qodef-h2 {
      font-size: 39px;
  }
}

@media only screen and (max-width: 667px) {
  h1, .qodef-h1 {
      font-size: 60px;
  }
  h2, .qodef-h2 h2{
      font-size: 39px;
  }
}
@media only screen and (max-width: 1141px) {
  
  .intro h1 {
    font-size: calc(30px + 3vw);
  
  }
}
@media only screen and (max-width: 667px) {
  
  .intro h1 {
    font-size: calc(30px + 4vw);
  
  }
}

@media only screen and (max-width: 390px) {
  
  .intro h1 {
    font-size: calc(30px + 3vw);
  
  }
  h2, .qodef-h2 h2{
    font-size: 35px;
}
}
/* Maps section */
.elementor-heading-title{
  padding:0;
  margin:0;
  line-height:1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
  color:inherit;
  font-size:inherit;
  line-height:inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small{
  font-size:15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium{
  font-size:19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large{
  font-size:29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl{
  font-size:39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{
  font-size:59px
}

/* nav logo */
/*.nav-logo {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
  display: flex;
  margin-bottom: 15px;
}*/

.nav-logo img{
  margin:-15px 0 2px 0;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 767px) {
  .nav-logo img{
    margin:-15px 0 2px 0;
    width: 50px;
    height: 50px;
  }
}

/*  instagram */

.iframe-container {
  position: relative;
  width: 100%;
 /* padding-top: 100%;  Mantiene la proporción 1:1 */
  overflow: hidden;
 /* padding: 10px;*/
  background-color: #4f0800;
}

.iframe-item-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;/**/
  border: none;
  padding-bottom: 125%;
}

.iframe-item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;/**/
  border: none;
}
 /* instagram  */
.avatar-header-ring{
    width: 100px;
    height: 100px;
    background-position: 0 -136px;
    background-image: url(img/Kq06toTJMFl.png);
 }

.avatar-header{
  background-image: url(../../../public/img/Kq06toTJMFl.png);
 /* background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;*/
  height: 130px;
  width: 130px;

}

/* instagram */
.text-container {

  max-height: calc(1.2em * 5); /* Muestra 4 líneas */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limita el texto a 4 líneas */
  text-overflow: ellipsis;
  background-color: #f4f4f4;
  padding: 10px;

  position: relative;
}

.read-more {
  display: none; /* Oculto inicialmente */
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
 /* padding: 2px 0;*/
  font-size: 0.9em;
  color:var(--red-main-light-color);
}


.text-container:hover {
  max-height: none; /* Expande el contenedor */
  -webkit-line-clamp: unset;
  overflow: visible;
}

.text-container:hover .read-more {
  display: none; /* Oculta el enlace cuando todo el texto es visible */
}

/* Mostrar el "seguir leyendo" solo si hay truncamiento */
.read-more:has(.read-more-link) {
  display: -webkit-box;
  position: relative;
}

.read-more-link {
  text-decoration: none;
  font-weight: bold;
  /*color:var(--red-main-light-color);*/

    font-size: 14px; /* Tamaño del texto */
    font-weight: bold; /* Negrita */
    /*text-transform: uppercase;  Mayúsculas opcionales */
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text; /* Hace que el degradado recorte solo el texto */
    -webkit-text-fill-color: transparent; /* Hace que el relleno sea transparente para mostrar el degradado */
    text-align: center; /* Centra el texto si es necesario */
    display: inline-block; /* Asegura que se comporte como un bloque para aplicar gradiente correctamente */
}

.read-more-link-instagram {
  text-decoration: none;
  font-size: 0.8em;
  color:var(--red-main-light-color);
}
.titleInstagram {
  margin: 120 0 30 0;
  display: flex; /* Activa Flexbox */
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  /*height: 300px;  Altura del contenedor */
  width: 100%; /* Ancho del contenedor */
  /*background-color: lightgray;  Fondo para referencia */
}

.titleInstagram img {
  width: 50%; /* Escala la imagen al tamaño del contenedor */
 /* max-height: 100%;  Evita que la imagen salga del contenedor */
}