@charset "UTF-8";
/*
Template Name: 
Author: Empresa LabQro
Author URI: http://www.markups.io/
Description: Intensely - Multipurpose Business HTML5 Template.
Version: 1.0
Tags: light, white, single page, multipurpose, multi page, custom-colors, Bootstrap, responsive, html5, css3
*/





/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

/*-----------------------------------------*/
/*            Funcion a botones           */
/*---------------------------------------*/

section[id] {
  scroll-margin-top: 70px !important;
}

html {
  scroll-behavior: smooth !important;
  /* Desplazamiento suave al hacer scroll */
  
}



body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #838282;
  background-color: #ffffff
    /* #fff7ec */
}

#white {
  background-color: white;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #2f2f2f;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-bottom: 10px;
}

img {
  border: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/



#header {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
}

.hidden {
  opacity: 0;
}

/* Estilos generales */
.header-bottom {
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #e4e4e4;
  color: #000000;
  font-size: 12px;
  height: 40px;
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.9s ease 0s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-contact {
  display: flex;
  align-items: center;
}

.header-contact ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-contact ul li {
  border-left: 1px solid #e4e4e4;
  padding: 10px 12px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.header-contact ul li:first-child {
  border-left: none;
}

.header-contact ul li:last-child {
  border-right: 1px solid #ffffff;
}

.phone,
.mail,
.contact-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}

.phone i,
.mail i,
.contact-item i {
  margin-right: 8px;
}

@media (max-width: 1020px) {
  .header-bottom {
    flex-direction: column;
    height: auto;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  .header-contact {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .header-contact ul {
    flex-direction: column;
    gap: 5px;
  }

  .header-contact ul li {
    padding: 5px 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-wrap: nowrap;
    line-height: normal;
    white-space: nowrap;
  }

  .phone i {
    margin-right: 12px;
  }

  .mail i {
    margin-right: 12px;
  }

  .mail {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .header-bottom {
    flex-direction: column;
    height: auto;
    padding: 10px;
    font-size: 14px;
    text-align: left;
  }

  .header-contact {
    justify-content: center;
    flex-direction: column;
  }

  .header-contact ul {
    flex-direction: column;
    gap: 10px;
  }

  .header-contact ul li {
    padding: 0px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .phone,
  .mail {
    font-size: 10px;
    text-align: center;
  }

  .phone i,
  .mail i {
    margin-right: 8px;
  }
}


/*--------------------*/
/* MENU */
/*--------------------*/


.main-nav li a {
  color: #333;
  transition: color 0.4s ease;
}

.main-nav li a:hover {
  color: #88cf5c;
}

#top-menu {
  position: relative;
  z-index: 1001;
}

#top-menu li ul {
  display: block;
  border-radius: 8px;
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  list-style: none;
  margin: 0;
  top: 100%;
  left: 0;
  min-width: 200px;
  box-shadow: 0 20px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  visibility: hidden;
}

#top-menu li:hover > ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  max-height: 400px;
}

#top-menu li ul li {
  padding: 0;
}



#top-menu li ul li ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  padding: 0;
  list-style: none;
  min-width: 200px;
  box-shadow: 0 20px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  visibility: hidden;
  transition: max-height 0.3s ease-out;
}

 
#top-menu li ul li:hover>ul {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  #top-menu li ul li ul {
    display: none;
    position: absolute; 
    background-color: white;
    padding: 0;
    list-style: none;
    min-width: 100%;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    visibility: hidden;
  }

  #top-menu li ul li ul.active {
    display: block; 
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

#top-menu li ul li a {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  transition: color 0.4s ease;
}

#top-menu li ul li a:hover {
  color: #88cf5c;
}


#fixed-div {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 999;
}

#menu-area {
  width: 100%;
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#menu-area #navbar {
  padding-right: 70px;
}

@media screen and (max-width: 768px) {
  #menu-area #navbar {
    padding-right: 1500px;
  }
}
#menu-area .navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 0;
  border: none;
}

.main-nav li {
  padding: 15px 0;
  position: relative;
  margin: 0 5px;
}

.navbar-default .navbar-nav>li>a {
  color: #000000;
  display: inline-block !important;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  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-nav>li>a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}

.main-nav>li>a:hover::before,
.navbar-default .navbar-nav>.active>a::before,
.navbar-default .navbar-nav>.open>a:hover::before {
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before {
  width: 100%;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}

.navbar-nav>li>.dropdown-menu li {
  padding: 100px;
}

.navbar-nav>li>.dropdown-menu>li>a {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus {
  background-color: transparent;
}

.main-nav li a:hover,
#top-menu li ul li a:hover {
  color: #88cf5c;
  text-decoration: none;
  background-color: transparent;
}

.navbar-brand img {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  padding-right: 15px;
}

.navbar-header {
  display: flex;
  align-items: center;
  
}


@media (max-width: 1020px) {
  .navbar-brand {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .navbar-brand img {
    max-height: 40px;
    padding-right: 10px;
    margin: 0;
    display: inline-block;
  }
}




@media (max-width: 768px) {

  .icon-bar {
    width: 22px;
    height: 2px;
    margin: 4px auto;
    padding: 1px;
  }

}


@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 40px;
    padding-right: 10px;
    display: block;
    margin-left: 180px;
    margin-right: 10px;
    margin-top: -10px;
  }
}


