*{
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: #f5f5f5;

}

.titulo {
    text-align: center;
    color:darkslategray;
}


.titulo h1{
    margin: 20px;
}

.titulo p{
    margin-bottom: 30px;
}

.titulo p{
    color: black;
}

.fila1{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.cuadros {
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 30%;
    background-color: white;
      
}

.cuadros p {
    color: gray;
    margin-bottom: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.cuadros img {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cuadros strong {
    margin-bottom: 10px;
}

.fila2{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    height: 700px;
}

iframe {
    border-radius: 20px;
}

.mapa{
    width: 47%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}



#form p {
    font-size: 20px;
    color: gray;
}



#boton {
    background-color: #27A9E1;
    border-radius: 10px;
    width: 30%;
    height: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition:  0.7s ;

}


#boton:hover {
    transform: scale(1.1);
    background-color: #27A9E1;
}


#form {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 45%;
    background-color: white;
    border-radius: 20px;
    padding: 3%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    justify-content: flex-start;
    box-sizing: border-box;
}

#form p {
    font-size: 20px;
    color: gray;
    margin-bottom: 10px;
}

#nombre, #mail, #Asunto, #mensaje {
    margin-bottom: 15px;
}

textarea {
    margin-bottom: 15px;
    width: 100%;
}

#boton {
    background-color: #27A9E1;
    border-radius: 10px;
    width: 50%;
    height: 20%;
    align-self: center;
    border: none;
    outline: none;
}

#nombre {
    height: 15%;
    width: 100%;
}

#Asunto {
    height: 15%;
    width: 100%;
}

#mail {
    height: 15%;
    width: 100%;
}

#mensaje {
    height: 25%;
    width: 100%;
}
