@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');


html{
	overflow-x: hidden;
}
body{
	font-size:16px;
	line-height: 26px;
  	color: #505050;
	font-family: 'Montserrat'!important;
	font-weight: 300!important;
	background:white;
	overflow-x: hidden;
}
a{
    color: #505050;
	text-decoration:none;
	-webkit-transition: all 250ms ease-out;
	  -moz-transition: all 250ms ease-out;
	  -o-transition: all 250ms ease-out;
	  -ms-transition: all 250ms ease-out;
	  transition: all 250ms ease-out;
	outline: 0;	
	cursor:pointer;
	cursor:hand;
}
a:hover{
	text-decoration:none;
	opacity:0.75;
}
i{
  font-style: normal;  
}
b{
	font-weight:100;
}
h1, h2, h3, h4, h5, h6{
	font-weight:100;
	letter-spacing:0px;
}
input, textarea{
  outline: none;
}
textarea:focus, input:focus{
    outline: none;
}
button{
  text-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background:#00b4a9;
  color:transparent!important;
}
::-webkit-input-placeholder {
  color: #ccc!important;
}
:-moz-placeholder { 
  color: #ccc!important;
}
::-moz-placeholder {  
  color: #ccc!important;
}
:-ms-input-placeholder {
  color: #ccc!important;
}
.form-control{
	height: 40px;
	margin-bottom: 15px;
	padding-left: 0px!important;
	border-radius: 0px!important;
	border: none!important;
	border-bottom: 1px solid #ccc!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-family: 'Montserrat'!important;
	font-weight: 300!important;
	background: transparent!important;
}


.form-control:focus {    
    box-shadow: none!important;
}
textarea.form-control{
	height: 150px;
}
#cv-error {
	display: inline-block !important;
	color: red; 
	font-style: 14px !important;
    position: absolute !important;
    right: 13px !important;
    margin-top: 6px !important;
}

.img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.img_loader{
  display:none!important;
}
.img_load{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display:none;
	/*-webkit-filter: grayscale(30%);
	filter: grayscale(30%);*/
}
.btn{
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px;
    background: transparent!important;
}
b{
	font-weight: 300!important;
	color: #c42713;
}

.breadcrumb {
    position: relative;
    width: 100%;
    height: 30px;
    z-index: 10;
    padding: 8px 20px;
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-family: 'oswaldregular';
	background: white;
}
.breadcrumb a{
    color: #9b9b9b;
}
.breadcrumb a:hover, .breadcrumb .active{
    color: #613854;
}
.breadcrumb>li+li:before {
    display: none;
}
.breadcrumb .fa{
	margin: 0px 5px;
	font-size: 20px;
    line-height: 14px;
    color: #e3e3e3;
}




/*
	BOOTSTRAP
*/
.container, .container-fluid{
	position:relative;
	padding: 0px 20px;
}
.row{
    margin: 0px 10px;
    margin: 0px;
}
.col{
	padding: 10px;
}



input.error, textarea.error {
	border-bottom-color: red !important;
}
label.error {
	display: none !important;
}



/*
	NAV
*/
.navbar{
	height: 75px;
	background: #505050;	
}
.navbar .collapse{
	justify-content: flex-end!important;
}
.nav-link{	
	position: relative;
	height: 22px;
	padding: 4px 15px!important;
	color: white;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400!important;
}
.nav-link:hover{
	color: white;
	opacity: .8;
}
.nav-link.active:after{	
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -27px;
	border-top: 1px solid red;
}
.nav-link.lang{	
	margin-left: 30px;
	padding: 6px 10px!important;
	font-size: 11px;
	background: #606060;
	color: #ccc;
}
.nav-link.lang:hover{
	background:#c42713;
	color: white;
	opacity: 1;
}
.navbar-brand {	
	padding-left: 0px!important;
    padding-top: 5px!important;
    padding-bottom: 8px!important;
}
.navbar-brand img{
    height: 45px
}
.navbar-toggler{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: white!important;
	outline: none!important;
	border: none!important;
}

/*.navbar{
	background: #eee;		
}
.nav-link{	
	color: #505050;
	font-weight: 400!important;
}*/





