.texto_centro {
      text-align: center;
}
.more-btn-c {
  color: #161e46;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;

}
.more-btn-c i{
  color: #161e46;
  background: transparent;
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
 
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}
.single-service-cap .texto_centro{
      margin-bottom: 20px;
}
.partner-logo{

  padding: 38px 0;
}
.footer-padding{
  padding-bottom: 10px !important;
}
#scrollUp{
  display: none !important;
}
.slider-active button.slick-next {
    right: 40px !important;
    color: #fff;
    border: 1px solid #fff;
}
.slider-active button.slick-arrow{

  position: absolute;
  right: 80px;
  border: 0;
  padding: 0;
  z-index: 2;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  color: #616373;
  background: none;
  margin: 0 auto;
  bottom: 20px;
  border: 1px solid #616373;
}
.slider-active button i {
    font-size: 13px;
    position: relative;
    top: -3px;
}
.btn-whatsapp1 {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,.14);
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    font-family: 'Lato',sans-serif;
    z-index: 99;
}
.btn-whatsapp1 a:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../img/wsp_logo.svg) center center no-repeat;
      background-size: auto;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
}
.btn-whatsapp1 a:after{
    content: '';
  	opacity: 0;
  	position: absolute;
  	z-index: 2;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
	 background: transparent url(../img/wsp_logo.svg) center center no-repeat;
	  background-size: auto;
	background-size: 14px auto;
	-webkit-background-size: 14px auto;
}
.section-padding30 {
    padding-top: 183px;
    padding-bottom: 170px;
    background: #f6f6f6;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
 .section-padding30 {
  padding-top:143px !important;
   padding-bottom: 170px;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
.section-padding30{
  padding-top: 100px !important;
   padding-bottom: 120px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding30 {
    padding-top: 50px;
    padding-bottom: 70px;
}
}@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding30 {
    padding-top: 50px;
    padding-bottom: 0;
}
}@media (max-width: 575px) {
    .section-padding30 {
    padding-top: 50px;
    padding-bottom:0;
    }
   
}
.project-area .project-caption .single-project .project-img img{
      border-radius: 10px 10px 0 0 !important;
      width: 100%;
    transform: scale(1);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.project-caption .single-project .project-img {
    overflow:hidden;
}
.project-caption .single-project:hover .project-img img {
    border-radius: 10px 10px 0 0 !important;
    transform: scale(1.1);
}
.project-area .project-caption .single-project .project-cap{
  background: #00235b !important;
  border-radius: 0 0 10px 10px;
}
.project-area .project-caption .single-project .project-cap h4 a{
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 400;
}
.project-area .project-caption .single-project:hover .project-cap{
  background: #E0E2D2 !important;;
}
.project-area .project-caption .single-project:hover .project-cap h4 a{
  color: #4C4D4C !important;
}
.project-area .project-caption .single-project .plus-btn{
  opacity: 1 !important;
  visibility: visible !important;
}
.project-area .project-caption .single-project .plus-btn i{
     background: #2AC49E;
    color: #fff;
    border: 1px solid #2AC49E;
}
/* agregado de css/style.css */
/* menu mobil */
.row-menu{
	 flex-wrap:nowrap; 
	display:flex;
	justify-content: space-between;
	    align-items: center;
}
.Header__menuButton {
  color: #1F2B7B  !important;
}
.mobile-nav-toggle {
  /* position: fixed;
  right: 15px;
  top: 30px; */
	order:1;
  z-index: 99;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 38px 15px 0 0;
  color: #252525;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}
/* Mobile Navigation */
.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -3000px;
  width: 300px;

  /*background: rgba(255, 255, 255, 8);*/
  background: #f6f6f6;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav ul .li1{
    padding-top: 20px;
}
.mobile-nav  .li_submenu > a{
    padding-right: 35px;
}
.mobile-nav  .li_submenu li{
   padding-left: 20px;
}
.mobile-nav .li_submenu  ul {
  display: none;
  overflow: hidden;
}
.mobile-nav nav ul .li_submenu  .a_nav:after {
    content: "\e648";
    font-family: themify;
    padding-left: 10px;
     font-size: 12px;
}
.mobile-nav .active > a:after{
    content: "\e64b"!important;
    font-family: themify;
    padding-left: 10px;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #252525;
  padding: 10px 20px;
  font-weight: 300;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #009B2D;
  text-decoration: none;
}
/*---card-----*/
.container_1 {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0;
}
.container_1 .card {
	position: relative;
	width: 300px;
	height: 400px;
	background: rgba(255, 255, 255, 0.05);
	margin: 20px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	display: flex;
	justify-content: initial;
	align-items: center;
	backdrop-filter: blur(10px);
}

.container_1 .card .content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s;
  padding-top: 60px;
}

.container_1 .card:hover .content {
	transform: translateY(-20px);
}

.container_1 .card .content .imgBx {
	position: relative;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.container_1 .card .content .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container_1 .card .content .contentBx h3 {
	color: #0e132a;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 10px;
	line-height: 1.1em;
}

.container_1 .card .content .contentBx h3 span {
	font-size: 14px;
	font-weight: 300;
	text-transform: initial;
}

.container_1 .card .sci {
	position: absolute;
	bottom: 70px;
	/*display: flex;*/
}

.container_1 .card .sci li {
	list-style: none;
	margin: 0 10px;
	transform: translateY(40px);
	transition: 0.5s;
	/*opacity: 0;*/
}

.container_1 .card:hover .sci li {
	transform: translateY(0px);
	opacity: 1;
}

.container_1 .card .sci li a {
	color: #0e132a;
	font-size: 20px;
}
.tittle-baner{
    display: flex;
    justify-content: center;
    padding:20px;
}
.tittle-let{
    padding-bottom:95px;
}