﻿/* GLOBAL STYLES
-------------------------------------------------- */

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
}

hr {
    border-color: #c3945d;
    border-top-width: 1.5px;
    border-bottom-width: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: solid;
    border-top-style: solid;
    height: 0px;
}

@media (min-width: 992px) {
    main {
        padding-top: 145px;
    }
}

@media (max-width: 992px) {
    main {
        padding-top: 104px;
    }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*
Removes white gap between slides - chagnge to base color of slide images
*/
.carousel {
    background: #FFF;
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
    width: 100%;
}

/*
anchors are inline so you need ot make them block to go full width
*/
.carousel-item a {
    display: block;
    width: 100%;
}

/* Since positioning the image, we need to help out the caption */
/*.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}*/

/* Declare heights because of positioning of img element */

/*.carousel-item {
  height: 32rem;
}*/

@media (min-width: 992px) {
    .carousel-item > div > h1 {
        font-size: 100px;
        color: #FFF;
    }
}

@media (max-width: 992px) {
    .carousel-item > div > h1 {
        font-size: 32px;
        color: #FFF;
        text-align: center;
    }
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

@media (min-width: 992px) {
    .carousel-slide1 {
        clear: initial;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../img/anuncios/carrusel/slide1.jpg');
    }

    .carousel-slide2 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide2.jpg');
    }

    .carousel-slide3 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide3.jpg');
    }

    .carousel-slide4 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide4.jpg');
    }

    .carousel-slide5 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide5.jpg');
    }

    .carousel-slide6 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide6.jpg');
    }

    .carousel-slide7 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide7.jpg');
    }

    .carousel-slide8 {
        height: 100%;
        width: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background: url('../img/anuncios/carrusel/slide8.jpg');
    }
    /*   .carousel-slide7 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../img/anuncios/carrusel/slide-7.jpg');
  }*/
}

@media (max-width:992px) {
    .carousel-slide1 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('../img/anuncios/carrusel/slide1.jpg');
    }

    .carousel-slide2 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide2.jpg');
    }

    .carousel-slide3 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide3.jpg');
    }

    .carousel-slide4 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide4.jpg');
    }

    .carousel-slide5 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide5.jpg');
    }

    .carousel-slide6 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide6.jpg');
    }

    .carousel-slide7 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide7.jpg');
    }

    .carousel-slide8 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../img/anuncios/carrusel/slide8.jpg');
    }
    /* carousel-slide7 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../img/anuncios/carrusel/slide-7.jpg');
  }*/
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

/* Navbar */

.navbar.navbar-custom {
    min-height: 85px;
}

/* Color de la barra de navegacion */

.navbar-custom {
    background-color: #5c2134;
}

    /* Color de los textos de la barra */

    .navbar-custom .navbar-brand, .navbar-custom .navbar-text {
        color: #FFF;
    }

    /* Color de los enlaces de la barra de navegacion */

    .navbar-custom .navbar-nav .nav-link {
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0px;
        font-style: normal;
        color: #FFF;
        border-bottom: 3px solid transparent;
        padding-right: 55px;
    }

/* Efecto de borde de los enlaces en barra de navegacion */

