@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

body{
    font-family: 'Cinzel', serif;

}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 1.5rem;
}
hr{
    border: 1px solid #000; 
    opacity: 0.7; 
}
a{
    padding-top: 2rem !important;
    font-family: 'Roboto', sans-serif;
    color: rgb(59, 59, 59) !important;
}
a:hover{
    color: #000 !important;
}
.preloader{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    padding-top: 20vh;
    
}
.preloader img{
    margin: 2rem;
}
.onload{
    display: flex;
    align-items: center;
    justify-content: center;
}
.load{
    width: 15px;
    height: 15px;
    margin: 1rem;
    border-radius: 50%;
    animation: 1s infinite loader linear;
}
.load1{
    width: 15px;
    height: 15px;
    margin: 1rem;
    border-radius: 50%;
    animation: 1s infinite loader1 linear;
}
.load2{
    width: 15px;
    height: 15px;
    margin: 1rem;
    border-radius: 50%;
    animation: 1s infinite loader2 linear;
}
@keyframes loader{
    0% {background-color: #e6e6ee}
    25%{background-color: #0d406b}
    50%{background-color: #00233B}
    75%{background-color: #0d406b}
    100%{background-color: #e6e6e6}
    
}
@keyframes loader1{
    0% {background-color: #0d406b}
    25%{background-color: #e6e6e6}
    50%{background-color: #0d406b}
    75%{background-color: #00233B}
    100%{background-color: #0d406b}
}
@keyframes loader2{
    0% {background-color: #00233B}
    25%{background-color: #0d406b}
    50%{background-color: #e6e6e6}
    75%{background-color: #0d406b}
    100%{background-color: #00233B}
    
}


.inicio{
    position: relative;
    width: 100%;
    height: 92vh;
    background-size: cover;


}
.sqr{
    width: 100%;
    height: 100%;  
    position: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    
    
}
.sqra{ 
    background-image: url(../img/sqra.png);
    margin-top: 20rem;
    margin-left: 63rem;
    opacity: 0.4;
}
.sqrb{ 
    background-image: url(../img/sqrb.png);
    margin-top: 1rem;
    margin-left:2rem;
    opacity: 0.3;
}
.sqrc{ 
    background-image: url(../img/sqrc.png);
    margin-top: 5rem;
    margin-left: 50rem;
    opacity: 0.6;
}
.sqrd{ 
    background-image: url(../img/sqrd.png);
    margin-top: 10rem;
    margin-left: 20rem;
    opacity: 0.2;
}
.sqre{ 
    background-image: url(../img/sqre.png);
    margin-top: 1rem;
    margin-left: 70rem;
    opacity: 0.3
}
.sqrf{ 
    background-image: url(../img/sqrf.png);
    margin-top: 30rem;
    margin-left: 40rem;
    opacity: .5;
}
.sqrg{ 
    background-image: url(../img/sqrg.png);
    margin-top: 30rem;
    margin-left: 10rem;
    opacity: .5;
}
.titulo{
    position: relative;
    text-align: center;
    align-items: center;
    margin-top: 13rem;
}
.contenido{
    background-color:#373b37;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.contenido h2{
    padding-top: 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;

}
.mapa{
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 5rem;
    
}
.info{
    padding: 2rem;   
}
.info a{
    color: #fff;
    text-decoration: none;
}

.overlay { 
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0 ,0.5);
    transition: opacity 1s;
    visibility: visible;
    opacity: 1;
  }
#popup:target{
    visibility: hidden;
    opacity: 0;
  }
#popupBody{
    width: 46%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: relative;
    margin: 10% auto;
    transition: all 5s ease-in-out;
}
#popupBody h2{
    font-size: 2vh;
}

#cerrar{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
    transition: all 200ms;

}
.formulario{
    margin-top: 2rem;
    
}
.mensaje{
    padding-top: 2rem;
}
.mensaje h1{
    font-weight: 600;
    font-size: 25pt;
    color: #5d708b;
}
.mensaje p{
    color: #9dacc0;    
    line-height: 20pt;
}
.mensaje a{
    font-size: 20pt;
    text-decoration: none;
    font-size: 15pt;
    color: #0d406b;
}
.campos{
    padding-top: 2rem;
    padding-bottom: 2rem;

}
.campos input{
    width: 100%;
    margin-bottom: 2rem;
    font-size: 13pt;
    padding: 0.5rem;
    color: rgb(53, 53, 53);
    font-weight: 500;
}
.campos textarea{
    width: 100%;
    margin-bottom: 2rem;
    font-size: 13pt;
    padding: 0.5rem;
    color: rgb(53, 53, 53);
    font-weight: 500;
    max-height: 100px;
}
.btn-send{
    margin-left: 10%;
    width: 80%;
    margin-top: 1rem;
    font-size: 15pt;
    font-weight: 550;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #375163;
    border-width: 3px;
    animation: 0.5s btn-send-ini;
}
.btn-send:hover{
    animation: 0.5s btn-contact;
    background-color: #00426e;
    color: #fff;
    animation: 0.5s btn-send;

}
@keyframes btn-send {
    from {background-color: #375163;};
    to {background-color: #00426e;};    
}
@keyframes btn-contact-ini {
    from {background-color: #00426e;};
    to {background-color: #375163; };    
}