@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.7	services-section
#0.8	projects-section
#1.1	testimonials-section
#1.2	contact-section
#1.4	partners-section


--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------
#2.0	why-choose-section
#2.1	why-choose-section
#2.2	case-studies-s2
#2.3	newsletter-section
#2.4	testimonials-section-s2

--------------------------------------------------------------
	#contact page
--------------------------------------------------------------


/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,500|Poppins:500,600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "Hind", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #7a8595;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** back to top **/
.back-to-top {
  background-color: rgba(0, 26, 87, 0.9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #001a57;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #bbb;
  box-shadow: inset 0 0 5px #bbb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #001a57;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #000b24;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages,
.contact-validation-active-s2 .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  clear: both;
  float: none;
  padding: 0 25px;
}

.contact-validation-active label.error,
.contact-validation-active-s2 label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active-s2 #loader,
.contact-validation-active #loader-2,
.contact-validation-active-s2 #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active-s2 #success,
.contact-validation-active #success-2,
.contact-validation-active-s2 #success-2,
.contact-validation-active #error,
.contact-validation-active-s2 #error,
.contact-validation-active #error-2,
.contact-validation-active-s2 #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active-s2 #success,
  .contact-validation-active #success-2,
  .contact-validation-active-s2 #success-2,
  .contact-validation-active #error,
  .contact-validation-active-s2 #error,
  .contact-validation-active #error-2,
  .contact-validation-active-s2 #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active-s2 #success,
.contact-validation-active #success-2,
.contact-validation-active-s2 #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active-s2 #error,
.contact-validation-active #error-2,
.contact-validation-active-s2 #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader,
.contact-validation-active-s2 #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

.contact-validation-active-s2 .error-handling-messages {
  padding: 0 15px;
}

.contact-validation-active-s2 #loader {
  color: #001a57;
}

/****************************
	section-title
*****************************/
.section-title,
.section-title-s4 {
  text-align: center;
}

.section-title h2,
.section-title-s4 h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 1em;
  padding: 0 90px;
}

@media (max-width: 1199px) {
  .section-title h2,
  .section-title-s4 h2 {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .section-title h2,
  .section-title-s4 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .section-title h2,
  .section-title-s4 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
    padding: 0;
  }
}

.section-title p,
.section-title-s4 p {
  color: #a1adbd;
  margin: 0;
}

.section-title-s2 h2,
.section-title-s3 h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #001a57;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.section-title-s3 {
  color: #fff;
}

.section-title-s4 h2 {
  color: #001a57;
  margin: 0 0 0.7em;
}

