
body
{
    background-color: #F2F2F2;
    font-family: 'Lora', serif;
}
a,
a:hover,
a:active{
    text-decoration:none;

}
main{
    overflow: hidden;
}

.clear {
    clear: both;
}

.layout-header
{
    background-color: #1d73be;
}

.layout-header .column-header
{
    height: 75px;
}

.layout-header .column-header.layout-logo
{
    padding-top: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:center;
}
.layout-header .column-header.layout-logo a{
    font-size: 38px;
    font-weight: 600;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    color:#FFF;
}
.layout-header .column-header.layout-logo a:hover,
.layout-header .column-header.layout-logo a:hover{
    text-decoration: none;
    color:#FFF;
}
.layout-footer{
    background-color: #1d73be;
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px){
    .layout-footer{
        text-align: left;
    }   
}

.layout-footer a
{
    color: rgba(255,255,255,.8);
}

.layout-footer a:hover
{
    color: rgba(255,255,255,1);
}

.layout-footer .column-footer
{
    color: #FFF;
}

.layout-footer .logo-footer{
    margin: 10px;
    max-width: 200px;
}

.layout-footer .column-footer dl{
    margin-top: 10px;
    margin-bottom: 10px;
}

.layout-footer .column-footer dl dt{
    font-size: 16px;
    font-weight: 300;
}

.layout-footer .column-footer dl dd{
    font-size: 14px;
    font-weight: 300;
    padding-top: 7px;
    color: rgba(255,255,255,.8);
}

.footer-footer 
{
    background-color: #0068A0;
    margin-top: 30px;
}

.footer-footer .container{
    padding: 15px;
    font-size: 12px;
    color: rgba(255,255,225,.9);
}

.layout-search
{
    padding-top: 15px;
    text-align: center;
}


.layout-search form
{
    padding: 4px;
    text-align: left;
    display: inline-block;
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #A3A3A3;
}

.layout-search form *
{
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.layout-search input.form-control
{
    width:60%;
}

.layout-search select.form-control
{
    width:40%;
    border-left: 1px solid;
}


.layout-publish
{
    text-align: center;


}
.layout-publish > div
{
    display: inline-block;
    margin: 0 auto;
    min-width: 200px;
    max-width: 250px;
}

.layout-login
{
    padding: 4px 8px;;
    color: rgba(255,255,255,.9);

}

.layout-login a
{
    color: rgba(255,255,255,.8);
    text-decoration: none;
}

.layout-login a:hover
{
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.layout-login-account
{
    text-align: left;
    margin-bottom: 3px;
}

.layout-login-register
{
    text-align: right;
    border-left: 1px solid #FFF;
    margin-bottom: 3px;
}


.btn.btn-publish {
    background-color: #FFCF01;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.btn.btn-publish.header-btn {
    background-color: #FFCF01;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.btn.btn-publish.captura-btn {
    background-color: #FF8500;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
/*
    DESTACADO
*/

.layout-content
{
    border: 1px solid #D4D4D4;
    border-bottom: none;
    background-color: #FFF;
}

.layout-content .prominent-header
{
    position: relative;
    height: 40px;
}

.layout-content .prominent-line
{
    height: 30px;
    border-bottom: 1px solid #000;
}

.layout-content .prominent-title
{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    background-color: #FFF;
    width: 300px;
    text-align: center;
    font-size: 35px;
    font-weight: 300;
}

.layout-content .prominent-list
{
    margin-bottom: 10px;
}

.prominent-list [class*="Avisos-"]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
}



.prominent-list li {
    padding-left: 5px;
    padding-right: 5px;
}

.prominent-list .list-item{
    width: 23%;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 1%;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24) !important;
    transition: box-shadow 0.2s ease;
}
.prominent-list .list-item:hover{
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12), 0px 9px 8px 0px rgba(0,0,0,0.24) !important;
}
@media (max-width:920px){
    .prominent-list .list-item{
        width:48%;
    }
}
@media (max-width:520px){
    .prominent-list .list-item{
        width:100%;
    }
}

