/*Extra small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

    .lh-66,
    .lh-95,
    .lh-100,
    .lh-115 {
        line-height: normal !important;
    }

    .r-title-10 {
        font-size: 10px !important;
    }

    .r-title-11 {
        font-size: 11px !important;
    }

    .r-title-12 {
        font-size: 12px !important;
    }

    .r-title-14 {
        font-size: 14px !important;
    }

    .r-title-16 {
        font-size: 16px !important;
    }

    .r-title-18 {
        font-size: 18px !important;
    }

    .r-title-20 {
        font-size: 20px !important;
    }

    .r-title-25 {
        font-size: 25px !important;
    }

    .r-title-28 {
        font-size: 28px !important;
    }

    .r-title-29 {
        font-size: 29px !important;
    }

    .r-title-30 {
        font-size: 30px !important;
    }

    .r-title-35 {
        font-size: 35px !important;
    }

    .r-title-40 {
        font-size: 40px !important;
    }

    .sticky-no-mobile {
        position: unset;
        top: unset;
        z-index: unset;
    }

    .box-video-home{
        height: 300px;
    }

    .columns-2{
        columns : unset;
    }
    .rotate-r-90 {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .img-res-esp{
        height: 260px;
        object-fit: cover;
    }

    .btn-contacto{
        width: 100%;
        margin-top: 10px;
    }

    .nav-footer .nav-item{
        width: 100%;
        text-align: center;
    }

    footer .nav{
        text-align: center;
    }

    .btn-codes{
        margin-top: 0px;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {

}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}
