*{
    color:rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
    font-family: 'Belanosima', sans-serif;
}
h1{
    color:#000000;
}
/*Popup*/
.modal{
    width: 100%;
    height: 1675px;
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    animation: modal 2s 5s forwards;
    visibility: hidden;
    opacity: 0;
}
.modal img{
    width: 22%;
    height: 47%;
    position: fixed;
    bottom: 5px;
}
.descr{
    width: 25%;
    height: 20%;
    position: fixed;
    background:#DCD2C6;
    border:maroon 2px dashed;
    border-radius: 50px;
    top: 45%;
    left: 15%;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}
.descr p{
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.numVis1{
    display: none;
}
.numVis2{
    display: none;
}
.numVis3{
    display: none;
}
.numVis4{
    display: none;
}
.numVis5{
    display: none;
}
.numVis6{
    display: none;
}
#cerrar{
    display: none;
}
#cerrar + label{
    text-align: center;
    position: fixed;
    color: #fff;
    font-size: 25px;
    z-index: 60;
    padding: 0;
    background: darkred;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    left: 38%;
    top: 44%;
    cursor: pointer;
    animation: modal 2s 5s forwards;
    visibility: hidden;
    opacity: 0;
    border: #ac4d00 dashed;
}
#cerrar:checked + label, #cerrar:checked ~ .modal{
    display: none;
}
#btnCerrar:hover{
    transform: scale(1.05);
}
@keyframes modal{
    100%{
        visibility: visible;
        opacity: 1;
    }
}
/*Navegador*/
.portada{
    width: 100%;
    height: 130px;
    background-color: rgb(95, 187, 150);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.l1{
    background-image: url(../IMG/IMAGOTIPO1.png);
    width: 30%;
    height: 120px;
    background-size: 100% 100%;
    position: absolute;
    left: 50px;
}
.l2{
    width: 30%;
    height: 120px;
    position: absolute;
    right: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
}
/*Navegador*/
.navegador{
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top:0;
    z-index: 1;
}
.contNav{
    width: 70%;
    height: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0%;
}
.boton {
    width: 18%;
    height: 100%;
    border-radius: 0px 0px 40px 40px;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
    display: block;
}
.boton:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.boton:active {
    transform: scale(0.95);
}
/*Desplazable Cuenta*/
.desp{
    display: none;
    width: 199px;
    height: 210px;
    position: absolute;
    z-index: 1;
    background:#DCD2C6;
    top: 50px;
    right: 210px;
    border-radius: 30px;
    text-align: center;
    transition: 2s;
    overflow: hidden;
}

.desp p{
    color:black;
}

.cierra{
    width: 199px;
    height: 51px;
    position: absolute;
    background: none;
    z-index: -1;
    top: 0px;
    right: 214px;
    border-radius: 0px 0px 40px 40px;
}
.btnCtDesp{
    width: 100%;
    height: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: #838383 solid 1px;
    cursor: pointer;
}
.btnCtDesp i{
    font-size: 25px;
    margin-right: 10px;
}
.btnCtDesp p{
    font-size: 18px;
}
.btnCtDesp:hover i{
    color: #65e06f;
}
.btnCtDesp:hover p{
    color: #65e06f;
}
/*Confirmacion*/
.confir{
    width: 100%;
    height: 1110px;
    position: absolute;
    background:#000000af;
    z-index: 100;
    display: none;
}
.vent{
    width: 30%;
    height: 40%;
    background:#DCD2C6;
    border-radius: 20px;
    position: fixed;
    left: 34%;
    top: 29%;
    display: flex;
    box-sizing: border-box;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.vent p{
    font-weight: bold;
    color: white;
    font-size: 30px;
}
.botonesCf{
    width: 265px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.btnConf{
    font-size: 26px;
    padding-top: 10px;
    display: block;
    width: 80px;
    height: 50px;
    background: #006666;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}
.btnConf:hover{
    border: #fff dashed 1px;
    background: #65e06f;
}
/*Cuerpo*/
.cuerpo{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1350px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    background-color: white;
}
/*Sliders*/
.carousel {
    position: relative;
    width: 1439px;
    margin: 0;
    overflow: hidden;
}
  
.carousel-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}




.cajaPb{
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.carousel-inner img {
    width: 340px;
    height: 365px;
    border-radius: 20px;
}
.desc{
    background: #ffffffa2;
    position: absolute;
    bottom: 4px;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 8px;
    left: 0;
    overflow-wrap: break-word;
    width: 100%;
    height: 30%;
    z-index: 1;
}
.desc p{
    color:#000000;
}

.cajaPb:hover .desc{
    background-color: rgb(202, 201, 201, 0.5);
}

.cajaPb:hover .desc p{
    color: black;
}

.prev,.next {
    position: absolute;
    top: calc(50% - 20px);
    background-color: #000000a2;
    width: 30px;
    height: 50px;
    cursor: pointer;
  }
  
.prev {
    left: 10px;
}
  
.next {
    right: 10px;
}  

.descarga{
    position: absolute;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    right: 0px;
    z-index: 1000;
    width: 120px;
    height: 40px;
    background: #326328;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.descarga i{
    position: absolute;
    font-size: 30px;
    left: 74%;
    top: 15%;
}
.descarga:hover{
    transform: scale(1.03);
}
/*Pie*/
.pie{
    width: 100%;
    height: 130px;
    background-color: rgb(95, 187, 150);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display:flex;
    justify-content: end;
}
.info{
    color: #ffffff;
    width:80%;
    height: 130px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.ct{
    list-style:disc;
}
.contacto{
    border-left: white 1px ;
    display: flex;
    height: 130px;
    width: 20%;
    align-items: center;
    justify-content: space-around;
}