
/* font-family: 'Courgette', cursive;
font-family: 'Rubik', sans-serif; */

h1{
    font-family: 'Courgette', cursive;
}

h2,h3,h4{
    font-family: 'Rubik', sans-serif;
}

p{
    font-family: 'Rubik', sans-serif;
}


.cotizadorIndex{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../img/index.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 90vh;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cotizadorIndex-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.map iframe{
    width: 340px;
}


/*Desarrollo section*/
.desarrollo-details{
    margin: 8rem 0rem;
}

/*Paquetes*/

.cotizadorPaquetes-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    color: white;
}

/*Contacto*/

.cotizadorContacto-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}