html,body{
    position: relative;
    width: 100vw;
    height: 100vh;
}
body{
    background-image: url('assets/img/fondo_elegante.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
}
.content-gracias{
    width: 100%;
    max-width: 290px;
}

.content-gracias .content{
    background-color: #ffffff;
    border-radius: 25px;
    border: 4px solid var(--color-empresa);       
    padding: 30px 80px 0px 80px;
    box-shadow: 5px 5px 0px 0px var(--color-empresa);
}

.gracias-titulo{}
.gracias-titulo > h1{
    font-size: 70px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    color: var(--color-empresa);
}
.gracias-titulo > h2{
    font-size: 21px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    color: #000;
}
.franja{
    display: block;
    width: 100%;
    height: 25px;
    background-image: url('assets/img/franja-titulos.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color:#000  !important;
}
.gracias-mensaje{
    width: 100%;
    margin: 14px 0;
}
.gracias-mensaje > p{
    color: #000;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.gracias-detalle{
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 0 12px;
    padding-top: 10px;
}
.gracias-detalle strong{
    font-weight: 500;
}
.gracias-footer{
    margin-top: 25px;
    text-align: center;
}
.gracias-footer img{
    height: 30px;
    width: auto;
}

.gracias-header{
    padding-top: 25px;
    padding-bottom: 25px;                
}

.gracias-header img{
    height: 40px;
    width: auto;
}


.btn-volver{
    background-color: var(--color-empresa);
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    width: 210px !important;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    height: 30px;
    line-height: 21px;
}
.btn-volver:hover{
    background-color: #282828;
    color: var(--color-empresa);
}

@media (min-width: 320px){
    .content-gracias{
        padding-top: 50px;
    }

    .content-gracias .content{
        border: 2px solid var(--color-empresa);       
        padding: 5px 15px 0px 15px;
        box-shadow: 2px 2px 0px 0px var(--color-empresa);     
    }
    .gracias-titulo > h1{
        padding-top: 5px;
        font-size: 65px;
    }
    .gracias-titulo > h2{
        line-height: 35px;
    }

    .gracias-detalle{
        padding: 0 5px;
        font-size: 14px;   
        padding-top: 5px;
    } 
    .gracias-footer{
        margin-top: 5px;
        margin-bottom: 15px;
        text-align: center;
    } 

    .gracias-mensaje{
        margin: 5px 0;
    }    

    .gracias-mensaje > p{
        font-size: 14px;
        line-height: 12px;
    }  

    .gracias-header img{
        height: 35px;
        width: auto;
    }              

}

@media (min-width: 576px){
    .content-gracias{
        max-width: 390px;
    }

    .content-gracias .content{
        border: 2px solid var(--color-empresa);       
        padding: 5px 20px 0px 20px;
        box-shadow: 5px 5px 0px 0px var(--color-empresa);                    

    }
    .gracias-header{
        margin-top: 5px;
        text-align: left;
    }             
    .gracias-titulo > h1{
        font-size: 61px;
        line-height: 15px;
    }
    .gracias-titulo > h2{
        font-size: 22px;  
        line-height: 25px;
    }
    .gracias-mensaje{
        margin: 0px;
        padding-top: 8px;
    }                
    .gracias-mensaje > p{
        font-size: 14px;
    }
    .gracias-detalle{
        padding: 0 5px;
        font-size: 14px;   
        padding-top: 15px;
    }
    .gracias-footer{
        margin-top: 25px;
        margin-bottom: 15px;
        text-align: center;
    }          
    .btn-volver{
        width: 190px !important;
    }                
}
@media (min-width: 1200px){
    .content-gracias{
        max-width: 480px;
    }
    .gracias-titulo > h1{
        font-size: 110px;
        line-height: 80px;
    }
    .gracias-titulo > h2{
        font-size: 35px;
        line-height: 60px;
    }
    .gracias-mensaje > p{
        font-size: 16px;
    }
    .gracias-detalle{
        font-size: 16px;
    }
}
@media (min-width: 1600px){
    .content-gracias{
        max-width: 640px;                    
    }

    .content-gracias .content{
        border-radius: 25px;
        border: 4px solid var(--color-empresa);       
        padding: 30px 80px 0px 80px;
        box-shadow: 5px 5px 0px 0px var(--color-empresa);
    }                
    .gracias-titulo{}
    .gracias-titulo > h1{
        font-size: 127px;
        line-height: 120px;
    }
    .gracias-titulo > h2{
        font-size: 47px;
        line-height: 70px;
    }
    .gracias-mensaje{
        width: 100%;
        margin: 18px 0;
    }
    .gracias-mensaje > p{
        font-size: 20px;
        line-height: 24px;  

    }
    .gracias-detalle{
        font-size: 18px;
        line-height: 20px;
        padding: 0 12px;
        padding-top: 10px;
    }
    .gracias-footer{
        margin-top: 25px;
        text-align: left;
    }
    .gracias-footer img{
        height: 45px;
    }
    .btn-volver{
        font-size: 20px;
        padding: 5px 15px;
        width: 210px !important;
        height: 45px;
        line-height: 35px;
    }
    .btn-volver:hover{
        background-color: #282828;
        color: var(--color-empresa);
    }
}