a {
    color: #FFFFFF;
}

a:hover {
    color: #ffffffb0;
}


/* HEADER */
.portada_background{
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease;
}

.portada_background_data {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.portada_background_data h1,
.portada_background_data p{
    color: #FFFFFF !important;
}

.portada_background_data h1,
.portada_background_data p{
    color: #FFFFFF !important;
}

.portada_background_data h1 {
    font-size: 100px;
    font-weight: bolder;
}

.portada_background_data h1 em {
    color: transparent; 
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke: 3px #FFFFFF; 
}

.portada_background_data p {
    font-size: x-large;
}

.imagen_piso {
    background-image: url('/Plantillas/Porto/img/clientes/A10/home/pisos.jpg');
    border-radius: 5px;
}


.boton_ancho {
    align-items: center;
    background-color: #000000 !important;
    border: 1px solid #000000;
    color: #FFFFFF;
    display: flex;
    font-size: large;
    height: 40px !important;
    justify-content: center;
    width: 100% !important;
}

.boton_ancho:hover {
    background-color: #FFFFFF !important;
    border: 1px solid #49892b;
    color: #49892b !important;
}


/* PROCESS */

.process .process-step-circle {
    border-color: #49892b !important;
}

.process .process-step-circle:hover {
    background-color: #49892b !important;
    color: #FFFFFF !important;
    border-color: #49892b !important;
}

.process .process-step:hover .process-step-circle {
    background-color: #49892b !important;
    color: #FFFFFF !important;
    border-color: #49892b !important;
}


#callsToAction3{
    background-color: #49892b !important;
    color: #FFFFFF;
}

#callsToAction3 h3,
#callsToAction3 p {
    color: #FFFFFF !important;
}

#callsToAction3 .call-to-action-btn a {
    background-color: #FFFFFF !important;
    color: #49892b !important;
    border: 1px solid #FFFFFF !important;
}

#callsToAction3 .call-to-action-btn a:hover {
    background-color: #49892b !important;
    color: #FFFFFF !important;
}

.container_img_call_1_2 {
    display: flex;
    align-items: center;
    justify-content: center;
}




/* Blog */
.blog_button {
    display: flex;
    justify-content: end;
    left: 0 !important;
}

.blog_vender{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog_vender_info_container {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px 0 0;
}

.blog_vender a,
.blog_vender h4,
.blog_vender span,
.blog_vender p {
    color: #49892b !important;
}

.blog_image{
    /*width: 250px;*/
    border-radius: 5px;
}

.blog_link {
    display: flex;
    flex-direction: column;
    justify-content: space-around !important;
}



/* MEDIO - TABLET */
@media (min-width: 750px) and (max-width: 950px) {
    
    .portada_background_data h1 {
        font-size: 70px;
        font-weight: bolder;
    }

    .portada_background_data p {
        font-size: medium;
    }
}


/* MOBILE */
@media (max-width: 750px) {
    

    /* TITULO */
    #sliderTitle {
        font-size: 50px;
    }

    #sliderText {
        font-size: 20px;
    }
}