@font-face {
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Questrial', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.banner_ppal {
    width: 100%;
    height: 700px;
	display: flex;
    flex-direction: column;
    background-color: #eaac18;
}

.banner1 {
    height: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#contenedor1 {
    width: 100%;
    height: 100px;
    margin: 5% auto 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

#contenedor1 h1 {
    width: 90%;
    margin: 1% auto 0;
    font-family: 'Questrial', sans-serif;
    font-size: 2.7em;
    color: rgba(0,51,131);
    text-align: center;
    letter-spacing: 0.01em;
    display: block;
}

#contenedor1 h2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: 'Questrial', sans-serif;
    font-size: 2.1em;
    font-weight: 500;
    letter-spacing: 0.01em;
}

#contenedor2 {
    width: 100%;
    overflow: hidden;
}

.Motivo {
    width: 100%;
    overflow: hidden;
}

.Motivo img {
    width: 100%;
    height: auto;
}
	
@media (max-width:1080px) {
    .banner_ppal {
        height: 500px;
    }

    .banner1 {
        width: 100%;
        height: 500px;
    }
    
    #contenedor1 {
        width: 100%;
        margin: 20px 0 0;
    }

    #contenedor1 h1 {
        width: 80%;
        font-size: 2.3em;
        margin: 5% auto 0;
    }

    #contenedor1 h2 {
        width: 100%;
        font-size: 1.8em;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    
    .banner_ppal {
        height: 550px;
    }

    .banner1 {
        width: 100%;
        height: 550px;
    }

    #contenedor1 h1 {
        width: 60%;
        height: 300px;
        font-size: 2.1em;
        text-align: left;
        margin: 45px 0 1% 3%;
    }

    #contenedor1 h2 {
        width: 50%;
        font-size: 1.6em;
        text-align: left;
        margin: 0 3%;
    }
    
    #contenedor2 {
        width: 100%;
        height: 500px;
        align-content: center;
        overflow: visible;
        position: relative;
    }

    .Motivo {
        width: 100%;
        height: 390px;
        margin: 8% 0 0;
        overflow: hidden;
        position: absolute;
        display: flex;
        justify-content: center;
    }

    .Motivo img {
        width: 800px;
        height: auto;
    }
}

@media (max-width:640px) {
    
	.banner_ppal {
        height: 600px;
    }

    .banner1 {
        height: 600px;
    }

    #contenedor1 h1 {
        width: 100%;
        font-size: 1.6em;
        text-align: center;
        margin: 30% 0 0;
    }

    #contenedor1 h2 {
        width: 100%;
        font-size: 1.4em;
        text-align: center;
        margin: 2% auto;
    }
    
    #contenedor2 {
        width: 100%;
        height: auto;
    }

    .Motivo {
        width: 100%;
        height: auto;
        margin: 25% auto;
    }
    
    .Motivo img {
        width: 120%;
        height: auto;
    }
}