@media only screen and (max-width:480px){
.red{
	display: none;
}
header{
	height: 55px;
} 


.bot{

}


.boton {
    font-size:10px;
    color: white;
    border: 1px solid #613182;
    padding: 10px 20px;
    background-color: red;
    font-family: rale;
    border-radius: 10px;
    font-weight: bold;
    transition:background .5s, color .5s;
    text-decoration: none;
}

.logo {
	margin-top: 100px;
}

.fullscreen-bg__video {
	margin-top: 15%;
}

.ancho-letras {
    top: 25%;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.ancho{
	width: 100%;
	margin: 0;
	padding: 0;
}
.logo {
	width: 100%;
	height: 35px;
	text-align: center;
	padding:10px;
	margin: 0;
}
.logo p a{
	width: 100%;
	font-size: 30px;
	margin: 0;
}
nav{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
nav ul li a{
	font-size: 7px;
}
.slideInUp{
	display: none;
}
.letras-slider h1{
	font-size: 15px;
}
.columnasx3{
	width: 100%;
}
.tablax4{
	width: 100%;
}
.tablaxd{
	width: 100%;
}
.dos-columnas{
	width: 100%;
	padding-left: 0px;
}
.formulario{
	width: 85%;
	margin: 0;
}
.formu-ti{
	width: 100%;
}
.caja-1{
	width: 100%;
}
.caja-2{
	width: 100%;
}
.datos{
	width: 100%;
}
.correr{
	width: 100%;
}
.banner-2{
	margin-top: 50px;
    background: url(imagenes/LD.jpeg);
    float: left;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    margin-bottom: 50px;
}


.galeria {
    width: 90%;
    margin: auto;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}


.imagen img {
    width: 800px;
    height: 80%;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}


.galeria img {
    width: 100%;
    height: 100%;
}


.modal:target {
	display: none;
}


.sss{
	margin-top: 50px;
}

.espacio {

    background-color:#9b90b7;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    padding: 10px;

}


}
@media only screen and (min-width:350px) and (max-width:800px) {

h3{
	color:black;
}

.clases{
	color:#fff;
}

.espacio{
	margin top: 10px;
}

.red{
	display: none;
}
header{
	height: 55px;
}

.fullscreen-bg__video {
	margin-top: 6%;
}

.ancho-letras {
    top: 25%;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.ancho{
	width: 100%;
	margin: 0;
	padding: 0;
}
.logo {
	width: 60%;
	height: 35px;
	padding: 10px;
	margin: 0;
}
.logo p a{
	width: 100%;
	font-size: 18px;
	margin: 10px;
}
nav{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
nav ul li a{
	font-size: 12px;
}
.letras-slider h1{
	font-size: 40px;
}
.letras-slider p{
	display: none;
	font-size: 15px;
}
.columnasx3{
	width: 100%;
}
.tablax4{
	width: 100%;
}
.tablaxd{
	width: 100%;
}
.dos-columnas{
	width: 100%;
}
.formulario{
	width: 85%;
	margin: 0;
}
.formu-ti{
	width: 100%;
}
.caja-1{
	width: 100%;
}
.caja-2{
	width: 100%;
}
.datos{
	width: 100%;
}
.correr{
	width: 100%;
}	
.banner-2{
	margin-top: 50px;
	background: url(imagenes/Cartel.jpg);
	float: left;
	width: 100%;
	height: 400px;
	background-repeat:no-repeat; /* No se repetira */
	background-size:100%; /* Imagen al 100% del ancho */
	background-position: center;
	background-attachment: fixed; /* Posicion fija para la imagen */
	text-align: center;
	margin-bottom: 50px;
}

.boton{
	font-size:15px;
    color: white;
    border: 1px solid #613182;
    padding: 10px 10px;
    background-color: red;
    font-family: rale;
    border-radius: 10px;
    font-weight: bold;
    transition:background .5s, color .5s;
    text-decoration: none;

}

.galeria {
    width: 90%;
    margin: auto;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}


.imagen img {
    width: 800px;
    height: 70%;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}

.galeria img {
    width: 100%;
    height: 100%;
}


.modal:target {
	display: none;
}



.sss{
	margin-top: 50px;
}
}
@media only screen and (min-width:813px) and (max-width:1440px) {

	.red{
	display: none;
}
.logo{
	width: 80%;
	height: 70px;
	/*background: blue;*/
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
}

.dos-columnas{
	margin-top: 50px;
	width: 97%;
	padding-left: 5%;
}


.formulario {
    float: left;
    width: 60%;
    margin: auto;
    color: #999;
}
.datos {
    float: left;
    width: 20%;
    margin: auto;
    color: #999;
}