.theme-btn {
  font-family: "Poppins", sans-serif;
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #00123e);
  background: -moz-linear-gradient(top, #001a57, #00123e);
  background: -o-linear-gradient(top, #001a57, #00123e);
  background: -ms-linear-gradient(top, #001a57, #00123e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#00123e)
  );
  background: linear-gradient(top, #001a57, #00123e);
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff;
  padding: 11px 30px;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 11px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 9px 22px;
  }
}

.theme-btn:hover {
  background-color: #00123e;
  background: -webkit-linear-gradient(top, #00123e, #001a57);
  background: -moz-linear-gradient(top, #00123e, #001a57);
  background: -o-linear-gradient(top, #00123e, #001a57);
  background: -ms-linear-gradient(top, #00123e, #001a57);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00123e),
    to(#001a57)
  );
  background: linear-gradient(top, #00123e, #001a57);
  color: #fff;
}

  /*Estilos icono de whatsapp*/
  .theme-btn-whatsapp {
    font-family: "Poppins", sans-serif;
    background-color: #25D366;
    background: -webkit-linear-gradient(top, #25D366, #20BA5A);
    background: -moz-linear-gradient(top, #25D366, #20BA5A);
    background: -o-linear-gradient(top, #25D366, #20BA5A);
    background: -ms-linear-gradient(top, #25D366, #20BA5A);
    background: -webkit-gradient(linear, left top, left bottom, from(#25D366), to(#20BA5A));
    background: linear-gradient(top, #25D366, #20BA5A);
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #fff;
    padding: 11px 30px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
  }

  .theme-btn-whatsapp i {
    margin-right: 8px;
  }

  @media (max-width: 991px) {
    .theme-btn-whatsapp {
      font-size: 14px;
      font-size: 0.93333rem;
      padding: 11px 25px;
    }
  }

  @media (max-width: 767px) {
    .theme-btn-whatsapp {
      padding: 9px 22px;
    }
  }

  .theme-btn-whatsapp:hover {
    background-color: #20BA5A;
    background: -webkit-linear-gradient(top, #20BA5A, #25D366);
    background: -moz-linear-gradient(top, #20BA5A, #25D366);
    background: -o-linear-gradient(top, #20BA5A, #25D366);
    background: -ms-linear-gradient(top, #20BA5A, #25D366);
    background: -webkit-gradient(linear, left top, left bottom, from(#20BA5A), to(#25D366));
    background: linear-gradient(top, #20BA5A, #25D366);
    color: #fff;
  }

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #001a57;
  -webkit-box-shadow: 0 0 5px 0 #00298a;
  -moz-box-shadow: 0 0 5px 0 #00298a;
  -o-box-shadow: 0 0 5px 0 #00298a;
  -ms-box-shadow: 0 0 5px 0 #00298a;
  box-shadow: 0 0 5px 0 #00298a;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #00298a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #001a57;
}

.slide-caption li a{
  color: #001a57; 
  display: flex; 
  align-items: center;
}

@media (max-width: 767px) {
  .slide-caption h3{
   font-size: 18px;
  }
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.preloader div img {
  max-width: 180px;
  -webkit-animation: preloader-animation 1.3s linear infinite;
  animation: preloader-animation 1.3s linear infinite;
}

.preloader #spinningSquaresG {
  position: relative;
width:180px;
	height:14px;
  margin-top: 20px; 
}

.spinningSquaresG{
	position:absolute;
	top:0;
		background-color: #d4b02e;
	width:12px;
	height:12px;
	animation-name:bounce_spinningSquaresG;
		-o-animation-name:bounce_spinningSquaresG;
		-ms-animation-name:bounce_spinningSquaresG;
		-webkit-animation-name:bounce_spinningSquaresG;
		-moz-animation-name:bounce_spinningSquaresG;
	animation-duration:0.515s;
		-o-animation-duration:0.515s;
		-ms-animation-duration:0.515s;
		-webkit-animation-duration:0.515s;
		-moz-animation-duration:0.515s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
}

#spinningSquaresG_1{
	left:0;
	animation-delay:0.206s;
		-o-animation-delay:0.206s;
		-ms-animation-delay:0.206s;
		-webkit-animation-delay:0.206s;
		-moz-animation-delay:0.206s;
}
#spinningSquaresG_9{
	left:13px;
	animation-delay:0.206s;
		-o-animation-delay:0.206s;
		-ms-animation-delay:0.206s;
		-webkit-animation-delay:0.206s;
		-moz-animation-delay:0.206s;
}
#spinningSquaresG_2{
	left:26px;
	animation-delay:0.2625s;
		-o-animation-delay:0.2625s;
		-ms-animation-delay:0.2625s;
		-webkit-animation-delay:0.2625s;
		-moz-animation-delay:0.2625s;
}
#spinningSquaresG_10{
	left:39px;
	animation-delay:0.2625s;
		-o-animation-delay:0.2625s;
		-ms-animation-delay:0.2625s;
		-webkit-animation-delay:0.2625s;
		-moz-animation-delay:0.2625s;
}
#spinningSquaresG_3{
	left:52px;
	animation-delay:0.309s;
		-o-animation-delay:0.309s;
		-ms-animation-delay:0.309s;
		-webkit-animation-delay:0.309s;
		-moz-animation-delay:0.309s;
}
#spinningSquaresG_11{
	left:65px;
	animation-delay:0.309s;
		-o-animation-delay:0.309s;
		-ms-animation-delay:0.309s;
		-webkit-animation-delay:0.309s;
		-moz-animation-delay:0.309s;
}

#spinningSquaresG_4{
	left:78px;
	animation-delay:0.3655s;
		-o-animation-delay:0.3655s;
		-ms-animation-delay:0.3655s;
		-webkit-animation-delay:0.3655s;
		-moz-animation-delay:0.3655s;
}
#spinningSquaresG_12{
	left:91px;
	animation-delay:0.3655s;
		-o-animation-delay:0.3655s;
		-ms-animation-delay:0.3655s;
		-webkit-animation-delay:0.3655s;
		-moz-animation-delay:0.3655s;
}
#spinningSquaresG_5{
	left:104px;
	animation-delay:0.412s;
		-o-animation-delay:0.412s;
		-ms-animation-delay:0.412s;
		-webkit-animation-delay:0.412s;
		-moz-animation-delay:0.412s;
}
#spinningSquaresG_13{
	left:117px;
	animation-delay:0.412s;
		-o-animation-delay:0.412s;
		-ms-animation-delay:0.412s;
		-webkit-animation-delay:0.412s;
		-moz-animation-delay:0.412s;
}


#spinningSquaresG_6{
	left:130px;
	animation-delay:0.4685s;
		-o-animation-delay:0.4685s;
		-ms-animation-delay:0.4685s;
		-webkit-animation-delay:0.4685s;
		-moz-animation-delay:0.4685s;
}
#spinningSquaresG_14{
	left:143px;
	animation-delay:0.4685s;
		-o-animation-delay:0.4685s;
		-ms-animation-delay:0.4685s;
		-webkit-animation-delay:0.4685s;
		-moz-animation-delay:0.4685s;
}
#spinningSquaresG_7{
	left:156px;
	animation-delay:0.515s;
		-o-animation-delay:0.515s;
		-ms-animation-delay:0.515s;
		-webkit-animation-delay:0.515s;
		-moz-animation-delay:0.515s;
}
#spinningSquaresG_15{
	left:169px;
	animation-delay:0.515s;
		-o-animation-delay:0.515s;
		-ms-animation-delay:0.515s;
		-webkit-animation-delay:0.515s;
		-moz-animation-delay:0.515s;
}


#spinningSquaresG_8{
	left:182px;
	animation-delay:0.5715s;
		-o-animation-delay:0.5715s;
		-ms-animation-delay:0.5715s;
		-webkit-animation-delay:0.5715s;
		-moz-animation-delay:0.5715s;
}

@keyframes bounce_spinningSquaresG{
	0%{
		transform:scale(1);
		background-color: 055490
	}

	100%{
		transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_spinningSquaresG{
	0%{
		-o-transform:scale(1);
		background-color: #d4b02e
	}

	100%{
		-o-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_spinningSquaresG{
	0%{
		-ms-transform:scale(1);
		background-color: #d4b02e
	}

	100%{
		-ms-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_spinningSquaresG{
	0%{
		-webkit-transform:scale(1);
		background-color: #d4b02e
	}

	100%{
		-webkit-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_spinningSquaresG{
	0%{
		-moz-transform:scale(1);
		background-color: #d4b02e
	}

	100%{
		-moz-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

/*************************
    services grids
*****************************/

.services-grids .grid {
  background-color: #fff;
  text-align: center;
  padding: 45px;
  margin-bottom: 55px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 22px 40px 0px rgba(171, 171, 171, 0.1);
  box-shadow: 0px 22px 40px 0px rgba(171, 171, 171, 0.1);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .services-grids .grid {
    padding: 35px 25px;
  }
}

.services-grids .grid .inner {
  position: relative;
}

.services-grids .grid .overlay {
  background: url("../images/service-grid-bg.jpg") center center/cover no-repeat local;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-grids .grid .overlay:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#grid1 .overlay {
  background-image: url('../images/formulas/enfoque_personalizado.webp'); 
}

#grid2 .overlay {
  background-image: url('../images/formulas/metodologia.webp'); 
}
#grid3 .overlay {
  background-image: url('../images/formulas/resultados.webp'); 
}


.services-grids .grid .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #001a57;
}

@media (max-width: 991px) {
  .services-grids .grid .fi:before {
    font-size: 38px;
    font-size: 2.53333rem;
  }
}

.services-grids .grid h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #001a57;
  font-weight: 500;
  margin: 5px 0 0.5em;
  height: 80px;
  
}

@media (max-width: 991px) {
  .services-grids .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (min-width: 1200px) {
  .services-grids .grid h3 {
    font-size: 22px; /* Reduce el tamaño del font-size para escritorio */
  }
}

@media (max-width: 767px) {
  .services-grids .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-grids .grid p {
  font-size: 14px;
  margin: 3em 0 4.5em;
  text-align: justify;
  min-height: 6em; /* Asegura que el párrafo tenga espacio suficiente */
  height: 200px;

}

@media (max-width: 991px) {
  .services-grids .grid p {
    margin: 0 0 3em;
    height: 100px;

  }
}

@media (min-width: 1200px) {
  .services-grids .grid p {
    min-height: 5em; /* Reduce la altura del párrafo para escritorio */
  }
}

@media (max-width: 767px) {
  .services-grids .grid p {
    margin: 0 0 2em;
    height: 120px;
  }
}

.services-grids .grid .more {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  color: #001a57;
  font-weight: 600;
}

@media (max-width: 991px) {
  .services-grids .grid .more {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.services-grids .grid:hover .overlay {
  opacity: 1;
}

.services-grids .grid:hover h3,
.services-grids .grid:hover .fi:before,
.services-grids .grid:hover p,
.services-grids .grid:hover .more {
  color: #fff;
}

/* Aplicar estilos hover por defecto en móviles */
@media (max-width: 767px) {
  .services-grids .grid .overlay {
    opacity: 1;
  }

  .services-grids .grid h3,
  .services-grids .grid .fi:before,
  .services-grids .grid p,
  .services-grids .grid .more {
    color: #fff;
  }
  .services-grids .grid .overlay:before {
    background-color: rgba(0, 26, 87, 0.7);
  }
}

/* Centrar botones de navegación */
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.owl-carousel .owl-nav button {
  background-color: #001a57;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.owl-carousel .owl-nav button:hover {
  background-color: #0044cc;
}
/* Estilos específicos para la sección services-slider en pantallas grandes */
@media (min-width: 1200px) {
  .services-slider .owl-stage-outer {
    display: flex;
    justify-content: center;
  }

  .services-slider .owl-stage {
    display: flex;
    justify-content: center;
  }
  .services-grids .grid {
    height: auto; /* Allow cards to adapt to content */
    min-height: 500px; /* Set a minimum height */
  }
}

/***Estilos para Nuestra formula Detalle****/
#OurFormulaDetailContainer {
    display: none; 
    transition: opacity 0.3s ease-in-out; 
    margin-top: 20px; 
    background: #fff; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    padding: 40px; 
    border-radius: 8px;
}

#OurFormulaDetailContainer.visible {
    display: block; 
    opacity: 1; 
}

#OurFormulaDetailContainer .col-md-5, #OurFormulaDetailContainer .col-md-7 {
    padding-left: 0; 
}

#detailImage {
    width: 80%; 
     max-width: 80%; 
    height: auto; 
    border-radius: 5px; 
    margin-bottom: 15px; 
}

#detailTitle {
    color: #333; 
    font-size: 24px; 
    margin-bottom: 10px; 
}

#detailDescription {
    color: #666; 
    line-height: 1.6;
    font-size: 16px;
}
#OurFormulaDetailContainer .row:last-child {
    margin-top: 30px; 
}
@media (max-width: 767px) {
    #OurFormulaDetailContainer {
        padding: 20px; 
    }

    #OurFormulaDetailContainer .col-md-5,
    #OurFormulaDetailContainer .col-md-7 {
        width: 100%; 
        padding: 0; 
        display: flex;
        flex-direction: column; 
        align-items: center; 
        text-align: center; 
    }

    #detailImageFormula {
        max-width: 100%; 
        height: auto; 
        margin-bottom: 15px; 
    }

    #detailTitleFormula {
        font-size: 20px;
    }

    #detailDescriptionFormula {
        font-size: 14px; 
    }

    #backButtonFormula {
        margin-top: 20px; 
    }
}
@media (max-width: 991px) {
    #OurFormulaDetailContainer .col-md-5, #OurFormulaDetailContainer .col-md-7 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #OurFormulaDetailContainer {
        padding: 20px !important;
    }

    #detailImageFormula, #detailTitleFormula, #detailDescriptionFormula {
        width: 80%; /* Establece un ancho uniforme para la imagen y el contenido */
        margin-left: auto; /* Centra horizontalmente */
        margin-right: auto; /* Centra horizontalmente */
    }

    #detailImageFormula {
        height: auto;
        margin-bottom: 15px; 
        margin-top: 15px;
    }

    #detailTitleFormula {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #detailDescriptionFormula {
        font-size: 14px;
    }

    #backButtonFormula {
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*********************************
	why choose grids
