/**Globales**/
/ html {
    font-size: 62.5%;
}

h1 {
    font-size: 4.5rem;
    font-family: 'Passion One', cursive;
    font-weight: 700;
}

h2 {
    font-size: 3rem;
    font-family: 'Passion One', cursive;
    font-weight: 400;
}

h3 {
    font-size: 1.8rem;
}

body {
    font-size: 1.2rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    line-height: 1.8rem
}

img {
    margin: auto;
}

/**librerías**/
.contenedor {
    max-width: 1500px;
    width: 95%;
    margin: auto;
    background-image: url(img/backgr.jpg)
}

.landing {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 2rem;

}

@media only screen and (max-width:768px) {
    .landing {
        flex-direction: column;
    }

}

.secc1 {
    order: 1;
    flex: 1 1 60%;
    align-self: stretch;
    padding: 3rem;


}

.secc1 h2 {
    margin-bottom: 1rem;
    line-height: 3rem;
}

.secc1 h3 {
    margin-top: 0.5rem;
    line-height: 2.3rem;
    margin-bottom: 1rem;
}

.secc1 p {
    margin-top: 0px
}

.secc2 {
    order: 1;
    flex: 1 1 40%;
    align-self: stretch;

}

.titleform {
    padding: 2rem;
    background-color: #545454;
    color: #fff;
    border-radius: 9px;
}

.titleform h3 {
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
}
.titleform span{
    font-weight: 700;
}

.boton {
    padding: 0.5rem 2rem;
    margin: 0 !important;
    align-items: center;
}

.h-logotipo img {
    margin: auto;
    display: block;
    width: 440px

}


.h-logotipo {
    margin-bottom: 2rem;
    padding-top: 2rem;
}

.enviado h2{
 text-align: center;   
}
i.fas.fa-check-circle {
    font-size: 4rem;
    padding: 2rem;
    color: #099c14;
}

.enviado {
    padding-top: 2rem;
}
@media only screen and (max-width:768px){
    .h-logotipo img {
        width: 290px;

    }
}