/*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 {}



.info_cont {

    position: absolute;

    top: 0;

    right: 21%;

    max-width: 490px;

    overflow-x: hidden;

    display: flex;

    height: 100%;

    flex-wrap: wrap;

    align-content: center;

    justify-content: flex-end;

}



.FS_block_T_1 {

    color: #1a7c86;

}



.FS_block_T_2 {

    width: 80%;

}



.FS_block_T_1 h2 {

    font-size: 3.5rem;

    color: #1a7c86;

    font-weight: 700;

    text-align: right;

}



.FS_block_T_2 p {

    font-size: 1.4rem;

    color: #4c4c4c;

    font-weight: 500;

    text-align: right;

    line-height: 1.5em;

    margin: 10px 0;

}



.FS_botton {

    display: flex;

    align-items: center;

    font-weight: 600;

    font-size: 1.2rem;

    color: #fff;

    text-decoration: none !important;

    display: inline-flex;

    text-decoration: none;

    border-radius: 31.5px;

}



.FS_botton a {
    color: #fff;
    background-color: #fa0b2e;
    padding: 7px 15px;
}

.FS_img_cont_resp{
    display: none;
}




/* 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;

}



@media (min-width:601px) {

    .FS_slider .owl-dots {

        position: absolute;

    }

    .FS_slider .owl-nav {

        position: absolute;

    }

}



@media(max-width:767px) {

    .FS_block_T_1 h2 {

        font-size: 1rem;

    }

    .FS_block_T_2 p {

        font-size: 0.8rem;

    }

    .FS_botton {

        font-size: 0.8rem;

    }

    .info_cont {

        right: 3%;

    }

    .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;

    }

    .FS_img_cont_screen{
        display: none;
    }

    .FS_img_cont_resp{
        display: block;
        height: 100vh;
    }
}



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

    .FS_slider .owl-nav {

        margin: auto;

        width: 150px;

        bottom: -18%;

    }

    .FS_slider .owl-dots {

        right: 14%;

    }

}