@font-face {
    font-family: "TTCommons";
    font-style: normal;
    font-weight: bold;
    src: url("https://estaticos-cdn.prensaiberica.es/mkt/piano/comun/fonts/TTCommons-Black.ttf");
}
@font-face {
    font-family: "TTCommons";
    font-style: normal;
    font-weight: 700;
    src: url("https://estaticos-cdn.prensaiberica.es/mkt/piano/comun/fonts/TTCommons-ExtraBold.ttf");
}

@font-face {
    font-family: "TTCommons";
    font-style: normal;
    font-weight: 500;
    src: url("https://estaticos-cdn.prensaiberica.es/mkt/piano/comun/fonts/TTCommons-DemiBold.ttf");
}
@font-face {
    font-family: "TTCommons";
    font-style: normal;
    font-weight: 400;
    src: url("https://estaticos-cdn.prensaiberica.es/mkt/piano/comun/fonts/TTCommons-Regular.ttf");
}
@font-face {
    font-family: "TTCommons";
    font-style: normal;
    font-weight: 100;
    src: url("https://estaticos-cdn.prensaiberica.es/mkt/piano/comun/fonts/TTCommons-Thin.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Nuosu+SIL&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:link, a:visited, a:active {
    text-decoration:none;
}

.cabecera{
    background: #000;
    width: 100%;
    height: 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
   
}

.cabeceraFlex{
    display: flex;
    align-items: center
}
.cabecera img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
#auriculares img{
    width: 20px;
    height: 20px;;
}
.cabecera p{
    font-size: 12px;
    font-family: "TTCommons";
}

.cuerpo{
    background: #e7decd;
    font-family: "TTCommons";
    text-align: center;
}
.regalo{
    text-align: left;
    font-weight: 500;
    padding-top: 60px;
}
.regalo span{
    font-size: 26px
}
.regalo p{
    padding-top: 5px;
}
.logo{
    width: 250px;
    margin: auto;
    padding-top: 50px ;
}

.copy{
    margin: 40px auto 20px;
    font-size: 25px;
    font-weight: 500;
}
.copy-1{
    margin: auto;
}
.copy span{
    font-weight: 500;
    font-size: 30px;
}

.codigo{
    font-size: 40px;
    font-weight: 800;
    font-family: 'Nuosu SIL', serif;
    padding: 10px 0
}

.promocion{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.lote{
    width: 250px;
    border-radius: 12px;
    height: 335px;
}

.lote img{
    width: 400px;
    margin-top: 24px;
}
.lote-copy{
    margin-left: 200px;
}

.lote-copy-titular{
    font-weight: 600;
}

.lote-copy-descripcion{
    font-size: 20px;
}

.lote-copy-datos{
    margin-bottom: 20px;
    font-size: 30px;
}

.cta{
    background-color: #711325;
    padding: 10px 30px 8px;
    border-radius: 7px;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    margin-top: 40px;
}

.seleccion{
    font-family: 'Nuosu SIL', serif;
    font-size: 16px;
    margin: 110px auto 0;
    padding-bottom: 30px;
}

.condiciones{
    font-size: 13px;
    padding-bottom: 10px;
}
.attCopy{
    background: #000;
    color: #fff;
    text-align: center;
    font-family: "TTCommons";
    padding: 7px 0;
    border-bottom: solid 1px #fff;
}
.attCliente-datos{
    font-family: "TTCommons";
    background: #000;
    width: 100%;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.attCliente img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.attCliente-datos{
    display: flex;
}

.attCliente-flex{
    display: flex;
    align-items: center
}
@media (max-width: 515px) {

    .lote-copy{
        margin-left: 20px;
    }
    .lote img {
        width: 300px;
    }
    .codigo{
        font-size: 25px;
    }
    .copy-1{
        width: 400px;
    }
    .copy{
        font-size: 20px;
    }
    .copy span{
        font-size: 25px;
    }
    .attCliente-datos{
        font-size: 10px;
    }
}