@media (max-width: 768px) {
  #top-menu li ul {
    position: relative;
    transform: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    max-height: none;
  }

  #top-menu li ul {
    display: none;
  }

  #top-menu li.active > ul {
    display: block;
  }
}

/*--------------------*/
/* Logo certificación */
/*--------------------*/

.myNombre {

  margin-top: 2%;
  font-size: 10px;

}

.myImg {
  margin-left: 25%;
  max-width: 45%;
  height: auto;
}

@media screen and (max-width: 1028px) {
  .myImg {
    margin-left: 60%;
    max-width: 50%;
    height: auto;
    width: 65%;
    margin-right: 200px;
    margin-bottom: -50px;
  }

  .myNombre {
    margin-top: 8%;
    font-size: 16px;
  }

}

@media screen and (max-width: 768px) {
  .myImg {
    margin-left: 30%;
    
    height: auto;
    width: 400%;
    margin-bottom: -10px;
    margin-top: 12px;
    max-width: 60%;
  }

  .myNombre h4 {
    margin-top: 8%;
    font-size: 20px ;
  }

}

@media screen and (max-width: 480px) {
  .myImg {
    margin-left: 30%;
    
    height: auto;
    width: 400%;
    margin-bottom: -10px;
    margin-top: 12px;
    max-width: 60%;
  }

  .myNombre h4 {
    margin-top: 8%;
    font-size: 10px ;
  }

}


/*--------------------*/
/* SLIDER */
/*--------------------*/


#slider {
  display: inline;
  float: left;
  width: 100%;
}

.main-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main-slider .slick-list {
  height: 100%;
}

.single-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}

.single-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 3;
  color: #fff;
}

.single-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.main-slider .slick-prev {
  left: 23px;
}

.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background-color: rgb(0, 0, 0);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 10px;
}

.main-slider .slick-dots li {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.main-slider .slick-dots li button::before {
  font-size: 25px;
  line-height: 21px;
}

.slide-article {
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 150px;
  width: 100%;
}

h1,
.read-more-btn {
  margin: 20px 0;
  text-align: left;
}

p {
  margin: 20px 0;
  text-align: left;
  font-size: 1.9rem;
}

.slider-img img {
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 4;
  position: relative;
}

@media screen and (max-width: 576px) {
  .col-md-6 {
    width: 100%;
  }

  .slider-img {
    margin-top: 20px;
    text-align: center;
  }
}

.slide-article h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.slide-article p {
  color: #fff;
  margin-bottom: 50px;
}

.read-more-btn {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 12px 22px;
  font-weight: 700px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.read-more-btn:hover,
.read-more-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* Media Queries para hacer el diseño responsivo */
@media (max-width: 1020px) {
  .single-slide {
    height: 60vh;
  }
  
  .slide-article {
    padding-top: 40px;
    text-align: center;
  }
  
  .slide-article h1 {
    font-size: 25px;
    line-height: 32px;
  }
  
  .slide-article p {
    font-size: 1.9rem;
    margin-bottom: 10px;
    text-align: justify;
  }
  
  .read-more-btn {
    padding: 12px 20px;
    font-size: 16px;
    margin-top: 10px;
    position: left;
  }
  
  .main-slider .slick-prev {
    left: 12px;
  }
  
  .main-slider .slick-next {
    right: 12px;
  }
  

  .main-slider .slick-prev,
  .main-slider .slick-next {
    background-color: rgba(0, 0, 0, 0.6);
    top: 50%; 
    height: 40px; 
    width: 40px; 
    font-size: 15px; 
  }

  .main-slider .slick-prev::before {
    content: "\f104";
    font-family: fontAwesome;
    font-size: 29px;
    margin-left: 10px;
  }

  .main-slider .slick-next::before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 29px;
    margin-left: 10px;
  }
}


@media (max-width: 768px) {
  .single-slide {
    height: 60vh;
  }

  .slide-article {
    padding-top: 50px;
  }

  .slide-article h1 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 10px;
  }

  .slide-article p {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .single-slide {
    height: 40vh;
  }

  .slide-article {
    padding-top: 20px;
    text-align: center;
  }
  .slide-article h1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    margin-right: -50px;
    padding-left: 1px;
  }

  .slide-article p {
    font-size: 1rem;
    margin-bottom: 10px;
    margin-right: -15px;
    text-align: justify;
    padding-left: 1px;
  }

  .read-more-btn {
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
  }

  .main-slider .slick-prev {
    left: 8px;
  }

  .main-slider .slick-next {
    right: 8px;
  }

  .main-slider .slick-prev,
  .main-slider .slick-next {
    background-color: rgba(0, 0, 0, 0.5);
    top: 48%;
    height: 30px;
    width: 30px;
    font-size: 2px;
  }

  .main-slider .slick-prev::before {
    content: "\f104";
    font-family: fontAwesome;
    font-size: 20px;
    margin-left: 0px;
  }

  .main-slider .slick-next::before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 20px;
    margin-right: 10px;
  }
}

