/*
Verde: #B7BF10
Marrón: #5E3E3F
*/

h1, h2, h3, h4 {
    color: #5E3E3F;
}

.tesla-titulo-1 {
    font-size: 18px;
    line-height: 31px;
    color: #B7BF10;
    margin-bottom: -3px;
    letter-spacing: .165em;
}

p {
    color: #5E3E3F;
    font-size: large;
}

.tesla-cubo {
    color: #5E3E3F !important;
    text-align: justify;
}

.tesla-card-img {
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
}

.tesla-block-1 {
    background-color: #B7BF10;
    text-align: center;
    font-size: 36px;
    color: lightyellow;
}

.tesla-block-2 {
    /*background-color: #B7BF10;*/
    text-align: center;
    font-size: xxx-large;
    color: #B7BF10;
    border-top: solid 3px #5E3E3F;
    border-bottom: solid 3px #5E3E3F;
    margin-bottom: 50px;
}

.tesla-block-2 span {
    color: #5E3E3F;
    font-size: xx-large;
}

.tesla-boton {
    text-align: center;
    border: solid 3px #B7BF10;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 25%;
    margin-right: 25%;
    border-radius: 10px;
    cursor: pointer;
}

.tesla-boton-banner {
    text-align: center;
    border: solid 6px #B7BF10;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 1%;
    margin-right: 5%;
    border-radius: 30px;
    cursor: pointer;
    color: white;
    background-color: lightgrey;
    font-size: 70px;
}


.no-border {
    border: none;
}

/*FORMS*/
/*texto de error*/
.wpcf7-not-valid-tip {
    font-size: small;
    margin-bottom: 5px;
}