/*
Theme Name: Team mansoka
Theme URI: 
Author: the WordPress team
Version: 1
License: GNU General Public License v2 or later
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,700;1,900&display=swap');
 :root {
    --color_base: #ff4b00;
    --color_azul-claro: #0092a3;
    --color_fuente: #696B6B;
    --titulos: #000;
}

body {
  margin: 0;
  color: #999;
  background-size: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

body .container {
  margin: auto !important;
}

.title-1 h1 {
  color: #333;
  font-size: 38px;
  font-weight: 900;
}
.title-1 h1:before{
  content: "";
    background: #9d9d9d;
    width: 50px;
  position: relative;
  height: 5px;
  display: block;
  top: 51px;
}

h2 {
  color: #1f1412;
  font-size: 35px;
  font-weight: 700;
}
p {
  line-height: 30px;
  color: #9d9d9d;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
strong {
  color: #333;
}
.titulos-blancos h1{
  color: #fff;
  font-size: 50px;
}

.color-primario h2 {
  color: #000;
  font-size: 42px;
  font-weight: 900;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
 
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #29b399;
  height: 1px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
} 
.header-fixed {
  background: #fff;
  position: fixed;
  min-height: 70px !important;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 999;
  -webkit-box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0 2px 2px -3px rgba(70, 61, 94, 0.68);
  box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.68); }
  .header-fixed .header-info {
    display: none; }
  .header-fixed .content-menu .logo {
    margin-top: 0px !important;
    text-align: center;
    width: 233px;
    padding-top: 5px;
    margin: auto; 
  }
  .header-fixed .content-menu .logo img {
    width: 60%; 
  }

.menu-principal li>.sub-menu {
position: absolute;
left: -3px;
top: 100%;
width: 260px;
z-index: 9999;
list-style: none;
padding: 9px 15px!important;
margin: 0;
background: #fff!important;
-webkit-box-shadow: 0 0 22px 0 rgb(0 0 0 / 10%);
box-shadow: 0 0 22px 0 rgb(0 0 0 / 10%);
min-width: 200px;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
transform-style: preserve-3d;
-webkit-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
}

.menu-principal li>.sub-menu li {
float: none;
position: relative;
display: block!important;
border-right: none!important;
text-align: left;
display: block;
margin: 10px 0px!important;
}

.menu-principal li>.sub-menu li a {
background: none !important;
    text-transform: none;
    font-weight: 500;
    line-height: 15px;
    display: block;
    position: relative;
    text-decoration: none;
    margin-top: 0;
    text-align: left;
    padding-left: 5px;
}

.img-proyecto{
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.seccion-proyectos p{
	margin-top: 15px;
	color: #999;
}

.img-proyecto img{
	width: 100%;
	height: 100%!important;
	object-fit: cover;
}

.menu-principal li>.sub-menu li a span {
    color: #656363 !important;
    font-size: 16px !important;
    letter-spacing: 0px;
    text-transform: initial !important;
}

.menu-principal li>.sub-menu li a .hvr-underline-from-center:before {
background: none!important;
height: 1px!important;
}

.menu-principal li>.sub-menu li a span:hover {
color: #29b399!important;
}

.menu-principal li>.sub-menu li .sub-menu {
list-style: none;
padding: 10px 0;
margin: 0;
position: absolute;
left: 100%!important;
top: -15px!important;
z-index: 1;
min-width: 180px;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.menu-principal li>.sub-menu li:hover .sub-menu {
left: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}

.menu-principal li:hover .sub-menu {
top: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}

.menu-principal li.fly-left:hover .sub-menu {
left: auto;
right: 0;
}


.header {
  background-color: #ffffff;
  width: 100%;
  min-height: 120px;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; 
}
.header .header-info {
  background-color: #727171;;
  height: 35px;
  padding-left: 30px; 
}
.header .header-info:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 38px;
  height: 35px;
  background-color: #727171;
-webkit-transform: skew(45deg);
-ms-transform: skew(45deg);
transform: skew(45deg); 
}
  .header .header-info .info-top {
  text-align: right;
  padding: 3px 15px;
  margin: 0px !important; 
}
  .header .header-info .info-top li {
  list-style: none;
  display: inline-block;
  padding: 0px 15px;
  border-right: 1px solid #fff; 
}
  .header .header-info .info-top li .icon {
  display: inline-block;
  margin-right: 8px; 
  color: #fff;
}
  .header .header-info .info-top li p {
  display: inline-block;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; 
  color: #fff;
}
  .header .content-menu {
  text-align: right; 
}
  .header .content-menu .logo {
    margin-top: -22px;
    text-align: center;
}
  .header .content-menu .menu-header {
  text-align: right; 
}
  .header .content-menu .menu-header .menu-principal {
  margin-top: 25px; 
}
  .header .content-menu .menu-header .menu-principal li {
  display: inline-block;
  list-style: none;
  position: relative;
  margin: 0px 25px;
}
  .header .content-menu .menu-header .menu-principal li a {
  text-decoration: none !important; 
}
  .header .content-menu .menu-header .menu-principal li a span {
    position: relative;
    padding: 3px 3px 2px 3px;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}
  .header .content-menu .menu-header .menu-principal .current-menu-item a span {
  color: #0092a3; 
}
.menu-header .menu-principal .current-menu-item a span {
  color: #29b399;
  border-bottom: 4px solid #0092a3;
  transition: all .3s;
}


.redes-footer {
  padding: 0px;
  text-align: center;
  margin-top: 14px;
}
.redes-footer li {
list-style: none;
    background: #727171;
    margin-bottom: 8px;
    margin-top: 12px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    margin-left: 4px;
}
.redes-footer li a i{
  font-size: 18px;
}
.redes-footer li a {
  color: #fff;
  font-size: 21px;
  transform: 0.2s;
}
.redes-footer li:hover {
  background: #f3f3f3;
}
.redes-footer li:hover  a{
  color: #0092a3;
}
.seccion-hacemos h3{
	 color: #0092a3;
   font-size: 18px !important;
	 font-weight: 600;
}

.seccion-hacemos p{
	line-height: 22px;
    color: #9d9d9d;
    font-size: 16px;
}
.seccion-footer{
	  background: #000000;
    border-top: 4px solid #0d8c9a;
}

/* servicos */
.item-quienes>div {
    min-height: 280px!important;
}

