@charset "UTF-8";
/* CSS Document */

.header {
   background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 475px;
    border: 5px solid #FFFFFF;
    margin-top: 15px;
}



@media screen and (orientation:portrait) and (min-width:320px) and (max-width:568px){
.header {
	 background-image: url("../images-azoren/headers/corvo-azoren.webp");
	height: 230px;
	border: 0px solid #FFFFFF;
	margin-top: 0px;
	background-size: cover;
	width: auto;
}
}

@media screen and (orientation:landscape) and (max-width:568px) and (min-width:320px){
.header {
 background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 230px;
    border: 0px solid #FFFFFF;
    margin-top: 0px;
    background-size: cover;
    width: auto;
}
}

@media screen and (orientation:landscape) and (max-width:667px) and (min-width:375px){
.header {
     background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 230px;
    border: 0px solid #FFFFFF;
    margin-top: 0px;
    background-size: cover;
    width: auto;
}
}

@media screen and (orientation:landscape) and (max-width:736px) and (min-width:414px){
.header {
 background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 230px;
    border: 0px solid #FFFFFF;
    margin-top: 0px;
    background-size: cover;
    width: auto;
}
}

@media screen and (orientation:landscape) and (max-width:812px) and (min-width:375px){
	.header {
 background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 230px;
    border: 0px solid #FFFFFF;
    margin-top: 0px;
    background-size: cover;
    width: auto;
}
}

@media screen and (orientation:portrait) and (min-width:768px) and (max-width:1024px){
.header {
 background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 300px;
    border: 5px solid #FFFFFF;
    margin-top: 15px;
    background-size: cover;
    width: auto;
}
}

@media screen and (orientation:landscape) and (max-width:1024px) and (min-width:768px){

.header {
 background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 350px;
    border: 5px solid #FFFFFF;
    margin-top: 60px;
    background-size: cover;
    width: auto;
}
}

@media screen and (orientation:portrait) and (min-width:1024px) and (max-width:1366px){

.header {
 background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 375px;
    border: 5px solid #FFFFFF;
    margin-top: 15px;
    background-size: cover;
    width: auto;
}
}

@media screen and (orientation:landscape) and (max-width:1112px) and (min-width:834px){

.header {
 background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 350px;
    border: 5px solid #FFFFFF;
    margin-top: 15px;
    background-size: cover;
    width: auto;
}
}

@media screen and (orientation:portrait) and (min-width:375px) and (max-width:667px){

}

@media screen and (orientation:portrait) and (min-width:834px) and (max-width:1112px){
.header {
 background-image: url("../images-azoren/headers/corvo-azoren.webp");
    height: 350px;
    border: 5px solid #FFFFFF;
    margin-top: 15px;
    background-size: cover;
    width: auto;
}
}
