

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
@import url("https://fonts.googleapis.com/css?family=Questrial:400,700|Open+Sans:300,400,600");

  /* Estilos básicos y reset */

html {
  background-color: #353b43;
  color: #737f8a;

  /*scroll-padding-top: 100px;  ajusta según la altura de tu header, en tu caso, 80px es correcto? */

}

body {
  background-color: #353b43;
  font-family: "Questrial", sans-serif;
  color: #737f8a;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1 {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Questrial", sans-serif;
  color:rgb(212, 219, 230); /*#132b4b#afbac4;*/
  text-shadow: 2px 2px 2px #132b4b; 

}
h3 {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Questrial", sans-serif;
 color:rgb(212, 219, 230); /*#132b4b#afbac4;*/
  text-shadow: 2px 2px 2px #132b4b; 

}

h2,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  color:#afbac4;
}

p {
  font-family: "Questrial", sans-serif;
   color:#f9fbfc;
}


/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #578baa;
}

::selection {
  color: #fff;
  background: #578baa;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

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

a:focus,
a:hover {
  color: #6CB670;
}

.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all 0.3s ease-in 0s;
}
.btn:focus {
  color: #ddd;
  box-shadow: none;
}

.btn-transparent {
  border: 1px solid #4e595f;
}
.btn-transparent:hover, .btn-transparent:focus {
  background-color: #578baa;
  border-color: #578baa !important;
  color: #fff;
}

.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
  color: #ddd;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
  color: #ddd;
}

.border {
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 30%;
}
.border:before {
  background-color: #fff;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #578baa;
}

.color {
  color: #6CB670;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-one {
  /*background-color: #353b43;*/
  background-color: rgb(19, 43, 75);
 /*  background-image: url("../images/backgrounds/diseño-fondo1.png");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;*/
  
}

.bg-one1 {
  /*background-color: #353b43;*/
  background-color: #d2d5d8;
}



.bg-dark {
  /*background: #242930;*/
  background: rgba(31, 34, 63, 0.7);
}

.parallax-section {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.2s ease-in 0s;
}

iframe {
  border: 0;
}

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

a:focus,
a:hover {
  /*color: #57cbcc;*/
  color: #578baa;

}