@media (min-width: 992px) {
    .navbar-custom .navbar-nav .nav-link:after {
        display: block;
        content: '';
        border-bottom: solid 3px #f4e5c3;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }
    /* Efecto de borde de los enlaces al poner el mouse sobre ellos */
    .navbar-custom .nav-item.active .nav-link:after, .navbar-custom .nav-item:hover .nav-link:after {
        transform: scaleX(1);
    }
}

/* Color de los enlaces al pasar el mouse sobre ellos */

.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {
    color: #f4e5c3;
}

@media (max-width: 992px) {
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #FFF;
        text-align: left;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: 0px;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #FFF;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

        .dropdown-item:focus, .dropdown-item:hover {
            color: #b2945e;
            text-decoration: none;
            background-color: transparent;
        }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #6b1b31;
    text-decoration: none;
    background-color: transparent;
}

/* Tamaño de iconos en barra de navegacion */

.fab-menu {
    font-size: 21px;
}

/* Pie de Pagina */

/* Imagen de fondo de footer */

.footer-img {
    background-color: #d2d3d5;
    border-top: 8px solid #5c2134;
}

.footer-logos {
    height: 78px;
    width: auto;
}

.footer-maps {
    height: 40px;
    width: 40px;
}

/* Estilo de titulo de secciones */

.footer-titulo {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    color: #5c2134 !important;
    font-weight: bold !important;
    margin: 0;
    text-transform: uppercase;
}

/* Estilo de enlaces de secciones */

.footer-enlace {
    padding-inline-start: 0px;
}

    .footer-enlace > li > a {
        color: #404040;
    }

        .footer-enlace > li > a:hover {
            color: #5c2134;
        }

    .footer-enlace > li {
        list-style-type: none;
    }

        .footer-enlace > li > a:hover {
            text-decoration: none;
        }

/* Footer copyright */

.footer-copy {
    background-color: #b4b3b1;
    padding: 32px 15px;
    color: #777777;
    font-size: 14px;
}

    .footer-copy > p > a {
        color: #404040;
        text-decoration: none;
    }

/* Secciones */

.seccion-titulo {
    color: #5c2134;
    font-size: 48px;
    font-weight: 700;
    line-height: 27.4px;
    margin-bottom: 40px;
}

.seccion-subtitulo {
    color: #c3945d;
    font-size: 16px;
    font-weight: 700;
    line-height: 27.4px;
    margin-bottom: 20px;
}

.seccion-texto {
    color: #c3945d;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.4px;
    margin-bottom: 20px;
}

/* Publicaciones */

.card {
    border: 0px;
}

.card-title {
    color: #5c2134 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 19.8px;
}

.card-text {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.btn-post {
    color: #fff;
    background-color: #5c2134;
    border-color: #5c2134;
}

    .btn-post:hover {
        color: #fff;
        background-color: #5c2134;
        border-color: #5c2134;
    }

.btn-post2 {
    color: #5c2134;
    background-color: mediumturquoise;
    border-color: #5c2134;
}

    .btn-post2:hover {
        color: #5c2134;
        background-color: #5c2134;
        border-color: #5c2134;
    }

/* Busqueda */

.gsc-search-button .gsc-search-button-v2 {
    color: #fff;
    background-color: #5c2134;
    border-color: #5c2134;
}

.gsc-search-button:hover .gsc-search-button-v2:hover {
    color: #fff;
    background-color: #5c2134;
    border-color: #5c2134;
}

/* Slider */

/* Iconos */

.contenedor-icono {
    background-color: #FFF;
    padding: 10px;
}

.btn-redondo {
    border-radius: 24px;
    color: #FFF;
    background-color: #5c2134;
    font-weight: 700;
    padding-left: 25px;
    padding-right: 25px;
    height: 26px;
}

    .btn-redondo:hover {
        background-color: #3c0f1d;
        color: #FFF;
    }

.contenedor-icono > div > p {
    color: #606060;
    font-size: 20px;
}

.contenedor-dorado {
    min-height: 250px;
    min-width: 250px;
    border: 1px solid #dcc7aa;
    background-color: #FFF;
    text-align: center;
}

    .contenedor-dorado > h1 {
        padding-top: 25px;
        color: #606060;
        font-size: 18px;
        font-weight: 700;
    }

.icon {
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    text-align: center;
    margin: auto auto;
    padding-bottom: 10px;
}

/* Contenidos */

.titulo-seccion > .lead {
    color: #FFF;
    text-align: center;
}

.titulo-seccion > h1 {
    text-align: center;
    color: #FFF;
    font-size: 32px;
    font-weight: 300;
}

.titulo2-seccion > h1 {
    text-align: center;
    color: #FFF;
    font-size: 32px;
    font-weight: 300;
}

@media (max-width: 992px) {
    .titulo-seccion > h1 {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .titulo-seccion > h1:before, .titulo-seccion > h1:after {
        background-color: #FFF;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 10%;
    }

    .titulo-seccion > h1:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .titulo-seccion > h1:after {
        left: 0.5em;
        margin-right: -50%;
    }
}

/* Barra de derecha */

@media all {
    #ssb-container {
        position: fixed;
        top: 30%;
        z-index: 1;
    }

    .ssb-btns-right {
        right: 0;
    }

    #ssb-container ul {
        padding: 0;
        margin: 0;
    }

        #ssb-container ul li {
            list-style: none;
            margin: 0;
        }

        #ssb-container ul li {
            line-height: 45px;
        }

            #ssb-container ul li p {
                margin: 0;
            }

            #ssb-container ul li a {
                padding: 0 15px 0 0;
                line-height: 45px;
                text-align: left;
                white-space: nowrap;
                text-decoration: none;
            }

            #ssb-container ul li span {
                line-height: 45px;
                width: 50px;
                text-align: center;
                display: inline-block;
            }

            #ssb-container ul li a:hover {
                text-decoration: none;
            }

    #ssb-container.ssb-anim-icons ul li {
        transition: transform 100ms;
    }

    #ssb-container.ssb-anim-icons.ssb-btns-right ul li:hover {
        transform: translate(-15px, 0);
    }

    @media (max-width: 640px) {
        .ssb-disable-on-mobile {
            display: none;
        }
    }
}

#ssb-btn-1 {
    background: #5c2134;
}

    #ssb-btn-1:hover {
        background: rgba(92, 33, 52, 0.9);
    }

    #ssb-btn-1 a {
        color: #f4e5c3;
    }

#ssb-btn-0 {
    background: #5c2134;
}

    #ssb-btn-0:hover {
        background: rgba(92, 33, 52, 0.9);
    }

    #ssb-btn-0 a {
        color: #f4e5c3;
    }

#ssb-btn-2 {
    background: #5c2134;
}

    #ssb-btn-2:hover {
        background: rgba(92, 33, 52, 0.9);
    }

    #ssb-btn-2 a {
        color: #f4e5c3;
    }

@media all {
    .fab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .fa-facebook-f:before {
        content: "\f39e";
    }

    .fa-instagram:before {
        content: "\f16d";
    }

    .fa-twitter:before {
        content: "\f099";
    }

    .fa-calendar:before {
        content: "\f073";
    }

    .fab {
        font-family: 'Font Awesome 5 Brands';
    }
}