/*-------------------------*/
/* Mision Vision Y Valores*/
/*--------------------...*/

#features {
  margin: 0;
  padding: 20px 0;
  background-color: #ffffff;
}

#features .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

#features .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#features .col-lg-4 {
  padding: 20px;
  flex: 0 0 33.33%;
  box-sizing: border-box;
}

#features .card {
  background-color: #fff;
  border: 1px solid #979797;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}



#features .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-color: #70b644e3;
  background-color: #54B660;
}



#features h1.h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #148850 !important;
}

#features p.text-muted {
  font-size: 1.5rem;
  color: #000000;
  margin-top: 20px;
}

#features .card:hover h1.h4,
#features .card:hover p.text-muted {
  color: #ffffff !important;
}

#features img.icon {
  max-width: 80px;
  margin-bottom: 20px;
}

#features .wider-card {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 30px;
}

#features .wider-card:hover {
  transform: translateY(-12px);
  border-color: #1e7e34;
  background-color: #4CAF50;
}

.wider-card .col-lg-4 {
  flex: 0 0 100%;
}

.PIL {
  text-align: center;
}

@media (max-width: 1200px) {
  #features .col-lg-4 {
    flex: 0 0 33.33%;
  }
}

@media (max-width: 992px) {
  #features .col-lg-4 {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  #features .col-lg-4 {
    flex: 0 0 100%;
  }
}

@media (max-width: 576px) {
  #features .col-lg-4 {
    flex: 0 0 100%;
    padding: 10px;
  }

  #features h3.h4 {
    font-size: 1.5rem;
  }

  #features p.text-muted {
    font-size: 1.2rem;
  }

  #features img.icon {
    max-width: 60px;
  }
}





/*--------------------*/
/*-------Nosotros-----*/
/*--------------------*/

#nosotros {
  display: block;
  visibility: visible;
  height: auto;
  padding: 20px;
  overflow: visible;
}


#nosotros h2.h1-t {
  color: #35904d;
  font-size: 3.9rem;
}

#nosotros p {
  font-size: 2.1rem;
  line-height: 1.5;
  justify-content: center;
  text-align: center;
}

.img-nosotros {
  display: flex;
  justify-content: center;
  gap: 280px;
  margin-top: 20px;
}

.img-nosotros img {
  width: 8%;
  height: auto;
  border-radius: 10px;
}

.text-green {
  color: #008000;
}

.text-black {
  color: #000000;
}

@media (max-width: 1024px) {
  #nosotros h2 .h1-t {
    font-size: 3rem;
  }

  #nosotros .text-muted {
    font-size: 1.8rem;
  }

  .img-nosotros {
    gap: 150px;
  }

  .img-nosotros img {
    width: 12%;
  }

  
}

@media (max-width: 768px) {
  #nosotros h2.h1-t {
    font-size: 2.5rem;
  }

  #nosotros p {
    font-size: 1.5rem;
  }

  .img-nosotros {
    flex-direction: column;
    gap: 30px;
  }

  .img-nosotros img {
    width: 25%;
  }
}

@media (max-width: 480px) {
  #nosotros h2.h1-t {
    font-size: 3rem;
  }

  #nosotros p {
    font-size: 1.7rem;
  }

  .img-nosotros {
    flex-direction: column;
    gap: 20px;
  }

  .img-nosotros img {
    width: 50%;
  }
}



/*--------------------
SERVICES SECTION
----------------------*/
.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.row-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: #000000c6;
}

.col-lg-4 h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.col-lg-4 p {
  font-size: 1.5rem;
  text-align: center;
}

h2.text-uppercase {
  margin-bottom: 0rem;
}


p {
  font-size: 2rem;
  color: #ffffff;
  text-align: left;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #0c7a29d4 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  color: #318046;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #000000 !important;

}

.container1-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2
}

.icono {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: green;
}

.row-sv {
  justify-content: center;
}

.col-md-45 {
  max-width: 300px;
}


