@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Righteous&display=swap');

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

#title{
     max-width: 480px;
     margin: auto;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     position: relative;
     padding: 0 0 10px 0;
     color: #111111;
     margin: 0;
     font-family: 'Righteous', cursive;
}

img {
     max-width: 100%;
     height: auto;
}

.banner_main {
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 700px;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-size: 100% 100%;
     padding-bottom: 12px;
}

.text-bg {
     text-align: center;
}

.text-bg h1 {
     color: #fff;
     font-size: 67px;
     line-height: 90px;
     padding-bottom: 35px;
     font-weight: bold;
}
/* "La mejor opción para los más exigentes" */
.text-bg strong { 
     font-family: 'Righteous', cursive;
     font-size: 40px;
     line-height: 50px;
     color: #fff;
     padding-bottom: 10px;
     display: block;
}

/* desde 1993 */
.text-bg span {
     font-family: 'Righteous', cursive;
     color: #285b33;
     font-size: 40px;
     line-height: 50px;
     font-weight: bold;
     padding-bottom: 20px;
     display: block;
}

/* En Don Rent alquilamos... */
.text-bg p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 12px;
}

/* Tlf */
.text-bg a {
     font-family: 'Righteous', cursive;
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
}

/* preguntas frecuentes  && CONTACTO*/
.titlepage {
     text-align: center;
     padding-bottom: 48px;
}


/** car section **/
/* Espacio encima de AMPLIA GAMA DE VEHÍCULOS */
.car {
     background: #fff;
     margin-top: 48px;
}

/* texto AMPLIA GAMA DE VEHÍCULOS */
.car .titlepage h2 {
     color: #030100;
     margin-bottom: 20px;
}

/* Texto: Disponemos de una flota  */
.car .titlepage span {
     color: #23262d;
     font-size: 17px;
     line-height: 28px;
}

/* recuadros debajo de los coches (Compacto, Berlina, Furgoneta) */
.car_box h3 {
     color: #0c0c0e;
     background-color: #285b33;
     font-size: 30px;
     line-height: 28px;
     height: 84px;
     align-items: center;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     margin-top: 30px;
     padding: 0;
}

/** cutomer section **/
/* preguntas frecuentes banner*/
.cutomer {
     margin-top: 48px;
     padding-bottom: 48px;
     /* padding-bottom: 120px; */
     background: #23262d;
     padding-top: 60px;
}
/* texto de preguntas frecuentes */
.cutomer h2 {
     color: #fff;
}

#contacto {
     margin-top: 24px;
}


.copyright {
     padding: 20px 0px;
     background-color: #23262d;

}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}
