@charset "utf-8";
/* CSS Document */
html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family:'titular';
	background-color:#ffffff;
}
img
{
	border:0;
}
a{
	text-decoration:none;
}
li {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
	border-collapse: 0px;
	list-style:none;
}
ul {
    border-spacing: 0;
    margin: 0px;
    overflow: auto;
}
header{
	background-color:#ccc;
}
#arriba{
	background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2100;
}

@font-face{
font-family:'titular';
	src: url("../fonts/newscycle-regular-webfont.eot");
	src: url("../fonts/newscycle-regular-webfont.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/newscycle-regular-webfont.ttf") format("truetype");
}

.content{
	background-color: #1c2567;
    color: #333333;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}
.contentPaginas{
	background-color: #1c2567;
    box-shadow: 0 -10px 0 70px rgba(0, 0, 0, 0.7);
    color: #333333;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}
.contentGestion{
	max-width: 1100px; 
	margin: 20px 0px;
	margin: 0 auto;
	display:block;
	font-size:16px;
	color:#ffffff;
}
.contentFormu{
	border: 1px solid red;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    max-width: 500px;
    position: absolute;
    right: 0;
    top: 50px;
	z-index:2000;
}
.subtt{
	font-size:21px;
	display:block;
	margin:20px 5px;
}
.contentBanner {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 0 40px 0 auto;
    overflow: auto;
    text-align: left;
	max-width:40%;
}
.epigrafe {
    border-radius: 3px;
    font-size: 24px;
    line-height: 36px;
    margin: 0 10px 60px 0;
    text-shadow: 2px 2px 2px #000;
}
.contentBanner > img {
    margin: 80px 0 40px;
    max-width: 450px;
	width: 100%;
}
.zonaContacto {
    background-color: #003252;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: auto;
    margin: 40px 30px 30px;
    max-width: 400px;
    padding-bottom: 20px;
    padding-top: 20px;
    vertical-align: top;
    width: auto;
}
.zonaContacto > h2 {
    color: #fff;
}
.zonaBanner{
	width: 100%; 
	display:block;
	overflow: auto;
    height: 100%;
    overflow: auto;
    width: 100%;
	background-color: #3d1b4e;
    box-shadow: 0 500px 300px rgb(0, 31, 70) inset;
	background-image: url(../imagenes/negociosit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	
}
.zonaOperaciones{
	display:block;
	background-color:#e8e8e8;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(../imagenes/santacruz.jpg);
	background-repeat: no-repeat;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
	background-position:center center;
	background-size: cover;
    height: 100%;
    width: 100%;
}
.zonaAntecedentes{
	display:block;
	background-color:#fff;
	padding-bottom: 20px;
	padding-top: 20px;
    height: 100%;
    width: 100%;
}
.zonaAconcagua{
	display:block;
	background-color: #e8e8e8;
	padding-bottom: 20px;
	padding-top: 20px;
    height: 100%;
    width: 100%;
}
.zonaPrecios{
	display:block;
	background-color: #161616;
	padding-bottom: 20px;
	padding-top: 20px;
    height: 100%;
    width: 100%;
}
.ttPrecios{
	font-size:36px;
	text-align:center;
	margin-bottom:20px;
	color:orange;
	height:70px;
}
.ttPrecios2{
	font-size:21px;
	text-align:center;
	margin-bottom:20px;
	color:#227a9a;
}

.zonaGestion{
	width: 100%; 
	display:block;
	background-color:#fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
.ges{
	display: inline-table;
	text-align:top;
	max-width:20%;
	color:#afbfcb;
	font-size:21px;
	margin: 15px;
	vertical-align: top
}

.infoGestion{
	color:#415467;
	padding:10px 15px;
	display:block;
	font-size:18px;
	line-height: 25px;
}
.gestion {
    background-color: #e8e8e8;
    border-radius: 60%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    display: inline-table;
    margin: 20px;
    width: 90px;
	padding: 30px;
}
.blanco .gestion {
    background-color: #fff;
}
.gestion > img {
    max-width: 90px;
	opacity: 0.6;
}



/***********top************/
.menu{
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    text-align: left;
    width: 100%;
}
.logoTop{
    display: inline-block;
    text-align: center;
	vertical-align: top;
}
.logoTop img {
    margin-right: 15px;
    margin: 10px 15px 10px;
    max-width: 300px;
}
.contentMenu{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

ul.menu{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	list-style-type:none;  
}
.menu li, .contentFooter li {
	float:left;
	color:#ccc;
	list-style:none;
}
.menu li a, .contentFooter li a {
    border-left: 1px solid #f2f2f2;
    color: #6a4d79;
    display: inline-block;
    font-family: "titular";
    font-size: 16px;
    padding: 25px 15px;
    transition: all 0.2s ease 0s;
}
.contentFooter li a{
	border-left:0px;
	border-right:0px solid #fff;
	color: #fff;
}
.menu li a:hover{
	color:#fff;
	background-color:#394284;
}
.contentFooter li a:hover{
	color:#2697c6;
}
nav {
    color: #fff;
    display: inline-table;
    vertical-align: top;
}

.contentFooter ul{
	margin-left: -30px;
    padding-left: 0;
}
.logoTop {
    margin-left: 35px;
}
#menuDesktop img {
    max-height: 70px;
	margin:3px 6px;
}

/**********fin top*********/

/*******contenido*********/

h1 {
    color: #fff;
    font-size: 55px;
    font-weight: lighter;
    line-height: 50px;
    margin-top: 150px;
    padding-bottom: 0;
    padding-top: 20px;
    text-shadow: 0 0 4px #000;
}
.infoDes {
    display: inline-block;
    font-size: 21px;
    min-height: 225px;
    padding: 0 60px 30px;
    text-align: left;
    vertical-align: top;
    width: 35%;
}
.separador{
	border-right:1px solid #ccc;
}
.separador2{
	border-right:1px solid #2d2d2d;
}
.naranja{
	color:#fda818;
	font-weight:bold;
}
.verde{
	color:#79c564;
	font-weight:bold;
}
.azul{
	color:#227a9a;
	font-weight:bold;
}
.des{
    border: 1px solid #6069ab;
	background-color:#394284;
    display: inline-block;
    margin: 15px;
    padding: 10px 30px 15px;
    text-align: center;
    vertical-align: top;
    width: 35%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	font-size: 21px;
	color:#fff;
}
.infoDes img{
	display:block;
	margin:0 auto;
	margin-bottom:30px;
}
.mobile{
	margin-bottom:40px;
	color:#787878;
}
.webcastIn {
	margin: 10px 10px 30px 0;
	width:auto;
	display: inline-block;
	font-size: 21px;
}
.webcastIn a {
	background-color: orange;
    border-radius: 3px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    padding: 10px 50px;
    transition: all 0.3s ease 0s;
}
.webcastIn a:hover{
	background-color: #fff;
	color: orange;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5) inset;
}

.subtitulosTitu {
    color: #6b7a7f;
    font-size: 26px;
    margin: 60px 0 10px;
}
.subtitulosTituGris {
    color: #fda818;
    font-size: 40px;
    margin: 20px 0 10px;
    padding: 10px;
}
.subtitulosTitu2 {
    border-bottom: 1px solid #394284;
    color: #ffffff;
    font-size: 21px;
    margin: 10px 0;
    padding: 10px;
	text-align:center;
}

.contenidos{
	display:block;
	overflow: auto;
	max-width:1000px;
	margin:0 auto;
}
.info{
	color: #cccccc;
    font-size: 19px;
    padding: 30px;
}
#divErrorJs, #divErrorJs1{
	display:none;
	color:red;
	border-top:1px solid red;
	border-bottom:1px solid red;
	background-color:#fff;
	padding:10px 0;
	margin-bottom:20px;
}
.up{
	border: 2px solid orange;
    border-radius: 50px;
    color: orange;
    cursor: pointer;
    font-size: 50px;
    height: 30px;
    line-height: 45px;
    margin: 0 auto 30px;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.up:hover{
	background-color:orange;
	color: #fff;
}
.up2{
	border: 2px solid #227a9a;
    border-radius: 50px;
    color: #227a9a;
    cursor: pointer;
    font-size: 50px;
    height: 30px;
    line-height: 45px;
    margin: 0 auto 30px;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.up2:hover{
	background-color:#227a9a;
	color: #fff;
}
.up3{
	border: 2px solid #333;
    border-radius: 50px;
    color: #333;
    cursor: pointer;
    font-size: 50px;
    height: 30px;
    line-height: 45px;
    margin: 0 auto 30px;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.up3:hover{
	background-color:#333;
	color: #fff;
}
#gestion, #operaciones, #contacto, #equipo{
	padding-bottom:0px;
}
.die{
	font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: -30px;
}
.item{
	border-bottom:1px solid #ccc;
	padding:10px 20px;
	font-size:18px;
	text-align:left;
	color: #666;
}
.itemColor{
	border-bottom:1px solid #ccc;
	padding:10px 20px;
	font-size:18px;
	text-align:left;
	background-color:#fff;
	font-weight:bold;
}
.cost{
	padding:10px 20px;
	font-size:36px;
	color: #fff;
}

/*******fin contenido********/

/***********FOOTER****************/
footer{
	background-color:#040205;
	width:100%;
	display:block;
	padding: 1px 0 0;
}
.contentFooter{
	max-width: 100%; 
	margin: 20px 0px;
	margin: 0 auto;
	display:block;
	font-size:16px;
	color:#ffffff;
}
.logoFooter{
	display:block;
	margin-top:10px;
	padding-top:10px;
}
.logoPie{
	padding: 15px 0px;
	max-height:60px;
}

/***********FIN FOOTER****************/

/**********login***********/

#overlay{
	background-color: #000;
    opacity: 0.5;
	height: 100%;
	display:none;
	position: fixed;
	width:100%;
	z-index:3000;
	top: 0;
}
#modal{
    background-color: #fff;
    border: 0px solid #b3b3b3;
    border-radius: 3px;
    box-shadow: 0 0 20px #000;
    display: block;
    left: -300px;
    margin: 0 auto 0 50%;
    max-height: 400px;
    overflow: auto;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 20%;
    width: 600px;
    z-index: 3001;
}

.solapa{
    max-width: 700px;
	font-size:19px;
}

.input {
    overflow: auto;
    padding: 0 20px;
    text-align: left;
}

input.f, select.f, textarea.f {
	background: #214666 none repeat scroll 0 0;
    border: 1px solid #427393;
    color: #fff;
    display: inline-table;
    font-family: "titular";
    font-size: 16px;
    margin: 10px 0;
    padding: 6px;
    text-align: left;
    transition: all 0.3s ease 0s;
	max-width:320px;
	width:100%;
} 
input.f:focus, select.f:focus, textarea.f:focus {
	background: #41899f;
	box-shadow:0px 0px 3px inset #000;
}
.error {
    background-color: #ffffff;
    border: 1px solid red;
    color: red;
    margin-bottom: 10px;
    padding: 10px;
}

input.enviarLogin {
    background-color: #30c079;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 10px auto;
    padding: 10px 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
	width:100%;
	max-width: 275px;
	display:block;
}
.enviarLogin:hover {
    background-color: #38b074;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4) inset;
}
.enviarLogin {
    background-color: #30c079;
	border-radius:2px;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    margin: 10px 0;
    padding: 6px;
    text-align: center;
    transition: all 0.3s ease 0s;
	width:320px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) inset
}

input.enviarLogin:hover {
    background-color: #6a4d79;
	border: 1px solid #6a4d79;
}
#formBottom{
		display:none;
	}
