@charset "utf-8";
/* CSS Document */



body, html { 
	padding: 0; 
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 13px;
	color: #888888;
	font-family: 'Raleway',"Helvetica Neue",'Arimo', Helvetica, Arial, sans-serif;
	}


body{
	/*overflow: hidden;*/
	}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{ 
	text-decoration:none;
}

a img{ border:none;}

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

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

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

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}  



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}


form:after{
	display: block;
	content: '';
	clear: both;
}

.vertical-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}



/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: #f2012e;
    border: none;
    padding: 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 17px;
}

#gotop:hover{
	background-color: #333;
}






/*HEADER --------------------------------------*/
header {
    padding: 20px 0;
	position: fixed;
	width: 100%;
    top: 0;
    z-index: 98;
    left: 0;
	background: rgba(35, 35, 35, 0.95);
	height: 100px;
    max-height: 100px;
    margin: 0;
}

div#logo {
    float: left;
}


div#navbar {
    float: right;
}

nav.navbar {
    border: 0;
    margin-bottom: 0;
    min-height: inherit;
}

.navbar-nav>li>a {
    font-size: 14px;
    color: #fff;
	padding: 20px 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navbar-nav>li:first-child>a {
    padding-left: 0;
}


.navbar-nav>li:last-child>a {
    padding-right: 0;
}


.navbar-nav>li>a:hover {
    color: #c6c6c6;
}


/*------------------------------------------------------------------

	SLIDER

-------------------------------------------------------------------*/
.slider{
	height: 100vh;
    padding: 140px 0;
    position: relative;
    min-height: 670px;
	background-color: #222;
	color: #fff;
	text-align: center;
	display: flex;
    align-items: center;
}


.slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
    z-index: 2;
    top: 0;
    left: 0;
}

.slider h1{
	margin-bottom: 10px;
	font-size: 66px;
    line-height: 74px;
    font-weight: 300;
    letter-spacing: -1px;
	color:#fff;
}

.slider h5{
	font-size: 22px;
    line-height: 30px;
    font-weight: 400;
	color:#fff;
}








/*------------------------------------------------------------------

	IMAGEN DE FONDO

-------------------------------------------------------------------*/

.sliderimg{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.sliderimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider .container{
	z-index: 2;
	position: relative;
}







/*------------------------------------------------------------------

	VIDEO DE FONDO

-------------------------------------------------------------------*/


.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    height: 100%;
}

.video-foreground, .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


.video-foreground {
    height: 300%;
    top: -100%;
}




/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/


section{
	padding: 60px 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

h3{
	font-size: 46px;
    line-height: 54px;
    font-weight: 200;
    letter-spacing: -1px;
	margin-bottom: 26.66666667px;
}

h4{
	font-size: 36px;
    line-height: 44px;
    font-weight: 300;
}

h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}





section.dark p{
	font-size: 18px;
	font-weight: 300;
    line-height: 30px;
}

section.dark{
	background: #222;
	padding: 120px 0;
}

section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark h5, section.dark h6{
    color: #fff;
}


section.dark p{
    color: #eee;
}

section p.min{
    max-width: 750px;
	margin: 0 auto;
}


section a.btn, input#enviar{
	background-color: #f2012e;
	color: #fff;
	font-weight: 400;
	border: 2px solid #f2012e;
	display: inline-block;
	height: 55px;
	line-height: 53px;
	font-size: 18px;
	border-radius: 100px;
	padding: 0 36px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	text-align: center;
}

section a.btn:hover, input#enviar:hover{
	background-color: transparent;
	color: #f2012e;
}



#servicios .row.col-equal{
	margin-top: 60px;
}


.iconobox{
    margin-bottom: 40px;
}

.iconobox:after {
    display: block;
    content: '';
    clear: both;
}


.iconobox i {
    font-size: 48px;
    float: left;
    width: 20%;
    color: #555;
    height: 100%;
    position: relative;
    opacity: 0.6;
}