/* CONTENIDO DESTACADO */

.block-publish
{
    position: relative;
    display: block;
    padding: 0;
    margin-top: 20px;
    text-align: left;
    padding-bottom: 10px;
}

a.block-publish,
a.block-publish:hover
{
    color: #000;
    text-decoration: none;
}

.block-publish .image
{
    width: 100%;
}

.block-publish .price
{
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.block-publish .title
{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px;
    color: rgba(0,0,0,.6);
    text-align: center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.block-publish .code
{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FEC551;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 20px;
}


@media (max-width: 1650px){
    .pubLateral{
        visibility: hidden;
    }
}

@media (max-width: 991px)
{
    .block-publish .price
    {
        font-size: 16px;
        white-space: nowrap;
    }

    .block-publish .title
    {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        white-space: initial;
    }

}

@media (min-width: 992px)
{


    .block-publish .code
    {
        font-size: 12px;
    }
}



/*** BREADCRUMBS ***/
.layout-breadcrumbs{
    margin: 10px 0;
    font-weight: normal;
}

.breadcrumb {
    list-style: none;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    background-color: transparent;
    text-align: left;
    padding: 5px;
}
.layout-breadcrumbs,
.breadcrumb > li.active,
.breadcrumb > li a
{
    color: #000;
    font-size: 16px;
}

.breadcrumb > li
{
    display: inline-block;
}

/*NAV-BAR FIXED*/

div#fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #0076B4;
    height: 37px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: 0.4s;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.25);
}
div#fixed-navbar div {
    padding: 0;
}
div#fixed-navbar a.img-logo-inside img {
    height: 100%;
    padding: 5px;
}
div#fixed-navbar a.img-logo-inside {
    height: 38px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 600;
}
div#fixed-navbar.noShow .arrow-to-top,
div#fixed-navbar.noShow {
    height: 0px !important;
    border-bottom: 0;
}
div#fixed-navbar .btn.btn-publish.header-btn {
    background-color: #FFCF01 !important;
    color: #000 !important;
    border-radius: 0;
    font-size: 17px !important;
    max-width: 545px;
    width: 100%;
    line-height: 23px;
    padding: 6px;
    font-weight: 500 !important;
    text-transform: uppercase;
}
div#fixed-navbar .arrow-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px !important;
    color: #FFCF01;
    font-size: 40px;
    transition: 0.4s;
    cursor: pointer;
    overflow: hidden;
    height: 57px !important;
    text-align: center;
}

@media (max-width: 545px){
    div#fixed-navbar div{
        width:100% !important;
    }
    div#fixed-navbar{
        height: 75px !important;
    }

}


/************** ESTILOS DEL HEADER DIARIO*******************/

#header-top {
    background: #f7f7f7;
    height: 2.2em;
    font-size: 14px;
    padding:0 5px;
    border-top: 1px solid rgb(219, 220, 224);
}

#h-content {
    height: 28px;
    line-height: 25px;
}


/*clima y fecha*/

.content-header [data-id="data-weather"] [data-id="h-wather"] div {
    margin-right: 3px;
    display: block;
    text-align: right;
}

.content-header [data-id="data-weather"] span {
    font-family: 'Lora', serif;
    text-transform: uppercase;
}



#h-date span:not(.diaSemana),
.w-tipo-med,
.weather,
#header-top .w-city {
    font-family: 'Lora', serif;
    font-weight: 600;
    color: #1d73be;
}

.content-header [data-id="data-weather"]>div {
    display: inline-block;
    text-align: right;
}

.content-header [data-id="data-weather"] [data-id="h-wather"] div {
    margin-right: 3px;
}


[data-id="w-logo"] {
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    display: inline-block;
    width: 70px;
    height: 60px;
    padding: 10px;


}

.w-city {
    color: #888888;
    text-transform: uppercase;
}

#header-top .w-tipo-med,
#header-top .w-temp,
#header-top .w-city {
    font-weight: lighter;
}

#header-top [data-id="data-weather"] {
    display: none;
    margin-right: 1em;
}