*********************************/
.why-choose-grids .grid {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .why-choose-grids .grid {
    height: 400px;
  }
}

.why-choose-grids .img-holder {
  position: relative;
}

@media screen and (min-width: 992px) {
  .why-choose-grids .img-holder:before {
    content: "";
    background-color: rgba(0, 26, 87, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: auto;
    bottom: 20px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.why-choose-grids .grid:hover .img-holder:before {
  opacity: 1;
}

.why-choose-grids .img-holder img {
  width: 100%;
  height: auto;
  display: block;
}

/* Overlay solo en dispositivos móviles */
@media (max-width: 767px) {
  .why-choose-grids .img-holder .overlay {
    background-color: rgba(0, 26, 87, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1; /* Overlay visible por defecto */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
  }

  /* Eliminar título del servicio en dispositivos móviles */
  .why-choose-grids .grid .details h3 {
    display: none;
  }
}

@media (min-width: 768px) {
  .why-choose-grids .img-holder .overlay {
    display: none; /* Ocultar overlay en desktop */
  }
}


.why-choose-grids .img-holder .overlay .overlay-content {
  position: relative;
  z-index: 2;
}

.why-choose-grids .img-holder .overlay .overlay-content h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.why-choose-grids .grid .details {
  background-color: #fff;
  padding: 45px 45px 50px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .why-choose-grids .grid .details {
    height: 185px;
    position: absolute;
    top: 225px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details {
    padding: 45px 25px 35px;
  }
}

@media screen and (min-width: 992px) {
  .why-choose-grids .grid:hover .details {
    height: 250px;
    top: 150px;
  }
}

.why-choose-grids .grid .icon {
  background-color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  -webkit-box-shadow: 0 0 10px rgba(171, 171, 171, 0.55);
  box-shadow: 0 0 10px rgba(171, 171, 171, 0.55);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -37.5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .why-choose-grids .grid .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    top: -32.5px;
  }
}

.why-choose-grids .grid .icon .fi:before {
  font-size: 45px;
  color: #001a57;
}

@media (max-width: 767px) {
  .why-choose-grids .grid .icon .fi:before {
    font-size: 35px;
  }
}

.why-choose-grids .grid .details h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #001a57;
  margin: 0.42em 0 0.68em;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    height: 45px;
  }
}

.why-choose-grids .grid .details .read-more {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #001a57;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details .read-more {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.why-choose-grids .grid .details p {
  margin-bottom: 1.7em;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details p {
    margin-bottom: 1em;
    height: 80px;
  }
}


/* Estilo para el contenedor de detalles del servicio */

#serviceDetailContainer {
    display: none; 
    transition: opacity 0.3s ease-in-out; 
    margin-top: 20px; 
    background: #fff; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    padding: 40px; 
    border-radius: 8px; 
}

#serviceDetailContainer.visible {
    display: block; 
    opacity: 1; 
}


