body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
}
/**** HeaderPSW ****/
#headerPSW {
    background-color: #ffffff;
}
/*****Top Bar*****/
#topBar {
    /*background-color: #054652;*/
    opacity: 0.8;
    font-size: 12px;
    color: white;
}

    #topBar .row {
        padding: 5px;        
    }

#topBarContact i {
    opacity: 0.5;
}

#topBar a {
    color: inherit;
    text-decoration: none;
}

    #topBar a:hover {
        opacity: 0.6;
        text-decoration: underline;
    }

#topBarSocial {
    font-size: 18px;
}

#topBar .language-Active {
    opacity: 0.5;
}
/**** Header Logo ****/
#headerLogo {
    height: 140px;  
    color: #054652;    
    max-width: 100%;
    padding: 30px;
}

    #headerLogo img {
        height: 80px;
        width: auto;
    }
/**** Menú ****/
#menu-PSW {
    /*background-color: #054652;*/
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding-left: 50px;
}

    #menu-PSW a, {
        color: white;
        text-decoration: none;
    }

        #menu-PSW a:hover {
            opacity: 0.5;
        }

    #menu-PSW .dropdown-menu {
        background-color: #054652;
        color: white;
        border: 1px solid rgb(5, 70, 82);
        border-radius: 0;
    }

        #menu-PSW .dropdown-menu a:focus {
            background-color: rgb(255, 255, 255, 0.4);
        }

        #menu-PSW .dropdown-menu a:hover {
            font-weight: bold;
        }

    #menu-PSW .dropdown-item {
        color: #ffffff;
        text-decoration: none;
    }

        #menu-PSW .dropdown-item:hover {
            color: #054652;
        }

    #menu-PSW a {
        color: white;
    }
/*** Carousel ***/
.carousel-indicators .active { /*background-color:rgb(5, 70, 82)*/
    opacity: 0.8;
}

.txt {
    width: 100%;
    margin-left: 15px;
}

.form-horizontal .txt {
    margin: 5px 0 30px 0;
    height: 40px;
    border-bottom: 1px solid #828282;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

.form-horizontal .control-label {
    color: #2e2e2e;
    font-weight: 500;
    font-size: 16px;
}

.dropdate {
    width: 100%;
}

.lbltxt {
    margin: 15px 0;
}

.form-title {
    margin: 0 0 15px 0;
}

.sub-btn {
    background: #154ba7;
    border: none;
    color: #fff;
    cursor:pointer;
}

.checkbox-inline label {
    margin-left: 10px;
}


.checkform input[type="checkbox"] {
    display: none;
}

    .checkform input[type="checkbox"] + label {
        position: relative;
        padding-left: 35px;
        margin-bottom: 5px;
        cursor: pointer;
        color: #212121;
        font-size: 16px;
        font-weight: 500;
        display:block;
    }

        .checkform input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        .checkform input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid #6cc0e5;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 1;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    .checkform input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.form-horizontal .txt:focus {
    outline: none;
}

.flexdisplay {
    display: flex;
}
/** Pagina principal ***/
#pagPrincipal {
    /*** background-color: rgb(5, 70, 82, 0.1); ***/
    padding-top: 50px;
    padding-bottom: 40px;
}

.tituloPSW {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 30px;
}

    .tituloPSW h2 {
        font-size: 30px;
        font-weight: 500;
    }

    .tituloPSW h3, .tituloPSW a {
        /*color: rgb(5, 70, 82, 0.6);*/
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
    }

        .tituloPSW a:hover {
            /*color: rgb(5, 70, 82);*/
        }

.check label {
    display: inline;
}

.foto-banner {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
}
/*** Promociones ***/
#promociones {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 40px;
}