#header-top [data-id="h-weather"] {
    display: flex;
    align-items:center;
}

#header-top [data-id="w-logo"] {
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right:5px;
}

#h-date {
    float: left;
    font-family: 'Lora', serif;
    color: #888888;
    text-transform: uppercase;
}

/*busqueda y social*/
.content-header #search-social {
    float: right;
    position: relative;
    padding-right: 5px;
}

.search-icon,
.h-social-icon {
    display: inline-block;
    width: 28px;
    height: 28px
}

.h-icon {
    display: block;
    width: 30px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
}

.h-lupa {
    background-image: url(img/launion/masterpage/lupa.png);
    background-size: 11px;

}


.show-search-form {
    visibility: visible !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="100 ")";
    filter: alpha(opacity=100);
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    pointer-events: auto !important;
}

#search-social .search-form {
    z-index: 400;
    position: absolute;
    top: calc(100% + 1px);
    left: -200px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="0 ")";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-top: 0;
    width: 342px;
    pointer-events: none;
}

.search-form form {
    margin: 20px;
}

#h-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #eaeaea !important;
}



input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: #222222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.btn-search {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0 !important;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.btn-search:hover {
    background: #4db2ec;
    color: white;
}

/*Estilos para el header-down*/
.header-down {
    height: 170px;
    background-color: #fff;
}



@media (min-width:769px) {
    .h-logo {
        display: block;
        margin-right: 42px;
        width: 263px;
        float: left;
    }

    .h-logo a img {
        padding: 3px 0;
        position: relative;
        vertical-align: middle;
    }

    #nav-container {
        width: 100%;
        border-bottom: 1px solid #1d73be;
        font-family: 'Lora', serif;
    }

    #nav-container nav ul {
        List-style: none;
        display: flex;
        justify-content: space-around;
    }

    #nav-container nav ul li {
        display: block;
        float: left;
    }

    #nav-container nav ul li a {

        display: block;
        padding: 5px 14px;
        line-height: 18px;
        font-size: 16px;
        color: #1d73be;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-backface-visibility: hidden;
    }

    #nav-container nav ul li a:hover {
        text-decoration: none;
        background: #e4e4e4;
    }

    #fixMenu.mainmenu.affix .h-middle,
    #fixMenu.mainmenu.affix .h-footer {
        display: none;
    }

    .mainmenu .dropdown:not(:hover) ul.dropdown-menu {
        display: none !important;
        margin-top: 0;
    }


}



/*ESTILOS PARA LA BARRA DE NAVEGACION FIJA/SIN-LOGO*/

#fixMenu.mainmenu .navbar-login {
    display: none;
}

#fixMenu.mainmenu .dropdown-menu {
    margin-top: 0;
    border-top: 0;
}

#fixMenu.mainmenu.affix {
    top: 0;
    width: calc(100vw - 10px);
    background-color: #1d73be;
    z-index: 20;
    transition: box-shadow 0.3s;
    border: none;
}

#fixMenu.mainmenu.affix {
    position: fixed;
}

#fixMenu.mainmenu.affix .header-down {
    background-color: #1d73be;
    max-height: 48px;
}

#fixMenu.mainmenu.affix #nav-container {
    margin-right: 0px;
    border: none;
}


#fixMenu.mainmenu.affix #h-content {
    padding-right: 10px;
}
#fixMenu.mainmenu .navbar-logo
{	
    display:none;
}
#fixMenu.mainmenu .navbar-logo a
{	
    display:block;
    width:140px;
}
#fixMenu.mainmenu .navbar-logo img{
    max-height:45px;
}

#fixMenu.mainmenu.affix .navbar-logo
{
    display:block;
    margin:0px;
}
#fixMenu.mainmenu.affix .navbar-logo a
{
    padding:0px;
}
#fixMenu.mainmenu.affix .navbar-logo img
{
    max-width: 100%;
}
#fixMenu.mainmenu.affix .fixed-hidden
{
    display:none;
}
.affix #header-menu nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.affix #header-menu nav ul li {
    margin: 0px 15px;
}

