*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Montserrat';
}
.Social{
    top: 0;
    width: 100%;
    height: 4.8vh;
    background:  #dadfe2;
    position: fixed;
    z-index: 1000;
    opacity: 0.8;
}
.card {
    display: flex;
    height: 6vh;
    width: 20%;
    float: right;
    margin-top: 1%;
    margin-right:14%;
}
.card svg {
    display: flex;
    width: 2vw;
    height: 3vh;
    font-size: 24vh;
    font-weight: 700;
    opacity: 1;
    transition: opacity 0.25s;
    z-index: 2;
    cursor: pointer;
    float: left;
}
.card .social-link1,.card .social-link2,.card .social-link3,.card .social-link4 {
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1vh;
    color: blue;
    font-size: 24vh;
    text-anchor: start;
    text-decoration: none;
    transition: 0.25s;
    border-radius: 50%;
    margin-right: 2%;
}
.card svg {
    transform: scale(1);
    
}
.card .social-link1 p{
    font-size: 3vh;
    white-space: nowrap;
    margin-right: 3%;
    margin-top: 0;
}
.card .social-link1:hover {
    color: blue;
    opacity: 0.5;

}
.card .social-link2:hover {
    background: blue;
    color: #ffffff;
    height: 4vh;
    width: 9vw;
    animation: bounce_613 0.4s linear;
}
.card .social-link3:hover {
    background: blue;
    color: #ffffff;
    height: 4vh;
    width: 9vw;
    animation: bounce_613 0.4s linear;
}
.card .social-link4:hover {
    background: blue;
    color: #ffffff;
    height: 4vh;
    width: 9vw;
    animation: bounce_613 0.4s linear;
}
@keyframes bounce_613 {
    40% {
    transform: scale(1.4);
    }
    80% {
    transform: scale(1.2);
    }
    100% {
    transform: scale(1);
    }
}
nav{
    background: #dadfe2;
    display: flex;
    align-items: center;
    padding: 0 5%;
    width: 100%;
    height: 10vh;
    backdrop-filter: blur(25px);
    position: fixed;
    top: 4.8%;
    z-index: 1;
    transition: 0.8s;
    opacity: 0.8;
}
.Logo{
    display: flex;
    align-items: center;
    gap: 1.5vw;
    width: 100%;
}
.Logo img{
    height: 10vh;
    margin-top: -4vh
}
.Logo h1{
    font-size: 3.5vh;
    color: #013253;
    margin-right: 3%;
    width: 90%;
    text-wrap: nowrap;
}
.navegador{
    display: flex;
    gap: 1rem;
}
.navegador li{
    list-style-type: none;
}
.navegador li a{
    font-size: 3vh;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    padding: 2vh 1vw;
    border-radius: 99px;
    transition: 150ms;
    text-wrap: nowrap;
}

