*{
    box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Mulish', sans-serif;
}

.contenedor1{
    /* background-color: red;*/
     margin: auto;
     width: 90%;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
 
 nav a{
     margin: 0 10px;
     color: black;
     text-decoration: none;
     font-weight: bold;
 }

 .icono_menu{
    display: none;
 }
.contenedor2{
   /* background-color: brown;*/
    margin: auto;
    width: 75%;
    display: flex;
    justify-content: space-around;
}

.div1{
  /*  background-color: blue;*/
    width: 50%;
    font-size: 25px;
}
.div1 button{
    background-color: orange;
    border-color: orange;
    border-style: solid;
padding: 15px;
color: white;
font-weight: bold;
}


#fondo1{

  /*  background: linear-gradient(to right, #143b83e6, #083f9f8f),  url(/auto3.jpg);*/
  background: linear-gradient(to right, #063661, rgba(43,78,136,0.67)),  url(/imagenes/auto3.jpg) ;
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


.div2{
    /*background-color: aquamarine;*/
    width: 20%;
    display: flex;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.div2 a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    background-color: #ffffff80;
    padding: 7px 20px;


}

.icono_tarjeta{
    font-size: 50px;
    color: orange;
}

/*FONDO 2*/
#fondo2{
    background-color: #f5f6f7;
    padding-top: 90px;
    padding-bottom: 80px;
}

.titulo_fondo2{
   
    margin: auto;
    width: 70%;
    font-size: 20px;
}


.contenedor_frases{
   /* background-color: brown;*/
    margin: auto;
    display: flex;
    justify-content: center;
}

.frase{
  /*  background-color: gold;*/
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    font-size: 12px;
    margin: 0 10px;
   
}

.boton_radio{
    font-size: 20px;
    color: blue;
    
}

.frase h2{
    width: 60%;
    font-weight: bolder;
}
 
#fondo3{
    background-color: #f5f6f7;
    padding-bottom: 90px;
}

.contenedor3{
 /*   background-color: brown;*/
    margin: auto;
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
}

.tarjetas{
   background-color: white;
  
   padding: 20px;
   margin: 20px 40px;
   
}
.cont_imagen img{
    
    width: 100%;
}

.cont_imagen{
    text-align: center;
}

.cont_boton{
   margin: 30px auto;
    text-align: center;
    
}

.cont_boton a{
    
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: orange;
    padding: 15px;    
    
}

.contenedor4 h1{
    text-align: center;
}



.contenedor4{
   /* background-color: brown;*/
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.garantias{
  /*  background-color: gold;*/
    width: 22%;
    margin: 10px 32px;
    display: flex;
    align-items: baseline;
}
.garantias .icono_cont7{
    font-size: 35px;
    color: orange;
}

.garantias h3{
    color: white;
}



#fondo4{
    background: linear-gradient(to right, #054b929c, #021b7996), url(/imagenes/imagenbaner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}






.titulo_fondo4{
  /*  background-color: brown;*/
    margin: auto;
    width: 90%;
    text-align: center;
    color: white;
    font-size: 25px;
}


.contenedor_contacto{
  /*  background-color: brown;*/
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: center;
    
}


.formulario{
  /*  background-color: cyan;*/
   /* display: flex;
    flex-wrap: wrap;*/
    width: 45%;
   /* background-color: gold;*/
}

.formulario input{
   /* padding: 10px;
    width: 45%;
    height: 50px;
    margin: 0 10px;*/
    padding: 10px;
    width: 45%;
}

.formulario textarea{
   /* margin: 20px;
    width: 100%;
    height: 70%;*/
    width: 90%;
    padding: 40px;
    margin-top: 10px;
}

.formulario button{
    background-color: orange;
    border-color: orange;
    border-style: solid;
    color: white;
    font-size: 15px;
    padding: 10px 40px;
}




.contenedor_info{
   /* background-color: greenyellow;*/
    width: 45%;
    color: white;
}


.titulo_fondo5{
  /*  background-color: brown;*/
    margin: auto;
    width: 90%;
    text-align: center;
    font-size: 20px;
    color: white;
}

#fondo5{
    background-color: #3050d1;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}














footer{
    background-color: black;
    padding-top:30px ;
}

.contenedor_footer{
 /*  background-color: green;*/
    margin: auto;
    width: 60%;
   display: flex;
align-items: center;
}

.redes{
    width: 50%;
 /*  background-color: gold;   */
   display: flex;
   justify-content: center;
  
}
.contenedor_footer h3{
   text-align: center;
    color: grey;
}

.redes a{
   margin: 0 10px;
   font-size: 30px;
   color: grey;
}






















@media (max-width: 1024px){

nav{
   
    position: absolute;
    background-color: white;
    width: 90%;
    margin: auto;
    top: 70px;
    display: flex;
    flex-direction: column;
    display: none;
}

.icono_menu{
    display: initial;
    font-size: 25px;
    cursor: pointer;
}

.contenedor2{
    flex-direction: column;
    width: 90%;
}


.div1{
    width: 100%;
}

.div2{
    text-align: center;
    width: 100%;
    margin: 50px 0;
}

.contenedor_frases{
    width: 90%;
    flex-wrap: wrap;
}

.frase{
    margin: auto;
    width: 50%;
}

.frase h2{
    width: 100%;
}

.tarjetas{
  
    margin: 20px auto;
}

.contenedor_contacto{
    flex-direction: column;
}

.formulario{
    width: 100%;
}

.contenedor_info{
    width: 100%;
}


.formulario textarea {
    height: 150px;
}

.formulario input{
    height: 50px;
}




nav a {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    text-align: center;
}

nav a:hover{
    transition: all 0.30s;
    
    
        background-color: orange;
        color: white;
    
    }



.contenedor3{
    grid-template-columns: 1fr;
}


.contenedor_footer{
    flex-direction: column-reverse;
    width: 80%;
}




}




@media (max-width: 768px){

.frase{
    font-size: 14px;
}

.contenedor3{
    flex-direction: column;
    width: 90%;
}

.tarjetas{
    width: 100%;
    margin:30px auto;
}


.contenedor4{
    flex-direction: column;
}



.garantias{
  /* background-color: gold;*/
    width: 100%;
    margin: 20px auto;
}

.titulo_fondo4{
    font-size: 20px;
}






}





















.naranja{
    color: orange;
    font-weight: 10px;
}

.blanco{
  color: white;
  
}