@media (max-width: 768px) {
  .col-md-4 {
    display: flex;
    align-items: center;
    width: 90%;
    margin-bottom: 20px;
  }

  .icono {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .col-md-4 .text-muted {
    font-size: 2rem;
    text-align: left;
    margin: 0;
  }

  .row-2 {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .col-md-4 {
    display: flex;
    align-items: center;
    width: 90%;
    margin-bottom: 20px;
  }

  .icono {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .col-md-4 p {
    font-size: 1.3rem;
    text-align: left;
    margin: 0;
  }

  .row-2 {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .col-md-4 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .icono {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .col-md-4 p {
    font-size: 1.6rem;
    text-align: left;
    margin: 0;
  }

  .row-2 {
    flex-direction: column;
    margin-bottom: 15px;
  }
}



/*--------------------*/
/* Nuestro trabajo */
/*--------------------*/

.custom-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  background-color: #ffffff;
}

.custom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  width: 100%;
}

.custom-image-container {
  flex: 4;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 10px;
}

/* Contenedor de texto */
.custom-text-container {
  flex: 1;
  max-width: 50%;
  padding: 20px;
  text-align: justify;
}

.list-check li {
  padding-left: 4rem;
  position: relative;
  list-style: none;
}

.list-check li::before {
  content: '\f058';
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  color: #0d7225;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2rem;
}

.signature li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.signature h3 {
  margin: 0;
  margin-right: 0.5rem;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}

.signature p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .custom-container {
    flex-direction: column;
    text-align: center;
  }

  .custom-image-container,
  .custom-text-container {
    max-width: 100%;
  }
  
}

/* Ajustes de responsividad */
@media (max-width: 768px) {
  .custom-container {
    flex-direction: column;
    text-align: center;
  }

  .custom-image-container,
  .custom-text-container {
    max-width: 100%;
  }
}

/*-----------------------------------------*/
/* ¿POR QUÉ CONTRATAR NUESTROS SERVICIOS? */
/*---------------------------------------*/

#sermons .img-fluid {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#sermons .col-lg-4 {
  text-align: center;
}

#sermons .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}

#sermons img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

#sermons .img-fluid {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.colors {
  color: #0d7225;
}

@media (max-width: 1020px) {
  #sermons .img-fluid,
  #sermons .img-container {
    height: 300px;
  }

  #sermons img {
    height: auto;
  }

  #sermons .row {
    flex-direction: column;
    margin-bottom: 15px;
  }

  #sermons .col-lg-4 {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
  }

  #sermons .img-container {
    width: 150px;
    height: 200px;
    margin-right: 10px;
  }

  #sermons .col-lg-4 p {
    font-size: 1rem;
    text-align: center;
    margin: 10px;
  }
}

@media (max-width: 768px) {
  #sermons .img-fluid,
  #sermons .img-container {
    height: 350px;
  }

  #sermons img {
    height: auto;
  }

  #sermons .row {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #sermons .col-lg-4 {
    display: flex;
    align-items: center;
    text-align: left;
    width: 90%;
    margin-bottom: 20px;
  }

  #sermons .img-container {
    width: 190px;
    height: 190px;
    margin-right: 15px;
  }

  #sermons .col-lg-4 p {
    font-size: 1.3rem;
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 480px) {
  #sermons .img-fluid,
  #sermons .img-container {
    height: 300px;
  }

  #sermons img {
    height: auto;
  }

  #sermons .row {
    flex-direction: column;
    margin-bottom: 15px;
  }

  #sermons .col-lg-4 {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
  }

  #sermons .img-container {
    width: 150px;
    height: 200px;
    margin-right: 10px;
  }

  #sermons .col-lg-4 p {
    font-size: 1rem;
    text-align: center;
    margin: 10px;
  }
}



/*-----------------------------------------*/
/*            FOOTER                      */
/*---------------------------------------*/

/* Estilos generales del footer */
.custom-footer {
  background-color: #111111f3;
  padding: 50px 15px;
  color: #a6df71;
  text-align: left;
}

.custom-footer .text-small {
  font-size: 14px;
}

.custom-footer .footer-link {
  color: #a6df71;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-footer .footer-link:hover {
  color: #9fc77a;
}

.custom-footer .footer-bottom {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  text-align: center;
}

.custom-footer .footer-bottom p {
  font-size: 13px;
}

.custom-footer .btn i {
  color: #e0e0e0;
}

.custom-footer .btn:hover {
  background-color: #22d80e;
}

.social-icons a {
  margin-right: 10px;
}

.social-icons a img {
  transition: transform 0.3s ease;
}

.social-icons a:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .custom-footer .row {
    flex-direction: column;
    align-items: center;
  }

  .custom-footer .logo-section {
    text-align: center;
    margin-bottom: 20px;
  }

  .custom-footer .col-md-4:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .custom-footer .col-md-4:nth-child(2) h5 {
    order: 1;
    margin-bottom: 10px;
  }

  .custom-footer .col-md-4:nth-child(2) p.text-mute {
    order: 2;
    margin-bottom: 20px;
  }

  .custom-footer .col-md-4:nth-child(2) ul {
    order: 3;
  }

  .custom-footer .col-md-4:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .custom-footer .col-md-4:nth-child(3) h5 {
    margin-bottom: 10px;
  }

  .custom-footer .col-md-4:nth-child(3) p {
    margin-bottom: 20px;
  }

  .custom-footer .social-icons {
    display: flex;
    justify-content: center;
  }

  .mb-2 p {
    text-align: center;
  }

  .social-icons a img {
    width: 25px;
    height: auto;
    margin: 0 5px;
  }

  .custom-footer .footer-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .custom-footer .col-md-4:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .custom-footer .col-md-4:nth-child(2) h5 {
    order: 1;
    margin-bottom: 10px;
  }

  .custom-footer .col-md-4:nth-child(2) p.text-mute {
    order: 2;
    margin-bottom: 20px;
  }

  .custom-footer .col-md-4:nth-child(2) ul {
    order: 3;
  }

  .custom-footer .col-md-4 ul li {
    margin-bottom: 15px;
  }

  .custom-footer .col-md-4 ul li h6 {
    font-size: 14px;
  }

  .custom-footer .col-md-4 ul li p {
    font-size: 12px;
    text-align: center;
  }

  .custom-footer .col-md-4:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .custom-footer .col-md-4:nth-child(3) h5:nth-of-type(1) {
    order: 1;
    margin-bottom: 10px;
  }

  .custom-footer .col-md-4:nth-child(3) p.text-mute:nth-of-type(1) {
    order: 2;
    margin-bottom: 30px;
    text-align: center;
  }

  .custom-footer .col-md-4:nth-child(3) h5:nth-of-type(2) {
    order: 3;
    margin-bottom: 10px;
  }

  .custom-footer .col-md-4:nth-child(3) .social-icons {
    order: 4;
    margin-top: 10px;
  }

  .social-icons a img {
    width: 35px;
    height: auto;
  }
}

