@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/** figma   */
/*
width: 2056px;
height: 3589px;

background: #FFF;
*/
colores {
    color: #ffffff;
    color: #f3f3f3;
    color: #00669f;
    color: #333;
    color: #000;
    color: #cc2424;
    color: #000000;
    color: #D1891C;
    color: #FFF9F9;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

nav {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    height: 1.875rem;
    background: #D1891C;
    color: #333;
    font-size: 0.9375rem;
    padding-left: 4.19rem;
}
.nav2{
    background-color: #333;
    height: 2.5rem;
    display:flex;
    justify-content: flex-end;
}
.nav2 ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;

}
.nav2 ul li{
    font-size: 1.1875rem;
    color:white;
    padding-right:1rem;
}

header {
    display: flex;
    align-items: center;
    height: 10.125rem;
    background-color: #00669F;
    padding-left: 4.19rem;
}

h1 {
    color: #FFF;
    font-size:1.875 rem;/* 30px  */
}

main {
    background-color: white;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 5rem;
    margin: 4.19rem 2rem;

}

footer {
    background: #00669f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: -200%;
}


.tarjeta {
    background: #f3f3f3;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 33.0625rem;
    /* 529 px  */
    width: 18.75rem;
    /* 300px */
    border-radius: 2rem 2rem 0rem 0rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;

}

.corazon {
   width: 1.875rem;

    position: absolute;
    top: 1rem;
    left: 1rem;
}
.corazon img{
    width: 1.875rem;
}

.bat,
.ww,
.super,
.harley {
    width: 7.5rem;
    /* 120px  */
    border-radius: 50%;
    position: absolute;
    left: 30%;
    top: 25%;
    border: 3px solid white;
    background: #FFF;

}

.texto {
    width: 18.75rem;
    /* 300px */
    height: 21rem;
    /*  336 px */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.textoH2 {
    color: #000;
    font-size: 1.875rem;
    /*30px  */
    font-weight: 200;
    margin-top: 4rem;

}

.lorem {
    width: 18.75rem;
    /* 300px */
    height: 18rem;
    color: #333;
    font-size: 1rem;
    /* 16px  */
    padding: 1rem;

}

.botonVer {
    width: 8rem;
    /*128.78px  */
    height: 3rem;
    /* 48.52 px */
    background: #00669F;
    color: #F3F3F3;
    display: flex;

    justify-content: center;
    align-items: center;
    font-size: 0.9375rem;
    /*  15px  */
    margin: 1rem;
    padding: 1rem;
}

.imagenFondo {
    width: 18.75rem;
    /* 300px */
    height: 12.125rem;
    /*  194 px  */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat !important;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    border-radius: 2rem 2rem 0rem 0rem;

}

.fondo1 {
    background: url(./public/images/fondo11.png);

}


.fondo4 {
    background: url(./public/images/fondo22.png);
}

/***********form******************/
.form{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:80%;
}
.headerForm{

}
.h1{

}

.h2{

}

.abajo2columnas{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;

}

    .izquierda{
        width: 50%;
        
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap:1rem;

    }
    .izquierda input{
        width:100%;
    }

   .derecha{
    width: 50%;

    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

   }


.footerForm{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
