#fondo{
    opacity: 0.90;
}

#fh5co-home h1{
    padding-bottom: 5.5vw;    
    margin-bottom: 100px;
}

#section-1{
    background-color: white;
    width: 100%;
    padding-bottom: 2em;
}

#section-2{
    background-color: white;
    width: 100%;
    padding-bottom: 2em;
}

#section-3{
    background-color:#494949;
    width: 100%;
}


#section-1 .row{
    padding: 3em 2em 0 2em;
    display: flex;
    justify-content: end;
    position: relative;
}

#section-1 .row .card{
    position: absolute;
    width: 42%;
    background-color:#BD0625;
    top:8vw;
    left: 8.5vw;
    z-index: 2;
    height: 28vw;
    color:white;
    padding: 1em;
    font-size: 1.9vw;
}

#section-2 .row{
    padding: 3em 2em 0 2em;
    display: flex;
    justify-content: start;
    position: relative;
}

#section-3{
    justify-content:space-between;
}

#section-2 .row .card{
    position: absolute;
    width: 42%;
    background-color:#BD0625;
    top:8vw;
    left: 52vw;
    z-index: 2;
    height: 28vw;
    color:white;
    padding: 1em;
    font-size: 1.9vw;
}

#section-3 .row{

    padding: 3em 2em 1em 2em;
    display: flex;
    justify-content: space-between;
    position: relative;

}

#rounded-white-space-6{
    background-color: white;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

#rounded-white-space-7{
    background-color: white;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.img-shadow:hover{
    transform: none;
}

.col-big{
    width: 55%;
}

.col-first-section{
    height: 55vw;
    text-align: center;
    position: relative;
    transition: none;
}

.col-first-section:hover{
    transform: none;
    transition: none;
    box-shadow: none;
}

.col-first-section .img-shadow:hover{
    transform: none;
    transition: none;
    z-index: 2;
}

.col-first-section h2{
    font-size: 3vw;
}

.col-first-section p{
    font-size: 1.5vw;
}

.card-top-part{
    background-color: white;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 1vw;
    padding-right: 1vw;
    position: absolute;
    top: 5.5vw;
    height: 46vw;
}

.card-top-part h2{
    padding-top: 4vw;
    padding-bottom: 21vw;
}

#fh5co-testimony{
    padding: 0;
}

#fh5co-services{
    padding:0;
}

.row{
    margin-right: 0;
}

@media screen and (max-width: 760px){

    #fh5co-home h1{
    padding-bottom: 5.5vw;    
    margin-bottom: 100px !important;
}

    .col-first-section{
        width: 85vw;
    }

    #section-1 .row{
        padding: 3em 0.5em 0 2em;
    }

    #section-2 .row{
        padding: 3em 0.5em 0 1.5em;
    }

    #section-1 .row .card{
        width: 45%;
        top:8vw;
        height: 65vw;
        font-size: 3.4vw;
        text-align: center;
    }

    #section-1 div img{
        width: 250px;
        height: auto;
        margin: 0;
        margin-top: 20px !important;
    }

    #section-2 .row .card{
        width: 47%;
        top:5vw;
        height: 80vw;
        font-size: 3.4vw;
        text-align: center;
    }

    #section-2 .col-big{
        width: auto;
    }

    #section-1 .col-big{
        width: auto;
    }

    #section-2 div img{
        width: 240px;
        height: auto;
        margin-top: 35px !important;
        margin: 0;
    }

    #section-3 .row{
        justify-content: center;
        flex-wrap: wrap;
        padding: 3em 2em 1em 3em;
    }

    .col-first-section{
        height: 140vw;
    }

    .card-top-part{
        height: 130vw;
    }

    .card-top-part h2{
        padding-top: 4vw;
        padding-bottom: 60vw;
        font-size: 8vw;
    }

    .col-first-section p{
        font-size: 4.7vw;
    }

    .col-first-section img{
        position: absolute;
        top:25vw
    }

    #section-1 {
    padding-bottom: 4em;
    }

    #section-2 {
    padding-bottom: 4em;
    }

}
