.zona4
{
    position: relative;
    height: 100vh;
    background:url("../Images/DriverControl-fondo1.jpg");
    background-size: cover;
    background-position: center center;
}

/* -- -- TITULO -- -- */
#titulo_dc
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10%;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
}

#titulo_dc p
{
    margin: 2%;
    color: white;
    text-shadow: 2px 2px 2px #0080a8;
}

.titulo42
{
    font-size: 40px!important;
}

/* -- -- DIV 1 / DIV 2 / DIV 3 -- -- */
.min
{
    display: none !important;
}

#dc_div1, #dc_div3
{
    background-color: white;
}

#dc_div2
{
    background-color: #0080a8;
    color: white;
}

#dc_div1, #dc_div2, #dc_div3
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#dc_div1_derecha, #dc_div2_izquierda, #dc_div3_derecha
{
    padding: 2%;
    text-align: justify;
}

.titulo1div, .titulo3div
{
    color: #0080a8;
}

.txt1div, .txt2div, .txt3div
{
    font-size: 22px;
}

/* btn */
/* #dc_div1_derecha div[class='container'] a
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: auto;
    background-color: #005e8f;
    color: white;
} */

/* -- -- DIV 4 - efecto parallax -- -- */
.div431
{
    height: 25vmax!important;
}

.parallax__container 
{
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}

.parallax 
{
	position: fixed;
	top: 0;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* -- -- DIV divisor -- -- */
.div_divisor
{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0080a8;
	height: 0px;
	padding: 0px 10%;
}

.divisor
{
	width: 100%;
	border: 1px solid white;
}

/* -- -- RESPONSIVE - @media -- -- */
@media screen and (max-width: 992px)
{
    .titulo42 {
        font-size: 30px!important;
    }
}
@media screen and (max-width: 991px)
{
    .max {
        display: none !important;
    }
    .min {
        display: flex !important;
    }
}
@media screen and (max-width: 767px)
{
    .titulo42 {
        font-size: 20px!important;
    }

    .titulo1div, .titulo2div, .titulo3div {
        font-size: 2rem;
    }
    .txt1div, .txt2div, .txt3div {
        font-size: 1.5rem;
    }
    #dc_div1_derecha, #dc_div2_derecha, #dc_div3_derecha {
        padding: 25px 25px 12px;
    }
    #dc_div1_derecha, #dc_div2_derecha, #dc_div3_derecha div[class='container'] {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}
@media screen and (max-width: 500px)
{
    .titulo1div, .titulo2div, .titulo3div {
        font-size: 1.75rem;
    }
    .txt1div, .txt2div, .txt3div {
        font-size: 1.25rem;
    }
    .titulo1div, .titulo2div, .titulo3div, .txt1div, .txt2div, .txt3div {
        text-align: center !important;
    }
}