/*
	Theme Name: Theme BYD Cars
	Theme URI:
	Description:  Theme BYD Cars
	Version: 1.0
	Author: Theme BYD Cars Gutemberg
	Author URI:
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

*,
*:after,
*:before {
	/* -moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility; */
}

::selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}
::-webkit-selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}
::-moz-selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}


@media screen and (max-width:767px) {
        .back-image-mobile {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
}
@media screen and (max-width:680px){
	.area-formulario{
		width:90%;
		margin-bottom: 200px;
		position:relative;
	}
	
	
section.site__section-modulo-modelo .content .contenido-inferior{
		padding-bottom: 15vh!important;
	}

	.site__section-modulo-modelo .botonera__contenedor{
		flex-direction:row!important;
	}
			.site__section-modulo-modelo .byd__btn-primario.max-w {
			max-width: max-content!important;
				min-width:auto!important;
		}
	
}


/* Asegúrate de apuntar a los selects de Contact Form 7 */
.wpcf7-form-control.wpcf7-select option {
    background-color: black; /* Fondo negro */
    color: white; /* Texto blanco */
}


.site__section-contenido.es-caja-gutemberg .site__section-contenido-detalles{
justify-content: center!important;
    align-items: center!important;
}

body.politica-de-privacidad, body.politica-de-cookies{
	.seccion-bloque-desplegable{
		.site__section-contenido-detalles{
			align-items: flex-start;
			
			h2{
				font-size:60px;
			}
			
			.contenido-superior {
    			text-align: left!important;
			}
			
			
			
		}
	}
	
	.area-textos{
		ul.listado-enlaces li,
			ol.listado-enlaces li{
				padding:10px 4px;
			}
		a{
				color:var(--color-tercero)!important;
			}
		
	}
}

body.page-template-pagina-Legales .es-caja-gutemberg{
	a{
				color:var(--color-tercero)!important;
			}
}

@media screen and (max-width:767px){
	body.politica-de-privacidad .site__section-contenido{
		min-height:430px!important
	}
	body.politica-de-privacidad.master-class-site,
	body.page-template-pagina-Legales .es-caja-gutemberg{
		
		h2,h3,h4{
			font-size:24px!important;
		}
	}
}