.item-servi-home:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgb(228 234 241);
}

.item-servi-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(10 32 53 / 58%);
    background: rgb(10 32 53 / 58%);
    color: rgb(10 32 53 / 58%);
    transition: 0.3s;
}

.item-servi-home:hover:before {
    content: '';
    background-color: rgb(10 32 53 / 42%);
    background: rgb(10 32 53 / 42%);
    color: rgb(10 32 53 / 42%);
}

.item-servi-home .titulo-post {
   color: #ffffff;
   text-transform: uppercase;
	 font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding: 4px 40px;
}

.btn-servi a {
    font-size: 16px!important;
    font-family: 'Poppins', sans-serif;
    padding: 8px 43px 8px 30px!important;
    border-radius: 20px!important;
      border-color: #0092a3 !important;
    background-color: #0092a3 !important;
    transition: 0.3s;
}
.btn-servi a:hover {
    border-color: #727171 !important;
    background-color: #727171 !important;
}

.item-servi-home:hover .btn-servi a {
   border-color: #727171 !important;
   background-color: #727171!important;
}

.widget1{
  text-align: center;
  padding-top: 60px;
}
.seccion-footer .footer_primero h2{
  color: #009eae;
    margin-bottom: 25px;
}
.seccion-footer .footer_primero{
   padding-top: 30px;
}
.telefono-top a{
	  color: #fff;
}
.contac-fooer .inf-contac {
    display: flex;
    margin-bottom: 12px;
    color: #009cab;
    font-size: 18px;
}
.contac-fooer .text-contac {
    color: #ffffff;
    font-size: 18px;
    padding-left: 10px;
    line-height: 22px;
}
.contac-fooer .text-contac a{
    color: #ffffff;
    font-size: 18px;
    padding-left: 10px;
    line-height: 22px;
}

.seccion-footer .redes-footer {
    text-align: left;
  }
  .copy {
    background: #000000;
    min-height: 39px;
    text-align: center;
    color: #a3a3a3;
    font-size: 14px;
    padding-top: 5px;
    width: 100%;
    border-top: 1px solid #2b2b2b;
  }
 #menu-menu-footer {
    padding-left: 0px;
}
 #menu-menu-footer li {
    list-style: none;
    margin-bottom: -2px;
}

 #menu-menu-footer li:before {
    content: "";
    background: #009cab;
    width: 8px;
    height: 1px;
    position: absolute;
    margin-left: -16px;
    margin-top: 12px;
}


#menu-menu-footer li a {
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
}

#menu-menu-footer li a:hover{
  color: #009cab;
} 

.bloque-title{
      background: #009eae;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.bloque-title h2{
  color: #fff;
}
.content_servi h3{
    color: #009eae;
}
.seccion-gris h4{
font-size: 20px;
    color: #009eae;
    font-weight: 600;
}

