@font-face {
    font-family: PoppinsReg;
    src: url(fuentes/Poppins-Regular.ttf);
}
.fontPoppinsReg{ font-family: PoppinsReg !important; }
body{
    margin:0;
    padding: 0;
    font-size: 18px;
    font-family: PoppinsReg;
}
a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    margin:0;
    padding: 0;
}
.cvertical{
    display: flex;
    align-items: center;    
}
.cvm{
    display: flex;
    align-items: center;   
    flex-direction: column; 
}
.chv{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.titulo54{ font-size: 54px; }
.t23{ font-size: 23px; }
.mt100{margin-top: 100px;}
.blanco{color:white;}
.cHorizontal{
    display: flex;
    justify-content: center;
    
}
.titulo40{
    color:#7B7B7B;
    font-size: 40px;
}
.textonosotros{
    color:#7B7B7B;
    font-size: 23px;
}
.tcentro{text-align: center;}
.mt1{margin-top: 1em;}
.mt37{margin-top: 37px;}
.titulo70{
    display:flex;
    justify-content: center;
    align-items: center;
    color:white;
    font-size: 70px;
}
.btnVerMas{
    background: white;
    color:#212121;
    border:2px solid black; 
    border-radius: 50px;
    padding:19.98px 71.52px 21.02px 71.45px;
    margin-top:31.67px;
}

.boton_play {
    background: black;
    padding: 22px 19px 21px 30px;
    border-radius: 73px;
    width: 81px;
    height: 81px;
    position: relative;
    border: none;    
}
@font-face {
    font-family: Montse;
    src: url(fuentes/Montserrat-Bold.ttf);
}
.textoPlay{
    font-family: Montse;
    font-size: 13px;
}
.button {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 31px;
    border-color: transparent transparent transparent #ffffff;
}
.resTit{
    color:#2d2d2d;
    font-size: 38px;
    height: 128.67px;
    margin-top:38.98px;
}
.resCosto{
    color:#CF161E;
    font-size: 18px;
    height: 43px;
}
.resDesc{
    color:#7B7B7B;
    font-size: 18px;
   /* width: 449px;*/
    height: 119px;
    text-align: justify;
}
.centro-grid{
    place-content: center;
    display: grid;
}
@media only screen and (min-width:800px) and (max-width: 1281px) { 
    


} 
@media only screen and (max-width: 799px){ 
    .resCosto{
        font-size: 25px;
    }
    .resDesc{
        font-size: 30px;
       /* width: 449px;*/
        text-align: center;
    }
    .titulo70 {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 30px;
    }
    .titulo40 {
        color: #7B7B7B;
        font-size: 30px;
    }
} 



