.container-contactos {
    background-image: url("../img/fondos/fondoContacto.png"); 
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    color: white;
}
.container-titulo{
    z-index: 2000;
    font-family:'Rubik Bold';
    font-size: 50px;
    margin-top: 6%;
    margin-bottom: 5%;
}
.title{
    font-family: 'Rubik Regular';
    font-size: 1.5em;
    font-weight: 300;
}
.contactos{
    z-index: 2000;
    margin-top: 3%;
}
.contactos p{
    font-size: 36px;
    font-family: 'Rubik Regular';
    padding: 2% 0%;
}
.contactos img{
    width: 69.12px;
    height: 64px;
    margin-right: 10px;
}
.container-ubicacion{
    display: flex;
    flex-direction: row;
    position: relative;
    height: auto;
}
.container-mapa{
    width: 1000px;
    height: 571px;
    position: relative;
}
.container-mapa img{
    width: 849px;
    height: 571px;
}
.clickable-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    z-index: 5;
}
.container-direccion{
    display: flex;
    background-image: linear-gradient(to left, rgba(1, 113, 157, 1) 56%, rgba(1, 113, 157, 0) 80%);
    flex-direction: column;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
}
.container-direccion h2{
    font-family: 'Rubik Regular';
    font-weight: 700;
    font-size: 41px;
    margin-right: 15%;
    padding-bottom: 2%;
}
.container-direccion h1{
    font-family: 'Rubik Light';
    font-size: 23px;
    margin-right: 15%;
    padding-bottom: 2%;
}
.container-direccion p{
    font-family: 'Rubik Regular';
    font-weight: 700;
    font-size: 41px;
    margin-right: 15%;
}
.container-direccion h4{
    text-align:end ;
    margin-right: 15%;
    padding-bottom: 2%;
}
.circulo {
    position: absolute;
    border-radius: 50%;
    z-index: 1; 
}
.circulo-1{
    background: linear-gradient(135deg, #FCC450, #E84757);
    position: absolute;
    width: 69px;
    height: 69px;
    top: 16%;
    right: 11%;
}
.circulo-2{
    background: linear-gradient(135deg, #FCC450, #E84757);
    position: absolute;
    width: 26.79px;
    height: 26.79px;
    top: 30%;
    right: 12.5%;
    z-index: 1;
}
.container-decoracion-izquierda{
    position: absolute;
    width: 419px;
    height: 804px;
    z-index: 4;
    top: 45%;
    rotate: 180deg;
}
.container-decoracion-izquierda img{
    width: 419px;
    height: 804px;
}
.container-decoracion-derecha{
    position: absolute;
    width: 419px;
    height: 804px;
    z-index: 1000;
    top: 10%;
    right: 0;
}
.container-decoracion-derecha img{
    width: 419px;
    height: 804px;
}
.circulo-3{
    background: linear-gradient(135deg, #59BBAA, #01719D);
    position: absolute;
    width: 190px;
    height: 190px;
    left: -5%;
    top: 75%;
}
.footerContact {
    position: relative;
    font-size:20px ;
    font-family: 'Rubik light';
    background: white;
    color: #01465b;;
    text-align: center;
    padding: 2px;
    z-index: 9999;
}

@media (max-width: 1024px){
    .container-direccion h2{
        font-size: 35px;
        margin-right: 10%;
        padding-bottom: 2%;
    }
    .container-direccion h1{
        font-size: 23px;
        margin-right: 10%;
        padding-bottom: 2%;
    }
    .container-direccion p{
        font-size: 41px;
        margin-right: 10%;
    }
    .circulo-1{
        position: absolute;
        width: 60px;
        height: 60px;
        top: 18%;
        right: 4%;
    }
    .circulo-2{
        position: absolute;
        width: 26.79px;
        height: 26.79px;
        top: 30%;
        right: 6%;
    }
    .circulo-3{
        background: linear-gradient(135deg, #59BBAA, #01719D);
        position: absolute;
        width: 150px;
        height: 150px;
        left: -5%;
        top: 78%;
    }
    .container-decoracion-izquierda{
        width: 350px;
        height: 750px;
        z-index: 4;
        top: 45%;
        rotate: 180deg;
    }
    .container-decoracion-izquierda img{
        width: 350px;
        height: 750px;
    }
    .container-decoracion-derecha{
        width: 350px;
        height: 750px;
        top: 10%;
        right: 0;
    }
    .container-decoracion-derecha img{
        width: 350px;
        height: 750px;
    }
}

@media (max-width: 768px){
    .container-ubicacion{
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto;
    }
    .container-direccion{
        height: 45vh;
        margin-top: 12em;
        position: absolute;
        background-image: linear-gradient(to top, rgba(1, 113, 157, 1) 56%, rgba(1, 113, 157, 0) 90%);
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }
    .container-direccion h2{
        font-size: 30px;
        margin-right: 10%;
        padding-bottom: 2%;
    }
    .container-direccion h1{
        font-size: 18px;
        margin-right: 10%;
        padding-bottom: 2%;
    }
    .clickable-area {
        position: absolute;
        top: 0;
        left: 250%;
        width: 250%;
        height: 50%;
        cursor: pointer;
        background: transparent;
        z-index: 5;
    }
    .container-direccion p{
        font-size: 25px;
        margin-right: 10%;
    }
    .circulo-1{
        position: absolute;
        width: 50px;
        height: 50px;
        top: 19%;
        right: 4%;
    }
    .circulo-2{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 31%;
        right: 6%;
    }
    .circulo-3{
        background: linear-gradient(135deg, #59BBAA, #01719D);
        position: absolute;
        width: 55px;
        height: 55px;
        left: 0%;
        top: 50%;
    }
    .container-decoracion-izquierda{
        width: 200px;
        height: 300px;
        z-index: 2;
        top: 43%;
        rotate: 180deg;
    }
    .container-decoracion-izquierda img{
        width: 200px;
        height: 400px;
    }
    .container-decoracion-derecha{
        width: 200px;
        height: 300px;
        top: 10%;
        right: 0;
        z-index: 0;
    }
    .container-decoracion-derecha img{
        width: 200px;
        height: 400px;
    }
    .container-mapa{
        width: 100px;
        height: 500px;
        position: relative;
    }
    .container-mapa img{
        width: 760px;
        height: 475px;
    }
    .container-contactos {
        height: 50vh;
        color: white;
    }
    .container-titulo h1{
        font-size: 40px;
        margin-top: 6%;
        margin-bottom: 5%;
    }
    .contactos{
        margin-top: 3%;
    }
    .contactos p{
        font-size: 25px;
        font-family: 'Rubik Regular';
        padding: 2% 0%;
    }
    .contactos img{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .footerContact {
        position: absolute;
        font-size:20px ;
        font-family: 'Rubik light';
        background: white;
        color: #01465b;;
        text-align: center;
        padding: 2%;
        z-index: 9999;
        width: 100%;
    }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .container-ubicacion{
        height: auto;
    }
    .container-contactos {
        height: 55vh;
        color: white;
    }
    .contactos{
        z-index: 2000;
        margin-top: 3%;
    }
    .contactos p{
        font-size: 22px !important;
        font-family: 'Rubik Regular';
        padding: 2% 0%;
    }
    .contactos img{
        width: 40px !important;
        height: 40px !important;
        margin-right: 10px;
    }
    .container-mapa img{
        width: 849px;
        height: 571px;
        position: relative;
        left: -100px;
    }
    .container-direccion{
        height: 33vh;
    }
    .container-direccion h2{
        font-size: 22px;
        margin-right: 10%;
        padding-bottom: 2%;
        z-index: 2000;
    }
    .container-direccion h4{
        font-size: 15px;
        margin-right: 10%;
        padding-bottom: 2%;
    }
    .container-direccion p{
        font-size: 18px;
        margin-right: 10%;
    }
    .circulo-1{
        position: absolute;
        width: 25px;
        height:25px;
        top: 18%;
        right: 2%;
    }
    .circulo-2{
        position: absolute;
        width: 10px;
        height: 10px;
        top: 29%;
        right: 6%;
    }
    .circulo-3{
        background: linear-gradient(135deg, #59BBAA, #01719D);
        position: absolute;
        width: 60px;
        height: 60px;
        left: -3%;
        top: 52%;
    }
    .container-decoracion-izquierda{
        display: none;
    }
    .container-decoracion-derecha{
        width: 200px;
        height: 350px;
        top: 10%;
        right: 0;
        z-index: 0;
    }
    .container-decoracion-derecha img{
        width: 200px;
        height: 350px;
    }
    .container-mapa{
        width: 700px;
        height: 424px;
        position: relative;
    }
    .container-mapa img{
        width: 760px;
        height: 475px;
    }
    .container-titulo{
        font-size: 40px;
        margin-top: 6%;
        margin-bottom: 5%;
    }
    .footerContact{
        position: relative;
        margin-top: 7%;
    }
}
