@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");
body {
  font-family: 'Lato', sans-serif;
  color: #040000;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #0c0c0c;
}

h1,
h2 {
  font-family: 'Merriweather Sans', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #0c0c0c;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #0c0c0c;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #d41313;
}

.header_section .header_bottom {
  padding: 10px 0;
  
}
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #0c0c0c;
  background-image: url('');
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  z-index: -1;
}
.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-family: "Bank Gothic Md BT", sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
}

.navbar-brand span {
  color: #3f9033;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
  font-family: "Bank Gothic Md BT", sans-serif; /* Add this line to change the font */
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #0355cc;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ece5ad;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #3c9334;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #fc0808;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: bottom;
}
.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider_section .row {
  justify-content: center;
}


.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 90px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  color: #0355cc;
}

.slider_section .detail-box p {
  color: #444;
  font-size: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ff8a1d;
  border: 1px solid #ff8a1d;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ff8a1d;
}

.slider_section .img-box img {
  width: 100%;
}

.feature_section {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 45px 15px;
  background-color: #ffffff;
  color: #3c9334;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #3c9334;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #3c9334;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover, .feature_section .feature_container .box.active {
  background-color: #3c9334;
  color: #ece5ad;
}

.feature_section .feature_container .box:hover .img-box svg, .feature_section .feature_container .box.active .img-box svg {
  fill: #ece5ad;
}

.feature_section .feature_container .box:hover .img-box svg path, .feature_section .feature_container .box.active .img-box svg path {
  fill: #ece5ad;
}

.sobre_nostroos {
  margin-top: 60px; /* Cambia este valor según el espacio que desees agregar */
  display: flex; /* Usar flexbox */
  align-items: center;
  justify-content: center; 
}

.sobre_nostroos .container {
  display: flex;
  flex-direction: row-reverse; /* Reversa la dirección de los elementos en la fila */
}

.sobre_nostroos .detail-box {
  color: #ffffff;
}

/* Ajustar el tamaño de la imagen */
.sobre_nostroos .img-box img {
  width: 90%; /* La imagen ocupará todo el ancho de su contenedor */
  height: auto; /* Se ajustará automáticamente la altura manteniendo la proporción */
  max-width: none; /* Anula el límite máximo de ancho */
  padding-left: 50px;
}
.sobre_nostroos .col-lg-5,
.sobre_nostroos .col-md-6 {
  padding-left: 60px;
  padding-right: 50px;
  order: 2; /* Cambia el orden de la columna del texto */
}

.sobre_nostroos .col-lg-7,
.sobre_nostroos .col-md-6 {
  order: 1; /* Cambia el orden de la columna de la imagen */
}
.sobre_nostroos .detail-box h2 {
  font-weight: bold;
  color: #ece5ad; /* Cambia este valor por el color deseado para el h2 */
  font-family: 'Merriweather Sans', sans-serif;
}

/* Cambiar el color del h3 */
.sobre_nostroos .detail-box h3 {
  font-weight: bold;
  color: #ece5ad; /* Cambia este valor por el color deseado para el h3 */
  font-family: 'Merriweather Sans', sans-serif;
  margin-top: 60px;
}
.download-button {
  text-align: center;
  margin-top: 50px; /* Ajusta este valor según sea necesario */
}

.download-button .btn {
  background-color: #39afc1; /* Cambia este color por el que desees */
  color: #000000; /* Cambia el color del texto si es necesario */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.download-button .btn:hover {
  background-color: #f0c193; /* Cambia este color por el color deseado en el hover */
}



.fila {
  display: flex;
  align-items: center;
}

.contiene_video,
.contiene_video2 {
  text-align: center;
  margin-top: 50px;
  max-width: 53%; /* Ancho máximo del contenedor de video */
  margin-left: auto; /* Margen izquierdo automático para centrarlo horizontalmente */
  margin-right: 260px; /* Margen derecho automático para centrarlo horizontalmente */
  margin-top: 100px;
}

.contiene_video .col-lg-7,
.contiene_video2 .col-lg-7 {
  order: 2; /* Cambia el orden del video */
}

.contiene_video .col-lg-5,
.contiene_video2 .col-lg-5 {
  order: 1; /* Cambia el orden del texto */

}


.video-box,
.video-box2 {
  display: inline-block;
  position: relative;
  max-width: 150%; /* Hace que el video sea responsivo */
  height: auto;
  
}

.video-fluid {
  width: 120%; /* Ajusta el ancho del video */
  height: auto; /* Mantiene la proporción de aspecto */
}


.detalle-caja,
.detalle-caja2 {
  color: white;
  margin-top: 0px;
  text-align: left; /* Centra el texto horizontalmente */
  
}