.phone{
	background-image: url(../imagenes/whatsapp.svg);
    background-repeat: no-repeat;
    height: 40px;
    padding-left: 60px;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
    line-height: 32px;
    background-size: contain;
}
.destacado {
    color: #ccc;
    min-width: 300px;
}
.solapaBlanco {
    border-radius: 20px 0 0;
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 54px;
    margin-top: 140px;
    padding: 15px;
}


/********fin login*********/

/*******MEDIA QUERY*******/

@media screen and (max-width: 1080px){
	
	.contentBanner{
		margin: 0 20px;
	}
	.ges {
		max-width: 35%!important;
	}

}

@media screen and (max-width: 760px){
	
	#formTop{
		display:none;
	}
	#formBottom{
		display:block;
	}
	#modal{
		left: -150px;
		max-height: 200px;
		padding: 20px 0;
		width: 300px;
	}
	.contentBanner{
		width:auto;
		display:block;
		max-width:none;
		text-align:center;
		overflow:hidden;
	}
	.contentBanner > img {
		margin: 40px 0;
		max-width: 450px;
		width: 50%;
	}
	
	.content {
		box-shadow: none!important;
	}
	
	.infoDes {
		border:none!important;
		padding: 0 30px 30px;
	}
	
	.epigrafe {
		border-radius: 3px;
		font-size: 24px;
		line-height: 36px;
		margin: 0 30px 30px;
		text-shadow: 2px 2px 2px #000;
	}

	
	.infoDes, .des {
		width:auto;
		margin-bottom:30px;
		min-height:auto;
	}

	#gestion, #operaciones, #contacto {
		padding-bottom: 30px;
	}

	.webcastIn a {
		padding: 10px 30px;
		display:inline-block;
	}


	.contentBanner {
		margin: 30px;
	}

	h1 {
		font-size: 30px;
		padding-top: 50px;
		line-height: 40px;
		padding-top: 200px;
	}

	.content {
		box-shadow: 0 -70px 100px 80px rgba(0, 0, 0, 0.8);
	}

	.info {
		font-size: 17px;
		padding:0;
	}

	.mobile {
		margin:30px 15px;
	}

	.zonaGestion {
		padding-top: 1;
	}

	.ges {
		margin: 10px 0;
		max-width: 100%!important;
	}

	.ges.wow.fadeInRight > img {
		max-width: 80% !important;
	}
	.zonaContacto {
		margin: 40px auto 30px;
		padding-top: 0px;
	}

}

@media screen and (max-width: 480px){
	.contentBanner > img {
		margin: 30px 0;
		max-width: 300px;
		width: 100%;
	}
	
	.epigrafe {
		font-size: 24px;
		line-height: 36px;
	}
}

/*******FIN MEDIA QUERY*******/