.caixa_section1{
    background-color: rgba(0,0,0,0.5);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding: 15px;
}

.caixa_section1 h1{
    text-align: center;
    line-height: normal;
    font-size: 80px;
}

.img_slider{
    width: 100%;
    height: 100%;
}

.container_caixa_slider {
    width: 100%;
    position: absolute;
    margin-left: auto;
    height: 100%;
    margin-right: auto;
    left: 0;
    right: 0;
}

.map {
    width: 100%;
    height: 800px;
    position: absolute !important;
}

.caixa_contacto{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    float: left;
    margin-bottom: 20px;
    background: #fff;
}

.texto_contacto{
    float: left;
    color: #8c8c8c;
    font-size: 18px;
}

.texto_contacto p{
    margin-bottom: 0;
}

.logo_contacto{
    float: left;
    width: 100px;
}

#area_contactos{
    height: 830px;
}

@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.marker {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 130px;
    left: 200px;
    display: block;
}
.pin {
    width: 16px;
    height: 16px;
    position: relative;
    top: 8px;
    left: 8px;
    background: rgba(5, 124, 255, 1);
    border: 4px solid #FFF;
    border-radius: 50%;
    z-index: 1000;
}
.pin-effect {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(5, 124, 255, 0.6);
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 1s ease-out infinite;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .caixa_section1 h1{
        font-size: 22px;
    }

    .logo_contacto{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 20px;
    }

    #area_contactos{
        height: auto;
    }
    
    .map{
        height: 400px;
        position: relative !important;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .caixa_section1 h1{
        font-size: 40px;
    }

    .texto_contacto{
        font-size: 14px;
    }

    #area_contactos{
        height: auto;
    }

    .map{
        height: 400px;
        position: relative !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .caixa_section1 h1{
        font-size: 55px;
    }

    #area_contactos{
        height: auto;
    }

    .map{
        height: 400px;
        position: relative !important;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .caixa_section1 h1{
        font-size: 61px;
    }

    .logo_contacto{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 20px;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1679px){
    .caixa_section1 h1 {
        font-size: 70px;
    }

}