.btn-main {
  background: #578baa;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-main:hover {
  background: #2c9091;
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.section {
 min-height: 100vh;
 
 padding: 100px 0;
 /* scroll-margin-top:100px;*/
   
}

/*
@media (max-width: 768px) {
  .section {
   scroll-margin-top:170px;
}
}
*/
.section-sm {
 /* padding: 70px 0;*/
   min-height: 100vh;
 
  
   
}

.section-xs {
  /*padding: 50px 0;*/
   min-height: auto; /*100vh;*/
  
 
   
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #578baa;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.title {
  padding-bottom: 60px;
}
.title h2 {
  /*text-transform: capitalize;*/
  font-weight: 600;
  font-size: 35px;
  color: #fff;
}
.title h2 span {
  color: #578baa;
}
.title p {
  color: #666;
}
.title.title-white h2 {
  color: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: #1e4879;
  /* background: #292F36;*/
}


.overly {
  position: relative;
}
.overly:before {
  content: "";
  background: rgba(0, 0, 0, 0.096);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Questrial", sans-serif;
}
.header-bradcrumb a:hover {
  color: #578baa;
}

.slick-slide {
  outline: none;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  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;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pagination li {
  margin: 5px;
  display: inline-block;
}
.pagination li a {
  background: #242930;
  border: 0;
  color: #fff;
  border-radius: 0 !important;
}
.pagination li a:focus, .pagination li a:hover, .pagination li a.active {
  background: #578baa;
  color: #fff;
  box-shadow: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: whitesmoke; /*cambio MEP*/
   /* background-color:rgb(212, 219, 230);#578baa ; #132b4b;*/
  width: 100%;
 
 
  z-index: 99;
  margin-bottom: 0;
 /* padding: 10px 0;
  position: -webkit-sticky;*/
  position: fixed;
  top: 0;
  
}
.navigation .container{
  margin:0px;
  padding-left:15px;
  padding-right:15px;
  max-width:100%;

}

.navigation .navbar-expand-lg{
  height:auto;
}



.navigation .logo img {
  height: 75px;
  width: auto;

}
.navigation .navigation-menu li a.active {
  /*color: #57cbcc !important;*/
  color:#578baa;
  
   
}
.navigation .navigation-menu  a {
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 15px;
  font-family: "Questrial", sans-serif;
  color: #132b4b; /*#737f8a;*/
 
}

.navigation .navigation-menu  a.nav-link.active {
  
  color: #132b4b; /*#737f8a;*/
   
  
}

.navigation .navigation-menu  a.nav-link {
  
  color: #132b4b; /*#737f8a;*/
}
.navigation .navigation-menu a.nav-link:hover, .navigation .navigation-menu a:focus {
  background: transparent;
    /*color: #57cbcc !important;*/
  color:#578baa;
  text-decoration: underline;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}
 
.navbar-dark .navbar-toggler{
  
  border-color: #132b4b;
 }
 .navbar-dark .navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819, 43, 75, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }

 @media (max-width: 992px) {
   .navigation .logo img {
  height: 60px;
  width: auto;

  }
}
@media (max-width: 768px) {
  .navigation .logo img {
  height: 50px;
  width: auto;

}
}
.bg-1 {
 background-image: url("../images/backgrounds/bg-1.jpg");
  
  background-repeat:repeat;
  background-size: cover;

}


.bg-10 {
 /*background-image: url("../images/backgrounds/hexagonos_claro.jpg");*/
 background-image: url("../images/backgrounds/geometricos_azulados.jpg");
  
  background-repeat:repeat;
  background-size: cover;

}
.bg-2 {
  /*background-image: url("../images/blog/blog-post-5.jpg"); bombita*/
  background-image: url("../images/backgrounds/MD2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.bg-portada {
  /*background-image: url("../images/backgrounds/Portada.png");*/
  background-image: url("../images/backgrounds/escritorio.jpg");
   background-image: url("../images/backgrounds/Nodos.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
}

.hero-area {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero-area .block {
  text-align: center;
  z-index: 99;
}
.hero-area .block .video-button a {
  background: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  line-height: 60px;
  font-size: 20px;
  margin-left: 3px;
  color: #578baa;
}
.hero-area .block h1 {
  font-size: 90px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .hero-area .block h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .hero-area .block h1 {
    font-size: 48px;
  }
}
.hero-area .block p {
  color: #fff;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}
.hero-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hero-video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.dark-bg {
  /*background: rgba(0, 0, 0, 0.7);*/
   background: rgba(31, 34, 63, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================================
  Portada section
==================================================================*/
.about-2  {
  
  padding: 35px 40px;

   }
.tit-1 {
  padding-top: 180px; 
  
}
.tit-2{
  padding-top:20px;
 padding-bottom: 60px;
  text-shadow: whitesmoke;
  
}

.descri{
 
  
  display:flex;
  justify-content:center;
  align-items:center;
 
  font-size: 1.1rem;
  font-style: italic;
  
}

.descri div{
 padding: 60px;
  width:65%; 
 /* background-color: #2e486b63;*/
}

@media (max-width: 768px) {
  .about-2 .content-block {
    padding: 0;
  }
  }

  @media (max-width: 768px) {
  .about-2  h1{
    font-size:30px;
  }
   .about-2  .tit-1{
    padding:100px 0px 20px 0px;
  }
   .about-2  h3{
    font-size:20px;
  }
   .about-2  .tit-2{
    padding:20px;
  }
    .about-2  .descri div{
    font-size:15px;
    padding: 10px;
  width:100%;
 
 
  }
  }

.about-2 .content-block .media {
  margin-top: 5px;
}
.about-2 .content-block .media .pull-left {
  padding-right: 15px;
}
.about-2 .content-block .media i {
  font-size: 30px;
 /*color: #57cbcc;*/
  color:#578baa;
}



/*=================================================================
  Nosotros section
==================================================================*/
/*.about{
    min-height: 100vh;
    height:auto;
 
}*/
.about .block {
 background: #132b4b;
  padding: 30px;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
  margin-bottom: 20px;
}

.about .base-tit{
  background-color: #132b4b;
  padding:20px;
}
.about .sobre-nosotros {
padding:10px;
}
.about .sobre-nosotros p{
  padding-bottom: 15px;
  color:#132b4b;
  font-size: 20px;
  font-weight: 600;
  height:auto;
  text-align: justify ;
 
}

.about .noso {
  margin-top:160px;
  padding: 15px;
  color:#132b4b;
  margin-bottom: 30px;
}

.about .noso .img-fluid{
  
  padding: 10px;
  
}
.about .separa {
  margin-top: 50px;
}

/*=================================================================
  Porque elegirnos section
==================================================================*/
.testimonial:before {
  background: rgba(42, 48, 55, 0.7);
  
}
.testimonial .tit-testi{
  padding:20px;
}
.testimonial .porque{
  padding:100px;
}

/*estilo de puntos debajo del slider*/
.my-custom-dots {
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
}

.my-custom-dots li {
  display: inline-block;
  margin: 0 5px;
}

.my-custom-dots li button {
  background-color: #ccc;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0; /* Hide default button text */
}

.my-custom-dots li.slick-active button {
  background-color: #578baa; /* Style for the active dot */
}





.client-info {
  margin: 10px auto;
  width: 100%;
  padding-top:30px;
}

.client-meta {
  margin: 0 0 10px;
}
.client-meta h3 {
  margin: 15px 0 5px 0;
  color:#578baa;
}
.client-meta span {
  font-size: 12px;
}

.client-comment p {
  color: #d1d5da;
  font-size: 20px;
  margin-bottom: 30px;
}

.client-thumb img {
  border-radius: 50%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  max-width: 300px;
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .client-info {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .client-info {
    width: 90%;
  }
}

@media (max-width: 768px) {
 .testimonial .porque {
    padding:10px;
  }
}



.owl-pagination,
.owl-buttons {
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  height: 13px;
  margin: 0 4px;
  width: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #578baa;
  border: 2px solid transparent;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clietns .item img {
  max-width: 150px;
  width: 100%;
}

#our-clietns .owl-next,
#our-clietns .owl-prev {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  margin: 45px 0 0;
  padding: 3px 15px;
  position: relative;
  text-align: center;
}

#our-clietns .owl-next i,
#our-clietns .owl-prev i {
  line-height: 34px;
}

#our-clietns .owl-prev {
  margin-right: 15px;
}

#our-clients .item {
  margin: 10px;
}


/*=================================================================
  Socios section
==================================================================*/
/*.our-team {
  min-height: 100vh;
 height:auto;
}*/

.our-team .base-tit{
  background-color: #132b4b;
  padding:20px;
}

.equipo{
  justify-content: space-evenly;
  margin:0;
}
.team-member {
  background-color: #132b4b;/*#292F36;*/
  margin: 30px 0;
}
.team-member:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg) scale(1, 1);
}

.member-photo {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .member-photo {
    text-align: center;
   
  }
}
.member-photo:hover img {
  transform: scale(1.2);
}
.member-photo img {
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
 
  .member-photo img {
    display: inline-block;
   
  }
}
.member-photo .mask  {
  background-color: rgba(87, 167, 204, 0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.member-photo .mask ul {
  text-align: center;
  position: relative;
  top:180px;
}


.member-photo .mask ul li {
 /* border: 1px solid #fff;*/
  color: #fff;
  display: block;
  font-size: 15px;
 /* height: 40px;*/
  line-height: 30px;
  text-align: center;
}
.member-photo .mask ul li:hover {
  background-color: whitesmoke;
  color: #578baa;
  border: 1px solid transparent;
}

.member-meta {
  padding: 15px;
}
.member-meta h4 {
  margin: 5px 0 5px;
  color:  #fff ;
  font-size: 1.5rem;
}
.member-meta p {
  
  font-size: 18px;
  
}
@media (max-width: 768px) {
 .member-photo .mask ul {
  top:20px;

}
.member-photo .mask ul li {
  font-size: 10px;
}
  .member-meta {
 
    height:120px;
  }
.member-meta h4 {
  font-size: 1.2rem;
}
  .member-meta p {
  
  font-size: 13px;
}
}
/*=================================================================
  Servicios section
==================================================================*/

.services .serv{
 /* min-height: 100vh;
  height:auto;*/
  display: flex;
  justify-content: center; /* opcional, para centrar contenido */
  align-items: center;   
}

.services .base-tit{
  /*background-color: #132b4b;*/
  padding:20px;
}

.services article{
  margin-top:60px;
  padding-top:20px;
}
.service-block {
  padding: 60px 20px;
  border-left: 3px solid rgba(236, 239, 241, 0.07);
  border-top: 3px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 40px;
  box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
}
.service-block .service-icon {
  margin-bottom: 10px;
  font-size: 50px;
}
.service-block  .consultoria{
  padding:10px 0px 10px  ;  
}
.service-block  .impuestos{
  padding:23px 20px 23px  ;  
 
}
.service-block  .auditoria{
  padding:23px 20px 23px ;  
}
.services .btn-primary {
   border: 1px solid #578baa; 
   background:transparent;
}

.services .btn-primary :hover{
   background-color:  #578baa; 
}

.services .btn-primary .active{
   background-color:  #578baa; 
}



.btn-close {

  background-color: transparent ;/*#132b4b; */
  
  font-size: 20px;
  color: #132b4b;
  cursor: pointer;
  border: 1px solid #132b4b;
}



.modal-body ul li{
   list-style-type: circle;
  text-align: left;
  color:#132b4b;
  font-family: "Questrial", sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
}
.modal-header{
   background-color:  #578baa;
}
.modal-body{
   background-image: url(../images/backgrounds/hexagonos_claro.jpg);

   padding-left:50px;
}

/*=================================================================
  Clientes section
==================================================================*/
/*.portfolio {
  height: auto;
  min-height:100vh;
}*/

.portfolio .base-tit{
  background-color: #132b4b;
  padding:20px;
}
.portfolio .porta{
  padding:100px 0px;
  position: relative;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  height: auto;
  
}
.btn-industria {
  background-image: url('../images/portfolio/Industria.jpg');
  
}
.btn-servicios {
  background-image: url('../images/portfolio/Servicios.jpg');
  
}
.btn-real {
  background-image: url('../images/portfolio/Real\ estate.jpg');
  
}
.btn-agro {
  background-image: url('../images/portfolio/Agro.jpg');
  
}
.btn-comercio {
  background-image: url('../images/portfolio/Comercio.jpeg');
  
}
.btn-investiga {
  background-image: url('../images/portfolio/Investigacion.jpg');
  
}
.btn-logistica {
  background-image: url('../images/portfolio/Logistica.png');
  
}

.btn-comercio {
  background-image: url('../images/portfolio/Comercio.jpeg');
  
}
.btn-camaras {
  background-image: url('../images/portfolio/Camaras.png');
  
}

.texto-sobre-fondo{
  background-color:  #132b4b;
  color: white;
  width:200px;
  padding:5px;
}

.btn-cliente {
   background-size: cover;
  background-position: center;
  height: 180px;
  display: flex;
  align-items: flex-end; /* para que el texto quede en la parte inferior */
  justify-content: center; /* centrar el texto horizontalmente */
  color: white; /* si quieres que el texto sea visible */
  font-weight: bold;
  border: none; /* quitar borde si quieres */
  text-align: center;
  margin-bottom: 40px;;
}


.btn-cliente :hover:before {
  opacity: 1;
}

.btn-cliente :hover  {
  
  background-color:  #578baa;
  color: #132b4b;
}


.portfolio-block .caption {
  position: absolute;
  top: 60%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.2s ease-in-out;
  text-align: center;
  width: 80%;
}
.portfolio-block .caption h4 {
  font-size: 16px;
  font-weight: 600;
}
.portfolio-block .caption h4 a {
  color: #555;
}
.portfolio-block .caption .search-icon {
  background: #578baa;
  width: 45px;
  height: 45px;
  color: #fff;
  display: inline-block;
  font-size: 20px;  border-radius: 30px;
  margin-bottom: 20px;
}
.portfolio-block .caption .search-icon i {
  line-height: 45px;
}
/*fondos de modales de clientes*/
.clientes .modal-indu {
  background-image: url('../images/portfolio/Clientes-Industria.png');
background-size: cover;
}

.clientes .modal-servi {
  background-image: url('../images/portfolio/Clientes-servicios.png');
background-size: cover;
}

.clientes .modal-real {
  background-image: url('../images/portfolio/Clientes-real-estate.png');
background-size: cover;
}

.clientes .modal-agro {
  background-image: url('../images/portfolio/Clientes-agro.png');
  background-size: cover;
}

.clientes .modal-inve {
  background-image: url('../images/portfolio/Clientes-investigacion.png');
background-size: cover;
}

.clientes .modal-logi {
  background-image: url('../images/portfolio/Clientes-logistica.png');
background-size: cover;
}

.clientes .modal-camara {
  background-image: url('../images/portfolio/Clientes-camaras.png');
background-size: cover;
}

.clientes .modal-comer {
  background-image: url('../images/portfolio/Clientes-comercio.png');
background-size: cover;
background-position: center;
}


/*======================
Fusiones section
========================*/
/*.fusiones{
    min-height: 100vh;
    height:auto;
 
}*/
.fusiones .tit-fusiones{
  padding:20px;
}

.fusiones article{
  margin-top:30px;
  padding-top:20px;
}
.fusiones-block {
  padding: 30px 20px;
  border-left: 3px solid rgba(236, 239, 241, 0.07);
  border-top: 3px solid rgba(236, 239, 241, 0.07);
  margin-bottom: 30px;
  box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
}

.fusiones-block .fusiones-icon {
 
  margin-bottom: 10px;
  font-size: 50px;


}

.fusiones-block .fusiones-tit {
  height: 100px;
}
.fusiones h3{
  padding:10px;
  font-size: 1.2rem;
}
.fusiones .btn-primary {
   border: 1px solid #578baa; 
   background:transparent;
}

.fusiones .btn-primary :hover{
   background-color:  #578baa; 
}

.fusiones .btn-primary .active{
   background-color:  #578baa; 
}

.modal-fusion{
  /*display: flex;
  justify-content: center;
  align-items: center;
 */
 padding:0;
}

.modal-fusion img{
  width:100%;  
}
/*=================================================================
 Contact us section
==================================================================*/

/*
.contact-us {

 height:auto;
min-height: 100vh;
}
*/
.contact-us .tit-contact{
  padding:20px;
}
.contact-us .contacto{
  color:#578baa;
}
.contact-form {
 padding-top:20px;
  margin-bottom: 40px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 3px solid rgba(236, 239, 241, 0.07);
  height: 45px;
  color:whitesmoke;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
  color:whitesmoke;
 /* background-color: whitesmoke;
  color:#132b4b;*/
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  /*border-color: #57cbcc;*/
  border-color:#578baa;
}

#contact-submit {
  border: 5px solid rgba(236, 239, 241, 0.07);
 /* background: #57cbcc;*/
  background-color:#578baa;
  color:#132b4b;
  padding: 12px 0;
  width: 60%;
  margin: 20%;
  margin-top:0;
}

.google-map #map_canvas {
  height: 400px;
}

.google-map {
  padding:40px 30px;
}
.contact-info p {
  
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
   margin-top: 40px;
}

.con-info i,
.con-info span {
  float: left;
  color: whitesmoke;
}

.con-info span {
  margin: -5px 0 0 15px;
  
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

#map {
  height: 370px;
  width: 100%;
}


/*=================================================================
  Footer section
==================================================================*/
.bg-one11{
  /* background-color:rgb(212, 219, 230);*/
  background: whitesmoke;
}


.social-icon {
  padding: 60px 0 35px;
}
.social-icon ul {
  text-align: center;
}
.social-icon ul li {
  margin-bottom: 4px;
}
.social-icon ul li:hover a {
  background-color: #578baa;
  transform: rotateY(0deg);
}
.social-icon ul li:hover a i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg);
}
.social-icon ul li a {
  background-color: #26292e;
  border: 1px solid transparent;
  display: block;
  height: 70px;
  width: 70px;
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
  .social-icon ul li a {
    width: 55px;
    height: 55px;
  }
}
.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 32px;
  line-height: 70px;
  margin: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
  .social-icon ul li a i {
    line-height: 55px;
    font-size: 25px;
  }
}

.copyright {
  padding: 20px 0;
  color: #132b4b;;
}
.copyright img {
  margin-bottom: 15px;
}
.copyright p {
  margin-top: 15px;
  color:#132b4b;
  font-size: 10px;
}

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #578baa;
  border: 1px solid #578baa;
}

