/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway+Alternates&display=swap");

html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: 'Raleway';
  font-size: 15px;
  background-color: #ffffff;
  height: 100%;
}
:root {
  --verde: #84AF24;
  --verdeoscuro: #244C26;
  --azul: #0E90E0;
  --verdeclaro: #D3EAA6;
  --beige: #f7f2e1;
  --beigefuerte:#C1B48A;
}
.bg-black-color {
  background-color: #002e5b;
}
.bg-green{
  background-color: #92d050;
}

.panel-gray{
  background-color: #f7f7f7;
  padding: 40px 20px;
  border-radius: 10px;
}
.panel-green{
  background-color: var(--verdeclaro);
  padding: 40px 20px;
  border-radius: 10px;
}

/*default-btn*/

.btn-default {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 30px 13px 30px;
}

.btn-default:hover,
.btn-default:focus {
  color: #000000;
  background: #ffffff;
}
.btn-green1{
  background-color: var(--verdeoscuro);
  color:#fff;
  border-radius: 50px;
  font-weight: 700;
}
.btn-green1:hover{
  background-color: var(--verdeclaro);
  color: #000;
}
/*section-title*/

.section-title {
  text-align: center;
  max-width: 700px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #4d4c4c;
}
.section-title span{
  color: var(--naranja);
}

.section-title .sub-title {
  color: #4e4e4e;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  text-transform: initial;
}

small{
  color: var(--amarillo);
}
/*form-control*/

.line-div {
  text-align: center;
  margin: 10px auto 10px auto;
  border-top: 1px solid #632f6f;
  width: 120px;
  padding: 0px 0px 0px 0px;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
.line{
  margin: 0 auto;
  text-align: center;
  width: 500px;
  border:2px solid var(--rosa);
}
.txt-justify{
  text-align: justify !important;
}
.txt-center{
  text-align: center !important;
}
.txt-left{
  text-align: left !important;
}
.txt-right{
  text-align: right !important;
}
.txt-green{
  color: var(--verde) !important;
}
.fw-700{
  font-weight: 700;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-35{
  margin-top: 35px;
}
.mt-40{
  margin-top: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mt-60{
  margin-top: 60px;
}
.mt-80{
  margin-top: 80px;
}
.mb-40{
  margin-bottom: 40px;
}
.pb-60{
  padding-bottom: 60px;
}
.w-150{
  width: 150px !important;
}
.btn-white{
  background-color: #fff;
  color:#000;
}
.btn-white:hover{
  background-color: var(--amarillo);
  color:#fff;
  font-weight: 800;
}
.form-group{
  margin: 10px 0px;
}
.line{
  margin-top: 30px;
  width: 100%;
  border-top: 5px solid var(--verde);
}
.modal-header{
  border-bottom: none;
  padding: 0px;
}
.modal-body{
  padding: 0px;;
}
.modal-body img{
  width: 100%;;
}
.btn-close {
  position: absolute;
  padding: 20px;
}
/*================================================
Navbar Area CSS
=================================================*/
.header-area {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: transparent;
    transition: 0.5s;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--verde);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin:0px 10px;
    font-weight: 700;
    font-size: 14px;
}
.nav-link:hover{
    color:var(--rojo);
    font-weight: 700;
}
.navbar-collapse.show {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    border-radius: 10px;
}
.navbar-toggler {
    margin-top: 10px;
}
.navbar-brand img{
  display: none;
}
.header-area.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
        box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
        background-color: #fff !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        color: var(--rojo) !important;
}
.header-area.is-sticky .navbar-brand img {
  display: block;
  width: 50px;
}
@media only screen and (max-width: 991px) {
    .header-area {
        background-color: #fff;
    }
    .nav-link{
        color: var(--rojo);
    }
}
/*================================================
Coming Soon Area CSS
=================================================*/
#comingsoon {
  background-image: url(../img/bg-productos.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;  /* horizontal por defecto */
}

#comingsoon img {
  max-width: 300px;
  width: 30%;
  margin: 0 20px;
}

/* En pantallas pequeñas, cambia a vertical */
@media (max-width: 600px) {
  #comingsoon {
    flex-direction: column;
  }
  
  #comingsoon img {
    margin: 10px 0;
    width: 60%;
  }
}
/*================================================
Banner Area CSS
=================================================*/