.affix #header-menu nav ul li a {
    color: #fff;
    line-height: 48px !important;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    padding-top: 0px;
    padding-bottom: 0px;
}
.affix #header-menu nav ul li.navbar-logo a:hover{
    background-color:#1e73be;
}

.affix #header-menu nav ul li .section-active,
.affix #header-menu nav ul li a:hover {
    background: #3190e3;
}

.affix #header-menu nav ul.dropdown-menu {
    margin-top: 0px;
    background-color: #1d73be;
}

.affix #h-date span {
    font-weight: normal;
    color: #888888;
}

.affix .diaSemana {
    display: none;
}

.affix #header-top [data-id="data-weather"] {
    display: flex;
    float: left;
    padding-right: 1em;
    align-items:center;
}

.affix #header-top .w-tipo-med {
    vertical-align: super;
    font-size: .8em;
    padding-right: 7px;
}
@media (min-width:992px){
    #fixMenuClass.affix{
        width: calc(100vw - 10px);
        z-index: 18;
        transition: box-shadow 0.3s;
        border: none;
    }
}


@media (max-width:992px){
    #fixMenuClass.affix{
        position:fixed;
        top:0;
        width:100%;
		z-index:10;
    }
}

#container-all {
    position: relative;
    width: 100%;
}




.layout-header {
    position: float;
}

/*ESTILOS PARA LA BARRA SUPERIOR*/


.content-header {
    width: 100% !important;
    position: absolute;
}

@media (min-width:769px){
    .navbar{
        margin-left:-8px;
        margin-right:-8px;
        margin-bottom: 5px;
    }
}


/*busqueda y social*/
.content-header #search-social {
    float: right;
    position: relative;
}

.search-icon,
.h-social-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.h-icon {
    display: block;
    width: 30px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
}



.show-search-form {
    visibility: visible !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="100 ")";
    filter: alpha(opacity=100);
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    pointer-events: auto !important;
}

#search-social .search-form {
    z-index: 400;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="0 ")";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-top: 0;
    width: 342px;
    pointer-events: none;
}



.search-form form {
    margin: 20px;
}

#h-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #eaeaea !important;
}

.search-form form input[type=text],
.search-form form input[type=url],
.search-form form input[type=tel],
.search-form form input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: #222222;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}



.btn-search {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 20px;
    margin: 0 !important;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.btn-search:hover {
    background: #4db2ec;
    color: white;
}

#newsletter>p {
    background-color: #1d73be;
    border-bottom: #0086ff 4px solid;
    color: white;
    text-transform: uppercase;
    width: fit-content;
    padding: 3px 1em;
    margin-bottom: 5px;
}

#newsletter {
    min-width: 18em;
}

#newsletter>div>input {
    width: 83%;
    display: inline-block;
    padding: 0px;
    border-color: #555;
}

#newsletter>div>a {
    background-color: #c3c3c3;
    color: white;
    font-size: 20px;
    padding: 6px 0.6em;
    float: right;
}

#newsletter>div>a:hover {
    text-decoration: none;
}

#contact-ws {
    font-size:14px;
    text-align: right;
    text-transform: uppercase
}
#contact-ws>a{
    color: #333;
}
#contact-ws>a>i,
#contact-ws>a>p:last-child {
    color: #1d73be;
}

#contact-ws>a>i {
    font-size: 40px;
    color: #1d73be;
}


#header-menu .separador {
    position: relative;
    border-right: 7px solid #f7f7f7;
    align-self: stretch;

}

#header-menu .separador:after {
    content: "";
    height: 5px;
    border-right: 7px solid #0086ff;
    position: absolute;
    bottom: 0px;
}

.h-footer .separador {
    margin: 5px 1em;
}

.h-middle .separador {
    margin: 1em;
}

.h-footer>.tit-color {
    color: #1d73be;
    font-weight: 600;
}

.h-footer span {
    font-weight: lighter;
}

.h-footer #mostPopularCategorys a,
.h-footer #quiniela span:nth-child(2n+1),
.h-footer #dolar>span:nth-child(2n+1) {
    color: #888888;
    font-weight: lighter;
}

