.contr2 {
    background: #fff;
    max-width: 1000px;
    width: 100%;
    
    margin: auto;

}

.carousel__contenedor {
    position: relative;
    padding: 50px;
}

.botones {
    position: relative;
    text-align: right;
    margin-bottom: 20px;

}

.carousel__anterior:hover {
    box-shadow: 0 16px 32px rgb(55 71 79 / 8%), 0 8px 24px rgb(55 71 79 / 10%);
}

.carousel__siguiente:hover {
    box-shadow: 0 16px 32px rgb(55 71 79 / 8%), 0 8px 24px rgb(55 71 79 / 10%);
}

.carousel__anterior,
.carousel__siguiente {


    width: 44px;
    height: 44px;
    border: none;
    border-radius: 4px;
    top: calc(10% - 35px);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #747474;
    box-shadow: 0 1px 1px rgb(8 32 60 / 15%), 0 1px 4px rgb(7 52 119 / 14%);



}

.carousel__anterior:hover,
.carousel__siguiente:hover {
    opacity: 100%;
}

.carousel__anterior {
    left: -30px;
}

.carousel__siguiente {
    right: -30px;
}

.carousel__lista {
    overflow: hidden;
}

.carousel__elemento {

    border-radius: 4px;
    margin: 10px;
    margin-bottom: 10px;
    background: #fff;


}


.tele {
    text-align: center;

}

.tele img {


   width: 200px;
}



.infor {

    text-align: center;
    padding: 5px 28px;
    font-family: 'Graphik LCG', Verdana, Arial, sans-serif;
}

.infor h5 {
    line-height: 10px;
    font-size: 12px;
    color: #919191;
    font-weight: 400;

}

.infor h1 {
    font-size: 20px;
    color: #273043;
    font-weight: 700;
    letter-spacing: -1px;

}

.infor p {
    line-height: 20px;
    font-size: 15px;
    color: #273043;

}

.infor img {


    width: 50px;

}





.carousel__indicadores .glider-dot {
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    opacity: .2;
    border-radius: 100%;
}

.carousel__indicadores .glider-dot:hover {
    opacity: .5;
}

.carousel__indicadores .glider-dot.active {
    opacity: 1;
}

@media screen and (max-width: 1100px) {



    .contr2 {

        width: 100%;
    }


    .contenido-principal {
        flex-direction: column;
    }

    .contenido-principal > * {
        width: 100%;
    }



    .carousel__contenedor {
        
        padding: 10px;
    }

    .botones {
       
        text-align: center;
        margin-bottom: 0px;

    }

  
  
    .carousel__elemento {

        border-radius: 4px;
        margin: 10px;
        margin-bottom: 0px;
        background: #fff;


    }



    .tele {
        text-align: center;

    }

    .tele img {


        width: 200px;
    }



    .infor {

        text-align: center;
        padding: 5px 28px;
        font-family: 'Graphik LCG', Verdana, Arial, sans-serif;
    }


    .infor h1 {
        font-size: 18px;
        color: #273043;
        font-weight: 700;
        letter-spacing: -1px;

    }






}