/*-----------------------------------------*/
/*            Acreditaciones              */
/*---------------------------------------*/
.banner {
  margin-left: 2.45%;
  margin-right: 3%;
  border-radius: 10px;
}

.banner {
  background: linear-gradient(rgba(60, 191, 40, 0.5), rgba(4, 13, 6, 0.5)), url('assets/images/Opcion\ 01.jpg') no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: center;
  background-color: rgba(53, 144, 77, 0.5);
}

.banner-content {
  background-color: #1c6d1f;
  padding: 20px 40px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  filter: none;
}

.banner-content h2 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  filter: none;
}

/* Responsividad del banner y contenido */

@media (max-width: 1200px) {
  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
  }

  .banner-content h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .banner {
    height: 300px;
  }

  .banner-content {
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .banner {
    height: 250px;
  }

  .banner-content {
    padding: 10px 20px;
  }
}

#Acreditaciones-txt {
  background-color: #ffffff;
  padding: 20px 0;
}

.text-box {
  background-color: #ffffff;
  /* Verde pastel */
  padding: 20px;
  border-radius: 8px;
  text-align: left;
}

#Acreditaciones-txt h2 {
  color: #0e740c;
  text-align: center;
  font-size: 4rem;
}

#Acreditaciones-txt p {
  font-size: 1.9rem;
  line-height: 1.7;
  margin: 20px auto;
  text-align: justify;
  color: #000000;
}

@media (max-width: 768px) {
  #Acreditaciones-txt .row {
    flex-direction: column;
  }

  #Acreditaciones-txt .col-md-8,
  #Acreditaciones-txt .col-md-4 {
    width: 100%;
    text-align: center;
  }

  .imgacreditaciones {
    margin-top: 20px;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #Acreditaciones-txt p {
    font-size: 1.44rem;
  }
}

.imgacreditaciones img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}


#acreditaciones {
  background-color: #ffffff;
  padding: 10px 0;
}

#acreditaciones h2 {
  color: #35904d;
  font-size: 4rem;
}

#acreditaciones .card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 10px;
  box-shadow: 12px 10px 12px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-radius: 10px;
  height: 100%;
  flex-direction: column;
  justify-content: center;

}

#acreditaciones .card:hover {
  box-shadow: 12px 10px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
  background-color: #ffffff;
}

#acreditaciones h3 {
  color: #35904d;
  font-size: 3rem;
  margin-bottom: 10px;
}

#acreditaciones p {
  font-size: 2rem;
  line-height: 1.35;
  text-align: justify;
  max-width: 80%;
  margin: 0 auto 20px;
}

.pdf-placeholder a:hover {
  text-decoration: none;
}

.pdf-placeholder a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #3bbc5e;
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none !important;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.pdf-placeholder a:hover {
  background-color: #2a7a3b;
  text-decoration: none;
}

.pdf-placeholder a {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
}

.pdf-placeholder a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #acreditaciones .row {
    flex-direction: column;
  }

  #acreditaciones .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  #acreditaciones p {
    font-size: 1.5rem;
  }
}


/*-----------------------------------------*/
/*            CONTACTO                     */
/*-----------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.contact {
  position: relative;
  width: 100%;
  padding: 40px 100px;
  background: #ffffff;
}

.contact .titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.title-esc {
  color: #35904d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
}

.contact .titulo h2 {
  color: #35904d;
  font-weight: 500;
}

.form {
  grid-area: form;
}

.info {
  grid-area: info;
}

.map {
  grid-area: map;
}

.contacts {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.box {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 5fr 4fr;
  grid-template-areas: "form info" "form map";
  grid-gap: 20px;
  margin-top: 20px;
}

.contacts h3 {
  color: #0e3959;
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 10px;
}

/* form */
.formBox {
  position: relative;
  width: 100%;
}

.formBox .row50 {
  display: flex;
  gap: 20px;
}



.inputBox {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 50%;
}

.formBox .row100 .inputBox {
  width: 100%;
}

.inputBox span {
  color: #1fa71c;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.inputBox input {
  padding: 10px;
  font-size: 1.1em;
  outline: none;
  border: 1px solid #333;
  border-radius: 10px;
}