.h-footer #mostPopularCategorys{
    display:inline-block;
}
.h-footer #mostPopularCategorys a {
    padding: 0px 5px;
}

.h-footer #mostPopularCategorys a:not(:last-child) {
    border-right: 1px solid #888888;

}

/*Pantallas medianas*/
@media(max-width:1200px) and (min-width:769px) {
    .h-logo {
        align-self: stretch;
        max-height: 48px;
        margin-right: 10px;
    }

    .h-logo a img {
        padding: 3px 0;
        position: relative;
        vertical-align: middle;
        height: auto;
        max-width: 260px;
    }

    .nav-container {
        margin-right: 0 !important;
    }

    #nav-container nav ul li a {
        padding: 0 5px !important;
        font-size: 12px;
        margin-right: 0px;
    }

    #newsletter {
        min-width: 230px;
    }

    .h-middle {
        font-size: 13px;
    }

    .h-footer {
        display: none !important;
        font-size: 12px;
    }

    .header-down {
        height: 97px;
    }
}

@media(max-width:968px) and (min-width:769px) {
    .h-logo {
        align-self: center;
    }

    .h-logo a img {
        max-width: 168px;
    }

    .nav-container {
        margin-right: 0 !important;
    }

    #newsletter {
        min-width: 180px;
    }

    #newsletter>div>a {
        padding: 6px 9px;
    }

    .h-middle {
        font-size: 11px;
    }
}

