/* 
1. Posicionamiento --> static, absolute, relative, fixed
2. Modelo de caja (Box model) --> margin, border, padding, content
3. Tipografía --> tipos, tamaños de fuente, etc
4. Estilos visuales --> box-shadow, border-radius, gradient, etc
5. Otros --> reglas CSS y más
*/


:root{
    /* Colores que voy a usar en la pagina*/
    --bitcoin-orange: #F7931A;
    --soft-orange: #FFE9D5;
    --secondary-blue:#1A9AF7;
    --soft-blue: #E7F5FF;
    --warm-black: #201E1C;
    --black: #282623;
    --grey:#BABABA;
    --off-white:#FAF8F7;
    --just-white:#FFFFFF;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    font-size:62.5%;
    font-family: 'DM Sans', sans-serif;
    scroll-behavior:smooth;
}


/* --------------------------------------------INICIO DEL HEADER------------------------- */


header{
    position:relative;
    display:flex;
    flex-direction: column;
    justify-content:center;
    min-width:320px;
    width:100%;
    height:300px;
    text-align:center;
    background: linear-gradient(207.8deg, var(--secondary-blue) 10.69%, var(--bitcoin-orange) 100%);
}

.header-logo{
    width:151px;
    height:24px;
    margin-top:42px;
    align-self:center;
}

.container-header{
    width:90%;
    min-width:288px;
    max-width: 900px;
    margin:0 auto;
    height:223px;
    margin-top: 25px;
}
header h1{
    margin-top: 7px;
    font-size:2.4rem;
    font-weight:bold;
    line-height:2.6rem;
    color: var(--just-white);
}
header p{
    margin-top: 39px;
    color: var(--just-white);
    font-size:1.4rem;
    font-weight:lighter;
    line-height:1.8rem;
}

header a{
    position:Absolute;
    top:242px;
    display:block;
    margin-top:35px;
    left:0;
    right:0;
    margin-right:auto;
    margin-left:auto;
    background: var(--off-white);
    font-size:1.4rem;
    padding:1.4rem 1.6rem;
    width:229px;
    text-decoration: none;
    color:#201E1C;
    font-weight:700;
    border-radius:4px;
    height:48px;
    box-shadow: 0px 4px 10px 0px rgba(89,73,30, 0.50);
}
header a span{
    margin-left: 10px;
}

/* -------------------------ACA COMIENZA LA SECCION DE INTERCAMBIO DE MONEDAS! ------------------------*/


main{
    min-width: 320px;
    background: var(--off-white);
}
#intercambio{
    text-align:center;
    padding-bottom: 4rem;
    
}

.logo-intercambio{
    padding-top: 8rem;
}
.title-intercambio{
    font-weight: 700;
    font-size:2.4rem;
    line-height: 2.6rem;
    color: var(--warm-black);
    margin-top:3.5rem;
    margin-left: 1.5rem;
    margin-right:1.5rem;
}
.prf-intercambio{
    font-weight:500;
    font-size:1.4rem;
    line-height:1.8rem;
    color: #757575;
    margin-top: 3rem;
}




/* -----------ACA COMIENZA LA TABLA DE INTERCAMBIO -----------------*/

.subtitle-intercambio{
    color:var(--bitcoin-orange);
    font-weight: 700;
    font-size:1.8rem;
    margin-top:8rem;
    line-height:2.3rem;
    display:flex;
    justify-content:center;

}

.tabla-intercambio{
    font-family: 'Inter';
    text-align:left;
    align-self:center;
    position:relative;
}
.tableContainer{
    display:flex;
    flex-direction:column;
    

}


.tabla-intercambio-container{
    display:grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5px;
    border-radius:8px;
    margin-top:1rem;
    margin:0 auto;
    width:200px;
    margin-top:1.5rem;
    
}
.tabla-intercambio-container p{
    padding:10px 10px;
    display:flex;
    background-color: var(--just-white);
    font-size:1.6rem;
    color:#B5B0AC;
    font-weight: lighter;
    line-height: 1.9rem;
    
}
.tabla-intercambio-container .prf-b{
    margin-left:5rem;
    font-size:1.4rem;
    font-weight:lighter;
    color: #757575;
}
.tabla-intercambio-container p:nth-child(1){
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tabla-intercambio-container p:nth-child(2) b{
    margin-left:2.6rem;

}

.tabla-intercambio-container p:nth-child(4){
    border-bottom-left-radius: 8px;
    border-bottom-right-radius:8px;
}
.tabla-intercambio-container span{
    margin-left:2rem;
}
.prf-js{
    background-color: var(--soft-orange);
    width:173px;
    margin: 0 auto;
    padding:8px;
    border-radius:8px;
    margin-top:2.5rem;

}

.logito-bata{
    position:absolute;
    display:block;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top:360px;
}

/* --------------ACA COMIENZA LA SECCION BENEFICIOS---------------  */

#beneficios {
    background-color: var(--warm-black);
    height: inherit;
    width:100%;
}

