*{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.element-inline{
    display: inline;
    vertical-align: top;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
.col3{
    width: 33.33%;
    float: left;
}
.colslider{
    width: 30%;
    float: left;
}
.col2{
    width: 50%;
    float: left;
    margin-bottom: 0%;
}
.col2SliderMain{
    margin-top: 5%;
    width: 50%;
    float: left;
    margin-bottom: 0%;
}
/* Home */
.buscaTodoBtn{
    display: inline;
    vertical-align: top;
    cursor: pointer;
    color: black;
    text-decoration: none;
}
.buscaTodoBtn:hover{
    font-weight: 700;
    text-decoration: underline;
    transition: all .2s ease-out;
}
/* Main slider */
.mainSliderContainer{
    width: 100%;
    height: 70vh;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}
#galleryMain {
    /* max-width: 900px; */
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 2%;
}
.gallery-containerMain {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.gallery-itemMain {
    min-width: 100%;
    box-sizing: border-box;
}
.nav-buttonMain {
    background-color: rgba(0,0,0, .3);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 30%;
    margin-left: .5%;
    transform: translateY(-50%);
    transition: all .2s ease-out;
}
.nav-buttonMain:hover {
    background-color: #005f5f;
    transition: all .2s ease-out;
}
.next-buttonmain{
    right: .5%;
}
.titleSliderColider{
    /* width: 100%; */
    padding-left: 5%;
    padding-right: 20%;
    padding-top: 10%;
}
.titleSlider{
    font-size: 50px;
    color: white;
    text-shadow: 0 0 30px black, 2px 2px 0 rgba(0,0,0, 1);
    font-weight: bolder;
}
.subtitle{
    font-size: 30px;
}
/* Slider */
.titleContainer{
    height: 19vh;
}
.resDesc{
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
}
figure {
    margin:0;
}
#gallery {
    /* max-width: 900px; */
    width: 100%;
    /* margin: auto; */
    overflow: hidden;
    margin-left: 0%;
    margin-bottom: 3%;
}

.gallery-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    margin-left: 5%;
}
  
.gallery-item {
    min-width: 100%;
    box-sizing: border-box;
}
  
.gallery-item img {
    width: 100%;
    display: block;
}

.nav-button {
    background-color: rgba(0,0,0, .3);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 140%;
    transform: translateY(-50%)
}
.nav-button > span {
    font-size: 30px;
    transition: all .2s ease-out;
}
.nav-button{
    transition: all .2s ease-out;
}
.nav-button:hover {
    background-color: #005f5f;
    transition: all .2s ease-out;
}
.next-button{
    right: 2%;
}
.sliderFrame{
    border-style: solid;
    border-color: black;
    border-width: 2px;
    border-radius: 7px;
    margin: .5%;
    cursor: pointer;
    position: relative;
    /* height: 50vh; */
    transition: all .2s ease-out;
}
.sliderFrame:hover{
    transition: all .2s ease-out;
    box-shadow: inset 0px 0px 40px rgba(0,0,0,0.5);
}
.sliderTextCont{
    padding: 6%;
    padding-bottom: 2%;
    text-align: justify;
    text-justify: inter-word;
    height: 85vh;
    font-size: 16px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.statsFrame{
    position: absolute;
    bottom: 1%;
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%); */
    padding-left:10%;
    background-color: white;
}
.homeIcon{
    background-color: #00ADB5;
    border-radius: 5px;
    width: 12%;
    float: left;
    margin: 2%;
}
.sliderTitulo{
    margin-top: 0%;
    font-size: 22px;
    margin-bottom: 0%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    
}
.sliderAuth{
    margin-top: 0%;
    font-size: 13px;
    margin-bottom: 0%;
}
.sliderImg{
    width: 100%;
    height: 30vh;
    border-radius: 5px;
}

.sliderInfo{
    font-size: 15px;
    width: 100%;
    margin-top: 7%;
    padding: 0%;
    text-align: left;
}
.cardIcons{
    margin-top: 8%;
    width: 10%;
    float: left;
}
/* Sección de categorías */
.topicContainer{
    width: 80%;
    margin: auto;
    margin-left: 21%;
}
/* Contenedor del home (No incluye sección about us) */
.homeContainer{
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
}
/* Sección about us */
.aboutPic{
    width: 100%;
}
.aboutContainer{
    background-color: #00ADB5;
}
.aboutTitle{
    color: white;
    text-align: center;
    font-size: 35px;
}
.aboutTxt{
    padding-left: 6%;
    padding-right: 6%;
    text-align: justify;
    /* color: white; */
}
.catTxt{
    margin-top: 5%;
}
.catContainer{
    transition: all .2s ease-out;
}
.catContainer:hover{
    transition: all .2s ease-out;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}


@media (max-width: 720px) {
    .titleSlider{
        font-size: 30px;
    }
    .titleSliderColider{
        padding-left: 10%;
        padding-right: 0%;
        padding-top: 20%;
    }
    .subtitle{
        font-size: 20px;
    }
    .colslider{
        width: 90%;
        margin-bottom: 10%;
    }
    #gallery{
        width: 100%;
        margin-left: 1%;
    }
    .next-button{
        right: 3%;
    }
    .col3{
        width: 50%;
    }
    .homeIcon{
        width: 60%;
        margin-left: 20%;
    }
    .catTxt{
        text-align: center;
    }
    .topicContainer{
        margin-left: 10%;
    }
    .centerTxtResp{
        margin-bottom: 10%;
        text-align: center;
    }
    .aboutTxt{
        margin-bottom: 5%;
    }
    .nav-button {
        top: 260%;
        padding: 150% 20px;
    }
    .col2{
        width: 100%;
    }
    .col2SliderMain{
        margin-top: 20%;
    }
    .nav-buttonMain{
        top: 40%;
    }
    .nav-button:hover {
        background-color: #005f5f9d;
    }
    .nav-buttonMain:hover {
        background-color: #005f5fd6;
    }
    /* #005f5f99 */
    .sliderImg{
        height: 35vh;
    }
    .sliderTextCont{
        height: 80vh;
    }
    .sliderInfo{
        font-size: 16px;
    }
    .statsFrame{
        bottom: 3%;
    }
}

  