@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Sugo Pro Classic Trial";
  src: url("../fonts/SugoProClassicTrial-Regular.woff2") format("woff2"),
    url("../fonts/SugoProClassicTrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
}
body {
  font-family: "Inter", sans-serif;
}

.top-interna{
    background: #D51B5D;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
padding-top: 14px;
padding-bottom: 14px;
}
.pos-ayuda{
    display: flex;
    justify-content: end;
}
.margen-btn {
    margin-top: 30px;
    padding-left: 120px;
}

.btn-seguir{
    margin-right: 20px;
}
.link-seguir{
    font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #414141;
text-decoration: none;
}
.link-seguir:hover{
    color: #D51B5D;
    text-decoration: none;
}
#link{
    color: black;
    text-decoration: none;
  }
.titulo-ingresa-correo{
    font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 44px;
text-align: center;
color: #0C2D50;
margin-top: 90px;
}
.form-label{
    background-color: #fff;
    position: relative;
    top: 18px;
    left: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #868585;
    padding-left: 5px;
    padding-right: 5px;
}
.campos{
    border: 2px solid #CBCBCB;
box-sizing: border-box;
border-radius: 5px;
width: 350px;
height:53px;
}
.campos::placeholder{
    font-style: italic;
font-weight: normal;
font-size: 14px;
line-height: 19px;
color: #BEBEBE;
}
.campos-validacion{
    border: 2px solid #DD0059;
    box-sizing: border-box;
    border-radius: 5px;
width: 350px;
height:53px;
}
.txt-validacion{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #DD0059;
margin-top: 10px;
}
.txt-eres{
    font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
color: #414141;
text-align: center;
padding-top: 30px;
}
.btn-comprar-interna{
    background: #0C2D50;
border-radius: 19.5px;
margin-bottom: 60px;
}
.txt-btn-comprar{
    margin-top: 30px;
    font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-align: center;
color: #FFFFFF;
padding:10px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .margen-btn {
        margin-top: 20px;
        padding-left: 20px;
    }
    .titulo-ingresa-correo {
        font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 27px;
text-align: center;
color: #0C2D50;
    }


}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  
 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}
@media only screen and (max-width: 1200px) {
 
}
@media only screen and (min-width: 1600px) {

}
