@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a:link, a:visited, a:active {
    text-decoration:none;
}
ul{
    list-style: none;
}
.mapa{
    width: 100%;
    height: 100vh;
    background-color: #0000002f;
    position: fixed;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1004;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.mapa.open{
    opacity: 1;
    visibility: visible;
}
.mapa > span{
    position: absolute;
    top: 20%;
    right: 35%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #073389;
    color:#fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 600;

}
.mapa iframe{
    width: 450px;
    height: 450px;
}
main{
    width: 100%;
    height: 90vh;
    background-image: url("img/portada\ sola.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}
#logosomres{
    display: none;
    margin: 15px auto;
    width: 174px;
    height: 70px;
  }
.mains-spc{
    width: 60%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;

}
.mains-spc img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .3s all ease;
 /*    cursor: pointer; */
}
/* .mains-spc img:hover{
    scale: 1.02;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.8)); 
    z-index: 1000;
} */
.nav{
    width: 40px;
    height: 30px;
    position: fixed;
    top: 20px;
    left: 20px;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    background-color: #fff;
    border-radius: 8px;
    z-index: 2000;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-res{
    position: fixed;
    top: 55px;
    left: 30px;
    width: 60%;
    height: 0px;
    z-index: 3000;
    border-radius: 8px;
    transition: .3s all ease;
    overflow: hidden;
}
.menu-res.open{
    height: 354px;
}
.menu-res > ul{
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
}
.menu-res > ul li{
    background-color: #fff;
    color: #07335F;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 15px 10px;
    font-weight: 700;
}
.menu-res > ul li a{
    color: #07335F;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 5px 10px;
    font-size: 24px;
}
.nav img{
    width: 80%;
    height: 80%;
    object-fit: cover;
}
.mains-spc img:nth-child(1){
    left: calc(100vw - 95%);   
}
.mains-spc img:nth-child(2){
    left: calc(100vw - 75%);   
}
.mains-spc img:nth-child(3){
    left: calc(100vw - 55%);  
}
.mains-spc img:nth-child(4){
    left: calc(100vw - 33%);    
}
nav{
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    z-index: 1002;
    box-shadow: 2px 2px 8px #00000041;
}
nav ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Roboto", sans-serif;
}
nav ul li{
    color:#073389;
    font-size: 24px;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav ul li a{
    color:#073389;
    font-size: 24px;
    font-weight: 500;
}
nav ul li img{
    height: 100%;
    width: auto;
    object-fit: contain;
}
.section-1{
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #07335F;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    z-index: 1001;
}
.section-1-data{
    width: 360px;
    height: 140px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section-1-data img{
    width: 70px;
    height: 80px;
}
.section-1-data p{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
}
.section-1-data p strong{
    font-family: "Abril Fatface", serif;
    color: #07335F;
    font-size: 30px;
    font-weight: 400;
}
.section-1-data p span{
    color: #000;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
/* section-2 */
.section-2{
    width: 100%;
    background-color: #FFFFFF;
    height: 704px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section-2 > p{
    font-size: 60px;
    font-family: "Abril Fatface", serif;
    color: #07335F;
    font-weight: 400;
}

.card-spc{
    max-width: 375PX;
    height: 100%;
    background-color: #000;
    border-radius: 25px;
    position: relative;
}
.data-card{
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.973) 100%);
    border-radius: 25px;
}
.data-card > p{
    width: 90%;
    color:#fff;
    font-size: 22px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-align: center;
    padding: 0 3px;
    border-bottom: 10px double #fff;
}
.data-card > span{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #fff;
}
.data-card > button{
    width: 135px;
    height: 24px;
    background-color: #EA9E1C;
    color: #07335F;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.data-card > button:hover{
    background-color: #07335F;
    color: #fff;
    transition: .3s all ease;
}
.card-spc > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.spc-pages{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: auto;
    height: 15px;
}
.spc-pages span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #07335F;

}
/* section-3 */
.section-3{
    width: 100%;
    height: 690px;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.section-3 > p{
    font-size: 60px;
    color:#07335F;
    font-weight: 400;
    font-family: "Abril Fatface", serif;
}
.container-srv{
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.card-services{
    width: 580px;
    height: 220px;
    border-radius: 12px;
    position: relative;
}
.card-services > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    border-radius: 12px;
}
.card-services > p{
    position: absolute;
    bottom: 0;
    font-size: 27px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    width: 100%;
    height: 50%;
    color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #00000000 0%,#000000B2 70%, #000000E5 100%);
    padding: 10px 120px;
    text-align: center;
    border-radius: 12px;
}
.card-services:nth-child(3) > p{
    padding: 10px 50px;
}
.info-srv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #07335F;
    color:#fff;
    opacity: 0;
    transition: .3s opacity ease;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 30% auto;
    grid-template-rows: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
    visibility: hidden;
}
.info-srv p span{
    position: relative;
}
.info-srv p span::before{
    position: absolute;
    content: '*';
    left: -10px;
    top: 15%;
}
.card-services:hover > .info-srv{
    opacity: 1;
    visibility: visible;
}
.info-srv >img{
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.info-srv > p{
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
/* section 4 */
.section-4{
    width: 100%;
    height: 750px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 100px;
}
.section-4 > strong{
    font-family: "Abril Fatface", serif;
    font-size: 60px;
    font-weight: 500;
    color:#07335F;
}
.section-4 > p{
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color:#07335F;
    text-align: center;
}
.form-land{
    width: 90%;
    height: 70%;
    display: grid;
    grid-template-columns: 690px 40%;
    grid-template-rows: 100%;
    justify-content: center;

}
.form-land form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 24px;
    border: 2px solid #07335F;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 10px #00000041;
}
.form-land form > p{
    font-family: "Roboto", sans-serif;
    color: #07335F;
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
}
.form-land form > input:focus,.form-land form > textarea:focus{
    outline: none;
}
.form-land form > input{
    border: 4px solid #EA9E1C;
    width: 80%;
    height: 45px;
    border-radius: 20px;
    padding-left: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}
.form-land form > textarea{
    border: 4px solid #EA9E1C;
    width: 80%;
    height: 140px;
    border-radius: 20px;
    padding-left: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}
.form-land form > input::placeholder,.form-land form > textarea::placeholder{
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 20px;
}
.form-land form > button{
    border: none;
    width: 155px;
    height: 50px;
    border-radius: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #073389;
    background-color: #EA9E1C;
    cursor:pointer;
    box-shadow: 2px 2px 2px #F0F0F0;
}
.stats-land{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 80px;
}
.stats-land > p{
    display: flex;
    flex-direction: column;
    border-bottom: 20px double #F9B234;
    width: 60%;
}
.stats-land > p > strong{
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-size: 64px;
    color: #07335F;
}
.stats-land > p > span{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #07335F;
}
/* section-5 */
.section-5 {
    width: 100%;
    height: 420px;
    background-color: #07335F;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    padding: 25px 100px;
}
.section-5 h4{
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color:#FFFFFF;
}
.section-5 > div{
    display: flex;
    align-items: center;
    gap: 15px;
}
.section-5 > div > img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.section-5 > div > p,.section-5 > div > a{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    color:#FFFFFF;
}
/* footer */
footer{
    width: 100%;
    height: 60px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #EA9E1C;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PROFILE */
.container-profile{
    margin-top: 120px;
    width: 80%;
    height: calc(100vh - 200px);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
}
.container-profile figure{
    display: flex;
    align-items: end;
    position: relative;
}
.container-profile .shadow{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, #FFFFFF00 0%, #FFFFFF 50%, #FFFFFF 100%);
}
.container-profile figure > p{
    position: absolute;
    font-family: "Abril Fatface", serif;
    color:#073389;
    font-size: 48px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-weight: 400;
}
.container-profile figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.container-profiledata{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.container-profiledata > h3{
    color: #073389;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border-bottom: 15px double #073389;
    width: 90%;
}
.container-profiledata > p{
    color: #000;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width: 80%;
    z-index: 1000;
    position: relative;
    padding-left: 25px;
}
.container-profiledata > p::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #073389;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    border: 2px solid #fff;
    outline: 2px solid #073389;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper {
    width: 80%;
    height: 500px;
    background-color: #fff;
    margin: 0 auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
}
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 25px;
  }

  /* ABOUT */
  h2{
    margin-top: 120px;
    color:#07335F;
    font-family: "Abril Fatface", serif;
    font-size: 64px;
    text-align: center;
    font-weight: 400;
  }
  .somos{
    width: 90%;
    margin: 20px auto;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 180px;
    border-radius: 12px;
  }
  .mivipri .valores{
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
  }
  .somos > h3{
    width: 90%;
    margin: 20px auto;
    color:#07335F;
    font-family: "Abril Fatface", serif;
    font-size: 30px;
  }
  .somos > p{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
  }
  #logosom{
    display: block;
    margin: 0 auto;
    width: 388px;
    height: 160px;
  }
  .mivipri{
    width: 90%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 340px;
  }
  .mivipri > p{
    width: 300px;
    height: 100%;
    background-color: #F0F0F0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 5px 10px;
    text-align: center;
  }
  .mivipri > p strong{
    font-size: 40px;
    font-weight: 400;
    font-family: "Abril Fatface", serif;
    color:#07335F;
  }
  .mivipri > p span{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
  }
  .mivipri > p span.li{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    text-align: left;
    align-self: flex-start;
    margin-left: 25px;
    margin-bottom: 10px;
  }
  .mivipri > p span.li::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 10px;
  }
  .cal{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .call{
    display: none;
  }
  .cal button{
    width: 350px;
    height: 60px;
    border: none;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
  }
  .cal button:nth-child(1){
    background-color: #073389;
  }
  .cal button:nth-child(2){
    background-color: #1C9B0F;
  }
  #wspbutton{
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1004;
  }
  #wspbutton img{
    object-fit: cover;
    width: 90%;
    height: 90%;
  }