/*
	SECCION
*/
.fdo_bco{
	position: relative;	
	background: white;
	z-index: 10;
}
.sec{

}
.sec h1{
	padding-top: 90px!important;
	margin-bottom: 50px!important;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300!important;
}
.sec h1 span{
	padding-bottom: 10px;
	border-bottom: 2px solid #c42713;
}
.sec h3{
	margin-bottom: 50px!important;	
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: 300!important;
}
.bor{
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;	
}
.bor.tl{
	left: -2px;
	top: -2px;
	background-image: url(../images/bor_tl.svg);
}
.bor.tr{
	right: -2px;
	top: -2px;
	background-image: url(../images/bor_tr.svg);
}
.bor.bl{
	left: -2px;
	bottom: -2px;
	background-image: url(../images/bor_bl.svg);
}
.bor.br{
	right: -2px;
	bottom: -2px;
	background-image: url(../images/bor_br.svg);
}
.nro{
	position: absolute;
	width: 100%;
	left: 0px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.nro._1{	
	background-image: url(../images/nro_1.svg);
}
.nro._2{	
	background-image: url(../images/nro_2.svg);
}
.nro._3{	
	background-image: url(../images/nro_3.svg);
}

.slider{
	padding: 0px!important;
	background: #f5f5f5;
}
.owl-carousel{
	position: relative;
	float: left;
	width: 100%;	  
}
.owl-carousel .item{
	position: relative;
	text-transform:uppercase;
	border:none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;		
}
.owl-carousel .owl-prev, .owl-carousel .owl-next{
	position: absolute;
	width: 10px;
	height: 20px;	
	color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel .owl-prev{
	left: -20px;
	background-image: url(../images/slid_prev.svg);
}
.owl-carousel .owl-prev:hover{
	background-image: url(../images/slid_prev_over.svg);
}
.owl-carousel .owl-next{
	right: -20px;
	background-image: url(../images/slid_next.svg);
}
.owl-carousel .owl-next:hover{
	background-image: url(../images/slid_next_over.svg);
}





/*
	SLIDER
*/
.slider .owl-carousel .item{
	height: 600px;
}
.slider .owl-carousel .item::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	background: rgba(0,0,0,0.1);
}
.slider .owl-nav {
	position: absolute;
    width: 1140px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
    filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
}
.slider .owl-prev {
    left: auto;
    right: 15px;
    top: 20px;
    background-image: url(../images/slid_prev_bco.svg);
}
.slider .owl-next {    
    right: 15px;
    top: -20px;
    background-image: url(../images/slid_next_bco.svg);
}
.slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-align: center;
	-webkit-filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
    filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
}
.slider .owl-dot {
	display: inline-block;	
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background: white;
    border-radius: 12px;
}
.slider .owl-dot.active {
	display: inline-block;	
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background: #c42713;
    border-radius: 12px;
}
.slider .desc{
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 20;
    color: white;
    pointer-events: none; 
    -webkit-filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
    filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
}
.slider .desc .col{
	padding: 0px;
	overflow: hidden;
}
.slider .desc .mask{
	height: 0px;
	padding-left: 30px;
	padding-left: 0px;
	overflow-x: auto;
	overflow-y: hidden;
}
.slider .desc .size{
	position: relative;
}
.slider .desc h5{
	position: relative;	
	margin-top: 0px;
	margin-bottom: 10px;
	left: -30px!important;
	font-size: 14px;
	line-height: 1;
	color: transparent;
}
.slider .desc h5 span{
	position: absolute;
	width: 20px;
	left: 30px;
    top: 7px;
    border-top: 2px solid white;
    display: none;
}
.slider .desc .item:nth-child(1) .mask{
	height: auto;
}
.slider .desc .item:nth-child(1) h5{
	left: 0px;
}
.slider .desc .item:nth-child(1) h5 span{
	border-top-color: #c42713;
}
.slider .desc h1{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 300;
}
.slider .desc p{
	margin: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}

.home .slider{
	height: 600px;
	margin-top: 75px;
}