@media(max-width:768px) {

    #l-social {
        display: none !important;
    }

    .h-logo img.logo-desktop {
        display: none;
    }

    .h-logo img.logo-movil {
        height: 48px;
        margin: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding: 0;

    }

    .header-down {
        height: 54px !important;
        background-color: #1d73be !important;
        width: 100vw !important;

    }

    .h-hamburger,
    .h-search {
        height: 100%;
        width: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .h-hamburger i,
    .h-search i {
        font-size: 27px;
        display: inline-block;
        padding-top: 1px;
        color: #fff;
    }

    .h-search i {
        font-size: 20px;
    }

    .h-search {
        position: absolute;
        top: 0;
        right: 0;
    }

    .content-header {
        padding-right: 0;
        padding-left: 2px;
        height: 100%;
        display:none;
    }

    #menu-movil-background:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100vh;
        width: 100vw;
        background: linear-gradient(to bottom, #313b45 0%, #3393b8 100%);
        opacity: 0.98;
        z-index: -1;
    }

    #menu-movil-socials-top {
        display: flex;
        justify-content: space-between;
        width: 100vw;
    }

    #nav-container-movil li a {
        display: block;
        line-height: 21px !important;
        font-size: 21px;
        color: #fff;
        margin-left: 0;
        padding: 12px 30px 12px 12px;
        font-weight: bold;
    }

    #menu-movil-socials-top .menu-movil-socials,
    .search-movil-content-close {

        padding: 0 65px 0 20px;
        overflow: hidden;
        height: 60px;
    }

    .search-movil-content-close {
        position: relative;
        width: 100vw;
        height: 70px;
    }

    .search-movil-content-close .movil-close {
        position: absolute;
        right: 0;
        top: 0;
    }

    .search-movil-input {
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        height: 40px;
        line-height: 36px;
        border: 0;
        background: transparent;
        outline: 0;
        margin: 8px 0;
        padding: 0;
        text-align: center;
    }

    .search-movil-form {
        margin: 0 5%;
        position: relative;
        color: white;
        text-align: center;
        font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    }

    .search-movil-form:after,
    .search-movil-form:before {
        content: "";
        background-color: white;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0.2;
        display: block;
        width: 100%;
        height: 1px;
    }

    .search-movil-form:after {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transition: transform 0.5s ease 0.8s;
        -moz-transition: transform 0.5s ease 0.8s;
        -o-transition: transform 0.5s ease 0.8s;
        transition: transform 0.5s ease 0.8s;
    }

    .search-movil-form>label {
        opacity: 0.8;
        font-size: 12px;
    }

    #search-movil-result {
        margin-top: 30px;
    }

    #search-movil-result .titulo a {
        font-size: 16px;
        line-height: 18px;
        font-family: 'Lora', serif;
        font-weight: 500;
        color: white;
    }

    #search-movil-result img {
        width: 80px;
    }

    #search-movil-result .no-result {
        text-align: center;
        color: #fff;
        font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    }

    #search-movil-result-button,
    #search-movil-result .no-result {
        margin: 0 5%;

    }

    #search-movil-result-button button {
        display: block;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        line-height: 50px;
        color: #000;
        border: none;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.36);
        margin: 10px 0 40px;
        font-size: 17px;
        border-radius: 0;
        background-color: #fff;
        opacity: 0.8;
    }

    .menu-movil-socials .social-icon {
        margin: 20px 5px 0 0;
        display: inline-block;
    }

    .menu-movil-socials .social-icon i {
        border: none;
        background-color: transparent;
        font-size: 13px;
        width: 40px;
        height: 40px;
        line-height: 34px;
        color: #fff;
        vertical-align: middle;
    }

    .menu-movil-socials .social-icon a {
        text-align: center;
    }

    .menu-movil-socials .social-icon .fa-instagram-f {
        font-size: 15px;
    }

    .movil-close {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 21px;
        color: #fff;
        top: 4px;
        position: relative;
    }


    .movil-close::before,
    .movil-close:after {
        content: "";
        height: 2px;
        width: 28px;
        background: #fff;
        position: absolute;
        left: 20px;
        top: 48%;
        margin-top: -2px;
    }

    .movil-close:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .movil-close::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-container-movil,
    #search-container-movil {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        z-index: 9999;

    }

    #nav-container-movil nav {
        padding: 20px 20px 0;
    }


    #nav-container-movil {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }

    #search-container-movil {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }

    body.menu-movil #nav-container-movil,
    body.search-movil #search-container-movil {
        -webkit-transform: translate3d(0, 0, 0);
    }




    .menu-movil,
    .search-movil {
        overflow: hidden;
        height: 100vh;
    }

    body.menu-movil #container-all,
    body.search-movi #container-all {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-box-shadow: 0 0 46px #000000;
        -moz-box-shadow: 0 0 46px #000000;
        box-shadow: 0 0 46px #000000;

    }

    body.search-movil .search-movil-form:after {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        opacity: 1;
    }

    #container-all {
        position: absolute;
        margin: auto;
        width: 100%;

        overflow: scroll;
        -webkit-transition: transform 0.7s ease;
        -moz-transition: transform 0.7s ease;
        -o-transition: transform 0.7s ease;
        transition: transform 0.7s ease;
        -webkit-transform-origin: 50% 200px 0;
        -moz-transform-origin: 50% 200px 0;
        -o-transform-origin: 50% 200px 0;
        transform-origin: 50% 200px 0;
    }

    .h-footer,
    .separador,
    [data-id="data-weather"],
    #nav-container,
    #newsletter,
    #contact-ws {
        display: none;
    }

    #button-social-movil {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10000;
        display: flex;
        justify-content: space-evenly;
        width: 100vw;
    }

    .buton-social-containt {
        height: 30px;
        margin: 0 !important;
        overflow: hidden;
        text-align: center;
        width: 90px;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        margin-right: 3px;
        margin-bottom: 3px;
        flex: 1;
    }

    .button-social-box {
        display: block;
        font-size: 18px;
        width: 100%;
        height: 100%;
        padding: 0 !important;
        border: none;
        color: white;

    }

    .button-social-box i {
        vertical-align: middle;
    }

    .button-social-movil-facebook {
        background-color: #3b5998;
    }

    .button-social-movil-twitter {
        background-color: #00ABF0;
    }

    .button-social-movil-whatsapp {
        background-color: #34af23;
    }

    body {
        height: 100vh;
    }

    .section-active {
        color: #73C7E3 !important;
        background-color: transparent;
    }
}