.container-title-beneficios{
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
}

.title-beneficios{
    margin-top:5rem;
    font-weight: 700;
    font-size:2.4rem;
    line-height: 2.6rem;
    color:var(--just-white);
}

.prf-beneficios{
    color:#808080;
    font-size:1.4rem;
    line-height: 1.8rem;
    font-weight:500;
    margin-top:2rem;
}

.container-cajas{
    display:flex;
    flex-direction: column;
    margin-top:1.5rem;
}

.caja{
    width:288px;
    height:152px;
    border-radius:4px;
    background-color: var(--black);
    margin: 0 auto;
    margin-bottom:1.5rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    padding:1.5rem;
}

#beneficios .container-cajas h4{
    font-size:1.8rem;
    line-height: 1.8rem;
    color: var(--just-white);
    font-weight: 700;
    margin-top:1rem;
}

#beneficios .container-cajas p{
    color: #808080;
    font-size:1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin-top:1rem;

}

.caja4{
    margin-bottom:5rem;
}



/* ACA COMIENZA LA SECCION DE IMAGEN DE LA MUJER CON BITCOIN */

.section-image-woman{
    height:70vh;
    width:100%;
    min-width: 320px;
    background-image: url('./assets/img/bitcoinbaby2x.jpg');
    background-position:center;
    background-size: cover;
    background-repeat:no-repeat;
}


.section-image-woman h2{
    font-size:2.4rem;
    line-height:2.6rem;
    text-align:center;
    color:var(--just-white);
    padding-top:6rem;
}

/* ACA COMIENZA LA SECCION DE PLANES */

#planes {
    background-color:#E5E5E5;
    width: 100%;
    height: inherit;
    padding-bottom:5rem;
}

.container-title-planes {
    display:flex;
    flex-direction:column;
    text-align:center;
    padding-top:5rem;
}
.container-title-planes h2{
    font-size:2.4rem;
    line-height: 2.6rem;
    font-weight:700;
}
.container-title-planes p{
    font-size:1.4rem;
    line-height: 1.8rem;
    color: #757575;
    margin-top:2rem;
    margin-left:1rem;
    margin-right:1rem;
}

.container-card{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:190px;
    height:247px;
    border-radius:8px;
    background-color:var(--just-white);
    margin:0 auto;
    text-align:center;
    margin-top:3.5rem;
    box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
    
}

.card-subtitle{
    padding:0.7rem 1rem;
    background-color: var(--secondary-blue);
    color:var(--just-white);
    border-radius:8px;
    font-size:1.2rem;
    line-height: 14,52px;
    font-weight:700;
}

.container-card h3{
    font-size:1.4rem;
    line-height: 1.8rem;
    margin-top:2.5rem;
    
}

.subprf-card{
    font-size:5.2rem;
    font-weight: bold;
    line-height:62.93px;
    letter-spacing: -5px;
    margin-right:1.5rem;
    margin-top:0.5rem;
}
.subprf-card span{
    font-size:1.2rem;
    line-height:14.52px;
    font-weight: lighter;
    position:relative;
    bottom:25px;
}

.prf-card{
    color:#757575;
    font-size:1.2rem;
    line-height: 14.52px;
    margin-left:1rem;
    margin-right:1rem;
    margin-top:1rem;
}
.container-button{
    margin-top:2rem;
}
.container-card a{
    background-color: var(--off-white);
    padding:1.2rem 1.6rem;
    border:2px solid var(--bitcoin-orange);
    border-radius:4px;
    text-decoration: none;
    color:var(--warm-black);
    font-size:1.4rem;
    line-height:18px;
    font-weight: 700;
    
}

.container-card a span img{
    position:Relative;
    top:6px;
    margin-left:0.5rem;
}



/* ACA COMIENZA EL FOOTER --- -- */

footer {
    background-color: var(--bitcoin-orange);
    display:flex;
    align-items:center;
    width:100%;
    height:150px;
    justify-content:space-around;
}

footer a{
    text-decoration: none;
    color:var(--just-white);
    font-size:1.4rem;
    line-height:1.8rem;
    font-weight:500;
}

footer li{
    list-style:none;
    margin-bottom:1rem;
}

.prf-footer{

    font-size:1.2rem;
    
    
}

.prf-footer a{
    color:var(--warm-black);
    text-decoration:underline;
}