/*
	EMPRESA
*/
.empresa .bloques .col{	
}
.empresa .bloques .txt{
	position: relative;
	height: 100%;
	padding: 50px;
	padding-bottom: 35px;
	background: #f5f5f5;
}
.empresa .bloques h3{
	text-transform: uppercase;
	text-align: left;
}
.empresa .bloques h3{
	position: relative;
	margin-bottom: 20px!important;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
}
.empresa .bloques h3::before{
	content: "";
	position: absolute;
	width: 20px;
	bottom: 0px;
	border-bottom: 1px solid #c42713;
}
.empresa .bor{
	width: 40px;
	height: 40px;
}
.empresa .nro{
	height: 300px;
	top: 40px;	
}
.empresa .txt h3, .empresa .txt p{
	position: relative;
	z-index: 5;
}
h3.tit{
	margin: 0px!important;
	padding-top: 50px;
	padding-bottom: 30px!important;
	text-transform: uppercase;	
}
#slider_equipo{
	float: none;
	margin-bottom: 40px;
}
#slider_equipo .item{
	padding: 0px 15px;
	text-align: center;
}
#slider_equipo .imag{
	display: inline-block;
	position: relative;
	width: 175px;
	height: 175px;
	background: #f5f5f5;
	border-radius: 100%;
	overflow: hidden;
	clear: both;
}
#slider_equipo h4{
	display: inline-block;
	margin: 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	text-transform: none;
	font-weight: 300;
}
#slider_equipo h5{	
	margin: 0px;
	font-size: 16px;
	color: #707070;
	font-weight: 300;
	text-transform: none;
}
#slider_equipo h6{	
	margin: 0px;
	margin-top: 5px;
	font-size: 14px;
	color: #aaa;
	font-weight: 300;
	text-transform: none;
}
#slider_equipo .owl-nav{	
	position: absolute;
	width: 100%;
	top: 80px;
}
.slider_equipo_b{	
	background: #f7f7f7;
	padding: 30px 0px;
}
#slider_equipo_b{	
	float: none;
}
#slider_equipo_b .item {
	padding: 0px 15px;
	text-align: center
}
#slider_equipo_b .imag {
	display: inline-block;
	position: relative;
	width: 140px;
	height: 140px;
	/*clip-path: polygon(50% 0px, 100% 50%, 50% 100%, 0px 50%);*/
	border-radius: 100%;
	overflow: hidden;
	clear: both;
	background: #f5f5f5;
}
#slider_equipo_b h4{
	display: inline-block;
	margin: 10px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	text-transform: none;
	font-weight: 300;
}
#slider_equipo_b h5{	
	margin: 0px;
	font-size: 14px;
	color: #707070;
	font-weight: 300;
	text-transform: none;
}
#slider_equipo_b h6{	
	margin: 0px;
	margin-top: 5px;
	font-size: 13px;
	color: #aaa;
	font-weight: 300;
	text-transform: none;
}
#slider_equipo_b .owl-nav{	
	position: absolute;
	width: 100%;
	top: 60px;
}
.fdo_datos{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #e5e5e5;
}
.datos{
	position: relative;	
	padding: 75px 0px;
}
.datos .row{		
}
.datos .col{			
}
.datos .fdo{
	position: relative;
	padding-top: 100%;
	margin-left: -10px;
	margin-right: -10px;
	background: #c42713;
	mix-blend-mode: multiply;
}
.datos .txt{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	text-align: center;
}
.datos h1{
	margin-top: 0px;
	font-size: 36px;
	font-size: 32px;
	font-weight: 300;
}
.datos h4{
	margin: 0px;
	font-size: 18px;
	font-weight: 300;
}

.clientes h3.tit {
    padding-bottom: 0px!important;
}
#slider_clientes{
	position: relative;	
	float: none;
}
#slider_clientes .item {
	padding: 0px 15px;
	text-align: center
}
#slider_clientes .imag {
    position: relative;
    float: left;	
	width: 100%;
	padding-top: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
}
#slider_clientes .imag:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);	
	opacity: 1;
}
#slider_clientes .owl-nav{	
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -10px;
}