@media all {
    * {
        box-sizing: border-box;
    }

    a {
        text-decoration: none;
    }

        a, a:after, a:before {
            transition-property: color, background-color, border-color;
            transition-duration: .2s;
            transition-timing-function: linear;
        }
}

@media all {
    a:hover {
        color: #5c2134;
    }

    body a, body a:after, body a:before {
        color: #333333;
    }

    .fab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .fa-facebook-f:before {
        content: "\f39e";
    }

    .fa-instagram:before {
        content: "\f16d";
    }

    .fa-twitter:before {
        content: "\f099";
    }
}

@media all {
    * {
        box-sizing: border-box;
    }

    .fusion-clearfix {
        clear: both;
        zoom: 1;
    }

        .fusion-clearfix:after, .fusion-clearfix:before {
            content: " ";
            display: table;
        }

        .fusion-clearfix:after {
            clear: both;
        }

    .reading-box {
        padding: 28px 28px 27px 31px;
        border-left: 3px solid #65bc7b;
        background: #f2efef;
    }

    .reading-box {
        position: relative;
    }
}

@media all {
    .fusion-clearfix {
        zoom: 1;
        clear: both;
    }

        .fusion-clearfix:after, .fusion-clearfix:before {
            content: " ";
            display: table;
        }

        .fusion-clearfix:after {
            clear: both;
        }

    .fusion-reading-box-container {
        z-index: 1;
        position: relative;
        margin-bottom: 84px;
    }

        .fusion-reading-box-container .reading-box {
            padding: 28px 28px 27px 31px;
            background-color: #f2efef;
            border-left: 3px solid #65bc7b;
        }

        .fusion-reading-box-container .reading-box {
            background-color: #f6f6f6;
        }
}

