/*HOJA DE ESTILOS DABESCAR*/

/*GENERALES*/
* {
    margin: 0;
}

h1 {
    padding-top: 70px;
    padding-bottom: 50px;
    font-family: 'Antonio';
    font-size: 45px;
    font-weight:normal;
    margin-top: 50px;
    color: #243052;
}

h2 {
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: 'Antonio';
    font-weight: bold;
    font-size: 35px;
}

p {
    font-family: 'Roboto';
    font-size: 22px;
}

li {
    font-family: 'Roboto';
    font-size: 19px;
}

ul {
    padding-bottom: 50px;
}

/*NAV BAR*/

.logo-nav {
    height: 50px;
    padding-left: 30px;
}

.navbar {
    background-image: linear-gradient(to right, #E15601 65%, #243052);

}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    /* También puedes probar con space-evenly o space-around */
}

.navbar-toggler-icon {
    filter: invert(1);
}

.nav-link {
    font-family: 'Antonio';
    color: white;
    font-size: large;
text-transform: uppercase;
}

.nav-link:hover {
    color: white;
    border: solid;
    border-color: white;
    border-radius: 25px;
    transition: all ease;
}

/*HEADER-------------------------------------------------------------------------------------*/
header {
    margin-top: 65px;
    background-image: url(../imagenes/bg-header.gif);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo img {
    width: 500px;
    padding-top: 70px;
    padding-bottom: 70px;
}

/*Conocenos----------------------------*/

.conocenos {
    padding-top: 100px;
    padding-bottom: 150px;

    background-image: url(../imagenes/bg-conocenos.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.conocenos p {
    color: #E15601;
}

.contenedora1 { padding-bottom: 90px;}
/*SERVICIOS-------------------------------------------*/

.servicios {
    background-image: linear-gradient(#E15601, #FF904D);

}

.columna-img {
    padding-left: 0;
    padding-right: 0;

}

.columna-text {
    padding-left: 50px;
    color: white;
}

.servicios h1 {
    padding-bottom: 80px;
    padding-top: 30px;
    ;
    color: white;
}

.fila-servicios {
    padding-bottom: 80px;
    padding-top: 30px;
}

/*CONTACTO-------------------------------------------------------------------*/
.contacto {
    background-image: url(../imagenes/separador-contacto.png);
    background-position: top;    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.contacto h1{ padding-top: 100px;}

/*FOOTER----------------------------------------------------------------------------------------*/

footer {
    color: white;
    background-image: url(../imagenes/footer.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    font-style: italic;
    padding-bottom: 20px;
}

footer p {
    font-size: 15px;
    padding-top: 10px;
}

footer img {
    width: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
}