/*
	SERVICIOS
*/
.servicios .nav-pills{
	position: relative;
	margin-top: 65px;
	margin-bottom: 30px!important;
}
.servicios .nav-pills .bor{
	width: 15px;
	height: 15px;
}
.servicios .nav-pills .nav-link {
	height: auto;
    padding: 15px 0px!important;
    border-radius: 0px!important;
    font-size: 18px;
    line-height: 1;
    background: #f5f5f5;
    color: #c5c5c5!important;
    font-weight: 300!important;
    border-left: 2px solid white;
    border-bottom: none!important;
}
.servicios .nav-pills .nav-link {
    height: auto;
    padding: 15px 0px!important;
    border-radius: 0px!important;
    font-size: 16px;
    line-height: 1;
    background: #f5f5f5;
    color: #c5c5c5!important;
    font-weight: 300!important;
    border-left: 2px solid white;
    border-bottom: none!important;
}
.servicios .nav-pills .nav-link:hover {
    opacity: 1;
    color: #aaa!important;
}
.servicios .nav-pills .nav-link.active {
    background: #c42713!important;
    color: white!important;
}
.servicios .nav-pills .nav-link.active:after {
	display: none;
}
.servicios .txt{
	position: relative;
	height: 100%;
	padding: 40px;
	padding-bottom: 35px;
	background: #f5f5f5;
}
.servicios .txt .bor{
	width: 30px;
	height: 30px;
}
.servicios h3{
	text-transform: uppercase;
	text-align: left;
}
.servicios h3{
	position: relative;
	margin-bottom: 20px!important;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
}
.servicios h3::before{
	content: "";
	position: absolute;
	width: 20px;
	bottom: 0px;
	border-bottom: 1px solid #c42713;
}
.servicios .nro{
	height: 250px;
	top: 40px;	
}
.servicios .txt h3, .servicios .txt p{
	position: relative;
	z-index: 5;
}
.servicios b{
	color: #505050;
	font-weight: 500!important;
}
.acordeon{
	margin-top: 30px;
}
.acordeon .card {   
    border: none;
    border-radius: 0px;
}
.acordeon .card-header {
    padding: 0px;
    border-bottom: none;
    background-color: #505050;
}
.acordeon .card-header a {
	position: relative;
	float: left;
	width: 100%;	
    padding: 15px;
    background-color: #c42713;
    background-color: #505050;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none!important;
    border-bottom: 2px solid #f5f5f5;
}
.acordeon .card-header a:after {    
    font-family: FontAwesome;
    float: right;    
    content: "\f107";
}
.acordeon .card-header a.collapsed {
    background-color: #e5e5e5;
    color: #505050
}
.acordeon .card-header a.collapsed:after {    
    content: "\f106";
}
.acordeon .card-block {
    padding: 15px;
    padding-bottom: 30px;
    border-bottom: 10px solid #f5f5f5;
}
.acordeon .card-block img {
    width: 100%;
    margin-bottom: 15px;
}




/*
	PROYECTOS
*/
.proyectos.container-fluid{
	padding: 0px 10px;
	text-align: center;
}
.proyectos .row{
	margin: 0px -5px!important;
}
.proyectos .item{
	margin-bottom: 10px;
	padding: 0px 5px;	
}
.proyectos .item a{
	opacity:1!important;
}
.proyectos .item .img_load{
	position: relative;
	float: left;
	width: 100%;
	padding-top: 56%;
}
.proyectos .item .over{
	position: absolute;
	left: 5px;
	right: 5px;
	z-index: 10;
	background: #ee5a62;
	/*background: #c42713;*/
	mix-blend-mode: multiply;
	opacity: 0;
	pointer-events: none;
}
.proyectos .item h4{
	position: absolute;	
	left: 5px;
	right: 5px;
	margin-top: -30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	color: white;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	opacity: 0;
	font-weight: 300!important;
	pointer-events: none;
}
.proyectos .btn{
	height: 50px;
	margin-top: 30px;
    padding: 16px 20px;!important;
    border-radius: 0px!important;
    font-size: 18px;
    line-height: 1;
    background: white;
    color: #c42713!important;
    border:1px solid #c42713;
    font-weight: 300;
}



/*
	SEC PROYECTOS
*/
.sec_proyectos .proyectos{
	display: inline-block;
	margin-top: 75px;
}
.proyectos .filtros{
	position: relative;
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}
.proyectos .filtros .bor{
	width: 15px;
	height: 15px;
}
.proyectos .filtros .col{
	padding: 0px 5px;
}
.proyectos .filtros .form-control{
	margin: 0px;
	background: transparent;
	border: none!important;
}
.proyectos .filtros select {	
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
select.form-control:not([size]):not([multiple]) {
    height: 50px!important;
    padding-left: 15px!important;
    font-size: 16px;
}
.proyectos .filtros .select {
	position: relative;
	background: #f5f5f5;
}
.proyectos .filtros .select:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
}

.sec_proyecto .slider{
	position: fixed;
	display: inline-block;
	margin-top: 74px;
}
.sec_proyecto .slider .item{
	display: block;
	position: relative;	
	height: 500px;
}
.sec_proyecto .slider .item:hover{
	opacity: 0.9
}
.sec_proyecto .slider .item:after{
	display: none;
}
.sec_proyecto .slider .item.video:before{
	content: "";	
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/slider_play.svg) center center no-repeat rgba(0,0,0,0.25);
	background-size: 75px;
	z-index: 10
}
.sec_proyecto .proyectos{
	margin-top: 575px;
	background: white;
	display: inline-block;
}
.sec_proyecto .txt{	
	/*margin-top: -55px;	*/
	padding: 50px 5px;
	background: #f5f5f5;
	background: white;
	z-index: 100;
	clip-path: polygon(0px 20px, 20px 0px, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0px calc(100% - 20px));	
	text-align: left;
}
.sec_proyecto .txt .col{
	padding: 0px 15px;
}
.sec_proyecto .txt h2{
	position: relative;
	display: block;	
	margin-top: 0px;
	margin-bottom: 40px;
	padding-right: 90px;
	font-weight: 300!important;
	text-transform: uppercase;
}
.sec_proyecto .txt .redes{
	position: absolute;
	right: 15px;
	top: 5px;
}
.sec_proyecto .txt h2::before {
    content: "";
    position: absolute;
    width: 20px;
    bottom: -20px;
    border-bottom: 1px solid #c42713;
}
.sec_proyecto .txt p{
	margin-bottom: 10px;
}
.sec_proyecto .txt b{
	/*color: inherit;*/
	text-transform: uppercase;
	font-size: 12px;
}
.sec_proyecto h5 {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left;
}
.sec_proyecto h5 a{			
	font-weight: 300!important;
	text-transform: uppercase;
	text-align: left;
	font-size: 24px;
	line-height: 1;
	color: #505050;
	text-decoration: none;
}
.sec_proyecto .otros{
	margin-top: 0px;
	padding-top: 50px;
	background: #f5f5f5;
}




