/*RESET*/



p {

    margin: 0;

}



a {

    text-decoration: none;

}



ul,

li {

    list-style: none;

}



h1,

h2,

h3,

h4,

h5 {

    margin: 0;

    padding: 0;

}





/*RESET*/





/*PRESET*/



@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {

    font-size: 16px;

}





/*PRESET*/



.FS_slider {}

.video_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

#Home_slider {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.item_cont {
    height: 100vh;
}

.info_cont {

    position: absolute;

    top: 30%;

    right: 21%;

    max-width: 490px;

    overflow-x: hidden;

    display: flex;

    height: 100%;

    flex-wrap: wrap;

    align-content: center;

    justify-content: flex-end;

    z-index: 2;
}


.info_cont.derecha {
    right: 21%;
    justify-content: flex-start;
}

.info_cont.izquierda {
    left: 11%;
    justify-content: flex-start;
}

.info_cont.abajo {
    right: 0%;
    left: 0%;
    justify-content: flex-start;
    padding-bottom: 100px;
    margin: 0 auto;
    align-content: flex-end;
}

.FS_block_T_1 {

    color: #1a7c86;

}



.FS_block_T_2 {

    width: 80%;

}



.FS_block_T_1 h2 {
    line-height: 0.8em;
    word-break: break-word;
}


.FS_block_T_2 p {

    line-height: 1.1em;
    word-break: break-word;

}



.FS_botton {

    display: flex;

    font-weight: 600;

    font-size: 1.2rem;

    color: #fff;

    text-decoration: none !important;

    display: inline-flex;

    padding: 0.7rem 2rem;

    text-decoration: none;

    background-color: linear-gradient(46deg, #22a2af 1%, #1a7c86 82%);

    border-radius: 31.5px;

}



.FS_botton a {

    color: #fff;

}


.info_wrapper {
    width: 100%;
    padding: 15px;
    word-break: break-all;
}



/* animaciones de entrada*/



.FS_slider .owl-item.active .FS_block_T_1 h2 {

    animation: fadeInLeft ease 1.5s both;

}



.FS_slider .owl-item.active .FS_block_T_2 p {

    animation: fadeInLeft ease 1.5s 0.2s both;

}



.FS_slider .owl-item.active .FS_botton {

    animation: fadeInLeft ease 1.5s 0.3s both;

}





/* estilos de botones de navegacion*/



.FS_slider .owl-nav {

    bottom: 10%;

    right: 20%;

    width: 490px;

    display: flex;

    justify-content: center;

}



.FS_slider .owl-nav button {

    width: 50px !important;

    height: 50px !important;

    display: block;

    margin-right: 15px;

    background-size: contain;

    background-repeat: no-repeat;

    cursor: pointer;

    background-color: #12565d !important;

    border-radius: 100%;

    color: #fff;

}



.FS_slider .owl-nav button span {

    color: #fff;

    font-size: 40px;

    line-height: 35px;

    font-weight: 300;

}



.FS_slider .owl-dots {

    top: 0;

    right: 18%;

    width: 30px;

    height: 100%;

    display: flex;

    align-content: center;

    flex-wrap: wrap;

}



.FS_slider .owl-dots button {

    width: 20px;

    height: 20px;

    border: 1px solid #12565d;

    border-radius: 100%;

    margin-bottom: 20px;

}



.FS_slider .owl-dot.active {

    background-color: #12565d;

}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}






.screen {
    display: block;
}

.responsive {
    display: none;
}



.video-responsive {
    height: 100vh;
    position: relative;
}

.video-responsive video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}






@media(max-width:767px) {
    .screen {
        display: none;
    }

    .responsive {
        display: block;
    }



    .FS_block_T_1 h2 {

        font-size: 1.3rem !important;

    }

    .FS_block_T_2 p {

        font-size: 1.3rem !important;

    }

    .FS_botton {

        font-size: 0.9rem !important;

        padding: 10px 15px;

    }

    .info_cont {
        right: 0%;
        position: relative;
        left: 0 !important;
        top: 38%;
        height: 49vh;
        align-content: flex-end;
    }

    .FS_slider .owl-nav {

        display: none;

    }

    .FS_slider .owl-dots {

        width: 100%;

    }

    .FS_slider .owl-dots {

        margin-top: 10px;

        right: 0%;

        width: 100%;

        height: 30px;

        justify-content: center;

    }

    .FS_slider .owl-dots button {

        margin: 10px;

    }

    .info_cont {
        top: 30%;
    }

    .screen {
        display: none;
    }

    .responsive {
        display: block;
    }



    .FS_block_T_1 h2 {

        font-size: 1.6rem !important;

    }

    .FS_block_T_2 p {

        font-size: 1.6rem !important;

    }

    .FS_botton {

        font-size: 0.9rem !important;

        padding: 10px 15px;

    }

    .info_cont {
        right: 0%;
        position: relative;
        left: 0 !important;
        top: 38%;
        height: 49vh;
        align-content: flex-end;
    }

    .FS_slider .owl-nav {

        display: none;

    }

    .FS_slider .owl-dots {

        width: 100%;

    }

    .FS_slider .owl-dots {

        margin-top: 10px;

        right: 0%;

        width: 100%;

        height: 30px;

        justify-content: center;

    }

    .FS_slider .owl-dots button {

        margin: 10px;

    }

}

@media (min-width:601px) {

    .FS_slider .owl-dots {

        position: absolute;

    }

    .FS_slider .owl-nav {

        position: absolute;

    }

}

@media(min-width: 768px) and (max-width: 992px) {

    .FS_slider .owl-nav {

        margin: auto;

        width: 150px;

        bottom: -18%;

    }

    .FS_slider .owl-dots {

        right: 14%;

    }

    .FS_block_T_1 h2 {
        font-size: 0.7em !important;
    }

    .FS_block_T_2 p {
        font-size: 0.7em !important;
    }


}

@media(min-width: 993px) and (max-width: 1024px) {

    .FS_slider .owl-nav {

        margin: auto;

        width: 150px;

        bottom: -18%;

    }

    .FS_slider .owl-dots {

        right: 14%;

    }

    .FS_block_T_1 h2 {
        font-size: 0.8em !important;
    }

    .FS_block_T_2 p {
        font-size: 0.8em !important;
    }

    .info_cont {
        max-width: 520px;
    }


}


@media(min-width:1025px) and (max-width:1440px) {
    .FS_slider .owl-nav {

        margin: auto;

        width: 150px;

        bottom: -18%;

    }

    .FS_slider .owl-dots {

        right: 14%;

    }

    .FS_block_T_1 h2 {
        font-size: 0.9em !important;
    }

    .FS_block_T_2 p {
        font-size: 0.9em !important;
    }

    .info_cont {
        max-width: 640px;
    }
}

@media(min-width:1441px) {

    .info_cont {
        max-width: 640px;
    }
    
}