
 body{
    font-family: 'Open Sans', sans-serif;
}

.navbar-nav{
    background-color: #292A2A;
    border-radius:10%;
    padding-left: 3%;
    padding-right:10%;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 1.25rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    
}
@media (max-width:768px){

    .navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem;
    }

    .navbar-nav{
        background-color: #292A2A;
        border-radius:10%;
        padding-left: 5%;
        padding-right:5%;
        padding-top: 10px;
        padding-bottom: 10px;
        
    }

    .central {
        padding-right: 5%;
        padding-left: 5%;
    }
    .infoultima {
       font-size: 0.9rem;
        
    }
    .findepagina {
        font-size: 0.9rem;
    }
}
@media (min-width:768px){
.central {
    padding-right: 20%;
    padding-left: 20%;
}
}

.numero1 {
    font-size: 1.875rem ;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}


.principal {
    margin-top: 10%;
}

.textorandom a{
    text-decoration: none;
    font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
   
    color: white;
    background-color: #292A2A;
}

.textorandom {
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #292A2A;
    height: 56px;
}

.texto1{
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1rem;
    
}

.infoultima {
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-color: #707070;
    
}

.linea1{
    border-top: 7px solid #AC1E26;
    width: 69px;
    
}


input[type="text"] {
    border: 1px solid #222222;
    border-radius:10px;

   
    width: 357px;
    height: 48px;
    padding-left: 1rem;
    
    
}

.comenta {
    border: 1px solid #222222;
    border-radius:10px;
   
    padding-left: 0.5rem;
    
    padding-top: .8rem;
    height: 102px;
     width: 745px;
}

@media (max-width:768px){
    .comenta {
       
        height: 102px;
        width: 200px;
    }

    input[type="text"] {
        width: 200px;
        height: 48px;
        
    }

}

.contactbottom {
    background-color: #AC1E26 !important;
    width: 143px;
    height: 60px;
    border: none;
    border-radius:10px;
    font-family: 'Open Sans', sans-serif;
    
}

.solicitud {
    font-weight: 700;
    font-size: 1.25rem;
}

.titulodecards a {
    color: white;
 
   
    
}
.titulodecards{
    background-color: #292A2A;
    
    height: 56px;

}

.cotiza {
    background-color: #AC1E26 !important;
    width: 325px;
    height: 60px;
    border: none;
    border-radius:10px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 1rem;

}

.textotitulo {
    font-size: 1.20rem;
}
.card {
    border: 1px solid black;
    border: none !important;
}

.homecol {
    padding-right: 0px;
padding-left: 0px;
}