.iconobox .txt {
	float: left;
    display: inline-block;
    width: 80%;
}


.iconobox .txt h6{
	margin-bottom: 10px;
}


.iconobox .txt p{
}

#servicios a.btn {
    margin-bottom: 40px;
}



section.dark2{
	background-color: #282828;
}

#patagonia, #mapa{
	padding: 230px 0;
	position: relative;
}



#patagonia h4, #mapa h4 {
    margin-bottom: 40px;
}


#patagonia img.invisible{
	height: 800px;
	width: auto;
}

#patagonia .img, #mapa .img {
    position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
}


#patagonia .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


#mapa .img iframe {
    width: 100%;
    height: 100%;
}


#patagonia .container, #mapa .container{
	position: relative;
	z-index: 2;
}


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


section .video-container {
    max-width: 600px;
	margin: 0 auto 40px;
    position: relative;
}


#video h5 {
    margin-bottom: 20px;
}



#fotos{
	padding: 60px 60px 30px;
}


div#galeria {
    margin-top: 60px;
}

#galeria .carousel-inner .item {
	transition: -webkit-transform 1.5s ease;
	transition: transform 1.5s ease;
	transition: transform 1.5s ease, -webkit-transform 1.5s ease;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 600px;
}






.carousel-control{
	display: flex;
    align-items: center;
    -webkit-align-items: center;
}




.carousel-control.left {
    left: -60px;
	text-align: left;
	padding-left: 25px;
	justify-content: left; 
	background-image: none;
}

.carousel-control.right {
    right: -60px;
    text-align: right;
	padding-right: 25px;
	justify-content: right;
    background-image: none;
}



#proyectos{
	background-color: #f7f8fa;
}

#proyectos h4 {
    margin-bottom: 13.33333333px;
}

.proyectrow{
	margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}



.proyectobox{
	margin-bottom: 40px;
}

.proyectobox h5 {
    margin-bottom: 10px;
}

.proyectoimg  {
    margin-bottom: 26.66666667px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.proyectoimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}





.proyectobox .proyectoimg:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: 20px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}




.proyectobox .proyectoimg:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    margin: 20px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}


.proyectobox:hover .proyectoimg:before {
    top: 0;
    bottom: 0;
}


.proyectobox:hover .proyectoimg:after {
    left: 0;
    right: 0;
}

.proyectobox p {
    overflow: hidden;
    height: 100px;
}



.form{
    margin-top: 40px;
}


.fondo-preload{
	display: none;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: auto;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    padding: 12px 12px;
    background-color: #f7f8fa;
    box-shadow: none;
}

textarea#mensaje {
    height: 150px;
	resize: none;
}

.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

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

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}


input#enviar {
    margin-top: 30px;
}


/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/


footer {
    padding: 40px 0 ;
    background: #fff;
}


footer .logo {
    margin-bottom: 14px;
    margin-top: 10px;
}



footer .flag {
    display: inline-block;
    background-color: #f2012e;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    padding: 8px 30px;
    margin-bottom: 40px;
}

footer .logo img, footer .flag{
    width: 410px;
}

footer a {
	color: #888888;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 14px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

footer a:hover {
    color: #000;
}



.modulo.logos.center-items{
	text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
	align-items: center;
}


.modulo.logos.center-items > .logo{
    display: inline-block;
    float: none !important;
	width: 33%;
}

footer .modulo.logos .logo img {
    margin: 0 auto;
	display: block;
    width: auto;
    max-height: 32px;
}

footer .modulo.logos .logo .datos {
    margin-top: 10px;
}




#porque .modulo.logos.center-items > .logo img {
    max-width: 100%;
}

@media only screen and (min-width: 1600px) {
	#galeria .carousel-inner .item {
    height: 800px;
	}
}



@media only screen and (max-width: 1199px) {
	.navbar-nav>li>a {
    padding: 8px 15px;
	}
	header {
    height: auto;
    max-height: inherit;
	}
}

@media only screen and (min-width: 992px) {
	.row.col-equal {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
	}
}

