* {
  box-sizing: border-box;
}
body{  overflow-x: hidden;}
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body{background-image:url(../images/bg_alexandri.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-size:cover;
	width:100vw;
	height:100vh;
	padding-top: 40px;
}
p{box-sizing: border-box;}
#contenido{	}
#contenido .row{min-height: 70vh; padding-top:7vw;}
.subtitulo{ color:#ffffff; font-size:25px; font-weight:400; margin-bottom: 0px;}
h1.tituloh1{ font-size: 57px; font-family: 'Open Sans', sans-serif; min-height: 216px; color:#d88013}



footer{ background-color: rgba( 0,0,0,0.6); position: fixed; bottom: 0px; padding-top: 40px; padding-bottom: 20px;}

footer p{ color:#ffffff; font-size:15px; margin-bottom:10px;  text-align: left; 
}
footer p.link_arpada{ padding-top:20px; float:right  }
footer p.link_arpada a{ border:2px solid #ffffff; color:#ffffff; outline: none; text-decoration:none;
padding:12px 30px; line-height:15px;}
footer p.link_arpada a:hover{ background-color:#000000; }

@media screen and (max-width: 767px){
	body{ padding-top:15px;}	
#contenido .row{min-height: 60vh; padding-top:0vw;}
	.subtitulo { font-size: 16px;}
	footer { padding-top: 20px;}
	footer p{  text-align: center !important; font-size:13px; max-width:100% !important; width:100%; }
	h1.tituloh1 {font-size: 35px; min-height:126px;}
}

	.mostrarenxs{ display:none}
@media screen and (max-width: 575px){
	h1.tituloh1 {  margin-top: -108px;}
	.mostrarenxs{ display:inline-block}
}