/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 18px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}




/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/
.navigation.navbar {
     float: right;
     background: #fff;
     clear: both;
     padding: 23px 25px !important;
     border-radius: 10px;
     
     width: 25%;
}
#conocenos{
     padding-left: 55px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 20px;
     color: #070404;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
    
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #47A235;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #00BF63;
}

.navbar-expand-md .navbar-nav {
     padding-right: 20px;
    
}

.login_btn a {
     background: #00BF63;
     padding: 9px 32px !important;
     display: inline;
     border-radius: 10px;
     color: #fff !important;
     margin: 0 10px;
}

.login_btn a:hover {
     background: #000 !important;
}

.sea_icon a {
     color: #8c8c8c !important;
}

.header {
     width: 100%;
     padding: 30px 10px;
     background: #197b4c;
     position: absolute;
     z-index: 999;
     border-top: #090102 solid 11px;

}

.logo {
     padding-top: 0px;
}

/** Mision section **/
/* Responsive Styles - Media Queries */

.layout {
     padding: 220px 0px 10px 0px;
     width: 100%;
     height: auto;

     display: grid;
     grid-template-rows: repeat(1, 1fr);
     grid-template-columns: repeat(3, 1fr);
     gap: 8px;
   }
   
   .layout h1 {
     font-size: 60px;
     font-weight: bold;
     margin: 0px;
   }
   
   .layout .card  {
     width: auto;
     font-size: 60px;
     margin: 0px 20px;
     padding: 20px;
     background-color: #2d9a65;
     border-radius: 8px;
     height: 450px;
     
   }
   
   .layout .card-header {
     font-size: 28px;
     font-weight: bold;
     background-color: #fff;
     padding: 10px;
     border-radius: 8px;
     text-align: center;
     
     
   }
   
   .layout .card-body {
     font-size: 22px;
     line-height: 1.5;
     color: #fff;
     padding-top: 50px;
     text-align: center;

   }
   .layout .card-body p {
     font-size: 22px;
     line-height: 1.5;
     color: #fff;
    

   }
   .layout ul {
     list-style-type: none;
     margin: 0px;
     padding: 0px;
   }
   
   .layout li {
     font-size: 16px;
   }
   
   .layout .card:not(:first-child) {
     margin-left: 8px;
   }

   @media (max-width: 768px) {
     .layout {
       padding: 150px 20px 10px 0px;  /* Reduce top padding for smaller screens */
       grid-template-columns: repeat(1, 1fr);  /* Display cards in a single column */
     }
   
     .layout .card {
       width: 100%;  /* Ensure cards take full width on smaller screens */
       margin: 0px 10px;  /* Adjust margins for smaller screens */
       margin-bottom: 10px;
       height: 270px;
     }
   
     .layout .card-header {
       padding: 5px;  /* Reduce padding for smaller screens */
       font-size: 14px;  /* Reduce font size for smaller screens */
     }
   
     .layout .card-body {
       padding-top: 25px;  /* Reduce padding for smaller screens */
       font-size: 12px;  /* Reduce font size for smaller screens */
     }

     .layout .card-body p {
          font-size: 14px;
          line-height: 1.5;
          color: #fff;
         
     
        }
   }

/* carrousel */




/** end banner section **/

.titlepage h2 {
     font-size: 35px;
     color: #2a2a2c;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}



.read_more:hover {
     background: #00BF63;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     border-bottom: #000 solid 1px;
     padding: 10px 0 10px 0;
}



.about .titlepage::before {
     position: absolute;
     content: "";
     width: 220px;
     height: 411px;
     right: -30px;
     background: url(../images/about_right_cross.jpg);
     background-repeat: no-repeat;
     top: -27px;
     z-index: -1;
}

.about .about_img figure {
     margin: 0;
     width: 120%;
     height: 250%;
     margin-left: -100px;
}

.about .titlepage {
     
     border: #197b4c solid 1px;
     padding: 40px 40px;
     z-index: 10018;
     background: #fff;
     margin-right: -180px;
     
}

.about .titlepage p {
     color: #2a2a2c;
     font-size: 17px;
     line-height: 35px;
     font-weight: 400;
     padding-top: 20px;
}



@media (max-width: 768px) {
     .about .titlepage::before {
          display: none;
     }
     .about .titlepage {
          margin-right: 0px;
     }
     .about .about_img figure {
          width: 100%;
          margin-left: 0px;
     }
}
/** contact section **/

.contact {
     margin-top: 90px;
}



.separador {
     background-color: #197b4c;
     color: #fff;
     font-size: 80px;
     font-weight: bold;
     font-family: 'Rajdhani', sans-serif;
     margin-bottom: 20px;
     width: 100%;
     height: 2px;
   
     text-align: center;
     border-color: #000;
    
}



/** end contact section **/

.values {
     margin-top: 90px;
     
   text-align: center;
     margin-bottom: 20px;
    
     
}

@media (max-width: 768px) {
     .values {
          margin-left: 0px;
     }
}



.TituloValores {
     margin-top: 20px;
     background-color: #197b4c;

     font-weight: bold;
     font-family: 'Rajdhani', sans-serif;
     margin-bottom: 20px;
     width: 100%;
     
     text-align: center;
     border-color: #000;
    
}

.TituloValores h1 {
     color: #fff;
     font-size: 80px;
     font-weight: bold;
     font-family: 'Rajdhani', sans-serif;
     margin-bottom: 20px;
     width: 100%;
     text-align: center;
     border-color: #000;
    
}

@media (max-width: 768px) {
     #valoresTitle {
          margin-left: 0px;
          font-size: 30px;
     }
}


/** footer **/

.footer {
     background: #197b4c;
     padding-top: 90px;
     text-align: center;
     font-family: 'Roboto', sans-serif;
}

ul.location_icon {
     text-align: center;
}

ul.location_icon li {
     display: inline-block;
     font-size: 17px;
     line-height: 20px;
     color: #fff;
     text-align: center;
     padding: 0 40px;
}

ul.location_icon li a {
     font-size: 40px;
     color: #fff;
     line-height: 30px;
     display: block;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
     background: #fbfdfd;
}

.copyright p {
     color: #292929;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #292929;
}

.copyright a:hover {
     color: #00BF63;
}


/** end footer **/


/** inner page css **/
