/*
Theme Name: Yellow Inm.
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/

@font-face {
    font-family: 'Corbel';
    src: url('fonts/Corbel.eot');
    src: url('fonts/Corbel.eot?#iefix') format('embedded-opentype'),
        url('fonts/Corbel.woff') format('woff'),
        url('fonts/Corbel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    display: swap;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Corbel', sans-serif;
	font-size: 17px;
	color: #333;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1120px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.grey {
	color: #f4f4f4;
}
.black, .black:hover {
	color: #000 !important;
}
.white, .white:hover {
	color: #fff !important;
}
.yellow, .yellow.hover {
	color: #FFC219 !important;
}
.bg-grey {
	background: #f4f4f4;
}
.bg-black {
	background: #000;
}
.bg-white {
	background: #fff;
}
.bg-yellow {
	background: #FFC219;
}
.raleway {
	font-family: 'Raleway', sans-serif;	
}
.light {
	font-weight: 300;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background: #FFC219;
	border: 1px solid #FFC219;
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	border-radius: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}


/**** Main Menu ****/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background: url(images/bg.jpg) no-repeat center center #111;
    background-size: cover;
    display:flex;
    align-items: center;
    z-index: 99999;
}
#loader div {
    text-align: center;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
}
#loader img.loading {
    width: 60px;
    margin-top: 30px;
    opacity: 0.9;
}
#loader img.hacemosposible {
	margin-top: 60px;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1001;
	top: 0; 
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.sidenav .logo {
	text-align: center;
}
.sidenav .logo img {
	width: 172px;
}
.content-sidenav {
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 20px;
}
.mainmenu {
	margin-top: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mainmenu a {
	display: block;
	padding: 7px 0;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
.mainmenu a.active {
	color: #FFC219;
}
.mainmenu .submenu {
	padding-left: 15px;
}
.sidenav .redes {
	margin-top: 30px;
}
.sidenav .redes a {
	float: left;
	margin-right: 3px;
}
.sidenav .redes img {
	width: 32px;
}
.sidenav .tel {
	margin-top: 12px;
	font-size: 20px;
}
.sidenav .tel a {
	color: #FFC219 !important;
}

.leftbar {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	height: 100%;
	width: 82px;
	background: #fff;
	-webkit-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 0px 10px 0px rgba(0,0,0,0.25);
	padding-top: 30px;
}
.hamburger {
	display: block;
	width: 44px;
	margin: 0 auto 26px auto;
	cursor: pointer;
	padding: 4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.hamburger .bar1 {
	display: block;
	background: #000;
	height: 2px;
	width: 18px;
	margin-bottom: 3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.hamburger .bar2 {
	display: block;
	background: #000;
	height: 2px;
	width: 26px;
	margin-bottom: 3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.hamburger .bar3 {
	display: block;
	background: #000;
	height: 2px;
	width: 34px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.hamburger:hover .bar1, .hamburger:hover .bar2, .hamburger:hover .bar3 {
	/** width: 36px; **/
}
img.favicon {
	display: block;
	margin: 0 auto;
	width: 48px;
}
.menu-share {
	position:relative;
}
.share {
	display: none;
    position: absolute;
    width: 38px;
    left: 82px;
    top: 0;
    background: #fff;
}
.share img {
	margin-bottom: 1px;
}
.menu-share span {
	display: block;
	margin: 50px auto;
	width: 40px;
	text-align: center;
}
.menuvertical {
	margin: 0 30px;
	writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.menuvertical a {
	color: #333;
	font-size: 18px;
}
.menuvertical span {
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	position: relative;
	left: 0;
}
.menuvertical a.link-contacto {
	margin-bottom: 15px;
}
.menuvertical a.link-contacto .fa {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #FFC219;
}

@media(max-width: 767px) {
	#openshare {
		margin: 28px auto;
	}
	.menuvertical span {
		margin-top: 9px;
		margin-bottom: 9px;
	}
}

/**** HOME ****/
.carousel {
	overflow: hidden;
	height: 100%;
}
.carousel-home .item {
	height: 100%;
}
.carousel-home .container-fluid, .carousel-home .carousel-inner {
	height:100%;
}
.carousel-home .scrollto.scrollslide {
	bottom: 15px;
	opacity: 1;
} 
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.carousel-home .flex {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.carousel-home .flex div {
	display: block;
	font-size: 22px;
	width: 340px;
	max-width: 100%;
	font-family: 'Raleway', sans-serif;
}
.carousel-home h1 {
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.carousel-home h1 em {
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	display: block;
}
.carousel-home a {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFC219;
}
.carousel-indicators {
    position: absolute;
    bottom:15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    padding: 0 15px;
    width: 1120px;
    max-width: 100%;
}
.carousel-home .carousel-indicators {
	bottom: 70px;
}
.carousel-indicators li {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 8px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.carousel-indicators li.active {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 8px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFC219;
    border: 1px solid #FFC219;
    border-radius: 5px;
}
a.link {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}
a.link::after {
	content: '';
	background: url(images/link.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 20px;
	background-size: 100%;
	margin-left: 10px;
	position:relative;
	top:1px;
}
a.link.white {
	color: #fff !important;
}
a.link.white::after {
	content: '';
	background: url(images/linkwhite.png) no-repeat center center;
	display: inline-block;
	width: 30px;
	height: 20px;
	background-size: 100%;
	margin-left: 10px;
	position:relative;
	top:1px;
}
.img-intro {
	text-align: right;
	padding-right: 30px;
	margin-bottom: 20px;
}
.intro {
	border-left: 1px solid #FFC219;
	padding-left: 30px;
	margin-bottom: 20px;
}
h2.titulo-seccion {
	color: #535F5E;
	font-size: 40px;
}
h3 {
	font-size: 23px;
}
.nosotros-home h3 {
	font-weight: 600;
	margin-bottom: 10px;
}
@media(min-width: 1100px) {
	.nosotros {
		padding-top: 60px;
	}
}
.circles {
	position: relative;
}
.txtvertical {
	writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.circles .txtvertical {
	text-align: center;
	position:absolute;
	left: 0;
	top: 30px;
	white-space: nowrap;
	font-family: 'Raleway', sans-serif;
	color:#444;
	font-weight: 300;
}
.circles .txtvertical h3 {
	letter-spacing: 2px;
	margin-left: 4px;
	font-weight: 300;
}
.circles .images {
	padding-left: 80px;
}
.circles .images a {
	float: left;
	width: 25%;
	display: inline-block;
	text-align: center;
	padding: 0 30px;
	line-height: 1.3em;
	margin-bottom: 50px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	opacity: 0.85;
}
.circles .images img {
	margin-bottom: 14px;
}
.circles .images a:hover {
	opacity: 1;
}
.circles .images .owl1 img, .circles .images .owl2 img {
	margin-bottom: 0;
}
.circles .images .owl1 a, .circles .images .owl2 a {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    line-height: 1.3em;
    margin-bottom: 50px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    opacity: 0.85;
}
.circles .images .owl1 a:hover, .circles .images .owl2 a:hover {
    opacity: 1;
}
.owl1 .owl-dots, .owl2 .owl-dots {
	display: none !important;
}
.owl1 .owl-nav, .owl2 .owl-nav {
	position: absolute;
    top: 25%;
    width: 100%;
}
.owl1 .owl-nav span, .owl2 .owl-nav span {
	display: none !important;
}
.owl1 .owl-prev, .owl2 .owl-prev {
	background: url(images/left-b.png) no-repeat center center !important;
	display: inline-block;
	width: 19px;
	height: 29px;
	position: absolute;
	left: 0;
	opacity: 0.3;
}
.owl1 .owl-next, .owl2 .owl-next {
	background: url(images/right-b.png) no-repeat center center !important;
	display: inline-block;
	width: 19px;
	height: 29px;
	position: absolute;
	right: 0;
	opacity: 0.3;
}


@media(min-width: 991px) {
	.circles .images .owl1 a, .circles .images .owl2 a {
	    padding: 0 30px;
	}
}
.responsive {
	display: none;
}
.equipo-home .content {
	padding: 24px 20px 15px 20px;
	float: left;
	width: 33%;
}
.equipo-home .carouselequipo {
	float: left;
	width: 67%;
}
.owl3 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.owl3 .item {
	position: relative;
}
.owl3 .des {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	color: #fff;
	font-size: 15px;
}
.owl3 .des .yellow {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin: 0;
	line-height: 1.3em;
}
.owl3 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.owl3 .owl-nav {
    position: absolute;
    top: 40px;
    width: 100%;
}
.owl3 .owl-nav button.owl-next {
    background: url(images/next.png) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    opacity: 0.9;
}
.owl3 .owl-nav button.owl-prev {
    background: url(images/prev.png) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    opacity: 0.9;
}
.owl3 .owl-nav button.owl-next:hover, .owl3 .owl-nav button.owl-prev:hover {
	opacity: 1;
}
.owl3 .owl-nav button.owl-next span, .owl3 .owl-nav button.owl-prev span {
	display:none;
}
.owl3 .owl-dots {
	display:none;
}
.testimonio {
    text-align: center;
    width: 540px;
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
}
.testimonio .img-testimonio {
    width: 112px !important;
    height: 112px !important;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 58px;
    z-index: 100;
}
.testimonio .content-testimonio {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    position: relative;
    padding: 74px 70px 20px 70px;
    height: auto;
    font-style: italic;
}
.testimonio .content-testimonio img.quote1 {
    position: absolute;
    width: 40px !important;
    left: 30px;
    top: 60px;
}
.testimonio .content-testimonio img.quote2 {
    position: absolute;
    width: 40px !important;
    right: 30px;
    top: 60px;
}
.linea {
	height: 3px;
	width: 60px;
	background: #FFC219;
	display: block;
	margin-bottom: 14px;
}
.experiencia {
	position: relative;
	padding-left: 170px;
	background: url(images/logo2.jpg) no-repeat top left;
}
.contacto-mapa {
    position: relative;
}
.contacto-mapa .redes {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.contacto-mapa .redes a, .redes-servicios .redes a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: #222;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    text-align: center;
    margin: 0 3px;
    padding-top: 4px;
}
.contacto-mapa .redes a:hover, .redes-servicios .redes a:hover {
    background: #FFC219; 
}
.contacto-mapa .redes a img {
    width: 20px;
}
.nuevocontacto {
    text-align: right;
}
.slogan {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 62px;
    line-height: 66px;
    text-align: center;
    opacity: 0.3;
    margin-bottom: 30px;
    margin-top: 50px;
}
#mapcontacto {
    width: 100%;
    height: 320px;
} 
footer {
	background: #f4f4f4;
	border-top: 6px solid #FFC219;
	padding-top: 20px;
	padding-bottom: 15px;
}
.menufooter a {
	color: #333;
	display: inline-block;
	margin-right: 24px;
}
footer .col-sm-4 {
	text-align: right;
}
footer .col-sm-4 .fa {
	color: #555;
	font-size: 20px;
	margin-left: 6px;
}
.developed {
	text-align: right;
}
.socialfooter a {
	margin-top: 4px;
	font-size: 24px;
	color: #777;
	margin-right: 8px;
	display: inline-block;
}
.socialfooter a .fa {
	font-size: 24px;
	color: #777;
}
a.suscribe {
	background: #FFC219;
	padding: 14px 24px;
	border: none;
	font-weight: 600;
	margin-top: 36px;
	display: inline-block;
	width: auto;
	text-align: center;
	font-size: 14px;
}
img.img1footer {
	width: 122px;
	max-width: 100%;
}
img.img2footer {
	width: 122px;
	max-width: 100%;
}

/**** PAGES ****/
.padding-izquierdo {
	padding-left: 8%;
}
.section-fullheight {
	height: 100%;
	width: 100%;
	position: relative;
}
.flex-page {
	display: flex;
	align-items: center;
	height: 100%;
}
.flex-page .flex-contenido {
	display: block;
	width: 100%;
}
.scrollto {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 40px;
}
.scrollto img {
	opacity: 0.3;
}
.scrolltoup {
	z-index: 10;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 40px;
}
.scrolltoup img {
	opacity: 0.6;
}
.disenamos {
	position: relative;
	display: table;
	height: 300px;
}
.disenamos  {
	padding-top: 110px;
	padding-bottom: 110px;
	background: url(images/arq.jpg) no-repeat left top;
	padding-left: 340px;
	padding-right: 25%;
	font-size: 20px;
	color: #fff;
	background-size: 300px;
	font-family: 'Raleway', sans-serif;
	position:relative;
}
.disenamos .nombrearq {
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 120px;
	color: #fff;
	font-size: 15px;
}
.floatright {
	float: right;
}
.nosotros-intro {
	position: relative;
	width: auto;
	display: inline-block;
}
.nosotros-intro .content-contadores {
	position: relative;
	background: #FFC219;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	padding-top: 7px;
	padding-bottom: 8px;
}
.nosotros-intro .content-contadores strong {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	line-height: 34px;
}
.nosotros-intro .content-intro {
	position: absolute;
	right: 30px;
	bottom: 0;
	background: #fff;
	padding: 20px 15px;
	width: 40%;
}
.nosotros-intro .content-intro p {
	margin: 0;
}
.servicio {
	position: relative;
	color: #fff;
	width:auto;
	display: inline-block;
}
.title-servicio {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 22px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.lowercase {
	text-transform: lowercase;
	font-size: 18px;
}
.content-servicio {
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 55%;
    color: #333;
    width: 320px;
    max-width: 100%;
    left: 60%;
    padding: 20px;
}
.text-hola {
	text-align: right;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
}
.hola {
	font-size: 54px;
	margin-bottom: 50px;
}
.hablemos {
	color: #525F5E;
	font-size: 30px;
}
.newformulario {
	padding-left: 30px;
	padding-top: 20px;
}
.newformulario .inp {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
}
.newformulario .inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 17px;
  color: #666;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  z-index: 1;
}
.newformulario .inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #FFC119;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.newformulario .inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 8px 5px;
  height: 44px;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid #FFC119;
  background: none;
  border-radius: 0;
  color: #333;
  transition: all 0.15s ease;
  z-index: 100;
  position: relative;
}
.newformulario .inp input:hover {
  /**background: rgba(250,250,250,1);**/
}
.newformulario .inp input:not(:placeholder-shown) + span {
  color: #FFC119;
  transform: translateY(-34px) scale(0.85);
}
.newformulario .inp input:focus {
  background: none;
  outline: none;
}
.newformulario .inp input:focus + span {
  color: #FFC119;
  transform: translateY(-34px) scale(0.85);
}
.newformulario .inp input:focus + span + .border {
  transform: scaleX(1);
}
.newformulario button.boton {
    width: 150px;
    border-radius: 6px;
}
.gracias {
	margin-top: 50px;
    font-size: 52px;
    line-height: 1.2em;
}
.redes2 a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: #FFC219;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    text-align: center;
    margin: 0 3px;
    padding-top: 4px;
}
.redes2 a:hover {
    background: #555;
}
.row-politicas {
	margin: 0 -4px;
}
.row-politicas .politica {
	padding: 0 4px;
	float: left;
	width: 25%;
	height: 500px;
	border: 1px solid #fff;
	position: relative;
}
.politica .title {
	background: #FFC219;
	color: #000;
	width: 76px;
	height: 70px;
	padding: 18px 10px;
	font-family: 'Raleway', sans-serif;
	line-height: 18px;
	font-size: 14px;
}
.politica .title strong {
	display: block;
	margin: 0;
	padding: 0;
}
.politica1 .title {
	position: absolute;
	top: 30px;
	right: 0;
}
.politica2 .title {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.politica3 .title {
	position: absolute;
	bottom: 30px;
	left: 0;
}
.politica4 .title {
	position: absolute;
	top: 30px;
	right: 0;
}
.politica .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	opacity: 0;
}
.politica:hover .overlay {
	opacity: 1;
}
.politica .txt {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	opacity: 0;
}
.politica:hover .txt {
	opacity: 1;
}
.politica1 .txt {
	top: 120px;
}
.politica2 .txt {
	top: 30px;
}
.politica3 .txt {
	top: 30px;
}
.politica4 .txt {
	top: 120px;
}
.column-equipo {
    width: 14.28%;
    float: left;
}
.miembroequipo {
    display: inline-block;
    float: left;
    width: 100%;
    height: 120px;
    position: relative;
}
.miembroequipo.big {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 240px;
}
.miembroequipo > img {
    display: none;
}
.miembroequipo .miembro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    z-index: 1;
}
.miembroequipo:hover .miembro {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    z-index: 10;
}
.miembroequipo .miembro .overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.miembroequipo .miembro:hover .overlay {
    opacity: 1;
}
.miembroequipo .text-equipo {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    display: none;
    text-transform: none;
}
.miembroequipo .miembro:hover .text-equipo {
    opacity: 1;
    display: block;
}
.miembroequipo .text-equipo span {
    /*** border-top: 1px solid #FFC219; ****/
    display: block;
    padding: 5px 0;
    font-weight: 600;
}
.miembroequipo.big .text-equipo span {
    border-top: 1px solid #FFC219; 
}
.miembroequipo .text-equipo a.readmore {
    color: #fff;
}
.equipo-responsive {
    display: none;
}

/*** DETALLE PROYECTO ***/
.bg-bwhite {
	color: #fff;
	background: url(images/bwhite.jpg) repeat-y center center;
}
.detalle {
	padding-bottom: 20px;
}
.txt_detalle {
	position: relative;
}
.nombreproyecto {
	float: left;
	width: 130px;
	padding-top: 3px;
	margin-left: -15px;
	/**
	position:absolute;
	left: -15px;
	top: 3px;
	**/
}
.descripcionproyecto {
	float: left;
	width: calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	width: -moz-calc(100% - 130px);
	position: relative;
	padding-right: 10px;
	font-size: 16.4px;
}
.explorar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
	padding-left: 20px;
	padding-top: 32px;
	display: none;
}
.closeExlorar {
	position: absolute;
	top: 0;
	right: 15px;
	color: #fff;
	font-size: 36px !important;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	cursor: pointer;
}
.openExplorar {
	writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff;
    font-size: 14px !important;
    position: absolute;
    right: -25px;
    top: 300px;
    cursor: pointer;
}
.explorar a {
	display: block;
	color: #aaa;
	padding: 4px;
}
.explorar a.active, .explorar a:hover {
	color: #fff;
}
.explorar span {
	font-size: 13px;
	padding-right: 20px;
}
.bloquePrecios {
    color: #FFC219;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 40px;
    font-size: 15px;
}
.nombreproyecto h3 {
	text-transform: uppercase;
	font-size: 17px !important;
}
.twoletters {
	display: block;
	text-transform: uppercase;
	font-size: 68px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 3px;
	line-height: 1.2em;
}
img.logodetails {
	width: 100px;
}
.col-carousel {
	padding-left: 0;
}
.carousel-detalle .item {
	width: 100%;
	height: 400px;
}
.detalle-image {
	width: 100%;
	height: 400px;
}
.galleryDetails {
	display: none;
}
.galleryDetails.visible {
	display: block;
}
.carousel-detalle .caption {
	position: absolute;
	bottom: 46px;
	left: 0;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16.4px;
}
.formagente {
	padding-left: 60%;
	padding-top: 40px;
}
.formagente .inp {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}
.formagente .inp .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 17px;
  color: #555;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  z-index: 1;
}
.formagente .inp .border {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
}
.formagente .inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 8px 5px;
  height: 44px;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  background: none;
  border-radius: 0;
  color: #333;
  transition: all 0.15s ease;
  z-index: 100;
  position: relative;
}
.formagente .inp input:hover {
  /**background: rgba(250,250,250,1);**/
}
.formagente .inp input:not(:placeholder-shown) + span {
  color: #555;
  transform: translateY(-34px) scale(0.85);
}
.formagente .inp input:focus {
  background: none;
  outline: none;
}
.formagente .inp input:focus + span {
  color: #555;
  transform: translateY(-34px) scale(0.85);
}
.formagente .inp input:focus + span + .border {
  transform: scaleX(1);
}
.formagente button.boton {
    width: auto;
    float: right;
    background: #000;
    color: #fff;
    padding: 7px 20px;
    border-radius: 0;
    border: none;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
}
.owl4 {
	margin-top: 5px;
	padding-right: 4px;
}
.owl4 .item a {
	display: inline-block;
	width: 100%;
	height: 70px;
	background-size: cover !important;
}
.owl4 .item {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.owl4 .owl-nav {
    position: absolute;
    top: 20px;
    width: 100%;
}
.owl4 .owl-nav button.owl-next {
    background: url(images/next.png) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 3px;
    opacity: 0.9;
}
.owl4 .owl-nav button.owl-prev {
    background: url(images/prev.png) no-repeat center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 3px;
    opacity: 0.9;
}
.owl4 .owl-nav button.owl-next:hover, .owl4 .owl-nav button.owl-prev:hover {
	opacity: 1;
}
.owl4 .owl-nav button.owl-next span, .owl4 .owl-nav button.owl-prev span {
	display:none;
}
.owl4 .owl-dots {
	display:none;
}
.row-colshome {
	margin: 0 -4px;
}
.row-colshome .columna-home {
	border: 4px solid #fff;
	float: left;
	width: 25%;
	height: 500px;
}
.row-colshome .columna-home a.linkcol {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.row-colshome .columna-home .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	opacity: 0;
}
.row-colshome .columna-home:hover .overlay {
	opacity: 1;
}
.row-colshome .columna-home .nomproy {
	position: absolute;
	bottom: 30px;
	color: #fff;
	border-bottom: 1px solid #FFC219;
	left: 0;
	padding-left: 12px;
	text-transform: uppercase;
	opacity: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.row-colshome .columna-home:hover .nomproy {
	opacity: 1;
}
.row-colshome .columna-home .bot-yellow {
    position: absolute;
    top: 30px;
    background: #FFC219;
    color: #000;
    padding: 13px 18px;
    right: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    text-align: right;
    font-size: 13px;
}
.row-colshome .columna-home:hover .bot-yellow {
	top: -10px;
}
span.numero {
	font-family: 'Calibri', sans-serif;
}
.columna-home.textos {
	padding-left: 15px;
}
.columna-home h3 {
	margin-bottom: 12px;
}
.columna-home a.localiza {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 40px;
}
.columna-home ul {
	list-style-type: none;
	margin: 22px 0;
}
.columna-home li {
	position: relative;
	padding-left: 20px;
	margin: 0;
	padding: 0 0 0 16px;
}
.columna-home li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FFC219;
	position: absolute;
	top: 10px;
	left: 0;
}
section.fullheight {
	height: 100%;
	display:flex;
	align-items: center;
	position: relative;
	max-width: 100%;
}
section.fullheight .blocknormal {
	display: block;
	max-width: 100%;
	width: 100%;
}
.scrollto.opacity img {
	opacity: .8;
}





@media(max-width:1200px) {
	.container, .container-fluid {
		padding-left: 110px;
	}
	.carousel-home .carousel-indicators {
		left: 115px;
	}
	.section-fullheight.singleproyecto {
		height: auto;
		padding-top: 60px;
	}
	.section-fullheight.singleproyecto footer {
		margin-top: 50px;
	}
	.singleproyecto .bg-bwhite .container-fluid {
		padding-left: 20px;
	}
}


@media(max-width: 991px) {
	.circles .images a {
		padding: 0 15px;
	}
	.padding-izquierdo {
		padding-left: 15px;
	}
	.scrollto, .scrolltoup {
		display: none;
	}
	.section-fullheight {
		height: auto;
		padding-top: 50px;
	}
	.flex-page {
		display: block;
		align-items: inherit;
		height: auto;
	}
	.disenamos  {
		padding-top: 90px;
		padding-bottom: 90px;
		padding-left: 300px;
		padding-right: 15%;
		font-size: 19px;
		background-size: 280px;
	}
	.disenamos .nombrearq {
		left: 12px;
	}
	.content-contadores .col-xs-6 {
		float: none; 
		width: 100%;
	}
	.nosotros-intro .content-intro {
		position: relative;
		right: inherit;
		bottom: inherit;
		padding: 20px 0;
		width: 100%;
		margin-top: 20px;
	}
	.content-servicio {
	    background: none;
	    position: relative;
	    top: inherit;
	    width: 100%;
	    max-width: 100%;
	    left: inherit;
	    padding: 20px 0;
	}
	.content-servicio .linea {
		display: none;
	}
	.row-politicas .politica {
		width: 50%;
	}
	.singleproyecto .col-sm-5, .singleproyecto .col-sm-7 {
		float: none; 
		width: 100%;
	}
	.singleproyecto .col-sm-5 {
		padding-left: 30px;
	}
	.openExplorar {
		z-index: 100;
    	right: 0px;
    	top: 245px;
    }
    .carousel-detalle {
    	border-right: 4px solid #000;
    }
    .detalle-image {
    	width: 100%;
    }
}


@media(max-width: 767px) {
	.carousel-home .flex div {
		font-size: 20px;
	}
	.carousel-home h1 {
		font-size: 40px;
	}
	.img-intro {
		text-align: left;
		padding-right: 15px;
	}
	.intro {
		border-left: none;
		padding-left: 15px;
	}
	.carousel-indicators {
		/** display: none; **/
	}
	h2.titulo-seccion {
		color: #535F5E;
		font-size: 30px;
	}
	.circles .txtvertical {
		display: none;
	}
	.circles .images {
		padding-left: 0;
	}
	.circles .images a {
		padding: 0 30px;
		width: 50%;
	}
	.responsive {
		display: block;
	}
	.equipo-home .content {
		padding: 24px 15px 0 15px;
		float: none;
		width: 100%;
	}
	.equipo-home .carouselequipo {
		float: none;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0;
	}
	.copyright, .developed {
		text-align: center;
	}
	.floatright {
		float: none;
	}
	.fullimage img {
		width: 100%;
	}
	.disenamos {
	    padding-top: 25px;
	    padding-bottom: 0;
	    padding-left: 202px;
	    padding-right: 15px;
	    font-size: 18px;
	    background-size: 180px;
	    height: 220px;
	}
	.disenamos .nombrearq {
		left: 0;
	}
	.text-hola {
		font-size: 20px;
		text-align: left;
	}
	.hola {
		font-size: 44px;
		margin-bottom: 30px;
	}
	.hablemos {
		font-size: 24px;
	}
	.newformulario {
		padding-left: 0;
	}
	.gracias {
	    font-size: 42px;
	    margin-top: 20px;
	}
	.column-equipo {
        display: none;
    }
    .equipo-responsive {
        display: block;
    }
    .miembroequipo {
        display: block;
        float: none;
        width: 220px;
        height: 190px;
        position: relative;
        margin: 0 auto 20px auto;
    }
    .miembroequipo.big {
        display: block;
        float: none;
        width: 220px;
        height: 300px;
        position: relative;
        margin: 0 auto 20px auto;
    }
    .openExplorar {
		top: inherit;
		bottom: 20px;
	}
	.carousel-detalle .item, .detalle-imagen {
		height: 300px;
	} 
	.detalle-imagen {
		border-right: 4px solid #000;
	}
	.row-colshome .columna-home {
		width: 50%;
	}
	.columna-home.textos {
		padding-top: 50px;
	}
	.columna-home a.localiza {
		top: 50px;
	}
}


@media(max-width: 676px) {
	.disenamos {
	    padding-top: 25px;
	    padding-left: 0px;
	    padding-right: 15px;
	    font-size: 17px;
	    line-height: 1.4em;
	    background: none;
	}
	.twoletters {
	    font-size: 56px;
    }
    .nombreproyecto h3 {
		font-size: 15px !important;
	}
	.nombreproyecto {
		width: 120px;
	}
	.descripcionproyecto {	
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
	}
}

@media(max-width: 498px) {
	.circles .images a {
		padding: 0 15px;
	}
	.experiencia {
		position: relative;
		padding-left: 100px;
		background: url(images/logo2.jpg) no-repeat top left;
		background-size: 80px;
	}
	.experiencia h3 br {
		display: none;
	}
	.slogan {
    	font-size: 52px;
    	line-height: 56px;
    }
    .carousel-home .carousel-indicators {
		left: 105px;
	}
	.nosotros-intro .content-contadores {
		font-size: 12px;
	}
	.nosotros-intro .content-contadores strong {
		font-size: 24px;
		line-height: 28px;
	}
	.row-politicas .politica {
		width: 100%;
		height: 400px;
	}
	.row-colshome .columna-home {
		width: 100%;
	}
	.row-colshome .columna-home {
		height: 400px;
	}
	.columna-home.textos {
		padding-top: 40px;
		height: auto;
	}
	.columna-home a.localiza {
		top: 40px;
	}
}