/*
	PRENSA
*/
.prensa .item{
	margin-bottom: 30px;		
}
.prensa .item a{
	opacity:1!important;
}
.prensa .item .img_load{
	position: relative;
	float: left;
	width: 100%;
	padding-top: 56%;	
}
.prensa .item .img_load:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background: #f5f5f5;
	mix-blend-mode: multiply;
}
.prensa .item .over{
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 10;
	background: #ee5a62;
	/*background: #c42713;*/
	mix-blend-mode: multiply;
	opacity: 0;
	pointer-events: none;
}
.prensa .item .txt{
	position: absolute;	
	margin-top: -30px;	
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 15px;
	z-index: 20;
	color: white;
	text-align: center;	
	opacity: 0;	
	pointer-events: none;
}
.prensa .item .txt h5{
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300!important;
}
.prensa .item .txt h5 span{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}
.prensa .item .txt a{
	margin: 0px 10px;
	color: white;
	font-size: 24px;
	pointer-events: auto;
	text-decoration: none;
    border: none;
}





/*
	CONTACTO
*/
.container-fluid.contacto{
	margin-top: 90px;
	padding: 0px;
}
.contacto iframe{
	width: 100%;
	height: 350px;
}
.container.contacto{
	padding-bottom: 50px;
}
.contacto h1{
	padding-top: 50px!important;
	margin-bottom: 80px!important;
}
.contacto h3, .contacto h5{
	margin: 0px;
	margin-bottom: 0px!important;
	font-size: 24px;
	line-height: 1;
	font-weight: 300!important;
	text-transform: uppercase;
	text-align: left;
	color: #c42713;
}
.contacto h5{
	margin-top: 5px;
	font-size: 18px;
	text-transform: none;
	color: #505050;
}
.contacto h5:after{
	content: "";
	display: block;
	position: relative;
	width: 20px;
	margin: 20px 0px;
	border-top: 1px solid #c42713;
}
.contacto p{
	margin-bottom: 20px;
	line-height: 30px;
}
.contacto a{
	color: #505050!important;
	text-decoration: none!important;
}
.contacto .redes{
	display: none;
}
a.red{
	display: inline-block;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);
	text-align: center;
	background: #505050;
}
a.red span{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-top: 1px;
	background: white;
	clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 50% 100%);	
}
a.red .fa{
	position: relative;
	top: 2px;	
    font-size: 12px;
    color: #505050;
}
a.red:hover{
	background: #c42713;
	color: #c42713!important;
	opacity: 1
}
a.red:hover .fa{
	color: #c42713!important;
}
.contacto .btn{
	height: 40px;	
    padding: 12px 15px;!important;
    border-radius: 0px!important;
    font-size: 16px;
    line-height: 1;
    background: white;
    color: #c42713!important;
    border:1px solid #c42713;
    font-weight: 300;
}
.trabaja {
	margin-top: 0px!important;
	padding-bottom: 45px!important;
    background: #f7f7f7;    
    font-size: 18px;
}
.contacto #cv {
	width: 100px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
    background: transparent;
    color: transparent;
    border: none;
    opacity: 1;
}
.contacto #cv::before {
    content: 'Adjuntar CV';
    display: inline-block;
    position: absolute;
    width: 150px;
    height: 34px;
    left: 0px;
    top: 0px;
    color: #292b2c;
    background: #f7f7f7;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat'!important;
    font-weight: 300!important;
}
.contacto #cv.eng::before {
    content: 'Attach CV';
}











