@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/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;
}




.actividades{
    margin-top: 160px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}


.actividades1{
    width: 90%;
    margin: auto;
    display: table;
}
.actividades1 .actividades-text1{
    display: table-cell;
    width: 70%;
    text-align: center;
    vertical-align: middle;
}
.actividades1 .actividades-video{
    display: table-cell;
    width: 30%;
    text-align: center;
    vertical-align: middle;
}
.actividades1 .actividades-text1 .text1{
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.actividades1 .actividades-text1 a{
    color: blue;
    text-decoration: underline;
}
.actividades1 .actividades-text1 a:hover{
    color: red;
    text-decoration: underline;
}


.actividades2 .text2{
    width: 90%;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.actividades3 .text3{
    width: 90%;
    margin: auto;
    font-size: 16px;
    text-align: center;
}


.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 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;
    }

    .actividades{
        font-size: 22px;
    }

    .actividades1 .actividades-text1{
        display: table-row;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    .actividades1 .actividades-video{
        display: table-row;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .video{
        margin-top: 20px;
    }
}




/* 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;
    }


}



/* RESOLUCION 340xXXXX */

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