@media all {
    * {
        box-sizing: border-box;
    }

    .fusion-clearfix {
        clear: both;
        zoom: 1;
    }

        .fusion-clearfix:after, .fusion-clearfix:before {
            content: " ";
            display: table;
        }

        .fusion-clearfix:after {
            clear: both;
        }

    a {
        text-decoration: none;
    }

        a, a:after, a:before {
            transition-property: color, background-color, border-color;
            transition-duration: .2s;
            transition-timing-function: linear;
        }

    .post-content p {
        margin: 0 0 20px;
    }

    .fusion-aligncenter {
        display: block;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }

    .post-content p {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media all {
    a:hover {
        color: #5c2134;
    }

    body a, body a:after, body a:before {
        color: #333333;
    }

    .fusion-tabs .nav-tabs li .fusion-tab-heading, .post-content h4 {
        font-family: Montserrat;
        font-weight: 300;
        line-height: 1.87;
        letter-spacing: 0px;
        font-style: normal;
    }

    .fusion-tabs .nav-tabs > li .fusion-tab-heading, .post-content h4 {
        font-size: 18px;
    }

    .fusion-tabs .nav-tabs > li .fusion-tab-heading, .post-content h4 {
        color: #444444;
    }

    h4 {
        margin-top: 1.33em;
        margin-bottom: 1.33em;
    }

    .fusion-clearfix {
        zoom: 1;
        clear: both;
    }

        .fusion-clearfix:after, .fusion-clearfix:before {
            content: " ";
            display: table;
        }

        .fusion-clearfix:after {
            clear: both;
        }

    .fusion-aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .fusion-column-first {
        clear: left;
    }

    .fusion-tabs.classic .nav-tabs > li.active .tab-link, .fusion-tabs.classic .nav-tabs > li.active .tab-link:focus, .fusion-tabs.classic .nav-tabs > li.active .tab-link:hover {
        border-color: #5c2134;
    }

    .fade.in {
        opacity: 1;
    }

    .fusion-button.button-flat {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .fusion-button-wrapper {
        display: inline;
    }

        .fusion-button-wrapper.fusion-aligncenter {
            display: block;
            text-align: center;
        }

    .fusion-button {
        display: inline-block;
        position: relative;
        zoom: 1;
        border: 1px solid transparent;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        .fusion-button:after, .fusion-button:before {
            content: " ";
            display: table;
        }

        .fusion-button:after {
            clear: both;
        }

    .fusion-disable-outline .fusion-button {
        outline: 0;
    }

        .fusion-disable-outline .fusion-button:focus {
            outline: 0;
        }

    .fusion-button-text {
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .fusion-button_size-large .fusion-button-default-size {
        padding: 13px 29px;
        line-height: 17px;
        font-size: 14px;
    }

    .fusion-button-default-size {
        padding: 11px 23px;
        line-height: 16px;
        font-size: 13px;
    }

    .fusion-button_size-large .fusion-button-default-size {
        padding: 13px 29px;
        line-height: 17px;
        font-size: 14px;
    }

    .button-default {
        background: #c3945d;
        color: #ffffff;
        border-color: #ffffff;
    }

        .button-default .fusion-button-text {
            color: #ffffff;
        }

        .button-default:active .fusion-button-text, .button-default:focus .fusion-button-text, .button-default:hover .fusion-button-text {
            color: #ffffff;
        }

        .button-default:active, .button-default:focus, .button-default:hover {
            background: #8f439e;
            color: #ffffff;
            border-color: #ffffff;
        }

        .button-default:visited {
            color: #ffffff;
        }

    .button-default, .fusion-button {
        font-family: PT Sans;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 1px;
        border-width: 0px;
        border-style: solid;
        border-radius: 2px;
        text-transform: uppercase;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    body.fusion-button_size-large .fusion-button-default-size {
        padding: 13px 29px;
        line-height: 17px;
        font-size: 14px;
    }

    .fusion-layout-column {
        position: relative;
        float: left;
        margin-bottom: 20px;
    }

        .fusion-layout-column .fusion-column-wrapper {
            min-height: 1px;
        }

        .fusion-layout-column.fusion-one-full {
            float: none;
            clear: both;
        }

        .fusion-layout-column.fusion-column-last {
            margin-left: 0;
            margin-right: 0;
        }

    .fusion-sep-clear {
        clear: both;
        display: block;
        height: 1px;
        font-size: 0;
        line-height: 0;
        width: 100%;
        overflow: hidden;
    }

    .fusion-separator {
        border: 0 solid #e7e6e6;
        clear: both;
        position: relative;
        z-index: 11;
    }

    .fusion-body .fusion-separator.sep-double {
        height: 6px;
        border-bottom-width: 1px;
        border-top-width: 1px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .fusion-tabs {
        margin-bottom: 50px;
    }

        .fusion-tabs .nav {
            display: none;
        }

            .fusion-tabs .nav a {
                text-decoration: none;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

        .fusion-tabs .fusion-mobile-tab-nav {
            display: block;
        }

        .fusion-tabs .nav-tabs {
            display: block;
            list-style: none outside none;
            margin: 0;
            padding: 0;
            border: 1px solid #f1f2f2;
            border-bottom: none;
            background-color: #fff;
        }

            .fusion-tabs .nav-tabs:after, .fusion-tabs .nav-tabs:before {
                content: " ";
                display: table;
            }

            .fusion-tabs .nav-tabs:after {
                clear: both;
            }

            .fusion-tabs .nav-tabs.nav-justified {
                width: 100%;
                border-bottom: 0 none;
            }

            .fusion-tabs .nav-tabs li {
                display: block;
                position: relative;
                float: none;
                text-align: center;
                margin: 0;
            }

                .fusion-tabs .nav-tabs li .fusion-tab-heading {
                    margin: 0;
                }

                .fusion-tabs .nav-tabs li .tab-link {
                    display: block;
                    position: relative;
                    margin: 0;
                    padding: 11px 0;
                    line-height: normal;
                    border: none;
                    border-top: 3px solid #f1f2f2;
                    background-color: #f1f2f2;
                    color: #747474;
                    cursor: pointer;
                    -webkit-transition: all .2s;
                    transition: all .2s;
                }

                    .fusion-tabs .nav-tabs li .tab-link:focus, .fusion-tabs .nav-tabs li .tab-link:hover {
                        border-top-color: #fff;
                        background-color: #fff;
                    }

            .fusion-tabs .nav-tabs > .active > .tab-link {
                border: none;
                border-top: 3px solid #65bc7b;
                background-color: #fff;
                cursor: pointer;
            }

                .fusion-tabs .nav-tabs > .active > .tab-link:focus, .fusion-tabs .nav-tabs > .active > .tab-link:hover {
                    border-top: 3px solid #65bc7b;
                }

        .fusion-tabs .tab-content > .active {
            display: block;
        }

        .fusion-tabs .tab-pane {
            display: none;
            padding: 15px;
            max-width: 100%;
            border: 1px solid #f1f2f2;
            border-top: none;
        }

        .fusion-tabs.classic .tab-content .fusion-mobile-tab-nav:nth-last-child(2) .nav-tabs li:not(.active) {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-color: inherit;
        }

    .fusion-disable-outline .fusion-tabs .nav-tabs li .tab-link {
        outline: 0;
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .fusion-layout-column.fusion-one-full {
            clear: both;
        }

        .fusion-layout-column.fusion-column-last {
            clear: right;
            zoom: 1;
            margin-left: 0;
            margin-right: 0;
        }

            .fusion-layout-column.fusion-column-last.fusion-one-full {
                clear: both;
            }
    }

    @media only screen and (max-width: 800px) {
        .fusion-layout-column {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .fusion-body .fusion-layout-column {
            width: 100% !important;
        }
    }

    @media only screen and (max-width: 800px) {
        .fusion-layout-column {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100% !important;
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .fusion-layout-column.fusion-column-last {
            zoom: 1;
            margin-left: 0;
            margin-right: 0;
            clear: right;
        }

        .fusion-layout-column.fusion-one-full {
            clear: both;
        }
    }

    .fusion-separator.sep-double {
        border-color: #e0dede;
    }

    @media only screen and (min-width: 800px) {
        .fusion-tabs .nav {
            display: block;
        }

        .fusion-tabs .fusion-mobile-tab-nav {
            display: none;
        }

        .fusion-tabs .nav-tabs {
            display: inline-block;
            vertical-align: middle;
        }

            .fusion-tabs .nav-tabs.nav-justified > li {
                display: table-cell;
                width: 1%;
            }

            .fusion-tabs .nav-tabs li .tab-link {
                margin-right: 1px;
            }

            .fusion-tabs .nav-tabs li:last-child .tab-link {
                margin-right: 0;
            }

        .fusion-tabs.horizontal-tabs .nav-tabs {
            margin: 0 0 -1px;
        }

        .fusion-tabs.horizontal-tabs .nav {
            border-bottom: 1px solid #ebeaea;
        }
    }
}

@media screen and (max-width: 640px) {
    body:not(.fusion-builder-ui-wireframe) .fusion-no-small-visibility {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    body:not(.fusion-builder-ui-wireframe) .fusion-no-large-visibility {
        display: none !important;
    }
}

.fusion-tabs.fusion-tabs-1 .nav-tabs li a.tab-link {
    border-top-color: #ebeaea;
    background-color: #ebeaea;
}

.fusion-tabs.fusion-tabs-1 .nav-tabs {
    background-color: #ffffff;
}

    .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link, .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link:hover, .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link:focus {
        border-right-color: #ffffff;
    }

        .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link, .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link:hover, .fusion-tabs.fusion-tabs-1 .nav-tabs li.active a.tab-link:focus {
            background-color: #ffffff;
        }

    .fusion-tabs.fusion-tabs-1 .nav-tabs li a:hover {
        background-color: #ffffff;
        border-top-color: #ffffff;
    }

.fusion-tabs.fusion-tabs-1 .tab-pane {
    background-color: #ffffff;
}

.fusion-tabs.fusion-tabs-1 .nav, .fusion-tabs.fusion-tabs-1 .nav-tabs, .fusion-tabs.fusion-tabs-1 .tab-content .tab-pane {
    border-color: #ebeaea;
}

.fusion-button.button-7 {
    border-radius: 2px;
}

/*! CSS Used from: http://pruebac.gestiondigital.mx/wp-content/themes/Avada/assets/css/style.min.css?ver=6.1.2 ; media=all */

@media all {
    * {
        box-sizing: border-box;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    img {
        border-style: none;
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }

    a {
        text-decoration: none;
    }

        a, a:after, a:before {
            transition-property: color, background-color, border-color;
            transition-duration: .2s;
            transition-timing-function: linear;
        }

    .post-content p {
        margin: 0 0 20px;
    }

    strong {
        font-weight: 700;
    }

    .post-content p {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .table-2 {
        display: block;
        overflow-x: auto;
    }
}

/*! CSS Used from: http://pruebac.gestiondigital.mx/wp-content/uploads/fusion-styles/0213d6134de9865c7dc18ac2f8c11b87.min.css?ver=2.1.2 ; media=all */

@media all {
    a:hover {
        color: #6b1b31;
    }

    .table-2 table thead {
        background-color: #6b1b31;
    }

    body a, body a:after, body a:before {
        color: #333333;
    }

    table th {
        font-family: Montserrat;
        font-weight: 300;
        line-height: 1.87;
        letter-spacing: 0px;
        font-style: normal;
    }

    .table-2 table thead, .table-2 tr td, tr td {
        border-color: #e0dede;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .table-2 table thead {
        border-color: #5c2134;
    }

    .table-2 table thead {
        background-color: #5c2134;
    }

    table {
        max-width: 100%;
        background-color: transparent;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .table-2 table thead {
        border: 1px solid #d3d3d3;
        text-align: left;
    }

    .table-2 table th {
        padding: 20px;
        color: #fff;
    }

    .table-2 tr td {
        border-bottom: 1px solid #dcdcdc;
        padding: 10px 20px;
    }

    @media only screen and (max-width: 640px) {
        .table-2 table {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%;
        }

        .table-2 td, .table-2 th {
            white-space: nowrap;
        }
    }
}

/*! CSS Used from: http://pruebac.gestiondigital.mx/wp-content/themes/Avada/assets/css/style.min.css?ver=6.1.2 ; media=all */

@media all {
    * {
        box-sizing: border-box;
    }

    .fusion-clearfix {
        clear: both;
        zoom: 1;
    }

        .fusion-clearfix:after, .fusion-clearfix:before {
            content: " ";
            display: table;
        }

        .fusion-clearfix:after {
            clear: both;
        }

    .post-content p {
        margin: 0 0 20px;
    }

    .fusion-row {
        margin: 0 auto;
        zoom: 1;
    }

        .fusion-row:after, .fusion-row:before {
            content: " ";
            display: table;
        }

        .fusion-row:after {
            clear: both;
        }

    .post-content p {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/*! CSS Used from: http://pruebac.gestiondigital.mx/wp-content/uploads/fusion-styles/0213d6134de9865c7dc18ac2f8c11b87.min.css?ver=2.1.2 ; media=all */

@media all {
    #main .fusion-row {
        max-width: 1170px;
    }

    .fusion-clearfix {
        zoom: 1;
        clear: both;
    }

        .fusion-clearfix:after, .fusion-clearfix:before {
            content: " ";
            display: table;
        }

        .fusion-clearfix:after {
            clear: both;
        }

    .fusion-builder-row {
        width: 100%;
        margin: 0 auto;
    }

        .fusion-builder-row.fusion-builder-row-inner {
            max-width: 100% !important;
        }

        .fusion-builder-row:after {
            clear: both;
            content: " ";
            display: table;
        }

    .fusion-fullwidth .fusion-row {
        position: relative;
        z-index: 10;
    }

    .fusion-column-first {
        clear: left;
    }

    #wrapper #main .fullwidth-box .fusion-row {
        padding-left: 0;
        padding-right: 0;
    }

    .fusion-layout-column {
        position: relative;
        float: left;
        margin-bottom: 20px;
    }

        .fusion-layout-column .fusion-column-wrapper {
            min-height: 1px;
        }

        .fusion-layout-column.fusion-one-full {
            float: none;
            clear: both;
        }

        .fusion-layout-column.fusion-one-half {
            width: 50%;
        }

        .fusion-layout-column.fusion-column-last {
            margin-left: 0;
            margin-right: 0;
        }

    .fusion-sep-clear {
        clear: both;
        display: block;
        height: 1px;
        font-size: 0;
        line-height: 0;
        width: 100%;
        overflow: hidden;
    }

    .fusion-separator {
        border: 0 solid #e7e6e6;
        clear: both;
        position: relative;
        z-index: 11;
    }

    .fusion-body .fusion-separator.sep-double {
        height: 6px;
        border-bottom-width: 1px;
        border-top-width: 1px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .fusion-layout-column.fusion-one-half {
            position: relative;
            margin-bottom: 20px;
            float: left;
            margin-right: 4%;
        }

        .fusion-layout-column.fusion-one-half {
            width: 48%;
        }

        .fusion-layout-column.fusion-one-full {
            clear: both;
        }

        .fusion-layout-column.fusion-column-last {
            clear: right;
            zoom: 1;
            margin-left: 0;
            margin-right: 0;
        }

            .fusion-layout-column.fusion-column-last.fusion-one-full {
                clear: both;
            }
    }

    @media only screen and (max-width: 800px) {
        .fusion-layout-column {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .fusion-body .fusion-layout-column {
            width: 100% !important;
        }
    }

    @media only screen and (max-width: 800px) {
        .fusion-layout-column {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100% !important;
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .fusion-layout-column.fusion-one-half {
            position: relative;
            float: left;
            margin-right: 4%;
            margin-bottom: 20px;
        }

        .fusion-layout-column.fusion-one-half {
            width: 48%;
        }

        .fusion-layout-column.fusion-column-last {
            zoom: 1;
            margin-left: 0;
            margin-right: 0;
            clear: right;
        }

        .fusion-layout-column.fusion-one-full {
            clear: both;
        }
    }

    .fusion-builder-row.fusion-row {
        max-width: 1170px;
    }

    .fusion-separator.sep-double {
        border-color: #e0dede;
    }
}

/*! CSS Used from: Embedded */

@media screen and (max-width: 640px) {
    body:not(.fusion-builder-ui-wireframe) .fusion-no-small-visibility {
        display: none !important;
    }
}

/* Contenidos Nuevo */


.jumbotron2 {
    border-radius: 0px;
    pointer-events: none;
    height: 110.05px;
    z-index: -1;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 110.05px;
    margin-bottom: 0;
}

    .jumbotron2.fondo-centros2 {
        background-image: url('../img/centros-de-atencion-al-publico.jpg');
    }


.jumbotron {
    border-radius: 0px;
    pointer-events: none;
    height: 410.05px;
    z-index: -1;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 410.05px;
    margin-bottom: 0;
}

    .jumbotron.fondo-plomeros {
        background-image: url('../img/plomeros-2.jpg');
    }

    .jumbotron.fondo-consejo {
        background-image: url('../img/transparencia_consejo.jpg');
    }

    .jumbotron.fondo-comite {
        background-image: url('../img/transparencia_comite.jpg');
    }

    .jumbotron.fondo-transparencia {
        background-image: url('../img/transparencia-cespt-2.jpg');
    }

    .jumbotron.fondo-factura {
        background-image: url('../img/factura-electronica-2.jpg');
    }

    .jumbotron.fondo-contrataciones {
        background-image: url('../img/contrataciones-2.jpg');
    }

    .jumbotron.fondo-modificaciones {
        background-image: url('../img/modificaciones-al-recibo-del-agua-2.jpg');
    }

    .jumbotron.fondo-subsidio {
        background-image: url('../img/tramites-subsidios.jpg');
    }

    .jumbotron.fondo-laboratorio {
        background-image: url('../img/laboratorio-de-aguas-residuales.jpg');
    }

    .jumbotron.fondo-residuales {
        background-image: url('../img/tramites-residuales.jpg');
    }

    .jumbotron.fondo-construccion {
        background-image: url('../img/tramites-construccion-2.jpg');
    }

    .jumbotron.fondo-qr {
        background-image: url('../img/pagar-con-qr-2.jpg');
    }

    .jumbotron.fondo-comercios {
        background-image: url('../img/comercios-2.jpg');
    }

    .jumbotron.fondo-bancos {
        background-image: url('../img/bancos-2.jpg');
    }

    .jumbotron.fondo-hsbc {
        background-image: url('../img/gris.jpg');
    }

    .jumbotron.fondo-cajero {
        background-image: url('../img/cajeros-automaticos-2.jpg');
    }

    .jumbotron.fondo-centros {
        background-image: url('../img/centros-de-atencion-al-publico.jpg');
    }

    .jumbotron.fondo-otros {
        background-image: url('../img/otros-servicios-2.jpg');
    }

    .jumbotron.fondo-modulo {
        background-image: url('../img/modulo-de-atencion-telefonica-2.jpg');
    }

    .jumbotron.fondo-documentos {
        background-image: url('../img/expedicion-de-documentos.jpg');
    }

    .jumbotron.fondo-fechas {
        background-image: url('../img/fechas-historicas.jpg')
    }

    .jumbotron.fondo-antecedentes {
        background-image: url('../img/nosotros.jpg');
    }

    .jumbotron.fondo-preguntas {
        background-image: url('../img/preguntas.jpg');
    }

    .jumbotron.fondo-calidad {
        background-image: url('../img/calidad-del-agua-2.jpg');
    }

    .jumbotron.fondo-zonas {
        background-image: url('../img/calidad-del-agua.jpg');
    }

    .jumbotron.fondo-rio {
        background-image: url('../img/canal-rio-tijuana.jpg');
    }

    .jumbotron.fondo-cultura {
        background-image: url('../img/articulos-cultura-del-agua.jpg');
    }

    .jumbotron.pago-linea {
        background-image: url('../img/pagolinea.jpg');
    }

    .jumbotron.contraloria-social {
        background-image: url('../img/pagolinea.jpg');
    }

    .jumbotron.transparencia-comite {
        background-image: url('../img/transparencia-comite.jpg');
    }


@media (min-width: 992px) {
    .fondo-contenidos {
        background-color: #FFF;
        /*background-image: url('../img/escudo-2.jpg');
    background-position: left 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    }
}

@media (min-width: 992px) {
    .wrapper-contenido {
        background-color: #FFF;
        color: #7a7a7a;
        border-top: 6px solid #c3945d;
        box-shadow: rgba(0, 44, 91, 0.3) 0px 45px 40px 0px;
        padding: 60px 60px 20px;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px 10px 0px 0px;
        height: auto;
        margin-top: -120px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .wrapper-contenido {
        background-color: #FFF;
        color: #7a7a7a;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.wrapper-contenido > .titulo {
    color: #5c2134;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.plomeros > thead > tr > th {
    color: #5c2134;
    font-weight: 700;
}

    .plomeros > thead > tr > th:first-child {
        width: 30.0971%;
        height: 23px;
        text-align: center;
    }

.plomeros > tbody > tr > td {
    color: #7a7a7a;
    vertical-align: middle !important;
}

    .plomeros > tbody > tr > td:first-child {
        text-align: center;
    }

.plomeros > tbody > tr {
    height: 147px;
}

.consejo > thead > tr > th {
    border: 1px solid #dcdcdc;
    background: #f6f6f6;
    color: #7a7a7a;
    padding: 20px;
    text-align: left;
}

.consejo > tbody > tr > td {
    color: #7a7a7a;
    vertical-align: middle !important;
}

.opinion > thead > tr > th {
    /*border: 1px solid #dcdcdc;*/
    background: #f6f6f6;
    color: #8f439e;
    padding: 20px;
    text-align: left;
}

.opinion > tbody > tr > td {
    color: #7a7a7a;
    vertical-align: middle !important;
}

.transparencia-contenedor {
    background-color: #c3945d;
    color: #FFF;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    border-width: 0px;
    border-style: solid;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    border-color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
}



    .transparencia-contenedor:hover, .transparencia-contenedor:focus {
        background-color: #5c2134;
        color: #FFF;
    }

.tabla-contactos > tbody > tr > td {
    vertical-align: middle !important;
    text-align: center;
}

.tabla-factura {
    font-size: 16px;
    line-height: 20px;
}

    .tabla-factura > tbody > tr > td {
        color: #7a7a7a;
    }

        .tabla-factura > tbody > tr > td > p > a {
            text-decoration: none;
        }

.tabla-contrataciones {
    color: #7a7a7a;
}

    .tabla-contrataciones > thead {
        background-color: #5c2134;
    }

        .tabla-contrataciones > thead > tr > th {
            color: #FFF;
            font-size: 16px;
            text-align: center;
            height: 70.4px;
            vertical-align: middle !important;
        }

    .tabla-contrataciones > tbody > tr > td {
        vertical-align: middle !important;
    }

tabla-encuestas {
    color: #6b1a31;
}

.tabla-encuestas > thead {
    background-color: #fcd62b;
}

    .tabla-encuestas > thead > tr > th {
        color: #6b1a31;
        font-size: 16px;
        text-align: left;
        height: 70.4px;
        vertical-align: middle !important;
    }

.tabla-encuestas > tbody > tr > td {
    vertical-align: middle !important;
}

.text-white {
    color: #404040 !important;
}

.barra-noticias {
    width: 100%;
    background-color: #b4b3b1;
    border-bottom: 2px solid #FFF;
}

.barra-busqueda {
    background-color: #5c2134;
}

.gsc-control-cse {
    background: #5c2134 !important;
    border: 0 !important;
}

.gsc-search-button .gsc-search-button-v2 {
    color: #5c2134 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.icon-TRASNPARENCIA:before {
    font-size: 30px;
    content: "\e900";
    color: #c89657;
}

.icon-RA_EDAD:before {
    font-size: 30px;
    content: "\e901";
    color: #c99958;
}

.icon-LOGO-BC:before {
    font-size: 30px;
    content: "\e902";
    color: #bc955c;
}

.icon-TRASNPARENCIA:hover::before {
    color: #FFF;
}

.icon-RA_EDAD:hover::before {
    color: #FFF;
}

.icon-LOGO-BC:hover::before {
    color: #FFF;
}

.whatsappme__button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    cursor: pointer;
    transition: background-color .2s linear;
}

    .whatsappme__button:hover {
        background-color: #15967b;
    }

    .whatsappme__button > a > img {
        width: 36px;
        height: 36px;
        margin: 12px 12px;
    }

.panel-title {
    border-bottom: 1px solid #e0dede;
}

    .panel-title > a {
        font-size: 18px;
        font-weight: 300;
        line-height: 33.66px;
        text-decoration: none;
        color: #333333;
    }

        .panel-title > a:hover {
            color: #c3945d;
        }

.blockquote-blog {
    background-color: #f6f6f6;
    font-style: italic;
    line-height: 1.69;
    font-size: 16px;
    border-left: 4px solid #5c2134;
    padding: 15px;
    margin: 32px 40px;
    vertical-align: middle;
}

.blockquote-blog2 {
    /*background-color: #f6f6f6;*/
    font-style: italic;
    line-height: 1.69;
    font-size: 16px;
    border-left: 4px solid #5c2134;
    padding: 15px;
    margin: 32px 40px;
    vertical-align: middle;
}

.nav .nav-tabs {
    width: 100%;
}

    .nav.nav-tabs > .nav-item {
        background-color: #ebeaea;
        margin: 0;
        color: #747476;
        cursor: pointer;
        transition: all .2s;
        height: 60px;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }

        .nav.nav-tabs > .nav-item:hover {
            background-color: #FFF;
        }

        .nav.nav-tabs > .nav-item .nav-link {
            background-color: transparent;
            border: 0;
            padding: 0;
            height: 60px;
            vertical-align: middle;
            text-align: center;
            line-height: 60px;
        }

            .nav.nav-tabs > .nav-item .nav-link.active {
                border-top: 3px solid #5c2134;
                border-radius: 0;
                background-color: #FFF;
            }

.tabs-borde {
    border: 1px solid #ebeaea;
}

.content-min {
    padding: 45px 0px 67px;
    min-height: 470px;
}

.nav-footer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 992px) {
    .nav {
        display: inline;
        list-style: none;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .rwd-break {
        display: none;
    }
}

.mapa-titulo {
    font-size: 18px;
    font-weight: 700;
    color: #b2945e;
    text-transform: uppercase;
}

.mapa-enlace {
    font-size: 14px;
    text-decoration: none;
}

    .mapa-enlace:hover {
        text-decoration: none;
    }

.centro-titulo {
    color: #5c2134;
    font-size: 28px;
    font-weight: 700;
}

.centro-titulo2 {
    color: #5c2134;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.centro-titulo3 {
    color: #5c2134;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.input-inicio {
    background-color: #e8e8e8;
    border-color: #5c2134;
    border-radius: .10rem;
}

.input-inicio3 {
    background-color: plum;
    border-color: #5c2134;
    border-radius: .10rem;
}

.input-inicio4 {
    background-color: mediumturquoise;
    border-color: #5c2134;
    border-radius: .10rem;
}

.input-inicio5 {
    background-color: yellow;
    border-color: #5c2134;
    border-radius: .10rem;
}

.label-inicio {
    color: #5c2134;
    margin-bottom: 50px;
    text-align: right;
}
.label-inicioP {
    color: #5c2134;
    text-align: right;
}
.label-inicioCar {
    color:white;
    text-align: right;
}





.label-inicio2 {
    color: #5c2134;
    margin-bottom: 50px;
    text-align: right;
    font-weight: 600;
}

.input-inicio:focus {
    color: #5c2134;
    background-color: #e8e8e8;
    border-color: #5c2134;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102,56,69,.25) !important;
}

.boton-inicio {
    color: #FFF;
    background-color: #5c2134;
    border-color: #5c2134;
    border-radius: .10rem;
}

    .boton-inicio:hover, .boton-inicio:focus, .boton-inicio:active {
        color: #5c2134;
        background-color: #b2945e;
        border-color: #b2945e;
        border-radius: .10rem;
        box-shadow: 0 0 0 0.2rem rgba(178,148,94,.25) !important;
    }

.footer-inicio {
    font-size: 24px;
    color: #5c2134;
    font-weight: 300;
}

.principal-noticias {
    height: 250px;
    width: 100%;
}

@media (min-width: 992px) {
    .iconos-footer-pad {
        padding-right: 4rem !important;
    }
}

.marcaamarillo {
    font-size: 2.1em;
    font-weight: bold;
    background-color: #FFFF00;
}

/* Ventana emergente */
.wrapper {
    position: relative;
    width: 500px;
}

.front {
    /*background-image:url(../imagenes/anuncios/diversos/anuncio_usuariocumplido.png); */
    width: 946px;
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 50px;
}

.behind {
    background-color: #ccc;
}


.fadebox {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.overbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
}

/*	Botón
    /*	cortesía de https://www.bestcssbuttongenerator.com//
================================================== */
.btnGraba {
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
    background-color: #77b55a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 62px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

    .btnGraba:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
        background: -moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background: -webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background: -o-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background: -ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
        background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
        background-color: #72b352;
    }

    .btnGraba:active {
        position: relative;
        top: 1px;
    }