*{
	margin: 0;
	padding: 0;
	font-family: rale;
}

header{
	width: 100%;
	background: rgba(180,4,95,.8);
	height: 70px;
	position: fixed;
	z-index: 10;
}

.whatsapp{
    position: fixed;
    right: 5px;
    bottom: 5px;
    
}




.bot {
    float: right;
    margin-top: 15px;
}


.boton {
    font-size: 20px;
    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;
}


.boton:hover {
    background-color: #B4045F;

}

/* aquí estamos modificando el ancho */
.ancho{
	width: 80%;
	height: 70px;
	/*background: red;*/
	margin: auto;
}
.logo{
	width: 30%;
	height: 70px;
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
}
.logo p a{
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	font-weight: bold;
	font-family: rale;
}
.staff {
    background-color: #C0C0C0;
    font-size: 23px;
    color: #613182;
}

.espacio {
    background-color: #C0C0C0;
    font-size: 23px;
    margin-bottom: 3%;
    margin-top: -45px;
    color: #613182;
}


.ld_video {
	width: 100%;
}


@font-face{
	font-family: rale;
	src: url(fuentes/Raleway-Regular.ttf);
}


/*estilos de galeria lightbox */

.galeria {
    width: 90%;
    margin: auto;
    margin-left: 10%;
    margin-top: -4%;
    list-style: none;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.galeria img {
    width: 200px;
    height: 150px;
    margin: auto;
}

.galeria li {
    margin: 5px;
}

.gleria ul {
    margin: auto;
}

/*estilos de modal */


.modal {
	display: none;
}


.modal:target {
    
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.modal h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

.imagen {
    width: 100%;
    height: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen a {
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}

.imagen a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

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

.cerrar {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    padding: 5px;
    border-radius: 50%;
    line-height: 20px;
}


/* Aqui va el formulario de contacto.html */

.contacto{
    background-color: #ca2469;
    padding: 50px 0;
    color: #fff;
    height: 40vh;

}

.contacto h4{
    text-align: center;
    margin: 3px auto;
    font-size: 2em;
    margin-bottom: 20px;
   
}

.contacto form{
    max-width: 80%;
    margin: 0 auto;
}

.contacto_reparacion{
    color: rgb(120, 250, 120);
    text-decoration: none;
}

.datos-form{
    display: flex;
}

.datos-form div{
    flex: 1;
    padding: 10px;
}

form label{
    display: block;
    margin-bottom: 10px;
}

form input,
form textarea{
    background-color: #7a0a3e;
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 10px 5px;
    outline: 0;
    color: #fff;
    width: 100%;
}

form input:focus,
form textarea:focus{
    border-color: #666;
    box-shadow: inset 1px 1px 1px #666;
}

.mensaje{
    display: flex;
    flex-direction: column;
    padding: 10px;
}




.boton-formulario .boton-saber-mas{
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    width: 30%;
    margin: 10px auto;
    transition: .4s;

}

.boton-formulario .boton-saber-mas:hover{
    background-color: #3d3d3d;
}

@media(max-width: 768px){
    .datos-form{
        flex-direction: column;
     }

     .boton-formulario .boton-saber-mas{
        width:100%;
        text-decoration: none;
     }
}



/* Estilos de Carrousel de Contacto.html */


.carrusel-items{
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    

}

.carrusel-item{
     width: 300px;
     height: 300px;

}

.contacto h4{
font-weight: 200;
font-size: 30px;
}