@media only screen and (max-width: 991px) {
	#servicios .btn{
	margin-top: 30px;
	}
	#patagonia, #mapa {
    padding: 120px 0 0;
	}
	#patagonia .img , #mapa .img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;	
	}
}

@media only screen and (min-width: 768px) {
	


	
}


@media only screen and (max-width: 800px) {
	
	#galeria .carousel-inner .item {
    height: 400px;
	}
	
}



@media only screen and (max-width: 767px) {
	.navbar-toggle .icon-bar {
    background-color: #fff;
	}	
	div#logo {
    width: 300px;
	}
	div#navbar {
    float: none;
	}
	header nav .text-right{
	text-align: left
	}
	.navbar-nav>li:first-child>a {
    padding-left: 15px;
	}
	.navbar-nav>li:last-child>a {
    padding-right: 15px;
	}
	#servicios .row.col-equal {
    margin-top: 0px;
	}
	h3 {
    margin-bottom: 10px;
	}
	
	section.dark {
    padding: 80px 0;
	}
	#patagonia, #fotos, #mapa {
    padding-top: 60px ;
	}
	.proyectrow {
    margin-top: 40px;
	}
	.proyectobox p {
    height: auto;
	}
	section .video-container iframe {
    width: 100%;
	}
	
	.modulo.logos.center-items > .logo {
    width: 100%;
	}
	
	#porque .modulo.logos.center-items {
    display: block;
    margin-top: 20px;
	}
	
	#porque .modulo.logos.center-items > .logo + .logo {
    margin-top: 34px;
	}
}

@media only screen and (max-width: 543px) {
	#galeria .carousel-inner .item {
    height: 250px;
	}
	#fotos{
	padding-left: 15px;
	padding-right: 15px;
	}
	.controls {
    position: relative;
    text-align: center;
    width: 100%;
	margin-top: 20px;
	}
	.carousel-control {
    position: relative;
    display: inline-block;
	left: inherit;
	right: inherit;
	}
	
	.iconobox i {
    height: auto;
	}
	
	.modulo.logos.center-items {
    display: block;
	}
	.slider h1 {
    margin-bottom: 10px;
	font-size: 36px;
    line-height: 42px;
	}
	
	header {
    height: auto;
    background: rgba(35, 35, 35, 1);
	}
	.slider {
    height: 229px;
    margin-top: 89px;
    min-height: inherit;
    background-color: transparent;
	padding: 0;
	}
	
	
	
}


@media only screen and (min-width: 486px) {
	.visible-xxs {
    display: none;
	}
}

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	#gotop {
    right: 0px;
	}
	
	#mapa .img iframe {
    width: 100%;
    height: 300px;
	}
}

@media only screen and (max-width: 414px) {	
	footer .logo img, footer .flag {
    width: 350px;
	}
	footer .flag {
    padding: 8px 0px;
	display: block;
	}
	.slider h5 {
    font-size: 21px;
	}
	#galeria .carousel-inner .item {
    height: 250px;
	}
}

@media only screen and (max-width: 375px) {
	div#logo {
    width: 250px;
	}
	footer .logo img, footer .flag {
    width: 100%;
	}
	.slider {
    height: 211px;
	}
	.slider h5 {
    font-size: 20px;
	}
	#galeria .carousel-inner .item {
    height: 200px;
	}
}


@media only screen and (max-width: 360px) {
	.slider {
    height: 201px;
	}
	.slider h1 {
    font-size: 30px;
    line-height: 33px;
	}
	.slider h5 {
    font-size: 17px;
	}
	#galeria .carousel-inner .item {
    height: 170px;
	}
}

@media only screen and (max-width: 320px) {
	div#logo {
    width: 200px;
	}
	.navbar-toggle {
    margin-top: 0;
	}
	.slider h1 {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 30px;
	}
	.slider h5 {
    font-size: 18px;
    line-height: 25px;
	}
	.slider {
    height: 176px;
	margin-top: 80px;
	}
}
