.foto-promo {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

.titulo-promo {
    color: #054652;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.descripcion-promo {
    color: #777777;
    font-size: 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
}

.boton-promos {
    background-color: #054652;
    color: white;
    border: 1px solid #054652;
    border-radius: 0;
}

    .boton-promos:hover {
        background-color: rgb(5, 70, 82, 0.8);
        color: white;
        border: 1px solid #054652;
        border-radius: 0;
    }

    .boton-promos:focus {
        background-color: rgb(5, 70, 82, 0.5);
    }

.btn.focus, .btn-primary.focus, .btn:focus, .btn-primary:focus {
    box-shadow: none;
    border: 0;
}

.boton-promos.focus, .boton-promos:focus {
    box-shadow: none
}

.promo-dots {
    padding-top: 20px;
}
.offergrid{
    min-height:360px;
}
    .offergrid .grid-item {
        display: block;
        position: relative;
        text-align: center;
        margin: 5px 0px;
        
    }
        .offergrid .grid-item .cover {
            border: 1px solid #d7d7d7;
            margin:0px -10px;
        }
    .offergrid .grid-item .discount {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: orange;
        opacity: 0.6;
        padding: 13px 10px;
        margin-right: 10px;
        margin-top: 5px;
        font-weight: bold;
        color: white;
    }
            .offergrid .grid-item .item-image img {
                max-height: 315px;
                margin: 0 auto;
                display: block;
            }
        .offergrid .grid-item .item-title {
             font-size: 18px;
            width: 75%;
            display: inline-block;
            color: #3a3a3a;
        }

.vertical-center-container {
    display: table !important;
    width: 100%;
    min-height:185px;
}

.vertical-center-table-cell {
    display: table-cell;
    vertical-align: middle;
}
#overlay {
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    position: absolute;
    top: 0;
    width: 99%;
    height: 100%;
    background: url(../0Images/plus.png) no-repeat center center rgba(255,255,255,.75);
}
.hovercls:hover #overlay {
    opacity: 1;
}

.page-item, .pagination, .page-item a {
    background-color: transparent;
    border: 0;
    border-radius: none;
    color: rgb(5, 70, 82, 0.5);
    margin: 0;
    padding: 1px;
}

    .page-item a:hover {
        background-color: transparent;
        color: #054652;
    }

    .page-item.active .page-link, .page-item.active a {
        background-color: transparent;
        border: 0;
        color: rgb(5, 70, 82);
        margin: 0;
        padding: 1px;
    }

    .page-item.focus .page-link, .page-item .page-link:focus {
        border: 0;
        box-shadow: none;
    }
/*** Eventos ***/
#eventos {
    /*background-color: rgb(5, 70, 82, 0.6);*/
    padding-top: 50px;
    padding-bottom: 40px;
}

.evento {
    background-color: rgb(255, 255, 255); /**#f5f5f5;**/
    padding-bottom: 15px;
    border-radius: 20px 0 20px 0;
}

.fecha-evento {
    font-size: 16px;
    color: #777777;
    padding: 0 15px;
    text-align: left;
}

.titulo-evento {
    font-size: 20px;
    font-weight: 600;
    /*color: #054652;*/
    padding: 0 15px;
    text-align: left;
}

.descripcion-evento {
    font-size: 16px;
    color: #777777;
    padding: 0 15px;
    text-align: justify;
}

#eventos .tituloPSW {
    color: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

#eventos .foto-banner {
    border-top-left-radius: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
}
/*** Boton reservar ***/
.boton-reserva {
    /*background-color: #054652;*/
    border: 1px solid rgb(255,255,255, 0.2);
    padding: 10px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

    .boton-reserva:hover {
        background-color: rgb(255,255,255,.6);
        color: #054652;
        text-decoration: none;
    }
/*** Consejos ***/
.content {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 40px;
}

.cuadro-consejo {
    /*background-color: rgb(5,70,82);*/
    text-align: center;
    /*border: 1px solid #054652;*/
}

    .cuadro-consejo a {
        text-decoration: none;
    }

    .cuadro-consejo:hover {
        /*background-color: rgb(5, 70, 82, 0.6);*/
        opacity: 0.6
    }

.foto-consejo {
    width: 100%;
}

.titulo-consejo {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
}

.cuadro-consejo a:hover h1 {
    text-decoration: none;
}
/*** Marcas ***/
#marcas {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-bottom: 40px;
}

.foto-marca {
    width: 100%;
}
/*** Newsletter ***/
#newsletter {
    /*background-color: rgb(7, 70, 82, 0.8);*/
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

    #newsletter h1 {
        font-size: 28px;
        font-weight: 600;
        padding-bottom: 20px;
    }

    #newsletter p {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 200;
    }

    #newsletter a {
        color: rgb(255,255,255,0.6);
        text-decoration: none;
    }

.form-control {
    border: 1px solid e6e6e6;
    border-radius: 0;
    padding: 3px 15px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 0;
}

#newsletter .btn-default {
    /*background-color: #054652;*/
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}
/*** Footer ***/
#footerPSW {
    background-color: #2b2b2b;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

    #footerPSW h1 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    #footerPSW h3 {
        font-size: 18px;
        font-weight: 600;
    }

    #footerPSW ul {
        padding-left: 20px;
    }

    #footerPSW p, #footerPSW a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        padding-left: 0;
    }

        #footerPSW a:hover {
            opacity: 0.5;
            text-decoration: none;
        }

    #footerPSW i {
        opacity: 0.5;
    }

