﻿
	/**************** Responsive Marcos ********************/
	@media only screen and (min-width: 1400px){
.container {
    width: 1350px!important;
	}}
	
	@media only screen and (min-width: 1300px){
.container {
    width: 1250px!important;
	}}
	
	@media only screen and (min-width: 1200px){
.container {
    max-width: 1440px!important;
}
	}
	@media screen and (max-width: 1200px){div#mainBanner.container {
 max-width: 100%!important;   
   
}}
@media (min-width: 992px){
div#mainBanner.container {
    max-width: 100% !important;
}}



@media screen and (max-width: 990px) {
    .menu-top {
        left: 0;
        right: inherit;
        position: absolute;
    }

    ul.top_menu li {
        padding: 10px 5px;
    }

div.santoral {
    /* display: none !important; */
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 15px 0;
}

    div#mainBanner {
        width: 100% !important;
        margin: 20px 0;
        margin-top: 40px;
    }

    .container {
        max-width: 100% !important;
    }

    div#ImagenPrincipal {
        display: none;
    }

    div#Destacado.col-4 {
        width: 100% !important;
        max-width: 100%;
    }

    /****** Resposive pages title   **********/
    #ContentTitlePage .pageTitle h1 {
        font-size: 44px;
    }

    #ContentTitlePage .breadcrumb_bar {
        width: 97%;
        max-height: 100px;
        overflow-y: hidden;
    }

    #ContentTitlePage .pageTitle .compartir-titular span {
        display: none;
    }

    #ContentTitlePage .pageTitle .compartir-titular {
        position: absolute;
        right: -15px;
        margin-top: -75px;
        z-index: 10;
    }

        #ContentTitlePage .pageTitle .compartir-titular ul.social-links li {
            display: initial;
        }

        /*******   FOOTER *****/

    #footer .footerup div p {
        text-align: center !important;
    }
}

@media screen and (max-width: 836px) {

    #ContentTitlePage .pageTitle h1 {
        font-size: 40px;
    }

   
}

@media screen and (max-width: 480px) {
    .compartir-titular {
        margin-top: 0;
        width: 100%;
    }

        .compartir-titular span {
            display: none;
        }

    .titulopropio div#dnn_TopPane img, .top_menu .fa {
        display: none !important;
    }

  

    #BuscarTop {
        display: none;
    }

    #footer .isos p, #footer p, .Footer_Bottombg, .header_top .top_menu {
        text-align: center
    }

    #footer ul.social-links {
        display: inline-block;
    }
    #ContentTitlePage .pageTitle h1 {
        font-size: 30px;
    }
}
	
	
	