@import url('copyright.css');

*   {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.flags{
    position: fixed;
    z-index: 3000;
    top: 0px;
    width: 100%;
    text-align: center;
}

.flags .flag{
    width: 50px;
    height: 30px;
}


body{
    font-family: Arial, Helvetica, sans-serif;
}

section{
    width: 100%;
}

header{
    width: 100%;
    height: 120px;
    background-image: url("../img/excursiones-header.jpg");
    background-position: center;
    background-size: cover;
    color: #000;
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

header .languages{
    z-index: 2000;
    float: right;
    margin-top: -85px;
    margin-right: 10px;
}

header .contenedor{
    display: table;
    width: 80%;
    margin: auto;
}

.logo{
    width: 20%;
    float: left;
}

.logo1{
    width: 120px;
    height: 120px;
    margin-top: 0;
    margin-left: 0px;
}

.condo{
    width: 80%;
    float: right;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
}

.tigreboats1{
    margin-top: 160px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.tigreboats1 .tigreboats2{
    display: table-cell;
    width: 60%;
    text-align: center;
    vertical-align: middle;
}
.tigreboats1 .tigreboats3{
    display: table-cell;
    width: 40%;
    text-align: center;
    vertical-align: middle;
}
.tigreboats1 .tigreboats2 .tigreboats-text1{
    font-size: 20px;
    font-weight: normal;
}
.tigreboats1 .tigreboats2 .tigreboats-text2{
    font-size: 16px;
    font-weight: bold;
}
.tigreboats1 .tigreboats2 .tigreboats-text3{
    font-size: 16px;
    font-weight: normal;
}
.tigreboats1 .tigreboats2 a{
    color: blue;
    text-decoration: underline;
}
.tigreboats1 .tigreboats2 a:hover{
    color: red;
    text-decoration: none;
}



.precios{
    display: table;
    width: 800px;
    margin: auto;
}
.precios .precios-foto{
    display: table-cell;
    width: 300px;
    text-align: center;
    vertical-align: middle;
}
.precios .precios-cell1{
    display: table-cell;
    width: 250px;
    text-align: center;
    vertical-align: middle;
}
.precios .precios-cell2{
    display: table-cell;
    width: 250px;
    text-align: center;
    vertical-align: middle;
}
.precios .precios-foto .precios-foto-text{
    font-size: 14px;
    color: #fff;
    background-color: #000;
    height: 30px;
    padding-top: 6px;
    margin-top: -4px;
}
.precios .linea{
    width: 100%;
    height: 4px;
    color: blue;
    background-color: blue;
}
.precios .precios-cell1 .precios-text1{
    font-size: 14px;
    color: #fff;
    background-color: #000;
    height: 40px;
    padding-top: 10px;
}
.precios .precios-cell2 .precios-text2{
    font-size: 14px;
    color: #000;
    height: 40px;
    padding-top: 10px;
}


.tigreboats-text{
    width: 90%;
    margin: auto;
    text-align: center;
    font-weight: bold;
}





.ubicacion{
    width: 90%;
    margin: auto;
}
.mapa{
    width: 90%;
    margin: auto;
}
.ubicacion .tigreboats-text4{
    font-size: 16px;
    font-weight: normal;
}







.espacio{
    height: 40px;
}

.espacio1{
    height: 50px;
}

.espacio2{
    height: 10px;
}






footer .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: -25px;
}


.go-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: black;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}




/* RESOLUCION 1280xXXXX */

@media (max-width:1280px) {
    .condo{
        font-size: 35px;
        margin-top: 40px;
    }
}




/* RESOLUCION 850xXXXX */

@media (max-width:850px){
    .precios{
        display: table;
        width: 700px;
        margin: auto;
    }
    .precios .precios-foto{
        width: 300px;
    }
    .precios .precios-cell1{
        width: 250px;
    }
    .precios .precios-cell2{
        width: 250px;
    }
    .precios .precios-cell1 .precios-text1{
        font-size: 12px;
    }
    .precios .precios-cell2 .precios-text2{
        font-size: 12px;
    }
}




/* RESOLUCION 800xXXXX */

@media (max-width:800px) {
    .flags .flag{
        width: 40px;
        height: 20px;
    }

    header{
        height: 100px;
    }
    .logo1{
        width: 100px;
        height: 100px;
        margin-top: 0;
        margin-left: 0px;
    }
    .condo{
        font-size: 30px;
        margin-top: 40px;
    }

    .tigreboats1{
        width: 90%;
    }
    .tigreboats1 .tigreboats2{
        display: table-row;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    .tigreboats1 .tigreboats3{
        display: table-row;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    .tigreboats1 .tigreboats2 .tigreboats-text1{
        font-size: 18px;
    }
    .video1{
        margin-top: 20px;
    }

    .precios{
        width: 350px;
    }
    .precios .precios-foto{
        display: table-caption;
        width: 350px;
    }
    .precios .precios-cell1{
        width: 200px;
    }
    .precios .precios-cell2{
        width: 150px;
    }
}




/* RESOLUCION 480xXXXX */

@media (max-width:480px) {
    .flags{
        position: fixed;
        z-index: 3000;
        top: 0px;
        width: 100%;
        text-align: center;
    }

    header .contenedor{
        display: table;
        width: 90%;
        margin: auto;
    }
    
    .logo{
        width: 20%;
        float: left;
    }
    
    .logo1{
        width: 100px;
        height: 100px;
    }
    
    .condo{
        width: 80%;
        font-size: 25px;
        margin-top: 40px;
    }



}




/* RESOLUCION 400xXXXX */

@media (max-width:400px) {
    header .contenedor{
        display: table;
        width: 100%;
        margin: auto;
    }
    
    .logo{
        width: 20px;
        float: left;
    }
    
    .logo1{
        width: 100px;
        height: 100px;
    }
    
    .condo{
        width: 70%;
        font-size: 25px;
        margin-top: 40px;
    }

    .precios{
        width: 300px;
    }
    .precios .precios-foto{
        display: table-caption;
        width: 300px;
    }
    .precios .precios-cell1{
        width: 200px;
    }
    .precios .precios-cell2{
        width: 100px;
    }
    .foto{
        width: 300px;
        height: 129px;
    }
}



/* RESOLUCION 340xXXXX */

@media (max-width:340px) {
    .condo{
        width: 70%;
        font-size: 25px;
        margin-top: 40px;
    }
}