@media (max-width: 1601px) {
    #barra-navegacion {
        padding:.5rem 0
    }

    #barra-navegacion a {
        font-size: .9rem;
        padding: .75rem 0
    }

    #barra-navegacion .boton-cotizar {
        padding: .75rem 1rem
    }

    #hibridos-nuevo .titulo {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }

    .swipermejor .texto-imagen{
        width: 82%;
    }
}


#barra-navegacion {
    background: #000000;
    padding: .75rem 0;
    z-index: 99;
    top: 68px !important;
}

#barra-navegacion ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#barra-navegacion ul li {
    padding: 0 2.5rem;
}

#barra-navegacion a {
    text-align: center;
    color: #fff;
    font-size: 1.35rem;
    display: inline-block;
    padding: .75rem 0;
    line-height: 1;
}

#barra-navegacion .boton-cotizar {
    background: #eb0a1e;
    color: #fff;
    border-radius: 3rem;
    padding: .75rem 1rem;
    font-weight: 700;
}

.parrafo
{
	font-size: 1.05rem;
	line-height: 1.75rem;
}

.border-toyotaazul
{
	font-weight: 700;
}

.border-toyotaazul,
.hover\:border-toyotaazul:hover {
    border-color: #eb0a1e;
}

.border-toyotaazul .rojo
{
	color: #eb0a1e;
}

.titulo-tab-version
{
	font-weight: 400;
}

.titulo-tab-version .rojo
{
	color: #eb0a1e;
}

.logo-cnnect
{
    width: 22.5rem;
}

.titulo-slider-version
{
	font-weight: 400;
}

.titulo-slider-version .rojo
{
	color: #eb0a1e;
}

.superpequeno
{
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 3rem;
}

.cuerpo-slide {
    background-color: #f3f3f3;
    height: 100%
}

.swipermejor .texto-imagen {
    padding: 2rem 0;
    width: 90%;
    margin: 0 auto;
}

.swipermejor .texto-imagen ul
{
    list-style: disc;
    padding-left: 1.5rem;
   font-size: 0.85rem;
}


.tab-item-version {
    display: none;
}

.tab-item-version.seleccionado {
    display: block;
}

#preguntasfrecuentes
{
	background-color: #f3f3f3;
}

#preguntasfrecuentes h2
{
	font-weight: 400;
}

#preguntasfrecuentes h2 .rojo
{
	color: #eb0a1e;
}

.item-acordeon
{
	background-color: #000000;
	color: #fff;
	padding: 1.5rem 3rem;
	margin-bottom: 0.5rem;
}

.item-acordeon.abrir{
	background-color: #eb0a1e;
}

.contenedor-acordeon
{
    display: flex;
    flex-wrap: wrap;
}

.contenedor-icono-pregunta
{
	width: 12%;
	display: none;
	padding-top: 1rem;
	padding-right: 2rem;
}

.item-acordeon.abrir .contenedor-icono-pregunta
{
	display: block;
}

.contenedor-icono-pregunta img
{
	width: 100%;
	display: block;
	height: auto;
}

.conteendor-respuesta
{
	width: 100%;
}

.item-acordeon.abrir .conteendor-respuesta
{
	width: 88%;
}

.conteendor-respuesta h4
{
	position: relative;
	padding-right: 4rem;
	font-size: 1.5rem;
	cursor: pointer;
}

.conteendor-respuesta h4 i
{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1.8rem;
	height: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #fff;
	color: #000;
}

.item-acordeon.abrir .conteendor-respuesta h4 i
{
	background-color: transparent;
	transform: rotate(180deg);
	color: #fff;
}

.conteendor-respuesta p 
{
	font-size: 1rem;
}


.cuerpo-respuesta
{
	margin-top: 1.5rem;
	display: none;
}


.texto-terminos a
{
	color: #fff;
	background-color: #eb0a1e;
	line-height: 1;
	padding: 0.15rem 1rem;
	border-radius: 1rem;
}

@media(max-width: 991px)
{
	.item-acordeon {
	    padding: 1rem 1rem;
	    margin-bottom: 0.5rem;
	}

	.conteendor-respuesta h4 {
	    position: relative;
	    padding-right: 2.5rem;
	    font-size: 1.1rem;
	    cursor: pointer;
	}

	.item-acordeon.abrir .contenedor-icono-pregunta {
	    padding-right: 1rem;
	    width: 15%;
	}

	.item-acordeon.abrir .conteendor-respuesta {
	    width: 85%;
	}

	.texto-terminos {
	    line-height: 1.5;
	}
}


@media(max-width: 767px)
{
	#barra-navegacion {
        padding: .5rem 0;
        top: 72px!important
    }

    #barra-navegacion ul li {
        padding: 0 .5rem
    }

    #barra-navegacion a {
        font-size: .9rem;
        padding: .5rem 0
    }

    #barra-navegacion .boton-cotizar {
        padding: .75rem 1rem;
        border-radius: 3rem
    }

    .superpequeno {
	    text-align: left;
	    width: 100%;
	    display: block;
	    padding-left: 0;
	}

	.item-acordeon {
	    padding: 1rem 2rem;
	    margin-bottom: 0.5rem;
	}

	.conteendor-respuesta h4 {
	    position: relative;
	    padding-right: 2.5rem;
	    font-size: 1.2rem;
	    cursor: pointer;
	}

	.item-acordeon.abrir .contenedor-icono-pregunta {
	    display: block;
	    width: 25%;
	    margin: 0 auto;
	    padding-right: 0;
	    margin-bottom: 1rem;
	}

	.item-acordeon.abrir .conteendor-respuesta {
	    width: 100%;
	}


}