.navegador li a:hover{
    background: #3a57fa;
    filter: brightness(1.4);
}
img{
    height: 7vh;
}
#checkbox{
    display: none;
}
.menu{
    display: none;
}
.Btn {
    width: 5vw;
    height: 9vh;
    border: none;
    border-radius: 50%;
    background: linear-gradient(-50deg,#97b5e1,#085bd8,#dce0e6);
    background-size: 250%;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: .5s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}
.login-icon {
    fill: white;
    width: 7vw;
    height: 5vh;
}
.Btn:hover {
    background-position: right;
    transition-duration: .5s;
}
ul{
    margin-left: 15%;
}
button{
    margin-left: 2%;
}
.Encabezado{
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-color: transparent;
    height: 60vh;
    opacity: 0.9;
}
.Encabezado h2{
    position: absolute ;
    color: hwb(0 100% 0%);
    margin: 10% 40% 0 25%;
    font-size: 25vh;
    opacity: 1;
}
.container-T{
    box-shadow: 0px 35px 58px rgba(0, 0, 0, 0.2);
    background: #6f96d1;
    padding: 8% 0 8% 0;
}
.container-T h2{
    margin-top: 2%;
    margin-bottom: 0.2%;
    text-align: center;
    font-size: 4vh;
}
.div-Pag{
    margin: auto;
    margin-bottom: 2.5%;
    text-align: center;
    width: 80vw;
}
.div-Pag-C{
    margin: auto;
    text-align: center;
    width: 70vw;
    margin-bottom: 4%;
    margin-top: 3.25%;
}
.Paginacion {
    padding: 2.7vh 1vw;
    font-size: 2vh;
    text-transform: uppercase;
    letter-spacing:0.15vw;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 1vw;
    box-shadow: 0 0.8% 2% rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-decoration-line: none;
}
.Paginacion:hover {
    background-color: #2323c4;
    box-shadow: 0 2% 2.5% rgba(48, 20, 227, 0.4);
    color: #fff;
}
.Paginacion-select{
    padding: 2.7vh 1vw;
    font-size: 2vh;
    text-transform: uppercase;
    letter-spacing:0.15vw;
    font-weight: 500;
    color: #ffffff;
    background-color: #354cc2;
    border: none;
    border-radius: 1vw;
    box-shadow: 0 0.8% 2% rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-decoration-line: none;
}
.Paginacion-select:hover {
    background-color: #2323c4;
    box-shadow: 0 2% 2.5% rgba(48, 20, 227, 0.4);
    color: #fff;
}
table{
    border-radius: 1%;
    font-size: 2.6vh;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 80vw;
    height: 20vh;
    white-space: nowrap;
    background-color: #ffffff;
    border: 0.2vh SOLID #1A2929;
    margin: 2% auto 5% auto
}
td, th{
    text-align: center;
    padding: 0.8%;
    border-right: 0.1vw solid #1A2929;
}
td{
    font-size: 2.4vh;
}
th{
    padding: 3% 0;
}
thead th{
    color: #ffffff;
    background: #1A2929;
}
tr:nth-child(even){
    background: #70c8d3;
}
.btn-B{
    padding: 3vh 3vw;
    font-size: 2vh;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 1vh;
    box-shadow: 0 0.8% 2% rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-decoration-line: none;
    float: right;
    margin-right: 10%;
}
.btn-B:hover {
    background-color: #2323c4;
    box-shadow: 0 2% 2.5% rgba(48, 20, 227, 0.4);
    color: #fff;
}
footer{
    background: linear-gradient(to bottom, #dadfe2, #000000);
    height: 40%;
    width: 100%;
    display: flex;
    color: white;
    margin: 0;
    top: 100;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-top: 3%;
}
.Logo_F img{
    margin-top: 1.5%;
    display: flex;
    position: absolute;
}
.Logo_F{
    color: #013253;
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 1%;
    
}
.Logo_F h2{
    margin-bottom: 1%;
    width: 100%;
    margin-left: 27%;
    display: flex;
    font-size: 4vh;
    margin-top: 1.5%;
}
.Logo_F p{
    font-size: 2vh; 
    width: 90%;
    padding: 0;
    font-weight: 900;
    margin-top: 1%;
}
.Service h2{
    font-size: 4vh;
    width: 30%;
    margin-left: 15%;
    margin-top: -0.5px;
}
.Service ul{
    width: 60%;
    margin-top: 1vh;
}
.Service li{
    margin-top: 3vh;
    color: white;
    padding: 0;
    width: 100%;
    margin-right: 2vw;
    font-size: 2.3vh;
}
.Map{
    margin-left: -6vw;
    height: 32vh;
    width: 25vw;
}
.Sub-Menu h2{
    display: inline;
    margin-left: 3vw;
    margin-top: 1%;
    font-size: 4vh;
}
.Sub-Menu ul{
    list-style: none;
    text-wrap: nowrap;
    margin-top: 2vh;
}
.Sub-Menu li a{
    font-size: 2.3vh;
    text-decoration: none;
    padding: 0;
    color: white;
    line-height: 1vh;
    font-weight: 400;
    margin-left: 1vw;
}
.Sub-Menu li a:hover{
    color: #2480cc;
}
.Sub-Menu li{
    margin-top: 2vh;
}