.seccion-gris p{
  line-height: 20px;
  color: #525252;
  font-size: 16px;
}

/* formulario */
.formulario-contacto h3{
	font-size: 16px;
    color: #009dad;
}

.formulario-contacto select,
.formulario-contacto input[type=date],
.formulario-contacto input[type=email],
.formulario-contacto input[type=text],
.formulario-contacto input[type=number],
.formulario-contacto input[type=tel] {
    width: 100%;
    border-radius: 10px;
    background: #f3fdff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    margin-bottom: 8px;
    padding-left: 20px;
    border: 1px solid #86cbe2;
}
.formulario-contacto select:focus,
.formulario-contacto textarea:focus,
.formulario-contacto input[type=date]:focus,
.formulario-contacto input[type=email]:focus,
.formulario-contacto input[type=text]:focus,
.formulario-contacto input[type=number]:focus,
.formulario-contacto input[type=tel]:focus {
    border: 1px solid #7bc7d8 !important;
    outline: 0px;
    background-color: #fdfdfd;
}

.formulario-contacto textarea {
    width: 100%;
    border-radius: 10px;
    background: #f3fdff;
    height: 80px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    margin-bottom: 0px;
    padding-left: 20px;
    border: 1px solid #86cbe2;
}

.formulario-contacto .campo {
    display: block;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.formulario-contacto .campo span {
    margin: 0px;
}

.formulario-contacto .campo span input[type=checkbox] {
    width: 20px;
    height: 15px;
}

.formulario-contacto .campo p {
    text-align: left;
    display: inline-block;
    line-height: 20px;
    color: #878787;
    font-size: 15px;
    margin-left: 8px;
    margin: 0px;
}

.formulario-contacto .campo a {
    color: #81c9de;
}

.formulario-contacto .campo a:hover {
    color: #000;
}

.formulario-contacto input[type=submit] {
    border: none;
    margin: auto;
    display: block;
    padding: 0px 50px;
    float: right !important;
    color: #ffffff;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 36px;
    background: #267da4;
    transition: 0.1s;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*fin  formulario */

.secccion-contact .contac-fooer .text-contac {
    color: #333;
	
}

.secccion-contact .redes-footer {
    padding: 0px;
    text-align: left;
	margin-top: 14px;
}
.banner-top {
    width: 100%;
    height: auto;
}
.banner-top img {
    width: 100%;
    height: auto;
}
.banner-top h1 {
    position: absolute;
    color: #ffffff;
    top: 358px;
    display: block;
    font-weight: 600;
    width: 100%;
    text-align: center;
    font-size: 60px;
}
.btn-interno{
margin-bottom: 18px;
    text-align: right;

}

.btn-interno a{
	color: #fff;
	text-decoration: none;
}

/* RESPONSIVE */

#wprmenu_bar .bar_logo{
	height: 34px;
}
#wprmenu_bar .menu_title{
	float: right;
}
#mg-wprm-wrap ul li {
	text-align: center;
}
#mg-wprm-wrap li.menu-item a {
	font-size: 18px;
}

@media screen and (max-width: 768px) {
.title-1 h1 {
	font-size: 28px;
}
	.title-1 h1:before {
   display: none;
}
	.espacios{
		height: 15px!important;
	}
	p {
    line-height: 25px;
		font-size: 16px;
	}
	h2 {
    color: #1f1412;
		font-size: 28px;
	}
	.titulos-blancos h1 {
    color: #fff;
    font-size: 28px;
}
	.widget1 {
    text-align: center;
    padding-top: 10px;
}
	.seccion-footer .footer_primero {
    padding-top: 10px;
}
	.seccion-footer .footer_primero h2 {
    margin-bottom: 25px;
		margin-top: 15px;
		text-align: center;
	}
	#menu-menu-footer li{
		text-align: center;
	}
	.contac-fooer .inf-contac {
    display: flex
;
    margin-bottom: 12px;
    text-align: center;
    justify-content: center;
}
	.seccion-footer .redes-footer {
    text-align: center;
}
	.copy {
    min-height: 28px;
		font-size: 11px;
	}
	.bloque-title {
    background: #009eae;
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
	.bloque-title h2 {
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
}
	.btn-servi a {
    font-size: 13px !important;
		padding: 6px 35px 6px 35px !important;
	}
	.content_servi h3 {
		font-size: 20px;
	}
	.secccion-contact{
		text-align: center;
	}
	.secccion-contact .redes-footer {
    padding: 0px;
		text-align: center;
	}
	.formulario-contacto{
		padding: 0px 35px;
	}
	.formulario-contacto h3 {
		text-align: left;
	}
	
}