/* --------------------------------------------------------
/* ---- THANKS (SCREEN 4)
-------------------------------------------------------- */

.msf__social_container{
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    display: none;
}



.msf__thanks_container_dk{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
}

.msf__thanks_container_dk .title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #e30613;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: "Gotham-Medium";
}


.msf__thanks_container_dk .description{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
    font-family: "Gotham-Light";
}

.msf__thanks_container_dk .description strong{
    font-family: "Gotham-Bold";
}



.msf__social_container .subcontainer{
    width: 600px;
    height: auto;
    background-color: #f5f5f6;
    box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 6%);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 70px;
    position: absolute;
    left: 38%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
}

.msf__social_container .title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #e30613;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: "Gotham-Bold";
}


.msf__social_container .subtitle{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "Gotham-Light";
}

.msf__social_container .icon_container{
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.msf__social_container .icon_container .msf__icon{
    width: 35px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.msf__social_container .description{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-family: "Gotham-Light";
    margin-bottom: 30px;
}

.msf__social_container .address{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    font-family: "Gotham-Light";
    margin-bottom: 30px;
}


.thank_bg_image{
    width: 50%;
    height: 100%;
    position: relative;
    background: url(../images/home/desktop/Imagen3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px
}

.image_movil_screen_4{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: none;
}


/* --------------------------------------------------------
/* ---- RESPONSIVE
-------------------------------------------------------- */

@media only screen and (max-width: 920px) {
    .thank_bg_image{
        display: none;
    }

    .image_movil_screen_4{
        display: block;
    }

    .msf__social_container{
        height: auto;
    }

    .msf__social_container .subcontainer{
        width: 100%;
        height: auto;
        background-color: #f5f5f6;
        box-shadow: none;
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 0;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        z-index: 999;
    }

    .msf__social_container .subtitle{
        font-size: 13px;
        line-height: 16px;
    }

    .msf__social_container .title{
        font-size: 15px;
        line-height: 20px;
    }
    
}