

.carousel-height {
    height: 20em;
}

.contact-section {
    background-size: cover;
    background-image: url("../assets/img/fondotexto.png");
}

.carousel-item {
    height: 25em;
}

.carousel-caption {
    bottom: 10em;
}

.carousel-arrow {
    width: 5em;
    height: auto;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 0.5em;
    margin-left: 0.5em;
    border-radius: 100vw;
    background-color: #1d9cd8;
}

.carousel-indicators .active {
    background-color: #1d9cd8;
}

.carousel-control-next,
.carousel-control-prev {
    width: 35%;
}

#text-carousel {
    height: 20em;
    padding: 0 20vw;
}

.carousel-text {
    font-size: 1.2em;
    font-family: 'Quicksand';
    color: #1D9CD8;
}

.section-header-index {
    position: relative;
    height: 35em;
    width: 100%;
    background-image: url("../assets/img/parte_arriba_carretera.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#seccion-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25em;
    width: 100%;
    background-image: url("../assets/img/parte_bajo_carretera.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column {
    padding-top: 1.5rem;
}

.logo {
    height: 6rem;
    margin-bottom: 2rem;
}

.form-text {
    margin: 0.3rem 0;
}

#btnEnviar {
    padding: 0.3em 2em 0.3em 2em;
}

	.section-header {
		position: relative;
		height: 43em;
		width: 100%;
		background-image: url("../assets/img/carretera_aviso_legal.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}

@media (max-width: 1024px),  (max-width: 1180px) {
    #text-carousel {
        padding: 0 10em;
    }
    .avisolegal{
    	margin-top:0px;
    }

	.section-header {
		position: relative;
		height: 30em;
		width: 100%;
		background-image: url("../assets/img/carretera_aviso_legal.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
}

@media (max-width: 768px), (max-width: 912px) {

    #text-carousel {
        padding: 0 10em;
    }
    .avisolegal{
    	margin-top:0px;
    }

	.section-header {
		position: relative;
		height: 30em;
		width: 100%;
		background-image: url("../assets/img/carretera_aviso_legal.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
}

@media (max-width: 790px) {

    #text-carousel {
        height: 20em;
        padding: 0;
    }

    .carousel-indicators {
        bottom: 3em;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 15%;
    }

    .carousel-item {
        height: 25em;
    }

    .titulo {
        margin-bottom: 35px;
    }

    .section-header {
        background-size: cover;
        background-position: center;
    }

    .section-header-index {
        position: relative;
        height: 35em;
        width: 100%;
        background-image: url("../assets/img/parte_arriba_carretera.png");
        background-size: cover;
        background-position: center;
    }

    #seccion-logos {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40em;
        padding: 6em 0 0 0;
        width: 100%;
        background-image: url("../assets/img/parte_bajo_carretera.png");
        background-size: cover;
        background-position: center;
    }

    .avisolegal{
    	margin-top:0px;
    }

	.section-header {
		position: relative;
		height: 30em;
		width: 100%;
		background-image: url("../assets/img/carretera_aviso_legal.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
}

@media (max-width: 375px) { 

    .section-header-index {
        height: 33em;
    }
    .avisolegal{
    	margin-top:0px;
    }

	.section-header {
		position: relative;
		height: 30em;
		width: 100%;
		background-image: url("../assets/img/carretera_aviso_legal.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
}