/*
	FANCY
*/
.fancybox-overlay-fixed {
    background: rgba(240,240,240,0.75)!important;    
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 0px!important;
}
.fancybox-inner{
	border: 1px solid #e5e5e5!important;
}
.fancybox-close {
    display: none;
}





@media (min-width: 1500px){

	/*.proyectos .item {
	    flex: 0 0 20%;
	    max-width: 20%;
	}*/

}


@media (max-width: 1200px){

	.datos h1 {
		margin-bottom: 2px;
	    font-size: 30px;
	}
	.datos h4 {
	    font-size: 16px;
	}
	.navbar>.container {
		width: 100%;
	}

}



@media (max-width: 992px){
	
	.container {
	    width: 100%!important;
	    padding-left: 30px!important;
	    padding-right: 30px!important;
	}
	.navbar.fixed-top {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.navbar-collapse {
	    position: absolute!important;
	    width: 100%;	    
	    left: 0px;
	    top: 67px;
	    padding: 15px 0px;
	    background: #454545;
	    justify-content: flex-end!important;
	}
	.navbar-collapse a {
		display: inline-block;
		height: auto;
	    padding: 15px 20px!important;
	    line-height: 1;
	}
	.nav-link.active:after {
	    left: 20px;
	    right: 20px;
	    bottom: 5px;
	}
	.nav-link.lang {
	    display: inline-block;
	    position: absolute;
	    width: auto;
	    right: 20px;
	    top: 20px;
	    line-height: 1;
	}
	.nav-link.linkedin {
	    position: absolute;
	    left: 35px;
	    bottom: 15px;
	}
	.owl-carousel .owl-prev {
	    left: -10px;
	}
	.owl-carousel .owl-next {
	    right: -10px;
	}
	.bor {
	    width: 15px;
	    height: 15px;
	}
	.home .slider{
		height: 500px;
	}
	.slider .owl-carousel .item{
		height: 500px;
	}
	.slider .desc h1 {
	    font-size: 36px;
	}
	.sec h1 {
		margin-bottom: 40px!important;
	    padding-top: 50px!important;
	    font-size: 36px!important;
	}
	.sec h3 {
		margin-bottom: 40px!important;
	    font-size: 18px;
	    line-height: 28px;
	}
	.bloques.row{
		margin-right: -10px;
	    margin-left: -10px;
	}
	.bloques .col{
		padding: 8px 10px!important;
	}
	.empresa .bloques .txt {
	    padding: 40px;
	    padding-bottom: 30px;
	}
	.empresa .bor {
	    width: 30px;
	    height: 30px;
	}
	.nro {
	    height: 200px!important;
	    top: 30px;
	}
	.empresa .nro {
	    top: 30px;
	}
	h3.tit {
	    margin-bottom: 0px!important;
	    padding-top: 40px;
	}
	#slider_equipo {
	    margin-bottom: 30px;
	}
	#slider_equipo .imag{
		width: 125px;
		height: 125px;
	}
	.slider_equipo_b.container-fluid {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	#slider_equipo_b .imag{
		width: 110px;
		height: 110px;
	}
	.datos {
	    padding: 50px 0px;
	}
	.datos .item{
		margin-bottom: 10px;
		padding-bottom: 0px;
	}
	.datos .fdo {
	    padding-top: 50%;
	}	
	.servicios .nav-pills .nav-link {	    
	    font-size: 15px;
	}
	.servicios .nav-pills {
	    margin-top: 50px;
	}
	.servicios .col{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.proyectos.container-fluid {
	    padding: 0px;
	}
	.proyectos .item .over {
	    height: 100%!important;
	    opacity: 1!important;
	    background: rgba(0,0,0,0.2);
	}
	.proyectos .item h4 {
	    margin-top: 0px!important;
	    padding: 0px 10px;
	    opacity: 1!important;
	    font-size: 16px;
	    -webkit-filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
        filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
	}
	.proyectos .btn {
	    height: 45px;
	    margin-top: 20px;
	    padding: 14px 20px;
	    font-size: 16px;
	}
	.prensa .row {
	    margin-right: -8px;
	    margin-left: -8px;
	}
	.prensa .item {

	    margin-bottom: 15px;
	    padding: 0px 8px;
	}
	.prensa .item .img_load{
		height: auto;
	}
	.prensa .item .over {
		left: 8px;
		right: 8px;
	    height: auto!important;
	    padding-top: 56%;
	    opacity: 1!important;
	    background: rgba(255,255,255,0.25);
	    mix-blend-mode: normal;
	    display: none;
	}
	.prensa .item .txt {
		position: relative;
		float: left;
		width: 100%;
		height: 35px;
	    margin-top: 0px!important;
	    padding: 10px 10px;
	    left: auto;
        right: auto;
        top: auto;
        transform: translateY(0%);
	    opacity: 1!important;
	    font-size: 16px;
	    color: #505050;
	    background: #f5f5f5;
	    text-align: left;
	    border-top: 1px solid #e5e5e5;
	}
	.prensa .item .txt h5 {
	    margin-bottom: 0px;
	    padding-right: 50px;
	    font-size: 14px;
	    white-space: nowrap;
	    overflow: hidden;
	}
	.prensa .item .txt h5 span {
	    padding-bottom: 0px;
	    border: none;
	}
	.prensa .item .txt a {
	    position: absolute;
	    margin: 0px;
	    right: 10px;
	    top: 5px;
	    font-size: 18px;
	    /*-webkit-filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));
        filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.15));*/
        color: #c42713;
        color: #505050;
	}
	.prensa .item .txt a:nth-child(2){
		right: 35px;
	}
	.container-fluid.contacto {
	    margin-top: 75px;
	}
	.contacto iframe {
	    height: 300px;
	}
	.sec.contacto h1 {
	    margin-bottom: 60px!important;
	}
	.sec.contacto h3 {
	    margin-bottom: 0px!important;	    
	}
	.form-control {
	    height: 35px;
	    font-size: 14px!important;
	}	
	.proyectos .row.filtros {
	    margin-top: 30px!important;
	    margin-bottom: 30px!important;
	}
	.proyectos .filtros .item {
	    margin-bottom: 2px;
	}
	.sec.proyectos .txt .row {
	    margin: 0px -15px!important;
	}
	.sec_proyecto .txt .redes {
        display: inline-block;
	    position: relative;
	    margin-bottom: 10px;
	    right: auto;
	    top: 0px;
	}
	.sec_proyecto .otros {
		margin-top: 0px!important;
	    padding-top: 30px;
	}	
	.servicios .nav-pills .nav-link {
	    font-size: 14px;
	    letter-spacing: -.5px;
	}


}