.inputBox textarea {
  padding: 10px;
  font-size: 1.1em;
  outline: none;
  border: 1px solid #333;
  resize: none;
  min-height: 220px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: white !important;
}

.inputBox input[type="submit"] {
  background: #1fa71c;
  color: #fff;
  border: none;
  font-size: 1.1em;
  max-width: 120px;
  font-weight: 500;
  cursor: pointer;
  padding: 14px 15px;
  border-radius: 10px;
}

.inputBox ::placeholder {
  color: #9999999c;
}

.text-contact {
  color: #0e3959;
  font-size: 1.1em;
  margin-bottom: 10px;
}

/* info */
.info {
  background: #0e5910;
}

.info h3 {
  color: #fff;
}

.info .infoBox div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info .infoBox div span {
  min-width: 40px;
  height: 40px;
  color: #fff;
  background: #13c000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  border-radius: 50%;
  margin-right: 15px;
}

.info .infoBox div p {
  color: #fff;
  font-size: 1.1em;
}

.info .infoBox div a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1em;
}

.sci {
  margin-top: 40px;
  display: flex;
}

.sci li {
  list-style: none;
  margin-right: 15px;
}

.sci li a {
  color: #fff;
  font-size: 2em;
  text-decoration: none;
  color: #ccc;
}

.sci li a:hover {
  color: #fff;
}

.map {
  padding: 0;
}

.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.message {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #4CAF50;
  border-radius: 5px;
  display: none;
  /* Oculto por defecto */
}

.message.success {
  color: #4CAF50;
  background-color: #e8f5e9;
}

.message.error {
  color: #f44336;
  background-color: #ffebee;
}

@media (max-width: 991px) {
  .contact {
    padding: 20px;
  }

  .box {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "form" "info" "map";
  }

  .map {
    min-height: 300px;
    padding: 0;
  }

  .formBox .row50 {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
  }

  .contacts {
    padding: 30px;
  }
}

.bannercontact {
  margin-left: 2.4%;
  margin-right: 3%;
  border-radius: 10px;
}

.bannercontact {
  background: url('assets/images/contactbann.jpg') no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: center;
  background-color: rgba(53, 144, 77, 0.5);
  z-index: 100;
}

.bannercontact-content {
  background-color: #0e5910;
  padding: 20px 40px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  filter: none;
}

.bannercontact-content h2 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  filter: none;
}

@media (max-width: 1200px) {
  .bannercontact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
  }

  .bannercontact-content h2 {
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .bannercontact {
    height: 300px;
  }

  .bannercontact-content {
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .bannercontact {
    height: 250px;
  }

  .bannercontact-content {
    padding: 10px 20px;
  }
}

/*-----------------------------------------*/
/*            Normas                      */
/*---------------------------------------*/

.bannernorma {
  margin-left: 2.4%;
  margin-right: 3%;
  border-radius: 10px;
}

.bannernorma {
  background: linear-gradient(rgba(60, 191, 40, 0.5), rgba(4, 13, 6, 0.5)), url('assets/images/imgbann-02.jpg') no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: center;
  background-color: rgba(53, 144, 77, 0.5);
  z-index: 100;

}

.bannernorma-content {
  background-color: rgba(53, 144, 77, 0.9);
  padding: 20px 40px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  filter: none;
}

.bannernorma-content h2 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  filter: none;
}

@media (max-width: 1200px) {
  .bannernorma-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 2500px;
  }

  .bannernorma-content h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .bannernorma {
    height: 300px;
  }

  .bannernorma-content {
    padding: 15px 30px;

  }
}

@media (max-width: 768px) {
  .bannernorma {
    height: 250px;
  }

  .bannernorma-content {
    padding: 10px 20px;
  }
}

.normas {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #333;
}