#detailImage {
    width: 100%; 
    height: auto; 
    border-radius: 5px; 
    margin-bottom: 15px; 
}

#detailTitle {
    color: #333; 
    font-size: 24px; 
    margin-bottom: 10px; 
}

#detailDescription {
    color: #666; 
    line-height: 1.6;
    font-size: 16px;
}

#serviceDetailContainer .col-md-5, #serviceDetailContainer .col-md-12 {
    padding-left: 0;
}
@media (max-width: 991px) {
    #serviceDetailContainer .col-md-5, #serviceDetailContainer .col-md-7 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #serviceDetailContainer {
        padding: 20px !important;
    }

    #detailImage {
        max-width: 80%; 
        height: auto;
        margin-bottom: 15px; 
        margin-top: 15px;
    }

    #detailTitle {
        font-size: 20px; 
    }

    #detailDescription {
        font-size: 14px;
    }

   #backButtonService {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}



@media (max-width: 767px) {
    #serviceDetailContainer {
        padding: 20px;
    }

    #serviceDetailContainer .col-md-5,
    #serviceDetailContainer .col-md-7 {
        width: 100%; 
        padding: 0; 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        text-align: center;
    }

    #detailImage {
        max-width: 100%; 
        height: auto; 
        margin-bottom: 15px; 
    }

    #detailTitle {
        font-size: 20px; 
    }

    #detailDescription {
        font-size: 14px;
    }

    #backButtonService {
        margin-top: 20px; 
    }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.hidden {
  display: none;
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  font-family: "Poppins", sans-serif;
  list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #001a57;
}

