* {
	padding: 0;
	margin: 0;
}

body {
	background-color: rgb(211, 202, 218);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
}

/*------------------------->*/
/*//va en el div*/
.contenedor-responsive {
	position: relative;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	width: 45%;
	padding-top: 25%;
	overflow: hidden;
	border-radius: 15px;
}

/*//colocar nel iframe*/
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.contenedor-responsiveVertical {
	position: relative;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	width: 45%;
	/*padding-top: 25%;*/
	padding-top: 75%;
	overflow: hidden;
}

/*-------------------------------*/


.rojo {
	color: #900;
}

.azul {
	color: #00F;
}

.centrarTabla {
	margin: 0 auto;
	text-align: left;
	padding: 0px 10px 0px 10px;
	width: 1200px;

}

.centrarDiv {
	margin: 0 auto;
	text-align: center;

}

.sizeTitulo {
	font-size: 1.8rem;
}


.sizeParrafos1311 {	
	font-size: 1.3rem;
	margin-top: 20px;	
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}


.subtitulos1513 {
	font-size: 1.5rem;

}

.centrarTexto {
	text-align: center;
}

.bordeVideoYT {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
	background: #000;
}

#video366 {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 366px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
	background: #000;
	text-align: center;
	border-radius: 15px;
}

.items {
	color: #900;
	font-weight: bold;
}

.sizeimg {
	width: 75%;
	border-radius: 20px;

}

.sizeLogo {
	width: 250px;
}

.padding250 {
	padding: 0px 0px 0px 350px;
}

/*.div-con-fondo11111 {
    /* 1. La ruta de tu imagen 
    background-image: url('imgs/posterFB.webp');
    
    /* 2. Propiedades clave para que sea responsive 
    background-size: cover;       /* Escala la imagen para cubrir todo el div sin deformarla 
    background-position: center;  /* Centra la imagen (útil si se recortan los bordes) 
    background-repeat: no-repeat; /* Evita que la imagen se repita en mosaico 
    
    /* 3. Controlar la altura (¡Muy importante!) 
    min-height: 700px; /* O la altura que desees. Un div sin contenido ni altura no se verá */

/* Opcional: Centrar contenido si lo tienes dentro 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.div-con-fondo {
    /* Imagen por defecto (Móviles / Vertical) 
    background-image: url('imgs/posterFB.webp');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

/* Imagen para pantallas grandes (Tablets / Escritorio) 
@media (min-width: 768px) {
    .div-con-fondo {
        background-image: url('imgs/posterFB.webp');
    }
}*/


@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

	/* Force table to not be like tables anymore */
	table,
	thead,
	tbody,
	th,
	td,
	tr {
		display: block;
	}


	.sizeimg {
		width: 95%;
	}

	.centrarTabla {
		width: 95%;

	}

	.padding250 {
		padding: 0px 0px 0px 0px;
	}

	.sizeLogo {
		width: 30%;
	}

	.subtitulos1513 {
		font-size: 1.3rem;

	}

	.sizeParrafos1311 {
		font-size: 1.1rem;		
	}


	.contenedor-responsive {
		width: 100%;
		padding-top: 60%;
	}

	.contenedor-responsiveVertical {
		width: 100%;
		/*padding-top: 60%*/
		padding-top: 100%;
	}

	#video366 {
		width: 350px;

	}

	.video366cortizol {
		width: 250px;
	}
}