@media only screen and (max-width: 1040px) {
    .nav{
        visibility: visible;
        opacity: 1;
    }
    .cal button{
        width: 250px;
        height: 40px;
        border: none;
        color: #fff;
        border-radius: 8px;
        cursor: pointer;
    }
    .swiper {
        width: 95%;
        height: 500px;
        background-color: #fff;
        margin: 0 auto;
    }
    nav{
        display: none;
    }
    main{
        width: 100%;
        height: 75vh;
        background-image: url("img/portada\ movil.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: end;
        justify-content: center;
    }
    .section-1{
        position: relative;
        width: 100%;
        height: auto;
        background-color: #07335F;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        z-index: 1001;
        padding: 25px 0;
    }
    .section-1-data{
        width: 80%;
        height: 140px;
        border-radius: 12px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .section-1-data img{
        width: 60px;
        height: 70px;
    }
    .section-1-data p{
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-around;
    }
    .section-1-data p strong{
        font-family: "Abril Fatface", serif;
        color: #07335F;
        font-size: 24px;
        font-weight: 400;
    }
    .section-1-data p span{
        color: #000;
        font-size: 18px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }
    .call{
        display: block;
    }
    /* section-2 */
.section-2{
    width: 100%;
    background-color: #FFFFFF;
    height: 704px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section-2 > p{
    font-size: 30px;
    font-family: "Abril Fatface", serif;
    color: #07335F;
    font-weight: 400;
    text-align: center;
}
/* section-3 */
.section-3{
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.section-3 > p{
    font-size: 30px;
    color:#07335F;
    font-weight: 400;
    font-family: "Abril Fatface", serif;
    text-align: center;
    padding: 0 15px;
}
.container-srv{
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.card-services{
    width: 95%;
    height: 220px;
    border-radius: 12px;
    position: relative;
}
.card-services > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    border-radius: 12px;
}
.card-services > p{
    position: absolute;
    bottom: 0;
    font-size: 22px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    width: 100%;
    height: 50%;
    color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #00000000 0%,#000000B2 70%, #000000E5 100%);
    padding: 4px 30px;
    text-align: center;
    border-radius: 12px;
}
.info-srv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #07335F;
    color:#fff;
    opacity: 0;
    transition: .3s opacity ease;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 30% auto;
    grid-template-rows: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 14px;
}
.info-srv > p{
 font-size: 14px;
}
.card-services > p{
    height: 40%;
    font-size: 18px;
}
.card-services:nth-child(3) > p{
    padding: 3px 2px;
    font-size: 18px;
}
/* form */
/* section 4 */
.section-4{
    width: 100%;
    height: auto;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 0;
    margin-top: 20px;
}
.section-4 > strong{
    font-family: "Abril Fatface", serif;
    font-size: 30px;
    font-weight: 500;
    color:#07335F;
}
.section-4 > p{
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color:#07335F;
    text-align: center;
    padding: 5px 5px;
}
.form-land{
    width: 95%;
    height: 620px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 500px 120px;
    justify-content: center;

}
.form-land form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 15px;
    border: 2px solid #07335F;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 10px #00000041;
}
.form-land form > p{
    font-family: "Roboto", sans-serif;
    color: #07335F;
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    text-align: center;
}
.form-land form > input:focus,.form-land form > textarea:focus{
    outline: none;
}
.form-land form > input{
    border: 4px solid #EA9E1C;
    width: 80%;
    height: 45px;
    border-radius: 20px;
    padding-left: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}
.form-land form > textarea{
    border: 4px solid #EA9E1C;
    width: 80%;
    height: 140px;
    border-radius: 20px;
    padding-left: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}
.form-land form > input::placeholder,.form-land form > textarea::placeholder{
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 20px;
}
.form-land form > button{
    border: none;
    width: 155px;
    height: 50px;
    border-radius: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #073389;
    background-color: #EA9E1C;
    cursor:pointer;
    box-shadow: 2px 2px 2px #F0F0F0;
}
.stats-land{
    margin-top: 25px;
    justify-self: center;
    width: 98%;
    height: 250px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    padding-left: 0;
}
.stats-land > p{
    text-align: center;
    display: flex;
    flex-direction: column;
    border-bottom: 20px double #F9B234;
    width: 90%;
}
.stats-land > p > strong{
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-size: 24px;
    color: #07335F;
}
.stats-land > p > span{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 8px;
    color: #07335F;
}

/* section-5 */
.section-5 {
    width: 100%;
    height: auto;
    background-color: #07335F;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    padding: 25px 40px;
    gap: 10px;
}
.section-5 h4{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 900;
    color:#FFFFFF;
}
.section-5 > div{
    display: flex;
    align-items: center;
    gap: 15px;
}
.section-5 > div > img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.section-5 > div > p,.section-5 > div > a{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color:#FFFFFF;
}
.section-5 .item1{
    order: 1;
}
.section-5 .item2{
    order: 2;
}
.section-5 .item3{
    order: 3;
}
.section-5 .item5{
    order: 4;
}
.section-5 .item7{
    order: 5;
}
.section-5 .item4{
    order: 6;
}
.section-5 .item6{
    order: 8;
}
.section-5 .item8{
    order: 9;
}
/* footer */
.swiper {
    width: 85%;
    height: 500px;
    background-color: #fff;
    margin: 0 auto;
}
.mapa iframe{
    width: 95%;
    height: 300px;
}
/* PROFILE */
.container-profile{
    margin-top: 20px;
    width: 90%;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 55% 45%;
}
.container-profile figure{
    display: flex;
    align-items: end;
    position: relative;
}
.container-profile figure > p{
    position: absolute;
    font-family: "Abril Fatface", serif;
    color:#073389;
    font-size: 24px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-weight: 400;
    bottom: 30px;
}
.container-profile figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.container-profiledata{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 5px;
}
.container-profiledata > h3{
    color: #073389;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    border-bottom: 10px double #073389;
    width: 95%;
}
.container-profiledata > p{
    position: relative;
    color: #000;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    width: 80%;
    z-index: 1000;
    padding-left: 15px;
}
.container-profiledata > p::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #073389;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    border: 2px solid #fff;
    outline: 2px solid #073389;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* ABOUT */
h2{
    margin-top: 60px;
    color:#07335F;
    font-family: "Abril Fatface", serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
  }
  .somos{
    width: 90%;
    margin: 5px auto;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
    height: 160px;
    border-radius: 12px;
    padding: 0 5px;
  }
  .somos > h3{
    width: 90%;
    margin: 5px auto;
    color:#07335F;
    font-family: "Abril Fatface", serif;
    font-size: 20px;
  }
  .somos > p{
    font-size: 12px;
    font-family: "Roboto", sans-serif;
  }
  #logosomres{
    display: block;
    margin: 15px auto;
    width: 174px;
    height: 70px;
  }
  #logosom{
    margin: 0 auto;
    width: 388px;
    height: 160px;
    display: none;
  }
  .mivipri{
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    gap: 10px;

  }
  .mivipri > p{
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 5px 10px;
    text-align: center;
  }
  .mivipri > p strong{
    font-size: 20px;
    font-weight: 400;
    font-family: "Abril Fatface", serif;
    color:#07335F;
  }
  .mivipri > p span{
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
  }
  .mivipri .valores{
    width: 100%;
    height: 80%;
    display: flex;
    flex-wrap: wrap;
  }
  .mivipri > p .valores span.li{
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #000;
    width: 40%;
    font-weight: 400;
    text-align: left;
    align-self: flex-start;
    margin-bottom: 10px;
  }
  .mivipri > p .valores span.li::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 10px;
  }
  .data-card{
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.973) 100%);
    border-radius: 25px;
}
  .data-card > p{
    width: 65%;
    color:#fff;
    font-size: 18px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-align: center;
    padding: 0 3px;
    border-bottom: 10px double #fff;
}
.data-card > span{
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #fff;
}
footer{
    width: 100%;
    height: 60px;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 400;
    background-color: #EA9E1C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 100px;
    text-align: center;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 95% !important;
}
.swiper-pagination{
    bottom: 0 !important;
}
.swiper-pagination-bullet-active{
background-color: #07335F !important;
z-index: 100000;
}
.mains-spc{
    display: none;

}
.mapa > span{
    position: absolute;
    top: 25%;
    right: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #073389;
    color:#fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 600;

}
#wspbutton{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1004;
  }
  .info-srv p span::before{
    position: absolute;
    content: '*';
    left: -10px;
    top: 17%;
}
}