
@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");


html,
body {
	height: 100%;
}

html {
	background: #161415 url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

#top { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 30px; display: flex; align-items:right; }
.idioma { float:right; width:48px; height:48px;background-color:#22548d; border-radius: 8px; display: flex; justify-content:center; align-items:center;font-size: 17px; font-family: "Quicksand-Bold", sans-serif; font-weight: 700; color:#ffffff; text-decoration:none; margin-top:10px;}
.idioma:hover { background-color:#e9bb1c; color:#000000;}
.boton-idioma {flex: 12; padding-left:20px; padding-right:20px;}
.bandera { float:right; width:48px; height:48px; display: flex; justify-content:center; align-items:center; margin-top:10px; margin-right: 5px;}


/* 
/* 03. =preloader
/* =================================================================== */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	z-index: 9999999;
	height: 100%;
}

.no-js #preloader,
.oldie #preloader,
.ie9 #preloader {
	display: none;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}

#loader:before {
	content: "";
	border-top: 11px solid rgba(131, 134, 131, 0.2);
	border-right: 11px solid rgba(131, 134, 131, 0.2);
	border-bottom: 11px solid rgba(131, 134, 131, 0.2);
	border-left: 11px solid #e9bb1c;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

#content-wrap {
	min-height: 100%;
	padding-top: 3%;
}

@media only screen and (max-width:1440px) {
	#content-wrap {
		padding-top: 4%;
	}

}

@media only screen and (max-width:1366px) {
	#content-wrap {
        
		padding-top: 1%;
	}

}

@media only screen and (max-width:1024px) {
	#content-wrap {
        
		padding-top: 10%;
	}

}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	#content-wrap {
		padding-top: 35%;
	}

}

@media only screen and (max-width:768px) {
	#content-wrap {
		padding-top: 25%;
	}

}

@media only screen and (max-width:600px) {
	#content-wrap {
		min-height: auto;
		padding-top: 60px;
	}

}

@media only screen and (max-width:400px) {
	#content-wrap {
		padding-top: 54px;
	}

}

@media only screen and (max-width:320px) {
	#content-wrap {
		padding-top: 54px;
	}

}

/* main
------------------------------------------ */
main.row {
	max-width: 700px;
}

main {
	text-align: center;
}

main::after {
	content: "";
	display: block;
	height: 150px;
}

main h1 {
	font: 50px/1.2em "Quicksand-Bold", sans-serif;
	color: #343348;
	margin-bottom: 12px;
	padding: 0;
    letter-spacing: -1px;
}

main p {
	font: 17px/25px "Quicksand", sans-serif;
	color: #000000;
	margin-bottom: 18px;
	padding: 0;
}

main hr {
	border: solid #e9bb1c;
	border-width: 5px 0 0;
	margin: 30px auto 12px;
	height: 0;
	width: 100px;
}

main .site-header .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 36px 0;
	padding: 0;
}

main .site-header .logo .logo_plusvox {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 600px; 
	height: 160px;
	background: url("../images/logo/logo.svg") no-repeat;
	background-size: contain;
}

@media only screen and (max-width:1440px) {
	main.row {
		width: 85%;
	}

	main h1 {
		font: 35px/1em "Quicksand-Bold", sans-serif;
	}

	main p {
		font: 15px/20px "Quicksand", sans-serif;
	}

    main .site-header .logo {
	margin: 0 0 20px 0;
}

    main .site-header .logo .logo_plusvox {
	width: 500px;
	height: 133px;
}


}


@media only screen and (max-width:1366px) {
	main.row {
		width: 85%;
	}

	main h1 {
		font: 35px/1em "Quicksand-Bold", sans-serif;
	}

	main p {
		font: 15px/20px "Quicksand", sans-serif;
	}

    main .site-header .logo {
	margin: 0;
}

    main .site-header .logo .logo_plusvox {
	width: 500px;
	height: 133px;
}


}

@media only screen and (max-width:1024px) {
	main.row {
		width: 85%;
	}

	main h1 {
		font: 35px/1em "Quicksand-Bold", sans-serif;
	}

	main p {
		font: 15px/20px "Quicksand", sans-serif;
	}

    main .site-header .logo {
	margin: 0 0 20px 0;
}

    main .site-header .logo .logo_plusvox {
	width: 400px;
	height: 107px;
}


}


@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      
      main.row {
		width: 85%;
	}

	main h1 {
		font: 40px/1em "Quicksand-Bold", sans-serif;
	}

	main p {
		font: 16px/22px "Quicksand", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 30px 0;
	}

	main .site-header .logo a {
		width: 104px;
		height: 72px;
	}
}


@media only screen and (max-width:768px) {
	main.row {
		width: 92%;
	}

	main h1 {
		font: 40px/1em "Quicksand-Bold", sans-serif;
	}

	main p {
		font: 16px/22px "Quicksand", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 24px 0;
	}

}

@media only screen and (max-width:500px) {
	main.row {
		width: 100%;
	}

	main h1 {
		font: 35px/1em "Quicksand-Bold", sans-serif;
	}

	main p {
		font: 15px/20px "Quicksand", sans-serif;
	}

	main::after {
		height: 78px;
	}
    
    main .site-header .logo .logo_plusvox {
	width: 320px;
	height: 90px;
    }

}