@media (max-width: 768px){
	
	.container {
	    padding-left: 20px!important;
	    padding-right: 20px!important;
	}
	.home .slider{
		height: 400px;
	}
	.slider .owl-carousel .item{
		height: 400px;
	}
	.slider .desc h1 {
		margin-bottom: 5px;
	    font-size: 30px;
	}
	.slider .desc p {
	    font-size: 16px;
	}
	.slider .owl-dots {
	    bottom: 15px;
	}
	.slider .owl-dot {
	    width: 8px;
	    height: 8px;
	}
	.sec h1 {
		margin-bottom: 40px!important;
		/*padding-top: 40px!important;*/
	    font-size: 30px!important;
	}
	.sec h1 span {
	    padding-bottom: 8px;
	}
	#slider_equipo h4 {
		margin-bottom: 10px;
	    font-size: 16px;
	}
	#slider_equipo h5 {
	    font-size: 14px;
	}
	h3.tit {
	    padding-bottom: 20px!important;
	}
	.nav-fill .nav-item {
	    width: 50%;
	    border-bottom: 2px solid white;
	}
	.servicios .nav-pills .nav-link {
	    font-size: 14px;
	}
	.proyectos .row {
	    margin: 0px -2px!important;
	}
	.proyectos .item {
	    margin-bottom: 4px;
	    padding: 0px 2px;
	}
	.proyectos .item .over {
	    left: 2px;
	    right: 2px;
	}
	.proyectos .btn {
	    height: 40px;
	    padding: 12px 20px;
	    font-size: 14px;
	}
	.container-fluid.contacto {
	    margin-top: 50px;
	}
	.sec.contacto h1 {
	    margin-bottom: 50px!important;
	}
	.container.contacto {
	    padding-bottom: 30px;
	    text-align: center;
	}
	.contacto h3, .contacto h5 {
	    text-align: center;
	}
	.contacto h5 span{
		display: block;
	}
	.contacto h5:after {
	    display: inline-block;
	    margin: 15px 0px;
	}
	.contacto p {
	    margin-bottom: 15px;
	    line-height: 30px;
	}
	.redes {
	    margin-bottom: 20px;
	}
	a.red {
	    float: none;
	}
	.form-control {
	    text-align: center;
	}
	.contacto .btn {
	    height: 35px;
	    margin-top: 10px;
	    padding: 10px 15px;
	    font-size: 14px;
	}
	textarea.form-control {
	    height: 100px;
	}
	.trabaja{
		font-size: 16px;
		text-align: center;
	}
	.trabaja .btn {
	    margin-top: 0px;
	}
	.contacto #cv {
	    margin-bottom: 25px;
	}
	.contacto #cv::before {
	    width: 100%;
	    text-align: center;
	}
	.proyectos.container-fluid {
	    padding-bottom: 15px;
	}
	.sec_proyecto .slider {
	    margin-top: 50px;
	}
	.sec_proyecto .slider {
	    position: relative;
	}
	.sec_proyecto .proyectos {
	    margin-top: 0px;
	}
	.contacto h5{
		position: relative;
	}
	.contacto h5:after{
		content: "";
		display: block;
		width: 100%;	
		height: 30px;	
		margin: 0px!important;
		border: none;
	}
	.contacto h5:before{
		content: "";
		position: absolute;
		width: 20px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 15px;
		border-top: 1px solid #c42713;
	}
	.servicios .nav-pills .nav-link {	    
	    letter-spacing: 0px;
	}

}




