header{
    margin-bottom: 100px;
}

p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    
}

body h1{
    color:#9B1F22;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-top:30px;
    margin-bottom:30px;
}

body h2{
    color:#4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-top:30px;
    margin-bottom:30px;
    
}

body h3{
    color:#4A4A4A;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top:30px;
    margin-bottom:30px;
}


.tab-name{
    width: 300px;
    height: 70px;
    position: relative;
    float: right;
    margin-top: -70px;
    margin-left: 1500px;
    margin-right: 50px;
    padding-top: 20px;
    background-color: #fff;
    color: #9B1F22;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
}


ul li{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.input p{
    color:#9B9B9B;
}

.aviso{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding-left: 20px;
}

.ventajas{
    border: 2px solid #4A4A4A;
    position: relative;
}

.ventajas p{
    margin-top: 50px;
    margin-bottom: 50px;
}

.ventajas img{
    padding-top: 50px;
    padding-left: 20px;
}

.dudas{  
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.dudas img{
    margin: 0 10px;
}
.dudas a{ 
    color:#4A4A4A;
}

.dudas a:hover{
    color:#4A4A4A;
    text-decoration: none;
}

.incentivos, .operacion{
    margin-bottom: 50px;
}

.btn-siguenos{
    background-color: transparent;
    border: 2px solid #fff;
    width: 239px;
    height:47px;
    margin: 20px;
    cursor:default;
}

.btn-adjuntar{
    background-color: #9B1F22;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    width: 179px;
    height:53px;
    margin:0 10px;

}

.btn-adjuntar img{
   margin: 0 10px;
}

.btn-add{
    background-color: #9B1F22;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    width: 179px;
    height:53px;
}

.btn-add .fa{
   margin: 0 10px;
}

.btn-unete{
    background-color: #D0011B;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    width: 179px;
    height:53px;
}

.btn-unete a:hover{
    background-color: #D0011B;
    color:#fff;
}

.btn-unete-lg{
    background-color: #D0011B;
    border: 1px solid transparent;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    width: 245px;
    height:77px;
}

.btn-enviar-lg{
    background-color: #9B1F22;
    border: 1px solid transparent;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 100px;
    width: 245px;
    height:77px;
}

.btn-enviar-formulario{
    background-color: #D0011B;
    border: 1px solid transparent;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 100px;
    width: 278px;
    height:99px;
}

.btn-enviar{
    background-color: #D0011B;
    border: 1px solid transparent;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 100px;
    width: 188px;
    height:53px;
}

section.unete{
    background-image: url(../img/banner-unete.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 70px;
    margin-bottom: 70px;
    color:#fff;
}

section.unete h1{
    color:#fff;
}
section.unete h3{
    color:#fff;
    font-family: 'Roboto', sans-serif;
}

section.faq p{
    border: 1px solid #000;
    padding: 30px;
}

section.requisitos{
    margin-bottom: 100px;
}

section.requisitos p{
    margin:20px;
}

section.requisitos .req{
    border: 2px solid #4A4A4A;
    position: relative;
}

section.requisitos .otros-req{
    margin-top: 50px;
}

section.requisitos .otros-req img{
    padding-left: 100px;
}

section.solicitud{
    margin-bottom: 100px;
}

section.solicitud img{
    margin: 0 10px;
}

section.incentivos img{
    margin-top: 30px;
}

section.privacidad{
    margin-bottom: 100px;
}


footer{
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #4A4A4A;
    color:#fff;
    
}

footer .fa{
    color:#fff;
    margin: 0 10px;
}

footer a{
    color:#fff;
}
footer a:hover{
    color:#fff;
    text-decoration: none;
}


/*acordeon*/
button.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 5px;
    margin:10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

button.accordion img{
    margin: 0 15px;
}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
    color: #fff;
}

button.accordion:after {
/*    content: '\02795';*/
    background-color: #9B1F22;
    color: #fff;
    float: right;
    margin-left: 5px;
}

/*
button.accordion.active:after {
    content: "\2796";
}
*/

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;  
}

/** TABLA **/
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

table p{
    margin:20px;
}


@media(max-width:786px){
        .ventajas img{
        padding-top: 50px;
        padding-left: 100px;
    }
}
