@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700');

a,p {
    color: #fff;
    font-size: 14px;
    
    transition-duration: .3s;
    font-weight: 500;
 }

.new{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', serif;
    text-transform: uppercase; 
    letter-spacing: 0.50em; 
}

a:hover{
    color: white;
    transition-duration: .3s;
}

body{
   
    background-image: url('../img/back.jpg');
}


.mid{
	height: 60vh;
}

.inner-mid{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.logo{
    top: 0;
    width: auto;
    /*height: 250px;*/
    display: block;
    max-height: 65vh;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 15vh;
    margin-bottom: 15vh;
}

.texto{
      margin-top: 20vh;
}

.texto p, .texto a{
	font-family: 'Montserrat', serif;  
	text-align: center;
}

.texto p:last-child{
    margin-bottom: 0;
}



@media (max-width: 991px){
	
	.mid{
		height: 74vh;
	}
	.logo {
    	top: 20px;
    	width: auto;
    	
    }

}



.bg-primary {
    background-color: #00a0e0!important;
}

.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important; 
}


@media (max-width: 992px) {
   .container {
      width: 100%;
   }
}