.main-banner {
  position: relative; /* antes era sticky */
  height: 70vh;
  font-family: 'Raleway';
  z-index: 1;
  overflow: hidden; /* importante para recortar el video */
  background-image: url('../img/bg-main.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-banner img{
  width: 300px;
}
.main-banner h2{
  font-size: 1.8rem;
  color: var(--verde);
  font-weight: 700;
}
.main-banner p{
  color: #000;
  font-size: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .main-banner {
    position: relative; /* antes era sticky */
    height: 70vh;
    font-family: 'Raleway';
    z-index: 1;
    overflow: hidden; /* importante para recortar el video */
    background-image: url('../img/bg-main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main-banner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#000 ,#000);
    opacity: 0.7;
    z-index: -1;
  }
  .main-banner img{
    width: 250px;
  }
  .main-banner h2{
    font-size: 1.8rem;
    color: var(--verde);
    font-weight: 700;
  }
  .main-banner p{
    color: #fff;
    font-size: 1.2rem;
  }
}
/*================================================
Quiénes Somos Area CSS
=================================================*/
#quienessomos{
  position: relative; /* antes era sticky */
  z-index: 1;
  overflow: hidden; /* importante para recortar el video */
  background-image: url('../img/bg-6.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
#quienessomos::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,#fff ,#fff);
  opacity: 0.8;
  z-index: -1;
}
#quienessomos small{
  font-size: 1rem;
  color: var(--verdeoscuro);
  font-weight: 600;
}
#quienessomos h3{
  font-size: 2rem;
  color: var(--verde);
  font-weight: 700;
}
#quienessomos p{
  font-size: 1rem;
  margin-top: 20px;
  text-align: justify;
}
#quienessomos img{
  width: 100%;
  border-radius: 10px;
}
/*================================================
Nosotros Area CSS
=================================================*/
#nosotros{
  padding: 40px 0px;
  position: relative; /* antes era sticky */
  font-family: 'Raleway';
  z-index: 1;
  overflow: hidden; /* importante para recortar el video */
  background-image: url('../img/bg-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
#nosotros::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,#fff ,#fff);
  opacity: 0.7;
  z-index: -1;
}
#nosotros small{
  font-size: 1rem;
  color: var(--verde);
  font-weight: 600;
}
#nosotros h3{
  font-size: 2rem;
  color: var(--azul);
  font-weight: 700;
}
#nosotros p{
  font-size: 1rem;
  margin-top: 20px;
  text-align: center;
}
#nosotros img{
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}
/*================================================
Servicios Area CSS
=================================================*/
#servicios{
  padding: 40px 0px 150px 0px;
  background-image: url("../img/bg-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
     background-attachment: fixed;

}

#servicios small{
  font-size: 1rem;
  color: var(--verdeoscuro);
  font-weight: 600;
}
#servicios h3{
  font-size: 2rem;
  color: var(--verde);
  font-weight: 700;
}
#servicios p{
  font-size: 1rem;
  margin-top: 20px;
  text-align: center;
  color: #4e4e4e;
}
#servicios img{
  width: 100%;
}
#servicios .servicio{
  background-color: #fff;
  height: 700px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
#servicios .servicio:hover{
  border: none;
  box-shadow: 0px 41.04px 42.48px rgba(0, 0, 0, 0.053);
}
#servicios .servicio img{
  width: 100%;
  border-radius: 10px;
}
#servicios .servicio h4{
  font-size: 1.2rem;
  font-weight: 700;
  color: #4e4e4e;
  margin-top: 20px;
}
#servicios .servicio:hover h4{
  color: var(--verde);
}
#servicios .servicio ul li{
  font-size: .8rem;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  #servicios .servicio{
    margin-top: 20px;
    height: auto;
  }
}
/*================================================
Acreditaciones Area CSS
=================================================*/
#acreditaciones{
  padding: 40px 0px 150px 0px;
  background-color: #fff;
}
#acreditaciones img{
  width: 500px;
}
#acreditaciones small{
  font-size: 1rem;
  color: var(--verde);
  font-weight: 600;
}
#acreditaciones h3{
  font-size: 2rem;
  color: var(--azul);
  font-weight: 700;
}
#acreditaciones p{
  font-size: 1rem;
  margin-top: 20px;
  text-align: center;
}
#acreditaciones .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#acreditaciones .col-lg-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* distribuye verticalmente */
  height: 500px; /* igual a la imagen */
  padding: 0 20px;
}

#acreditaciones .col-lg-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#acreditaciones .col-lg-6 img {
  width: 500px;
  max-width: 100%;
  height: auto;
}

