@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}



html {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	font-size: 10pt;
	line-height: 1.5;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	 overflow: hidden;
	 color: white;
}



body {
  margin: 0;
  background-color: #0e273b;
  overflow-y: auto;
}

header {
  height: 100vh;
  background-color: #0e273b;
}




.btn-opacidad{
	background-color:#474a51;
	border-radius: 0;
	width: 170px;
	font-size: .9em;
}

h1{
	color:rgba(255, 255, 255, 0.5);
	font-family: 'Raleway', sans-serif; 
	font-weight: lighter;
	font-size: 7rem;
	line-height: 0.5;
}

p{
	color: white;
	font-family: 'Poppins', sans-serif;
  	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.4;
	
}

h2{
	
	font-family: 'Montserrat', sans-serif;
	color: white;
}

a {
	color: white;
}

a:hover{
	color: white;
	text-decoration: none;
}

hr{
	margin: 0;
  	border: 0;
  	border-top: 1px solid white;
	width: 250px;
	text-align: left;
}

@media only screen and (max-width:1200px){

  h1{
	line-height: .6;
}
  .img-movil{
    width: 650px;
    margin: 0 auto;
    display: block;
  }
  hr{
		text-align: center;
		margin: auto;
		width: 520px;
	}
  header{
    height:100vh;
  }
  
}


@media (min-width: 992px) and (max-width: 1200px){
  .pt-anna{
    padding-top: 5rem!important;
  }
}


@media only screen and (max-width:992px){
	
	h3{
		font-family: 'Poppins', sans-serif;
		font-size: 100%
	}
	header {
		height: 100vh;
		
	}

	hr{
		text-align: center;
		margin: auto;
		width: 420px;
	}
  .img-movil{
    width: 550px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width:768px){
  hr{
		text-align: center;
		margin: auto;
		width: 320px;
	}
  header {
  height: 100vh;
}
  
  
  .img-movil{
    width: 550px;
    margin: 0 auto;
    display: block;
  }
}


@media (max-width:600px){

  header {
  height: 100%;
}
  .movil{
	font-size: 1.2rem;
}
}



@media (max-width:414px){

   p{
	color: white;
	font-family: 'Poppins', sans-serif;
  	font-weight: 300;
	font-size: 1em;
	line-height: 1;
	
}

}


@media (min-width: 410px) and (max-width: 450px){
  .pt-anna{
    padding-top: 5rem!important;
  }
}


@media (min-width: 375px) and (min-height: 812px){header {
  height: 100vh;
}}

@media (max-width:375px){
  
  .btn-opacidad{
	background-color:#474a51;
	border-radius: 0;
	width: 150px;
	font-size: .75em;
}
 
  .img-movil{
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  
}


@media (max-width:320px){
  
  .btn-opacidad{
	background-color:#474a51;
	border-radius: 0;
	width: 120px;
	font-size: .55em;
}
 
  .img-movil{
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  hr{
		text-align: center;
		margin: auto;
		width: 280px;
	}
  
}