/*
    /////////////////////////////////////////////////////////
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\


    ---------------------------------
     TABLET LAYOUT Y COMUNES
    ---------------------------------


	1. BANNER COOKIES
	2. PARAGRAPH BLOQUE DE TEXTO 1 y 2 COLUMNAS
	3. HERO VIDEO
*/



@media (min-width: 768px) and (max-width: 991px) {
	
	
	/* 1. BANNER COOKIES
-------------------------------------------------------------*/
	
	#sliding-popup {
		width: 50% !important;
	}
	
	
	
	
/* 2. PARAGRAPH BLOQUE DE TEXTO 1 y 2 COLUMNAS
-------------------------------------------------------------*/
	
	.paragraph--type--imagen-dcha-textos .col2 {
		/* max-width: inherit; 
		width: inherit;
		flex: inherit; */
		padding: 0; 
	}
	
	
	.paragraph--type--imagen-dcha-textos {
		max-width: 720px;
		margin: auto;
	}
	

	/* 3. HERO VIDEO
-------------------------------------------------------------*/
	.paragraph--type--video-hero .blazy--colorbox {
		max-width: 750px;
	}
	
	
}




@media (min-width: 769px) {
	
		
	.paragraph--type--imagen-dcha-textos {
			display: flex;
			flex-direction: row-reverse;
	}
	
	.paragraph--type--imagen-dcha-textos .col1{
		padding-right: 0;
	}
	

	
}





@media (max-width: 991px) {
	
	.paragraph--type--imagen-dcha-textos .field--name-field-cuerpo .col-first {
		padding-bottom: 10px;
	}
	
}
	



@media (min-width: 991px) {

	.block-block-content2c199770-3c18-413d-9d29-7fe7067bb738 .paragraph--type--imagen-dcha-textos {
		max-height: 800px;
	}
	


}

