@media (min-width: 960px) and (max-width: 1199px){
    .enterate-card-content{
        padding: 20px 10px;
    }

    .enterate-card-content > h3{
        padding-right: 10%;
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .enterate-card-content > p{
        font-size: 15px !important;
        margin-bottom: 20px;
    }
    .enterate-card-link{
        font-size: 15px;
    }
    .enterate-card-link:hover{
        border: rgba(0,51,160,1) solid 1px;
        cursor: pointer;
    }

    /*************ENTERATE************/
    .noticias2-box{
        position: relative;
        width: 940px;
    }
    .enterate-card-img{
        height: 200px;
    }
    .enterate-col{
        padding: 25px 25px;
        width: 40%;
    }
    .enterate-col > h1{
        font-size: 25px !important;
    }
    .novedades-col{
        padding: 25px 25px;
        width: 60%;
    }
    .novedades-title > h1{
        padding: 0px 15px;
        font-size: 25px;
    }
    .novedades-title > p{
        padding: 0px 15px;
        font-size: 15px !important;
    }
    .novedades-row{
        margin: 25px 0px;
    }
    .novedad-text{
        padding: 0px 25px;
    }
    .novedad-text p{
        font-size: 16px !important;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 959px){
    .enterate-card-content{
        padding: 20px 10px;
    }
    
    .enterate-card-content > h3{
        padding-right: 10%;
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .enterate-card-content > p{
        font-size: 15px !important;
        margin-bottom: 20px;
    }
    .enterate-card-link{
        font-size: 15px;
    }
    .enterate-card-link:hover{
        border: rgba(0,51,160,1) solid 1px;
        cursor: pointer;
    }
    
    /*************ENTERATE************/
    .noticias2-container{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .noticias2-box{
        position: relative;
        width: 100%;
    
        box-shadow: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .enterate-card-img{
        height: 200px;
    }
    .enterate-col{
        padding: 40px 0px;
        width: 100%;
    }
    .enterate-col > h1{
        font-size: 25px !important;
        text-align: center;
    }
    .enterate-col > h1::after{
        left: 50%;
        left: calc(50% - 27.5px);
        left: -moz-calc(50% - 27.5px);
    }
    .enterate-wrapper{
        width: 60%;
    }
    .novedades-col{
        padding: 25px 25px;
        width: 100%;
    }
    .novedades-title > h1{
        padding: 0px 15px;
        font-size: 25px;
    }
    .novedades-title > p{
        padding: 0px 15px;
        font-size: 15px !important;
    }
    .novedades-row{
        margin: 25px 0px;
    }
    .novedad-text{
        padding: 0px 25px;
    }
    .novedad-text p{
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .novedad-leer-btn{
        height: 40px;
    }
    #novedad-ver-todas-btn{
        height: 40px;
    }
}

@media (max-width: 767px){
    
    .enterate-card-content{
        padding: 20px 10px;
    }

    .enterate-card-content > h3{
        padding-right: 10%;
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .enterate-card-content > p{
        font-size: 15px !important;
        margin-bottom: 20px;
    }
    .enterate-card-link{
        font-size: 15px;
    }
    
    .enterate-card-link:active{
        border: rgba(0,51,160,1) solid 1px;
        cursor: pointer;
    }

    /*************ENTERATE************/
    .noticias2-container{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .noticias2-box{
        position: relative;
        width: 100%;

        box-shadow: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .enterate-card-img{
        height: 200px;
    }
    .enterate-col{
        padding: 25px 0px;
        width: 100%;
    }
    .enterate-col > h1{
        font-size: 21px !important;
        text-align: center;
    }
    .enterate-col > h1::after{
        left: 50%;
        left: calc(50% - 27.5px);
        left: -moz-calc(50% - 27.5px);
    }
    .enterate-wrapper{
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-color: #FFFFFF;
        scrollbar-width: thin;
        box-shadow: none;
        padding: 10px 0px;
    }
    .enterate-wrapper::-webkit-scrollbar{
        height: 10px;
        background-color: rgba(0,0,0,0);
    }
    .enterate-wrapper::-webkit-scrollbar-thumb{
        border-radius: 10px;
        background-color: #ECF0F1;
    }
    .enterate-card-row{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    }
    #enterate-paginator{
        visibility: hidden;
    }
    
    .novedades-col{
        padding: 25px 25px;
        width: 100%;
    }
    
    .novedades-title::after{
        display: none;
    }
    .novedades-title > h1{
        padding: 0px 15px;
        padding-bottom: 10px;
        font-size: 21px;
        margin-bottom: 15px;
        text-align: center;
    }
    .novedades-title > h1::after{
        content: "";
        position: absolute;
        width: 55px;
        height: 2px;
        border-radius: 2px;
        background-color: #00AEC7;
        top: 100%;
        top: calc(100% - 1px);
        top: -moz-calc(100% - 1px);
        left: 50%;
        left: calc(50% - 27.5px);
        left: -moz-calc(50% - 27.5px);
    }
    .novedades-title > p{
        padding: 0px;
        font-size: 14px !important;
        text-align: center;
    }
    .novedades-row{
        margin: 25px 0px;
    }
    .novedad-img{
        width: 60px;
    }
    .novedad-box{
        width: auto;
        width: calc(100% - 60px);
        width: -moz-calc(100% - 60px);
    }
    .novedad-text{
        width: 100%;
        width: calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        padding: 0px 25px;
    }
    .novedad-text p{
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .novedad-text-tag{
        font-size: 13px !important;
    }
    .novedad-leer-btn{
        height: 35px;
        width: 80px;
        font-size: 15px;
    }
    #novedad-ver-todas-btn{
        height: 35px;
    }

    /*******VISITA TAMBIEN********/
    .visita-container{
        padding-bottom: 0px;
    }
    .visita-title{
        margin-bottom: 30px;
    }
    .visita-title h1{
        font-size: 21px;
    }
    .visita-fluid::before{
        display: none;
    }
    .visita-row{
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 0px;
    }
    .visita-col{
        margin: 0px !important;
        margin-bottom: 40px !important;
    }
    .visita-icon{
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    .visita-icon img{
        width: 35px;
    }
    .visita-name{
        font-size: 16px !important;
    }
    .visita-text{
        font-size: 14px;
    }
    .visita-ir-btn{
        height: 35px;
    }
}