@media only screen and (max-width: 768px) {
  .Video-servicios .contiene_video {
    display: flex; /* Utiliza flexbox para alinear los elementos */
    flex-direction: column; /* Apila los elementos verticalmente */
    align-items: center; /* Centra los elementos horizontalmente */
  }

  .Video-servicios .contiene_video .col-lg-7,
  .Video-servicios .video-box video {
    margin-top: 13px;
    margin-left: 52px;
    margin-right: 3px;
    width: 298%; /* Ancho completo del video en dispositivos móviles */
    height: auto; /* Ajustar la altura automáticamente */
    margin-bottom: -0px;
    max-width: none; /* Ajustar el tamaño máximo del video */
    max-height: none; /* Eliminar la limitación de altura máxima del video */
    position: relative;
  }

  .Video-servicios .contiene_video .col-lg-5 {
    width: 85%; /* Ancho del texto en dispositivos móviles */
    margin-left: 25px; /* Eliminar el margen izquierdo en dispositivos móviles */
    text-align: center; /* Centra el texto horizontalmente */
    position: absolute; /* Establece la posición absoluta */
    top: 150; /* Coloca el texto en la parte superior del contenedor del video */
    left: 0; /* Alinea el texto a la izquierda del contenedor del video */
    /* Añade un fondo semitransparente para mejorar la legibilidad */
    padding: 0px; /* Añade espacio alrededor del texto */
    margin-bottom: 200px;
  }
}

.Video-servicios .contiene_video h3 {
  text-align: center; /* Centrar el texto horizontalmente */
  color: #ece5ad;
}
.Video-servicios .contiene_video p {
  text-align: center; /* Centrar el texto horizontalmente */

}


.professional-list {
  color: #ffffff; /* Color blanco */
  /* Agrega cualquier otro estilo necesario para la lista */
}
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #ece5ad;
}

.about_section .detail-box p {
  margin-top: 10px;  
  color: #fcfcfc;
}

.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #3c9334;
  border: 1px solid #ece5ad;
  border-radius: 2px;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #ece5ad;
}

.about_section .img-box img {
  width: 100%;
}

.professional_section {
  background-color: #0c0c0c;
}

.professional_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.professional_section .img-box img {
  width: 100%;
}

.professional_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #ece5ad;
}

.professional_section .detail-box p {
  margin-top: 20px;
  color: #ffffff;
}

.professional_section .detail-box a {
  margin-top: 25px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #3c9334;
  border: 1px solid #ece5ad;
  border-radius: 2px;
  color: #ffffff;
}

.professional_section .detail-box a:hover {
  background-color: transparent;
  color: #ece5ad;
}

.service_section {
  position: relative;
  background-color: #f8f8f8;
  color: #000000;
  
}


.service_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(245, 245, 245, 0.15);
          box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #0c0c0c;
}

.service_section .box .detail-box {
  margin-top: 15px;
  color: #0c0c0c;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  color: #0c0c0c;
}

.service_section .box .detail-box p {
  margin: 0;
  color: #0c0c0c;
}

.service_section .box:hover {
  background-color: #3c9334;
  color: #050000;
}

.service_section .box:hover .img-box img {
  color: #000000;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #3c9334;
  border: 1px solid #ece5ad;
  border-radius: 0;
  color: #f0f0f0;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #3c9334;
}

.client_section .heading_container{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ece5ad;
}

.client_section .box {
  margin: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  color: #f8f8f8;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 125px;
  min-width: 125px;
  margin-right: 15px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbf05d;
}

.client_section .box .client_text {
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #3c9334;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

.heading_container {
  margin-bottom: 30px;
  color: #ece5ad;
}

.contactopinga {
  text-align: center;
}

.contact_section button {
  border: none;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #3c9334;
  border: 1px solid #ece5ad;
  border-radius: 0;
  color: #ffffff;
  margin-top: 15px;
}
.whatsapp_button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3c9334;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.whatsapp_button:hover {
  background-color: darkgreen;
}
.contact_section button:hover {
  background-color: transparent;
  color: #ece5ad;
}

.contact_section .map_container {
  height: 360px;
}

.contact_section .map_container .map {
  height: 100%;
}

.info_section {
  padding: 75px 0;
  background-color: #0c0c0c;
  text-align: center;
  color: #ece5ad;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  
}

.info_section .social-box .box {
  background-color: #3c9334;
  padding: 5px 15px;
}

.info_section a {
  margin: 0 5px;
  color: #ffffff;
}

.info_section a i {
  font-size: 18px;
}

.info_section a:hover {
  color: #0c0c0c;
}

.info_items a {
  position: relative;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  background-color: #3c9334;
  color: #0c0c0c;
}

.info_items .item .img-box i {
  font-size: 24px;
}

.info_items .item p {
  margin-top: 25px;
  color: #ece5ad;
  margin-bottom: 0;
  background-color: #0c0c0c;
}

.info_items .item:hover .img-box {
  background-color: #ece5ad;
}

.info_items {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 65px;
  width: 75%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* footer section*/
.footer_section {
  background-color: #3c9334;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  border-top: 0.8px solid #ece5ad;
}

.footer_section a {
  color: inherit;
}
@media (max-width: 767px) {
  .heading_container {
    text-align: center;
  }

  

  .col-md-6 {
    width: 100%;
  }
}
/* final footer section*/
/*# sourceMappingURL=style.css.map */