.container-normas {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.container-normas h1 {
  color: #2d6a4f;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-align: center;
}

.decoration {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  transition: transform 0.3s ease-in-out;
}

.decoration::after {
  content: '';
  display: block;
  width: 30%;
  height: 3px;
  background-color: #2d6a4f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

.decoration:hover {
  transform: scale(1.1);
}

.decoration:hover::after {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.text-norma {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: 'Amasis MT Pro', sans-serif;
  text-align: justify;
}

.cuadro-blanco {
  background-color: #5aad83;
  border: 1px solid #dee2e6;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  color: #333;
}

.cuadro-blanco p {
  margin: 0;
  line-height: 1.6;
  color: white;
}

.input-container {
  margin-bottom: 25px;
}

label {
  font-size: 1.2em;
  color: #1b4332;
}

.container-normas input[type="text"] {
  padding: 10px;
  font-size: 1.1em;
  border-radius: 5px;
  border: 2px solid #5aad83;
  background-color: #d1fbd8;
  width: 50%;
  transition: all 0.3s ease;
}

.container-normas input[type="text"]:focus {
  outline: none;
  border-color: #52b788;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

thead {
  background-color: #95d5b2;
}

th,
td {
  padding: 15px;
  text-align: center;
  font-size: 1.2em;
  border: 1px solid #ddd;
}

th {
  color: #1b4332;
  font-weight: bold;
}

tbody tr:nth-child(even) {
  background-color: #e9f5ec;
}

tbody tr:hover {
  background-color: #b7e4c7;
}

td {
  color: #2d6a4f;
}

@media (max-width: 1024px) {
  .bannernorma {
    height: 350px;
  }

  .bannernorma-content {
    padding: 15px 30px;
  }

  .bannernorma-content h2 {
    font-size: 36px;
  }

  .container-normas {
    width: 90%;
    margin: 20px auto;
  }

  .container-normas h1 {
    font-size: 2em;
  }

  .text-norma {
    font-size: 1.5em;
  }

  .cuadro-blanco {
    padding: 20px;
    max-width: 90%;
  }

  .container-normas input[type="text"] {
    width: 70%;
  }


}

@media (max-width: 768px) {

  .bannernorma {
    height: 300px;
  }

  .bannernorma-content {
    padding: 10px 20px;
  }

  .bannernorma-content h2 {
    font-size: 28px;
  }

  .container-normas {
    width: 95%;
    margin: 10px auto;
  }

  .container-normas h1 {
    font-size: 1.8em;
  }

  .text-norma {
    font-size: 1.2em;
  }

  .cuadro-blanco {
    padding: 15px;
  }

  .container-normas input[type="text"] {
    width: 80%;
  }
}

@media (max-width: 480px) {

  .bannernorma {
    height: 250px;
  }

  .bannernorma-content {
    padding: 8px 15px;
  }

  .bannernorma-content h2 {
    font-size: 24px;
  }

  .container-normas h1 {
    font-size: 1.5em;
  }

  .text-norma {
    font-size: 1em;
  }

  .cuadro-blanco {
    padding: 10px;
  }

  .container-normas input[type="text"] {
    width: 90%;
  }
}

/*-----------------------------------------*/
/*           Quejas o Sugerencias         */
/*---------------------------------------*/

.bannerquejas {
  margin-left: 2.4%;
  margin-right: 3%;
  border-radius: 10px;
}

.bannerquejas {
  background: linear-gradient(rgba(60, 191, 40, 0.5), rgba(4, 13, 6, 0.5)), url('assets/images/quejas-suggestions.jpeg') no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: center;
  background-color: rgba(53, 144, 77, 0.5);
  z-index: 100;
}

.bannerquejas-content {
  background-color: #16580e;
  padding: 20px 40px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  filter: none;
}

.bannerquejas-content h2 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  filter: none;
}

@media (max-width: 1200px) {
  .bannerquejas-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 2500px;
  }

  .bannerquejas-content h2 {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .bannerquejas {
    height: 300px;
  }

  .bannerquejas-content {
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .bannerquejas {
    height: 250px;
  }

  .bannerquejas-content {
    padding: 10px 20px;
  }
}

.text-box-q {
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 15px;
  padding: 40px;
  font-size: 16px;
  text-align: left;
  margin: 0;
  height: 100%;
  margin-top: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease;
}

.text-and-image {
  display: flex;
  align-items: center;
}

.text-box-q p {
  margin: 0;
  font-family: 'Amasis MT Pro', sans-serif;
  font-size: 2.5rem;
  color: #35904d !important;
  flex: 1;
  text-align: justify;
}

.logo-quejas {
  max-width: 150px;
  margin-left: 60px;
}

.quejas {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 100vh;
  gap: 200px;
}


.form-body {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-content {
  padding: 40px 105px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  text-align: center;
  background-color: #ffffff;
}

.input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.input-group h2 {
  color: #35904d;
  font-size: 35px;
}

.input-group label {
  color: #35904d !important;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.input-group input,
textarea {
  padding: 17px 25px;
  border-radius: 25px;
  margin-bottom: 20px;
  background-color: #EDFFF0;
  border: 2px solid #F0FAF1;
  color: #283629;
  outline: none;
}

.input-group input::placeholder,
textarea::placeholder {
  color: #b5cab6 !important;
}

.input-group button {
  font-size: 16px;
  color: #ffffff;
  border: 0;
  border-radius: 25px;
  background-color: #35904d !important;
  box-shadow: 0 0 20px rgba(25, 254, 0, 0.4);
  cursor: pointer;
}

.input-group button:hover {
  background-color: #3ec43a !important;
  border: none;
}

@media (max-width: 991px) {
  .quejas {
    flex-direction: column;
  }

  .form-body,
  .text-box {
    width: 100%;
    padding: 20px;
  }

  .form-content {
    padding: 30px 15px;
    width: 100%;
  }

  .input-group input,
  textarea {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .text-box-q {
    padding: 20px;
    height: 100%;

    width: 90%;
    margin-top: 30px;
    margin-bottom: 1px;
  }



  .text-box-q p {
    margin: 0;
    font-family: 'Amasis MT Pro', sans-serif;
    font-size: 1.3rem;
    color: #35904d !important;
    flex: 1;
    text-align: justify;
  }

  .logo-quejas {
    max-width: 90px;
    margin-left: 15px;
  }

  .form-content {
    padding: 20px 40px;
    margin-left: -50px;
    max-width: 100%;
  }
}


/* Contenedor del mensaje */
.alert-message {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: white;
  display: none;
  animation: fadeIn 0.5s;
}

.alert-success {
  background-color: #4CAF50;
}

.alert-error {
  background-color: #f44336;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}



/*-----------------------------
Venta de algunos equipos 
------------------------------*/
.bannerventa {
  margin-left: 2.4%;
  margin-right: 3%;
  border-radius: 10px;
}

.bannerventa {
  background: linear-gradient(rgba(60, 191, 40, 0.5), rgba(4, 13, 6, 0.5)), url('assets/images/ventas-bann.png') no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: center;
  background-color: rgba(53, 144, 77, 0.5);

  z-index: 100;
}

.bannerventa-content {
  background-color: #398830;
  padding: 20px 40px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  filter: none;
}

.bannerventa-content h2 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  filter: none;
}

@media (max-width: 1200px) {
  .bannerventa-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
  }

  .bannerventa-content h2 {
    font-size: 30px;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .bannerventa {
    height: 300px;
  }

  .bannerventa-content {
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .bannerventa {
    height: 250px;
  }

  .bannerventa-content {
    padding: 10px 20px;
  }
}

#venta-equipos {
  background-color: #f8f9fa;
  padding: 50px 0;
}

#venta-equipos h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #343a40;
}

#venta-equipos .img-container {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-bottom: 15px;
}

#venta-equipos .col-md-4 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease;
}

#venta-equipos .col-md-4:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#venta-equipos .row {
  justify-content: space-between;
}

#venta-equipos p.text-muted {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #6c757d;
}

.btn-comprar {
  font-size: 18px;
  padding: 10px 20px;
}

#venta-equipos .btn-comprar {
  background-color: #00b312;
  color: white;
  font-size: 1.5rem;
  padding: 10px 20px;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  display: center;
  margin: 0 auto;
}

#venta-equipos .btn-comprar:hover {
  background-color: #429c4b;
}

