        #container-slider {
            display: block;
            width: 100%;
            height: 750px;
        }

        #slider {
            position: relative;
            display: block;
            width: 100%;
            height: 750px
        }

        #slider li {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100%;
            height: 100%;
            display: block;
            -webkit-transition: opacity 1s;
            -moz-transition: opacity 1s;
            -ms-transition: opacity 1s;
            -o-transition: opacity 1s;
            transition: opacity 1s;
            z-index: -1;
            opacity: 0;
        }

        #container-slider .arrowPrev,
        #container-slider .arrowNext {
            font-size: 30pt;
            color: rgba(204, 204, 204, 0.65);
            cursor: pointer;
            position: absolute;
            top: 50%;
            left: 50px;
            z-index: 2;
            display: none   ;
        }

        #container-slider .arrowNext {
            left: initial;
            right: 50px !important;
        }

        .content_slider {
            padding: 15px 30px;
            color: #FFF;
            width: 100%;
            height: 100%;
        }


        #slider li .content_slider {
            background: rgba(0, 0, 0, 0.50);
            padding: 10px 125px;
        }

        .content_slider {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }


        .listslider {
            position: absolute;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: space-between;
            align-items: center;
            left: 50%;
            bottom: 5%;
            list-style: none;
            z-index: 2;
            transform: translateX(-50%);
        }

        .listslider li {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            cursor: pointer;
            margin: 0 5px;
        }

        .listslider li a {
            background: #CCC;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            display: block;
        }

        .item-select-slid {
            background: #bd2751 !important;
        }

        @media screen and (max-width: 460px) {

            #container-slider .arrowPrev,
            #container-slider .arrowNext {
                font-size: 20pt;
            }

            #container-slider .arrowPrev {
                left: 15px;
            }

            #container-slider .arrowNext {
                right: 15px !important;
            }

            #slider {
                height: 100vh
            }

            #slider li .content_slider {
                padding: 10px 35px;
            }

        }


        /*=====================*/

        #Slider-info{
            width: 50%;
        }

        .Slider-info-01{
        align-self: flex-start;
        margin-left: 100px;
        }

        .Slider-info-02{
        align-self: flex-end;
        margin-right: 100px;
        }

        #Slider-detalle{
             margin-top: 100px;
            background-image: url(../img/bk/bk-slider-txt.png);
            background-position: center;
            box-sizing: border-box;
            padding: 32px 23px;
        }

        #Slider-txt{
            background-color: #253880;
            box-sizing: border-box;
            padding: 32px 23px;            
        }

       .Slider-info-02 #Slider-txt{
           background-color: #bd2751;
       }

       #Slider-txt strong{
           font-family: 'gothambold';
       }

       #Slider-info a{
           display: block;
           margin: 0 auto;
           width: 230px;
           height: 65px;
           background-color: #bd2751;
           color: #FFF;
           text-align: center;
           text-decoration: none;
           border-radius: 100px;
           padding-top: 20px;
           font-family: 'gothambold';
           margin-top: 26px;
       }

       #Slider-info a:hover{
           background-color: #90183a;
       }

       .Slider-btn-color{
           background-color: #253880 !important;
       }      
       
@media only screen and (max-width: 1200px) {
#Slider-info{
width: 70%;
 }
}       

@media only screen and (max-width: 960px) {
#Slider-info{
width: 100%;
 }

.Slider-info-01{
margin-left: 0px;
}

 .Slider-info-02{
 margin-right: 0px;
} 
}

@media only screen and (max-width: 576px) {

#container-slider {
height: 100vh;
        }

#slider {
height: 100vh;
}

#container-slider .arrowPrev,
#container-slider .arrowNext {
display: block ;
}

 .listslider{
     display: none;
 }


 #Slider-info a{
margin-top: 10px;
width: 230px;
height: 50px;
padding-top: 13px;
} 
}  