/*DIRECCION INICIO*/
.welcome1{
    margin: 0px;
    border: 0px;
    padding: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
    text-align: center;
    background-image:  url(logo/GrecasBlanco.jpg);
    margin-bottom: 15px;
}
.ConteInfo{
    min-height: 100vh;
    background-color: #954f9b;
    background-image: url(imagenes/6.jpg);
    padding: 40px;
    background-position:center;
       margin-bottom: 15px;
     background-size: cover;
    background-repeat: no-repeat;

}
.mapa{
    margin-top: 20px;
    overflow: hidden;
    margin: -40px;
    margin-top: 25%;
    padding: 20px;
}
iframe{
    border-radius: 20px;
    padding: 0px;
    object-fit: cover;
    box-shadow:1px 1px 20px 10px #6CB6FD;
}
.INFORMACION{
    background-image: url(contacto/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
        margin-bottom: 10px;
     width: 100%;
    height: 100vh;
     flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;

}
.BOX-INFORMACION{
    max-width: 1300px;
    background-color: rgba(230,222,231,.8);
    width: 400px;
    height: 299px;
    border: 2px solid #954F9B;
    box-shadow:1px 1px 20px 10px #954F9B;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}
.BOX-INFORMACION img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Cursi{
    font-family: 'Sail', cursive;
    font-size: 2em;
    color: #954F9B;
    text-align: center;
}
.normal{
    color: black;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
}
.ImInfo{
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    
   
}

@media screen and (max-width:1500px){
    .ImInfo{
        width: 80%;
    }
}
@media screen and (max-width:600px){
    iframe{
        width: 90%;
        
        
    }
}
@media screen and (max-width:600px){
    .INFORMACION{
        height: auto;
    }
}
@media screen and (max-width:880px){
    .INFORMACION{
        height: auto;
    }
}
.Datos{
    background-color: #954F9B;
    margin-bottom: 20px;
    
}
.agen p{
    text-align: center;
    font-size: 2.1em;
    padding: 10px;
    background-image: url(logo/GrecasBlanco.jpg);
    color: #954F9B;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
form{
    width: 50%;
    margin: auto;
    background: rgba(149,79,155,1);
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 20px;
    object-fit: cover;
}
form h3{
    color: white;
    text-align: center;
    margin: 0;
    font-size: 2.1em;
    margin-bottom: 20px;
    font-family: 'Dosis', sans-serif;
}
form input, form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    border: 1px solid #954F9B;
    border-radius: 20px;
    font-family: 'Dosis', sans-serif;
}
textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}
#boton{
    background: #954F9B;
    color: white;
    padding: 20px;
    border: 2px solid #ffff;
}

#boton:hover{
    cursor: pointer;
    background: #ffff;
    color: #954F9B;
}

.mensaje{
    text-align: center;
    color: red;
    font-size: 1.3em;
    
}

@media (max-width:480px){
    form{
        width: 100%;
    }
}
.conteGra{
    width: 98%;
    margin: 10px;
}
.gracias{
    width: 100%;
    height: 400px;
    text-align: center;
    background-image: url(contacto/back.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;
}
.gracias p{
    font-size: 2.1em;
    color: #954F9B;
    background-color: white;
    border-radius: 20px;
    width: 250px;
    text-align: center;
    padding: 10px;
    border: 1px solid #954F9B;
}
/*DIRECCION FIN*/