@media (max-width: 768px) {
  #venta-equipos h2 {
    font-size: 1.5rem;
  }

  #venta-equipos p.text-muted {
    font-size: 1.2rem;
  }

  #venta-equipos .btn-comprar {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  #venta-equipos h2 {
    font-size: 1.5rem;
  }

  #venta-equipos p.text-muted {
    font-size: 1.2rem;
  }

  #venta-equipos .btn-comprar {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOutAnimation {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

.fadeIn {
  animation: fadeInAnimation 0.4s forwards;
}

.fadeOut {
  animation: fadeOutAnimation 0.4s forwards;
}

.close-btn {
  margin-top: 15px;
  font-size: 1rem;
  color: white;
  background-color: #429c4b;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.close-btn:hover {
  background-color: #367b3d;
}


/*-----------------------------------------*/
/*               Asesorías                */
/*---------------------------------------*/

.bannerasesorias {
  margin-left: 2.4%;
  margin-right: 3%;
  border-radius: 10px;
}

.bannerasesorias {
  background: linear-gradient(rgba(101, 255, 78, 0.5), rgba(4, 13, 6, 0.5)),
    url('assets/images/ig-01.jpg') no-repeat center center;
  background-size: cover;
  height: 400px;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: center;
  z-index: 100;
}


.bannerasesorias-content {
  background-color: #398830;
  padding: 20px 40px;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  filter: none;
}

.bannerasesorias-content h2 {
  color: white;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  filter: none;
}

.cuadro-verde {
  background-color: #5daf54;
  border: 1px solid #dee2e6;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  color: #333;
}

.cuadro-verde p {
  margin: 0;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
}

.cuadro-verde h3 {
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
}

.cuadro-verde img {
  width: 60%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

/* Media Queries */
@media (max-width: 1200px) {
  .bannerasesorias-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bannerasesorias-content h2 {
    font-size: 36px;
  }

  .cuadro-verde {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cuadro-verde p {
    font-size: 2rem;
  }

  .cuadro-verde h3 {
    font-size: 2.5rem;
  }

  .cuadro-verde img {
    margin: 10px auto 0;
  }
}

@media (max-width: 992px) {
  .bannerasesorias {
    height: 300px;
  }

  .bannerasesorias-content {
    padding: 15px 30px;
  }

  .bannerasesorias-content h2 {
    font-size: 32px;
  }

  .cuadro-verde p {
    font-size: 1.8rem;
  }

  .cuadro-verde h3 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .bannerasesorias {
    height: 250px;
  }

  .bannerasesorias-content {
    padding: 10px 20px;
  }

  .bannerasesorias-content h2 {
    font-size: 28px;
  }

  .cuadro-verde p {
    font-size: 1.6rem;
  }

  .cuadro-verde h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .invert-row {
    flex-direction: column-reverse;
  }

  .invert-row .cuadro-verde {
    padding: 20px;
    margin-bottom: 10px;
  }

  .invert-row .cuadro-verde img {
    width: 70%;
    max-width: 300px;
    margin: 10px auto 0;
    background-color: #ffffff !important;
  }

  .invert-row .text-norma {
    font-size: 1.5rem;
  }
}