
.section1{
    background-image: url('media/japon.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.section2{
    background-image: url('media/islandia.jpeg');
    background-attachment: fixed;
    background-size: cover;
}

.section3{
    background-image: url('media/marrakech.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.fondo1{
    background-color: #FFCCE5;
  
}
.fondo2{
    background-color: #99ccff;
  
}
.fondo3{
    background-color: bisque;
    
}

section {
    text-align: center;
    margin-left: 30%;
    width: 40%;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 0px 61px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 61px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 41px -3px rgba(0,0,0,0.75);
    border-radius: 3em;
}
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px 0;
    bottom: 0;
    width: 100%;
    display: flex;
}
li{
    margin-bottom: 15px;
}

.footer{
    background-color: #333;
}
.futu{
   margin-top: 1em;
}
.izq1{
    margin-left: 40%;
    margin-top: 1em;
    margin-right: 1em;
}

.was{
    margin-top: 1.2em !important;
}
.izq2{
    margin-right: 1em;
}
.mail{
    margin-right: 0.2em;
}
li{
    margin-right: 1em;
}

.eviajero{
    margin-left: 1em;
    margin-right: 3em;
}
.contacto{
    display: flex;
    align-content: center;
    margin-left: 30%;
    font-size: large;
}

.container{
   
    padding-bottom: 5%;
}
@media screen and (max-width:970px){
    .contacto{
        display: block;
    }
}


@media screen and (max-width:1063px){
    .contacto{
        font-size: medium;
    }
}


@media screen and (max-width:1399px){
    .contacto{
        margin-left: 10px;
    }
}

@media screen and (max-width:1299px){
    .izq1{
        margin-left: 35%;
        margin-top: 1em;
        margin-right: 1em;
    }
}
@media screen and (max-width:800px){
    .izq1{
        margin-left: 25%;
        margin-top: 1em;
        margin-right: 1em;
    }
}
@media screen and (max-width:520px){
    .izq1{
        margin-left: 0%;
        margin-top: 1em;
        margin-right: 0em;
    }
}
@media screen and (max-width:700px){
    section {
        text-align: center;
        width: 100%;
        -webkit-box-shadow: 0px 0px 61px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 61px -3px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 41px -3px rgba(0,0,0,0.75);
        border-radius: 3em;
        margin-left: 0%;
    }
}

@media(max-width:991px){
    .offcanvas-body{
        backdrop-filter: opacity(50%) ;
    }
}