@media only screen and (max-width:400px) {
	main.row {
		width: 100%;
	}

	main h1 {
		font: 35px/1em "Quicksand-Bold", sans-serif;
	}

	main p {
		font: 15px/20px "Quicksand", sans-serif;
	}

	main .site-header .logo .logo_plusvox {
		width: 320px;
		height: 90px;
	}

}

@media only screen and (max-width:320px) {
	main.row {
		width: 100%;
	}

	main h1 {
		font: 35px/1em "Quicksand-Bold", sans-serif;
	}

	main p {
		font: 15px/20px "Quicksand", sans-serif;
	}

	main .site-header .logo .logo_plusvox {
		width: 250px;
		height: 70px;
	}

}

#mc-signup {
	clear: both;
	width: 100%;
	margin: 30px auto 0px;
}

#mc-signup .boton_mail {
    display: inline-block;
	border: none;
	font-family: "Quicksand-Bold", sans-serif;
	font-size: 22px;
	line-height: 30px;
	height: 54px;
	padding: 12px 25px 0px 25px;
	border-radius: 8px;
	background: #22548d;
	width: 41.5%;
	text-align: center;
	color: black;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    color: #ffffff;
}

#mc-signup .boton_mail:hover {
	background: #e9bb1c;
    color: #000000;
}

@media only screen and (max-width:1366px) {
    #mc-signup {
	width: 100%;
	margin: 30px auto 0px;
}

    #mc-signup .boton_mail {
	height: 45px;
	padding: 8px 25px 0px 25px;
}

}

@media only screen and (max-width:1024px) {
	#mc-signup {
		width: 70%;
	}

    #mc-signup .boton_mail {
	height: 45px;
    width: 60%;
	padding: 8px 25px 0px 25px;
}

}

@media only screen and (max-width:768px) {
	#mc-signup {
		width: 80%;
		margin-bottom: 30px;
	}

    #mc-signup .boton_mail {
	height: 45px;
    width: 60%;
	padding: 8px 25px 0px 25px;
}

}

@media only screen and (max-width:600px) {
	#mc-signup {
		width: 100%;
		margin-bottom: -25px;
		padding-left: 15px;
		padding-right: 15px;
	}

    #mc-signup .boton_mail {
	height: 45px;
    width: 100%;
	padding: 8px 25px 0px 25px;
}

}

@media only screen and (max-width:400px) {
	#mc-signup {
		width: 100%;
		margin-bottom: -25px;
		padding-left: 15px;
		padding-right: 15px;
	}
    
    #mc-signup .boton_mail {
	height: 45px;
    width: 100%;
	padding: 8px 25px 0px 25px;
}

}

@media only screen and (max-width:320px) {
	#mc-signup {
		width: 100%;
		margin-bottom: -25px;
		padding-left: 15px;
		padding-right: 15px;
	}
    
    #mc-signup .boton_mail {
	height: 45px;
    width: 110%;
	padding: 8px 0px 0px 5px ;
        margin-left: -8px;
}

}



/* 
/* 06. =modals
/* =================================================================== */
#mod-about,
#mod-map {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

#mod-about {
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

#mod-map {
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

#mod-map.is-visible,
#mod-about.is-visible {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

#mod-about.is-visible {
	position: absolute;
	min-height: none;
}





/* 
/* 07. =footer
/* =================================================================== */
footer {
	clear: both;
	background: #ffffff;
	padding: 10px 30px;
	color: #ffffff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999992;
    text-align: center
}



/* copyright 
------------------------------------------ */
.footer-copyright {
	margin: 0;
	padding: 0;
	float: left;
}

.footer-copyright li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.footer-copyright li::before {
	content: "|";
	padding-left: 6px;
	padding-right: 10px;
	color: #ffffff;
}

.footer-copyright li:first-child:before {
	display: none;
}

/* social links */
.footer-social {
	font-size: 35px;
	margin: 0;
	padding: 0;
	float: none;
}

.footer-social li {
	display: inline-block;
	padding: 4px 10px 4px 10px;
}

.boton_linkedin {
	display: inline-block;
    background-color: #22548d;
    color: #ffffff;
    border-radius: 8px;
    color: #ffffff;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.boton_linkedin:hover {
    background-color: #e6b91c;
    color: #000000;

}


@media only screen and (max-width:1366px) {
	footer {
		padding-top: 5px;
        padding-bottom: 5px;
		text-align: center;
	}

}

@media only screen and (max-width:768px) {
	footer {
		padding-top: 24px;
		text-align: center;
	}

	.footer-copyright {
		float: none;
	}

	.footer-social {
		float: none;
		margin-bottom: 15px;
	}
        	.footer-social {
		font-size: 60px;
	}

}

@media only screen and (max-width:600px) {
	footer {
		position: static;
		padding-bottom: 10px;
	}
    	.footer-social {
		font-size: 40px;
	}


}

@media only screen and (max-width:500px) {
    #top { position: absolute; }
	footer {
		position: static;
		padding-bottom: 10px;
	}
    	.footer-social {
		font-size: 40px;
	}


}

@media only screen and (max-width:400px) {
    #top { position: absolute; }
	.footer-social {
		font-size: 40px;
	}
    	footer {
		position: static;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width:320px) {
    #top { position: absolute; }
	.footer-social {
		font-size: 40px;
	}
    	footer {
		position: static;
		padding-bottom: 10px;
	}
}