#footerLegal {
    background-color: #4a4a4a;
    color: #9d9d9d;
    font-size: 14px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

    #footerLegal a {
        color: #9d9d9d;
        font-weight: 500;
    }

        #footerLegal a:hover {
            color: #cdcdcd;
            text-decoration: none;
        }

.box-mds {
    margin: 5px !important;
}

.HyperLinkClass {
    font-size: 12px;
}

.mds-list {
    padding-left: 12px;
    text-align: left;
}

.innerBlock {
    border: 1px solid white;
    color: white;
}

.innerBlock {
    padding: 10px;
    text-align: center;
    width: 60%;
    margin: 25px auto;
    font-size: 17px;
}


.overlay:hover {
    /*background-color: #1a48a5;*/
}

.overlay:hover {
    opacity: 0.9;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.overlay {
    opacity: 0;
    z-index: 1;
    height: 200px;
    position: absolute;
    margin: 0px auto;
    cursor: pointer;
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.box {
    margin-bottom: 10px;
    position: relative;
}

    .box .image {
        border: 1px solid #eeeeef;
    }

    .box .title {
        position: relative;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }

.pedidosForm {
    border: 1px solid #eeeeef;
}

    .pedidosForm .form-horizontal {
        padding: 15px 25px;
    }

        .pedidosForm .form-horizontal  .element {
            margin-bottom: 15px;
            color: #919191;
        }

        .pedidosForm .form-horizontal .head {
            font-weight: bold;
            color: #333;
        }
.color {
    color: #919191;
}
.halfborder {
    background: url(../0Images/border.png) no-repeat center center;
    /*width: 262px;*/
    height: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.2;
    transform: rotate(180deg);
}

.consejos_detail .head {
    text-align: center;
    margin: 2% 0px;
    font-size: 18px;
}

h3.sub-title {
    margin-bottom: 30px;
    text-align: left;
}

.servicio {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .servicio .image {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        min-height: 200px;
        transition: .5s ease;
        backface-visibility: hidden;
        border-radius: 5px;
        border: 1px solid #eeeeef;
    }

    .servicio .middle {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .servicio:hover .image {
        opacity: 0.3;
    }

    .servicio:hover .middle {
        opacity: 1;
    }

    .servicio .text {
        background-color: #4CAF50;
        color: white;
        font-size: 14px;
        padding: 12px 24px;
    }

cuadro-servicio {
    text-align: center;
}

.cuadro-servicio a {
    text-decoration: none;
}

.cuadro-servicio:hover {
    opacity: 0.6
}

.foto-servicio {
    width: 100%;
    border:1px solid #ccc;
    border-bottom-width:0px;
    max-height:178px;
}

.titulo-servicio {
    background-color: grey !important;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.cuadro-consejo a:hover h3 {
    text-decoration: none;
}



@media (min-width: 0px) {
    .navbar-brand .logoimg {
        font-size: 14px;
        height: 60px;
    }
}
@media(min-width: 0px)  and (max-width:990px){
    .display {
        display: none;
    }
    .dnone {
        display: block;
    }
    #topHorio {
        display: none;
    }
   
}
@media(min-width:991px) {
    .display {
        display: block;
    }
    #topHorio {
        display: block;
    }
    .dnone {
        display: none;
    }
}
@media (min-width: 1200px) {
    .navbar-brand .logoimg {
        font-size: 16px;
        height: 100px;
    }
}

@media (min-width: 1400px) {
    .navbar-brand .logoimg {
        font-size: 18px;
        /*height: auto;*/
    }

}
@media (min-width: 0px) and (max-width: 1106px) {
    .navbar-nav {
        font-size: 13px;
    }
}
@media (max-width: 684px) {
    #headerPSW {
        display:none;
    }
}
@media (max-width: 995px) {
   
}


@media (min-width: 0px) and (max-width: 456px) {
    .titulo-consejo {
        font-size: 16px;
    }
}

@media (min-width: 456px) and (max-width: 526px) {
    .titulo-consejo {
        font-size: 22px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .titulo-consejo {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .titulo-consejo {
        font-size: 20px;
    }
}
.ContentCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 500px) and (max-width:574px) {
    .eventwidth {
        flex: 0 0 70.333333%;
        max-width: 70.333% !important;
        margin-left: 100px !important;
       
    }
}

@media (min-width: 575px) and (max-width:767px) {
    .eventwidth {
        flex: 0 0 45.333333%;
        max-width: 45.333% !important;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .eventwidth {
        max-width: 30.333% !important;
    }
}

@media (min-width: 1200px) {
    .eventwidth {
        max-width: 31.333% !important;
    }
}