@media (min-width:769px) {

    #menu-movil-background,
    #menu-movil-socials-top,
    #nav-container-movil,
    #button-social-movil,
    #search-container-movil,
    .h-hamburger,
    .h-search {
        display: none !important;
    }

    #container-all {
        padding: 0 8px;
    }

    .h-logo img.logo-movil {
        display: none;
    }

    .h-middle,
    .h-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid #1d73be;
        font-family: 'Lora', serif;
        padding-left:7px;
        padding-right:7px;
    }

    .h-footer {
        border-bottom: 1px solid #e5e5e5;
        justify-content: flex-start;
        text-transform: uppercase;
        flex-wrap: wrap;
        line-height: 42px;
        font-size: 14px;
    }

    #footer-container footer #f-img #contact-ws {
        position: absolute;
        right: 0px;
        bottom: -10px;
    }

    .h-logo {
        flex: 1;
    }

    .header-down [data-id="data-weather"] {
        float: right;
        min-height: 90px;
        display: flex;
        align-items: center;
    }

    #header-menu .h-footer .separador {
        border-right: 12px solid #f7f7f7;
        margin: 5px;
    }

    #header-menu .h-footer .separador:after {
        height: 5px;
        border-right: 12px solid #0086ff;

    }

    #header-menu .h-footer .separador:first-child {
        margin-left: 0px;
    }
}

@media(max-width:1400px) and (min-width:1200px) {
    .h-footer {
        font-size: 12px;
    }
}

@font-face {
    font-family: "GE Zodiac";
    src: url("../../core/fonts/GE Zodiac Regular.ttf");
}

@font-face {
    font-family: "Brandon";
    src: url("../../core/fonts/Brandon.ttf");
}



/*******ESTILOS PARA PANTALLAS GRANDES*******/
@media (min-width:1600px){
    .portada-grande-b .titular .t-content .bajada p,
    .titular .t-content .bajada p{
        font-size:18px;
    }
    .seccion-titular .titular .t-content h3 a,
    .solo-titular .titular .t-content h3 a,
    .solo-titular-w .titular .t-content h3 a,
    .solo-titular-border-top .titular .t-content h3 a{
        font-size:22px;
    }

}

/*******FIN ESTILOS PARA PANTALLAS GRANDES*******/


/************** FIN ESTILOS DEL HEADER *******************/


/* FOOTER */
#footer-container {

    padding: 0 24px;
    padding-bottom: 37px;
    background:#FFF;
    border-top:solid 2px #0076B4;
}

#footer-container footer {
    padding: 8px;
}

#footer-container footer #f-img {
    position: relative;
    width: 100%;
    margin: 24px auto 35px;
}

#footer-container footer #f-img hr {
    position: absolute;
    top: 34%;
    width: 90%;
    left: 5%;
    z-index: -1;
    border-color: #d4d4d4;
}

#footer-container footer #f-img img {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #fff;
}



#footer-container footer #f-data {
    text-align: center;
    font-family: 'Brandon', serif;
    line-height: 20px;
    font-size: 16px;
}

@media (max-width:768px) {
    #f-img>img {
        max-width: 100%;
        width: auto\9;
        height: auto;

    }

    .footer-container {
        overflow: hidden;
        width: 100vw;
    }
    body.sin-logo #fixMenu.mainmenu,
    #fixMenu.mainmenu.affix{
        width:100%;
    }
}

/**efecto borde de pagina**/
li.black-list-item .item-container .icon:before,
.specials-pages .item a:before{    
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 0px;
    height: 0px;
    background: rgb(255,255,255);
    background: linear-gradient(225deg, rgba(255,255,255,1) 47%, rgba(170,170,170,1) 81%, rgba(0,0,0,1) 116%);
    box-shadow: -7px 4px 5px #0006;
    transition: all .5s;
}
li.black-list-item:hover .item-container .icon:before{
    width: 15px;
    height: 15px;
}
.specials-pages .item a:before{
    top:10px;
}
.specials-pages .item a:hover:before{
    width: 30px;
    height: 30px;  
}