#acreditaciones .col-lg-3 p {
  color: var(--verdeoscuro);
  font-weight: 800;
  text-align: left;
  font-size: 1.2rem;
}
@media only screen and (max-width: 991px) {
  #acreditaciones .col-lg-6 img {
    display: none;
  }
  #acreditaciones .col-lg-3 {
    display: flex;
    flex-direction: column;
    justify-content:unset;
    height: auto;
    padding: 0 20px;
  }
  #acreditaciones .txt-right{
    text-align: left !important;
  }
  #acreditaciones .col-lg-3 p {
  color: var(--verdeoscuro);
  font-weight: 800;
  text-align: left;
  font-size: 1.5rem;
}
}
/*================================================
Clientes Area CSS
=================================================*/
#clientes{
  padding: 40px 0px 0px 0px;
  background: radial-gradient(circle, #fff, #F8F7F0);
}
#clientes small{
  font-size: 1rem;
  color: var(--verde);
  font-weight: 600;
}
#clientes h3{
  font-size: 2rem;
  color: var(--azul);
  font-weight: 700;
}
#clientes p{
  font-size: 1rem;
  margin-top: 20px;
  text-align: justify;
}
#clientes img{
  width: 100%;
}
/*================================================
Grupo Area CSS
=================================================*/
#grupo{
  position: relative; /* antes era sticky */
  font-family: 'Raleway';
  z-index: 1;
  overflow: hidden; /* importante para recortar el video */
  background-image: url('../img/bg-5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#grupo::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,#000 ,#000);
  opacity: 0.7;
  z-index: -1;
}
#grupo small{
  font-size: 1rem;
  color: var(--verde);
  font-weight: 600;
  text-align: right;
  display: block;
}
#grupo h3{
  font-size: 2rem;
  color: var(--azul);
  font-weight: 700;
  text-align: right;
}
#grupo p{
  font-size: 1rem;
  margin-top: 20px;
  text-align: right;
  color: #fff;
}
#grupo img{
  width: 300px;
}
#grupo h4{
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  #grupo h3{
    font-size: 2rem;
    color: var(--azul);
    font-weight: 700;
    text-align: right;
  }
  #grupo p{
    font-size: 1rem;
    margin-top: 20px;
    text-align: right;
    color: #fff;
  }
  #grupo img{
    width: 150px;
  }
  #grupo h4{
    color: #fff;
    font-weight: 700;
  }
}
/*================================================
Contacto Area CSS
=================================================*/
#contacto{
  padding: 60px 0px;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  border-top: 5px solid var(--verdeclaro);
}
#contacto h2{
  color: var(--azul);
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
#contacto small{
  font-size: 1rem;
  color: var(--verde);
  font-weight: 600;
  display: block;
}
#contacto p{
  color:#000;
  text-align: left;
}
#contacto .contactform{
  text-align: left;
}
#contacto .contactform p{ 
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: .8rem;
}
#contacto .contactform label{
  color: #000;
  font-size: .7rem;
}
#contacto iframe{
  width: 100%;
  height: 400px;
  padding: 0px 50px;
}
.panel-contact{
  margin-top: 30px;
  border: 1px solid var(--verde);
  border-radius: 10px;
  padding: 20px;
}
.contactform i{
  color: var(--verde);
  font-size: 1rem;
}
.contactform p i{
  padding-right: 10px;
}
.contactform a{
  text-decoration: none;
  color: #4e4e4e;
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  #contacto{
    padding: 20px 0px;
    font-family: 'Raleway', sans-serif;
    text-align: right;
    border-top: 5px solid var(--verdeclaro);
  }
  #contacto h2{
    color: var(--verde);
    font-size: 2rem;
    font-weight: 700;
    text-align: right;
  }
  #contacto small{
    color:var(--verdeoscuro) ;
    text-align: right !important;
    display: block;
  }
  #contacto p{
    color:#000;
    text-align: right;
    font-size: .9rem;
  }
  #contacto .contactform{
    text-align: left;
  }
  #contacto .contactform p{ 
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: .9rem;
  }
  #contacto .contactform label{
    color: #000;
    font-size: .9rem;
  }
  #contacto .contactform .form-control{
    color: #000;
    font-size: .9rem;
  }
  #contacto iframe{
    width: 100%;
    height: 200px;
    padding: 0px 0px;
  }
  .panel-contact{
    margin-top: 10px;
    border: 1px solid var(--verde);
    border-radius: 10px;
  }
  .widget-footer-contact{
    display: none;
  }
}
/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color:var(--verde);
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}
.widget-footer{
  color:#ffffff;
  text-align: center;
}
.widget-footer p{
  font-size:.6rem;
  padding-top: 20px;
  margin-bottom: 0px;
}
.widget-footer img{
  width: 150px;
}
.widget-footer small{
  font-size: .5rem;
}
.widget-footer-contact{
  color: #ffffff;
  padding-top: 90px;
}
.widget-footer-social{
  color: #ffffff;
  text-align: right;
}
.widget-footer-social i{
  font-size: 1.8rem;
  padding: 10px 10px 0px 10px;
}
.widget-footer-social p{
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  padding-top: 10px;
}
.widget-footer-contact a{
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}
.footer-area .social{
  text-align: right;
  margin-top: 40px;
}
.footer-area .social a{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-area .social p{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .widget-footer-social{
    text-align: center;
  }
  .footer-area .social{
    text-align: center;
    margin-top: 10px;
  }
  .footer-area .social a{
    display: inline-flex;
  }
  .footer-area .social p{
    display: inline-flex;
    margin-left: 30px;
  }
  .widget-footer img{
    width: 250px;
  }
}
/*================================================
Go Top CSS
=================================================*/

.go-top {
  position: fixed;
  cursor: poRaleway;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #000;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}