@media screen and (min-width: 992px) {
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #001a57;
    width: 220px;
    border-top: 2px solid #001a57;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #002271;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #dedede;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children
    > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #001a57;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #001a57;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #001a57;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #001a57;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/**************************
	header style 2
***************************/
.header-style-2 {
  position: relative;
  z-index: 100;
  /*** navigation ****/
  /*** cart-search ***/
}

.header-style-2 .topbar {
  background-color: #001a57;
  padding: 25px 0 20px;
}

.header-style-2 .topbar ul {
  list-style: none;
}

.header-style-2 .topbar li,
.header-style-2 .topbar a {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
}

@media (max-width: 767px) {
  .header-style-2 .topbar .site-logo {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang-wrapper {
    text-align: center;
  }
}

.header-style-2 .contact-social-lang {
  float: right;
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang {
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
}

.header-style-2 .contact-social-lang .contact-info,
.header-style-2 .contact-social-lang .social-lang {
  float: left;
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang .contact-info,
  .header-style-2 .contact-social-lang .social-lang {
    float: none;
  }
}

.header-style-2 .contact-social-lang .contact-info {
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang .contact-info {
    margin-right: 0;
    padding-right: 0;
  }
}

.header-style-2 .contact-social-lang .contact-info:after {
  content: "";
  background: #47516b;
  background: -webkit-linear-gradient(top, #112555, #47516b, #112555);
  background: -moz-linear-gradient(top, #112555, #47516b, #112555);
  background: -o-linear-gradient(top, #112555, #47516b, #112555);
  background: -ms-linear-gradient(top, #112555, #47516b, #112555);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#112555),
    color-stop(#47516b),
    to(#112555)
  );
  background: linear-gradient(top, #112555, #47516b, #112555);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 7px;
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang .contact-info:after {
    display: none;
  }
}

.header-style-2 .contact-social-lang .contact-info > ul > li + li {
  margin-top: 5px;
}

.header-style-2 .contact-social-lang .contact-info i {
  color: #636f95;
  display: inline-block;
  padding-right: 4px;
  position: relative;
}

.header-style-2 .topbar .lang {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .header-style-2 .topbar .lang {
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
    display: none;
  }
}

.header-style-2 .topbar .lang ul {
  background: #001a57;
  width: 100px;
  padding: 15px;
  position: absolute;
  top: 100%;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-2 .topbar .lang ul > li + li {
  margin-top: 3px;
}

.header-style-2 .topbar .lang a {
  color: #fff;
}

.header-style-2 .topbar .lang img {
  display: inline-block;
  padding-right: 4px;
  width: 30px;
}

.header-style-2 .topbar .lang:hover ul {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .header-style-2 .social {
    text-align: center;
    margin-top: 5px;
  }
}

.header-style-2 .social ul {
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-2 .social ul {
    display: inline-block;
  }
}

.header-style-2 .social ul li {
  float: left;
}

.header-style-2 .social ul > li + li {
  margin-left: 15px;
}

.header-style-2 .social ul li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .header-style-2 #navbar,
  .header-style-2 #navbar > ul > li:first-child > a {
    padding-left: 0;
  }
  .header-style-2 #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #001a57;
    padding: 27px 15px;
  }
}

@media (max-width: 991px) {
  .header-style-2 .navigation {
    min-height: 75px;
  }
  .header-style-2 .navbar-header button {
    top: 20px;
  }
}

.header-style-2 .cart-search {
  top: 24px;
  right: 0;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search {
    right: 70px;
  }
}

.header-style-2 .cart-search .mini-cart {
  margin: 5px 0 0 0;
}

.header-style-2 .cart-search .header-search form {
  position: absolute;
  left: -174px;
  top: -4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-2 .cart-search .header-search:hover form {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search .header-search:hover form {
    display: block;
  }
}

.header-style-2 .cart-search .header-search > button {
  background: transparent;
  border: 0;
  outline: 0;
  color: #001a57;
  position: absolute;
  left: -33px;
  top: 5px;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search .top-cart-content {
    left: auto;
    right: -69px;
    top: 51px;
  }
  .header-style-2 .cart-search .header-search form {
    left: -155px;
    top: -4px;
  }
}

/*** cart and quote ***/
.cart-search {
  position: absolute;
  right: 15px;
  top: 30px;
}

@media (max-width: 991px) {
  .cart-search {
    top: 22px;
    right: 70px;
  }
}

.cart-search > div {
  float: left;
}

.cart-search .mini-cart {
  margin: 5px 30px 0 0;
}

@media (max-width: 1199px) {
  .cart-search .mini-cart {
    margin: 5px 20px 0 0;
  }
}

@media (max-width: 767px) {
  .cart-search .mini-cart {
    margin: 10px 0 0 0;
  }
}

.cart-search .mini-cart > button {
  background: transparent;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #001a57;
  display: inline-block;
  border: 0;
  outline: 0;
  position: relative;
}

@media (max-width: 767px) {
  .cart-search .mini-cart > button {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.cart-search .mini-cart > button span {
  background: #4fba6f;
  width: 15px;
  height: 15px;
  line-height: 17px;
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -5px;
}

.cart-search .mini-cart > button i:before {
  font-size: 18px;
  font-size: 1.2rem;
  color: #0d1d36;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .cart-search .mini-cart > button i:before {
    font-size: 15px;
    font-size: 1rem;
  }
}

.cart-search .top-cart-content {
  background: #fff;
  width: 292px;
  border-top: 2px solid #001a57;
  position: absolute;
  top: 175%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .cart-search .top-cart-content {
    left: -18px;
  }
}

@media (max-width: 767px) {
  .cart-search .top-cart-content {
    left: auto;
    right: -70px;
    top: 58px;
  }
}

.cart-search .top-cart-content .top-cart-title {
  padding: 12px 15px;
  border-bottom: 1px solid #e4e2e2;
}

.cart-search .top-cart-content p {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #001a57;
  margin: 0;
  text-transform: uppercase;
}

.cart-search .top-cart-content .top-cart-items {
  padding: 15px;
}

.cart-search .top-cart-content .top-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e4e2e2;
}

.cart-search .top-cart-content .top-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.cart-search .top-cart-content .top-cart-item-image {
  width: 48px;
  height: 48px;
  border: 2px solid #eee;
  float: left;
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cart-search .top-cart-content .top-cart-item-image a,
.cart-search .top-cart-content .top-cart-item-image img {
  display: block;
  width: 44px;
  height: 44px;
}

.cart-search .top-cart-content .top-cart-item-image:hover {
  border-color: #001a57;
}

.cart-search .top-cart-content .top-cart-item-des {
  position: relative;
  overflow: hidden;
}

.cart-search .top-cart-content .top-cart-item-des a {
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #333;
}

.cart-search .top-cart-content .top-cart-item-des a:hover {
  color: #001a57;
}

.cart-search .top-cart-content .top-cart-item-des .top-cart-item-price {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  display: block;
}

.cart-search .top-cart-content .top-cart-item-des .top-cart-item-quantity {
  font-size: 12px;
  color: #555;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.cart-search .top-cart-content .top-cart-action {
  padding: 25px 15px 25px;
  border-top: 1px solid #e4e2e2;
}

.cart-search .top-cart-content .top-cart-action .top-checkout-price {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #001a57;
}

.cart-search .top-cart-content .top-cart-action .view-cart {
  background-color: #001a57;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  padding: 3px 15px;
  float: right;
}

.cart-search .top-cart-content .top-cart-action .view-cart:hover {
  background-color: #00123e;
}

.cart-search .top-cart-content-toggle {
  opacity: 1;
  visibility: visible;
}

.cart-search .header-search form {
  position: relative;
  max-width: 165px;
}

@media (max-width: 1199px) {
  .cart-search .header-search form {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .cart-search .header-search form {
    display: none;
  }
}

.cart-search .header-search form input {
  background-color: #eee;
  padding-right: 35px;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-search .header-search form button {
  background: transparent;
  color: #acabab;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 7px;
  right: 5px;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
    background-position: 92% center !important;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: transparent;
  width: 45px;
  height: 45px;
  z-index: 10;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 30px;
  color: #001a57;
  opacity: 1;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 30px;
  color: #001a57;
  opacity: 1;
}

.hero .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
}

.hero .slick-dots li.slick-active button {
  background-color: #001a57;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .slide-caption > h2 {
  font-size: 48px;
  font-size: 3.2rem;
  color: #001a57;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .hero .slide-caption > h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption > h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption {
    padding: 0 5px;
  }
}

.hero .slide-caption > p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2.5em;
}

@media (max-width: 991px) {
  .hero .slide-caption > p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > h3,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h3 {
  -webkit-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  animation: fadeInLeftSlow 1.5s 1.2s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

/*******************************
	hero style 1
********************************/
.hero-slider-style-1 {
  height: 590px;
}

@media (max-width: 767px) {
  .hero-slider-style-1 {
    height: 430px;
  }
}

.hero-slider-style-1 .slide {
  height: 590px;
  position: relative;
}

@media (max-width: 767px) {
  .hero-slider-style-1 .slide {
    height: 430px;
    position: relative;
  }
  .hero-slider-style-1 .slide:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hero-slider-style-1 .slide p {
    color: #001a57;
  }
}

/*******************************
	hero style 2
********************************/
.hero-slider-style-2 {
  height: 715px;
}

@media screen and (min-width: 992px) {
  .hero-slider-style-2 {
    position: relative;
    top: -75px;
  }
  .hero-slider-style-2 .slide-caption {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .hero-slider-style-2 {
    height: 480px;
  }
}

.hero-slider-style-2 .slide {
  height: 715px;
  position: relative;
}

@media (max-width: 767px) {
  .hero-slider-style-2 .slide {
    height: 480px;
  }
}

.hero-slider-style-2 .slide-caption > h2 {
  color: #fff;
  line-height: 1.25em;
  margin: 0 0 0.73em;
}

.hero-slider-style-2 .slide-caption > p {
  color: #fff;
  margin: 0 0 2.5em;
}

.hero-slider-style-2 .slick-prev:before,
.hero-slider-style-2 .slick-next:before {
  color: #fff;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -300px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-2 .sticky-header {
  background: #fff;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

.header-style-3 .sticky-header {
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 992px) {
  .header-style-3 .sticky-header {
    background-color: #001a57;
  }
  .header-style-3 .sticky-header #navbar > ul > li > a:hover {
    color: #fff;
  }
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky-header {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
#0.7	services-section
--------------------------------------------------------------*/
.services-section,
.services-section-s2 {
  position: relative;
}

@media (max-width: 767px) {
  .services-section,
  .services-section-s2 {
    padding-bottom: 70px;
  }
}

.services-section .section-overlay,
.services-section-s2 .section-overlay {
  background: url("../images/service-section-bg.jpg") center center/cover
    no-repeat local;
  width: 100%;
  height: 48%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .section-overlay:before,
.services-section-s2 .section-overlay:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .view-all-services,
.services-section-s2 .view-all-services {
  max-width: 280px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  margin: -30px 0 0;
}

@media (max-width: 991px) {
  .services-section .view-all-services,
  .services-section-s2 .view-all-services {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .services-section .view-all-services,
  .services-section-s2 .view-all-services {
    text-align: center;
    margin: 60px auto 0;
  }
}

.services-section .view-all-services a,
.services-section-s2 .view-all-services a {
  color: #001a57;
}

.services-section .owl-controls,
.services-section-s2 .owl-controls {
  position: relative;
  margin-top: 0;
}

.services-section .owl-controls .owl-dots .owl-dot span,
.services-section-s2 .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.services-section .owl-controls .owl-dots .active span,
.services-section-s2 .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

.services-section .owl-controls .owl-nav,
.services-section-s2 .owl-controls .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .services-section .owl-controls .owl-nav,
  .services-section-s2 .owl-controls .owl-nav {
    width: 100%;
  }
}

.services-section .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next,
.services-section-s2 .owl-controls .owl-nav .owl-next {
  background: #f3f4f7;
  width: 34px;
  height: 34px;
  line-height: 31px;
  color: #001a57;
  border-radius: 0;
}

@media (max-width: 767px) {
  .services-section .owl-controls .owl-nav .owl-prev,
  .services-section-s2 .owl-controls .owl-nav .owl-prev,
  .services-section .owl-controls .owl-nav .owl-next,
  .services-section-s2 .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover {
  background: #dadada;
  color: #001a57;
}

/*--------------------------------------------------------------
#0.8	projects-section
--------------------------------------------------------------*/
.projects-section {
  background-color: #e3eff5;
}


@media (max-width: 767px) {
  .projects-section {
    height: 400px; 
    overflow: hidden; 
    overflow-y: scroll; 
  }

  .projects-section .section-title-s2,
  .projects-section .section-title-s3,
  .projects-section .section-title-text {
    text-align: center;
  }
}

.projects-section .projects-gallery .gallery-filters {
  text-align: center;
  margin: 55px 0 30px;
}

@media (max-width: 991px) {
  .projects-section .projects-gallery .gallery-filters {
    margin: 35px 0 20px;
  }
}

@media (max-width: 767px) {
  .projects-section .projects-gallery .gallery-filters {
    margin: 25px 0 20px;
  }
}

.projects-section .projects-gallery .gallery-filters ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.projects-section .projects-gallery .gallery-filters ul li {
  float: left;
}

@media (max-width: 991px) {
  .projects-section .projects-gallery .gallery-filters ul li {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .projects-section .projects-gallery .gallery-filters ul li {
    float: none;
  }
}

.projects-section .projects-gallery .gallery-filters ul > li + li {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .projects-section .projects-gallery .gallery-filters ul > li + li {
    margin-left: 20px;
  }
}

@media (max-width: 550px) {
  .projects-section .projects-gallery .gallery-filters ul > li + li {
    margin-left: 0;
  }
}

.projects-section .projects-gallery .gallery-filters ul li a {
  color: #7a8595;
}

.projects-section .projects-gallery .gallery-filters ul li .current {
  color: #001a57;
}

.projects-section .projects-gallery .gallery-filters ul li a:hover,
.projects-section .projects-gallery .gallery-filters ul li a:focus {
  text-decoration: none;
}

.projects-section .gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; 
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 767px) {
   .projects-section .gallery-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0; 
    }

    .projects-section .gallery-container .grid {
        width: 100%; 
        margin: 15px 0;
        float: none; 
    }
}

.projects-section .gallery-container .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
  height: 200px;
  
}


.projects-section .gallery-container .grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .projects-section .gallery-container .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .projects-section {
    height: 800px; 
    overflow-y: auto; 
  }

  .projects-section .gallery-container {
    height: 100%; 
    overflow-y: auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .projects-section .gallery-container .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}

@media (max-width: 550px) {
  .projects-section {
    height: auto;
    overflow: hidden;
  }

  .projects-section .gallery-container {
    height: 600px; 
    overflow-y: scroll;
    display: block;
  }
  .projects-section .gallery-container .grid {
    width: calc(100% - 15px);
    
  }
}

.projects-section .gallery-container .overlay {
  background-color: rgba(0, 26, 87, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.projects-section .gallery-container .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid white 3px;
  position: absolute;
  scale: 0.95;
}

.projects-section .gallery-container .grid:hover .overlay {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
@media (max-width: 767px) {
  .projects-section .gallery-container .overlay {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

.projects-section .gallery-container .project-info {
  width: 100%;
  position: absolute;
  padding-left: 25px;
  bottom: 25px;
}

.projects-section .gallery-container .project-info h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .projects-section .gallery-container .project-info h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.projects-section .gallery-container .project-info .cta {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #9fabbd;
  text-transform: uppercase;
}

.projects-section .gallery-container .project-info a {
  color: #fff;
  font-size: 22px;
  font-size: 1.46667rem;
  position: absolute;
  right: 20px;
  top: 0;
}

.projects-section .view-all-projects {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  text-align: center;
  margin: 15px 0 0;
}

@media (max-width: 991px) {
  .projects-section .view-all-projects {
    font-size: 15px;
    font-size: 1rem;
  }
}

.projects-section .view-all-projects a {
  color: #001a57;
}

.project-section-bg-white {
  background-color: #fff;
}


@media (max-width: 550px) {
  .projects-section .projects-gallery .gallery-filters {
    text-align: center;
    margin: 25px 0 20px; 
  }

  .projects-section .projects-gallery .gallery-filters ul {
    padding: 0;
    margin: 0 auto; 
    text-align: center;
  }

  .projects-section .projects-gallery .gallery-filters ul li {
    display: inline-block; 
    margin-right: 10px; 
  }

  .projects-section .gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0; 
  }

  .projects-section .gallery-container .grid {
    width: 100%; 
    margin: 10px 0;
    float: none; 
  }

  .projects-section .gallery-container .grid img {
    width: 80%; 
    height: auto; 
    object-fit: cover;
    display: block; 
    margin: 0 auto; 
  }
}
  @media (max-width: 767px) {
    .projects-section {
      max-height: 600px;
      overflow: hidden; 
      overflow-y: scroll; 
    }
  
    .projects-section .gallery-container .grid {
      width: 100%;
      height: 200px; 
      margin: 10px 0;
      float: none;
    }
  
    .projects-section .gallery-container .grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      margin: 0 auto;
    }
  
    .projects-section .gallery-container .overlay {
      background-color: rgba(0, 26, 87, 0.7);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1; 
      transition: all 0.5s;
    }
  }

    .projects-section .gallery-filters-dropdown {
      display: block;
      width: 100%;
      padding: 15px;
      margin: 25px 0 20px;
      font-size: 16px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #001a57; /* Color del borde más oscuro */
      border-radius: 0; /* Bordes rectangulares */
      color: #001a57; /* Texto más oscuro */
      transition: border-color 0.3s, box-shadow 0.3s;
      appearance: none; /* Eliminar el estilo predeterminado del select */
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAxYTU3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZD0iTTAgMmw1IDUgNS01eiIvPjwvc3ZnPg=='); /* Añadir un icono de flecha hacia abajo */
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 10px;
    }
    
    .projects-section .gallery-filters-dropdown:focus {
      border-color: #7a8595;
      box-shadow: 0 0 5px rgba(0, 26, 87, 0.5);
      outline: none;
    }
    
    .projects-section .gallery-filters-dropdown option {
      background-color: #fff;
      color: #001a57;
    }

/*--------------------------------------------------------------
#1.1	testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  padding-top: 0;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.testimonials-section .testimonials-grids img {
  width: auto;
}

.testimonials-section .testimonials-grids .grid {
  padding: 40px;
  margin: 10px 8px 20px;
  -webkit-box-shadow: 0 0 15px rgba(171, 171, 171, 0.25);
  box-shadow: 0 0 15px rgba(171, 171, 171, 0.25);
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section .testimonials-grids .grid {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .testimonials-grids .grid {
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e4e4e4;
  }
}

.testimonials-section .testimonials-grids .grid:before {
  content: "";
  background: url("../images/testimonials/quote.png") center center/auto
    no-repeat local;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 40px;
}

@media (max-width: 600px) {
  .testimonials-section .testimonials-grids .grid:before {
    display: none;
  }
}

.testimonials-section .grid .client-info {
  min-height: 62px;
  position: relative;
  padding: 12px 0 0 75px;
  margin-bottom: 20px;
}

.testimonials-section .grid .client-info .client-pic {
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-section .grid .client-info .client-pic img {
  border-radius: 50%;
}

.testimonials-section .grid .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #001a57;
  margin: 0 0 4px;
}

@media (max-width: 991px) {
  .testimonials-section .grid .client-info h4 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.testimonials-section .grid .client-info h4 + span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #86909e;
}

.testimonials-section .owl-controls {
  position: relative;
  margin-top: 25px;
}

.testimonials-section .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.testimonials-section .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

/*--------------------------------------------------------------
#1.2	contact-section
--------------------------------------------------------------*/
.contact-section .inner-container {
  position: relative;
  overflow: hidden;
}

.contact-section .contact-form-grid {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#000e2e)
  );
  background: linear-gradient(top, #001a57, #000e2e);
  width: calc(50% + 100px);
  float: left;
  padding: 100px 85px;
}

@media (max-width: 991px) {
  .contact-section .contact-form-grid {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form-grid {
    padding: 80px 45px 70px;
  }
}

@media (max-width: 550px) {
  .contact-section .contact-form-grid {
    padding: 80px 25px 70px;
  }
}

.contact-section .video-grid {
  width: calc(50% - 100px);
  height: 100%;
  position: absolute;
  right: 0;
  float: left;
}

@media (max-width: 991px) {
  .contact-section .video-grid {
    width: 100%;
    height: 400px;
    float: none;
    position: relative;
  }
}

@media (max-width: 767px) {
  .contact-section .video-grid {
    height: 300px;
  }
}

.contact-section .contact-title h2 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  margin: 0 0 0.67em;
}

@media (max-width: 991px) {
  .contact-section .contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-title h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.contact-section .contact-title p {
  padding-right: 45px;
}

.contact-section .contact-form {
  margin-top: 35px;
}

.contact-section .contact-form .left-col > div + div,
.contact-section .contact-form .right-col > div + div {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .contact-section .contact-form .left-col > div + div,
  .contact-section .contact-form .right-col > div + div {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form .right-col {
    margin-top: 25px;
  }
}

.contact-section form {
  overflow: hidden;
  margin: 0 -25px;
}

@media (max-width: 1199px) {
  .contact-section form {
    margin: 0 -12px;
  }
}

.contact-section form .left-col,
.contact-section form .right-col {
  width: 50%;
  float: left;
  padding: 0 25px;
}

@media (max-width: 1199px) {
  .contact-section form .left-col,
  .contact-section form .right-col {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .contact-section form .left-col,
  .contact-section form .right-col {
    width: 100%;
    float: none;
  }
}

.contact-section form label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea,
.contact-section form select  {
  height: 45px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-section form input,
  .contact-section form select,
  .contact-section form textarea {
    height: 37px;
  }
}


.contact-section .phone-container {
    display: flex;
    gap: 10px; 
    width: 100%;
}

.contact-section .phone-code {
    flex: 1 1 25%; 
    max-width: 25%; 
}

.contact-section .phone-number {
    flex: 1 1 75%; 
    max-width: 75%; 
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 100% !important;
}
.contact-section .select2-container--default .select2-selection--single {
  height: 45px;
    border: 0;
    border-radius: 0;
    background: white;
    box-shadow: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 767px) {
    .contact-section .select2-container--default .select2-selection--single {
        height: 37px !important;
    }
}

.contact-section form textarea {
  height: 174px;
}

@media (max-width: 767px) {
  .contact-section form textarea {
    height: 120px;
  }
}

.contact-section form button {
  font-family: "Poppins", sans-serif;
  background: -webkit-gradient(linear,left top,left bottom,from(#88ffff),to(#aaffdf));
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  color: #001a57;
  border: 0;
  outline: 0;
}

.contact-section form button:hover {
  background: -webkit-gradient(linear,left top,left bottom,from(#aaffdf),to(#88ffff));
}

@media (max-width: 767px) {
  .contact-section form button {
    height: 37px;
    line-height: 37px;
  }
}

.contact-section .video-grid {
  background: url("../images/slider/slide-2.webp") 92% center/cover no-repeat local;
}

.contact-section .video-grid:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section .video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-section .video-holder a {
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
   text-align: center;
}

@media (max-width: 1199px) {
  .contact-section .video-holder a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .contact-section .video-holder a {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.contact-section .video-holder a i {
  font-size: 2rem;
  color: #001a57;
   margin: 0;
}

.contact-section .video-holder a:before {
  content: "";
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  -webkit-animation: video-icon-animation 1.4s linear infinite;
  animation: video-icon-animation 1.4s linear infinite;
}

@media (max-width: 1199px) {
  .contact-section .video-holder a:before {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .contact-section .video-holder a:before {
    width: 50px;
    height: 50px;
  }
}

.contact-section .video-holder a:after {
  content: "";
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
  -webkit-animation: video-icon-animation 1.4s 0.7s linear infinite;
  animation: video-icon-animation 1.4s 0.7s linear infinite;
}

@media (max-width: 1199px) {
  .contact-section .video-holder a:after {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .contact-section .video-holder a:after {
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
.select2-results .flag-text {
    margin-left: 10px; 
}

/*--------------------------------------------------------------
#1.4	partners-section
--------------------------------------------------------------*/
.partners-section {
  padding-top: 0;
  padding-bottom: 90px;
  text-align: center;
}

@media (max-width: 991px) {
  .partners-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .partners-section {
    padding-bottom: 70px;
  }
}

.partners-section .grid {
  border: 1px solid #e4e4e4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.partners-section .partners-slider .grid img {
  height: 75px;
  width: auto;
  object-fit: contain;
  display: block;
}

.partners-section .partners-slider img {
  width: auto;
  display: inline-block;
}

/*--------------------------------------------------------------
#2.0	why-choose-section
--------------------------------------------------------------*/
.why-choose-section,
.why-choose-section-s2 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .why-choose-section,
  .why-choose-section-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .why-choose-section,
  .why-choose-section-s2 {
    padding-bottom: 70px;
  }
}

.why-choose-section .why-choose-grids,
.why-choose-section-s2 .why-choose-grids {
  margin-top: 35px;
}

.why-choose-section .owl-controls,
.why-choose-section-s2 .owl-controls {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .why-choose-section .owl-controls,
  .why-choose-section-s2 .owl-controls {
    margin-top: 40px;
  }
}

.why-choose-section .owl-controls .owl-dots .owl-dot span,
.why-choose-section-s2 .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #e3eff5;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.why-choose-section .owl-controls .owl-dots .active span,
.why-choose-section-s2 .owl-controls .owl-dots .active span {
  border: 3px solid #e3eff5;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

/*--------------------------------------------------------------
#2.1	why-choose-section
--------------------------------------------------------------*/
.services-section-s2 {
  background-color: #fff;
  position: relative;
}

.services-section-s2:after {
  content: "";
  width: 100%;
  height: 640px;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section-s2 > .container {
  position: relative;
  z-index: 10;
}

.services-section-s2 .section-overlay {
  display: none;
}

.services-section-s2 .services-grids .grid .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
  background-color: #efefef;
}

/*--------------------------------------------------------------
#2.3	newsletter-section
--------------------------------------------------------------*/
.newsletter-section {
  background: url("../images/newsletter-section-bg.webp") center center/cover
    no-repeat local;
  padding: 255px 0 100px;
  position: relative;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .newsletter-section {
    padding: 155px 0 90px;
  }
}

@media (max-width: 767px) {
  .newsletter-section {
    padding: 155px 0 80px;
  }
}

.newsletter-section:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.newsletter-section h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4em;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .newsletter-section h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section h2 {
    margin: 0 0 1em;
  }
}

@media (max-width: 767px) {
  .newsletter-section h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.newsletter-section h2 span {
  font-weight: 600;
}

.newsletter-section form div {
  position: relative;
}

.newsletter-section form div button {
  font-family: "Poppins", sans-serif;
  background-color: #001a57;
  width: 158px;
  height: 50px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .newsletter-section form div button {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.newsletter-section form input {
  background-color: #fff;
  height: 50px;
  padding: 6px 168px 6px 25px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .newsletter-section form input {
    height: 45px;
    padding: 6px 130px 6px 15px;
  }
}

/*--------------------------------------------------------------
#2.4	testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2 .testimonials-grids .client-pic img {
  width: 80px;
  display: inline-block;
  border-radius: 10%;
}

.testimonials-section-s2 .grid {
  text-align: center;
   padding: 20px;
}

.testimonials-section-s2 .client-qote {
  padding: 100px 45px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .testimonials-section-s2 .client-qote {
    padding-top: 85px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-qote {
    padding-top: 60px;
  }
}

.testimonials-section-s2 .client-qote:before {
  font-family: "Poppins", sans-serif;
  content: "“";
  font-size: 200px;
  font-size: 13.33333rem;
  color: #001a57;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-qote:before {
    font-size: 100px;
    font-size: 6.66667rem;
    top: -25px;
  }
}

.testimonials-section-s2 .client-qote p {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #001a57;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-qote p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-qote p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  
}

.testimonials-section-s2 .client-info {
  min-height: 72px;
  display: inline-block;
  position: relative;
padding-left: 140px;   text-align: left;
  margin-top: 35px;
}

.testimonials-section-s2 .client-info h5 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0;
  color: #001a57;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-info h5 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-info h5 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.testimonials-section-s2 .client-info h5 + span {
  font-size: 15px;
  font-size: 1rem;
  color: #7a8595;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-info h5 + span {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.testimonials-section-s2 .client-info .client-pic {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .testimonials-section-s2 .owl-controls {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
  .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: -17px;
  }
  .testimonials-section-s2 .owl-controls .owl-nav .owl-prev {
    left: -100px;
  }
  .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
    right: -100px;
  }
}

@media (max-width: 1199px) {
  .testimonials-section-s2 .owl-controls {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 .owl-controls {
    margin-top: 30px;
  }
}

.testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section-s2 .owl-controls .owl-nav .owl-next {
  background: #f3f4f7;
  width: 35px;
  height: 35px;
  line-height: 38px;
  padding: 0;
  border-radius: 0;
  color: #001a57;
}

.testimonials-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section-s2 .owl-controls .owl-nav .owl-next:hover {
  background-color: #001a57;
  color: #fff;
}

.post-carousel .thumb a {
  display: block;
}
.post-carousel .thumb a img {
  width: 100%;
}
.post-carousel .ptc-content {
  padding: 20px 10px 10px 10px;
}
.post-carousel .ptc-content h4 {
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post-carousel .ptc-content h4 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
    .post-carousel {
        flex-direction: column; 
        align-items: center; 
        padding: 20px; 
    }

    .asesor {
        width: 100%; 
        margin-bottom: 15px; 
        padding: 0 10px; 
        box-sizing: border-box; 
    }

    .asesor img {
        width: 80px; 
        height: 80px; 
        margin: 0 auto; 
        display: block; 
    }

    .asesor ul {
        width: 100%; 
        justify-content: center; 
    }

    .asesor ul li {
        text-align: center; 
        margin-bottom: 5px; 
    }
}

.post-carousel .ptc-content .meta {
  margin-bottom: 10px;
}
.post-carousel .ptc-content .meta li {
  margin-right: 15px;
}
.post-carousel .ptc-content .meta li i {
  margin-right: 3px;
  color: #FF6600;
}

.post-carousel .ptc-content p {
  font-size: 16px;
}
.post-carousel{
  border:1px solid #D0D0D0;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
.post-carousel:hover{
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
  transition: all 0.5s;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.post-carousel .thumb img:hover{
  opacity: 0.5;
}

.asesor{
  text-align: center;
}

footer{
  font-size: 16px;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #1d2736;
  color: white;
  text-align: center;
}

footer, footer a{
  color: white;
}

footer a:hover{
  color: #dcc647;
}

@media (max-width: 767px) {
  .text-left{
    text-align: center;
  }
  
  .text-right{
    text-align: center;
  }
  
}