@media (max-width: 576px){

	.fdo_datos {
	    display: none;
	}
	.datos{
		background: url(../images/datos_fdo.jpg) center center;
	    background-size: cover;
	}
	.datos .item {
	    padding: 30px 20px;
	}
	.datos .fdo {
		position: absolute;	    	    
	    padding-top: 0%;
	    left: 20px;
	    right: 20px;
	    top: 0px;
	    bottom: 0px;
	}
	.datos .txt {
	    position: relative;
	    left: auto;
	    right: auto;
	    top: auto;
	    transform: translateY(0%);
	    z-index: 10;
	}

}


@media (max-width: 480px){

	body{
		font-size:14px!important;
		line-height: 24px!important;
	}
	.navbar {
	    height: 50px;
	}
	.navbar-brand img {
	    height: 30px;
	}
	.navbar-toggler {
	    right: 8px;
	}
	.navbar-collapse {
	    top: 42px;
	}
	.home .slider {
	    margin-top: 50px;
	}
	.slider .desc h5 span {
	    position: absolute;
	    width: 20px;
	    left: 30px;
	    top: 7px;
	    border-top-width: 1px;
	}
	.slider .desc h1 {
	    font-size: 24px;
	}
	.slider .desc h1 {
	    margin-bottom: 5px;
	    font-size: 24px;
	}
	.owl-dots{
		display: none;
	}
	.sec h1 {
	    font-size: 24px!important;
	}
	.sec h1 span {
	    padding-bottom: 5px;
	    border-bottom: 1px solid #c42713;
	}
	.sec h3 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.empresa .bloques .txt {
	    padding: 25px;
	    padding-bottom: 20px;
	}
	.empresa .bor {
	    width: 20px;
	    height: 20px;
	}
	#slider_equipo .item, #slider_equipo_b .item {
	    padding: 0px 10px;	    
	}
	#slider_equipo .imag {
	    width: 100px;
	    height: 100px;
	}
	#slider_equipo h4, #slider_equipo_b h4 {
	    margin: 10px 0px;
	    font-size: 14px;
	}
	#slider_equipo h5, #slider_equipo_b h5 {
	    font-size: 13px;
	}
	#slider_equipo h6, #slider_equipo_b h6 {
	    font-size: 13px;
	}
	#slider_equipo_b .imag {
	    width: 90px;
	    height: 90px;
	}
	#slider_equipo, #slider_equipo_b{
		width: auto!important;
		margin-left: -20px;
		margin-right: -20px;
	}
	.nav-fill .nav-item {
	    width: 100%;
	}
	.servicios .nav-pills {
		margin-top: 40px;
	    margin-bottom: 15px!important;
	}
	.servicios .txt {
	    padding: 25px;
	    padding-bottom: 20px;
	}
	.servicios .txt .bor {
	    width: 20px;
	    height: 20px;
	}
	.sec .txt h3 {
	    margin-bottom: 20px!important;	    
	}
	.acordeon {
	    margin-bottom: 10px;
	}
	.acordeon .card-header a {
		padding-right: 25px;
	    font-size: 14px;
	}
	.acordeon .card-header a:after {
	    margin-right: -15px;
	}
	.sec_proyectos .proyectos {
	    margin-top: 50px;
	}
	.proyectos .row.filtros {
	    margin-top: 20px!important;
	    margin-bottom: 20px!important;
	}
	.proyectos .row.filtros .form-control {
		height: 40px!important;
	}
	.sec_proyecto .owl-dots{
		display: block;
	}
	.sec_proyecto .slider .item.video:before {
	    background-size: 55px;
	}



}







