body {
    font-family: "Raleway",sans-serif;
}
a, a:hover {
    color: #000000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.oculto {
    display: none;
}
.visible {
    display: inherit;
}
.pastilla {
    border: 1px solid #c3c3c3;
    border-radius: 15px;
    box-shadow: 3px 3px #c3c3c3;
    padding: 15px;
}
.container-fluid {
    padding: 0;
}
.btn {
    border-radius: 0;
    outline: 0;
    border: 0;
}
.btn-primary, button, input[type="submit"] {
    background-color: #3074B3;
    color: #fff;
}
.btn-main {
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.5);
    background: #db0505;
    color: #fff;
    padding: 20px 10px;
    line-height: 1;
    font-weight: 500;
}
.btn-main p {
    font-size: 2.1em;
}
.btn-main p:first-child {
    font-size: 1.3em;
}
.btn-success {
    background: #434040;
    color: #fff;
}
.btn-link {
    background: 0 0;
    color: #3074B3;
    text-decoration: none;
    border: 1px solid #3074b3;
}
.btn-link:hover {
    text-decoration: none;
    background-color: #3074B3;
    color: #fff;
}
.btn-primary:hover,
.btn-main:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
button:hover,
button:active,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #009db8;
    color: #fff;
}
.top-bar {
    line-height: 36px;
}
.top-bar .col {
    white-space: nowrap;
}
.box-inner {
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
}
.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.divider-border div {
    margin: auto;
    height: 5px;
    width: 5%
}
.divider-border-inner {
    background:rgba(255, 255, 255, 0.87);
}
.divider-border-inner-red {
    background:rgba(255, 0, 0, 0.87);
}
.dropdown-item:hover {
    color: #3074B3;
}
li.dropdown>a {
    padding: 15px 20px !important;
}
.sticky-top,
.navbar-brand {
    padding: 0 10px;
}
.navbar-brand {
    line-height: normal;
    height: auto;
}
.navbar-brand img {
    width: 150px;
    min-width: 50px;
}
nav .navbar-nav>li>a {
    font-size: 1.1em;
    font-weight: 500;
    color: #000000 !important;
}
nav .navbar-nav>li>a:after {
    content: none;
}
nav .navbar-nav>li>a:hover, nav .navbar-nav>li>a:focus {
    background-image: linear-gradient(#3074B3, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent);
}
nav .active>.nav-link, nav .nav-link.active, nav .nav-link.show, nav .show>.nav-link {
    color: #3074B3 !important;
}
.h1title {
	font-family: "Raleway",sans-serif;
	font-weight: 600;
	text-transform: none;
	color: #1c1c1c;
	font-size: 36px;
	line-height: 1.5em;
}
.carousel-indicators li {
    border: 4px solid #3074b3;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
    width: 10px;
    height: 10px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
.calltoaction {
    background: #d89600; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.flyercontacto {
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flyercontacto .row:first-child {
    padding:30px 0;
}
.toptit {
    background-color: rgba(239, 150, 17, 0.90);
    color: white;
}
.toptit h2 {
    font-weight: 700;
}
.toptit p {
    font-weight: 600;
}
.bg-tran {
    background:rgba(255, 255, 255, 0.95);
    padding: 40px 30px;
}
.bg-gray-1 {
    background-color: #F0F0F0;
}
.bg-gray-2 {
    background-color: #E0E0E0;
}
ul.blubull li {
    list-style-type: none;
    display:flex;
}
ul.blubull li div {
    margin: 10px 15px;
    min-height: 50px;
}
.icon-check:before {
    content: '\2713';
}
.icon-check {
    display: inline-block;
    color: white;
    padding: 0 11px;
    background-color: #3074B3;
    border-radius: 25px;
    font-size: 2em;
    height: 1.5em;
}
.bg-gray-5 {
    background-color: #505050;
}
.width-auto {
    /* width: fit-content; */
    width: 95px;
    height: 95px;
    margin: auto;
    /* max-width: 130px; */
}
.figure-image {
    margin: 10px;
}
footer {
    background-color: #3c3c3c;
    color: rgba(255,255,255,.6);
}
.subfooter {
    font-size: .9em;
    background-color: #1c1c1c;
    color: #eee;
}
.subfooter a {
    color: #eee;
}
.fa-big {
    /* content: "\f232"; Whatsapp Logo */
    width: 200px;
    height: 200px;
    font-size: 125px;
    padding-top: 30px;
    color: white;
    text-shadow: 2px 2px 5px #aaa;
}
.blog-entry-bg {
    background-color: #e3f5fd;
}
.blog-entry {
    background-color: #e3f5fd;
    margin: 0 15px 15px 0;
    width: 45%;
    position: relative;
}
.blog-entry ul {
    display: inline-block;
}
.blog-entry h5 {
    text-align: center;
}
.blog-entry-footer {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 0.8rem;
}
.blog-form {
    margin: 0 auto;
    width: 50%;
}
.blog-form #editor {
    height: 10rem;
}
.blog-article .contenido {
    display: inline-block;
    width: 100%
}
.blog-article img {
    max-width: 300px;
    margin-right: 20px;
    float: left;
}
.blog-article img:first-child {
    max-width: 100%;
    width: 60%;
    margin: 0 20% 30px;
}
a.btn-whats {
    position: absolute;
    right: 90px;
    bottom: 15px;
}
a.btn-whats i {
    margin-left: -50px;
    background-color: #008000;
    font-size: 1.7rem;
    padding: 7px;
    border-radius: 25px;
    cursor: pointer;
    color: white;
}
a.btn-whats i:hover {
    background-color: #00F000;
}

/* ESTILOS DEL BARRA COMPARTIR BLOG */
    .shared-panel {
        margin: 0 auto;
        min-width: 100px;
        max-width: 30%;
        display: flex;
        justify-content: space-around;
    }
    .shared-panel a {
        text-decoration: none;
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #314652;
        color: #f1f1f1;
        border-radius: 50%;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        transition: all .4s ease-in-out;
    }
    .shared-panel a:hover {
        transform: scale(1.2);
    }

/* ESTILOS EXTRAS DE MATERIAL DESIGN */
.mdi-96px.mdi-set, .mdi-96px.mdi:before { font-size: 96px; }
.mdi-65px.mdi-set, .mdi-65px.mdi:before { font-size: 65px; }

@media (min-width: 768px) {
    .no-visble-md{ display: none; }
}
@media (max-width: 768px) {
    .text-sm-center{ text-align: center !important;  }
    .no-visble-sm{ display: none; }
    .shared-panel{ max-width: 50%; }
}

/**ESTILOS BTN WHATSAPP**/
    .rdstation-popup-position-center {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .rdstation-popup-position-top_left {
        top: 0;
        left: 0;
    }

    .rdstation-popup-position-top_right {
        top: 0;
        right: 0;
    }

    .rdstation-popup-position-bottom_left {
        bottom: 0;
        left: 0;
    }

    .rdstation-popup-position-bottom_right {
        bottom: 0;
        right: 0;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-overlay {
        position: fixed !important;
        z-index: 99998;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        display: block !important;
        background: #000000 !important;
        opacity: .6 !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper {
        position: fixed;
        z-index: 99998;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w {
        position: relative;
        display: block !important;
        min-width: 480px;
        min-height: 1px;
        width: 480px;
        box-shadow: 0px 0px 8px #333;
        border-bottom-style: none;
        border-color: #BBBBBB;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
        background-color: transparent;
        z-index: 999999 !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button > #bricks-component-h6y8db-LubPtyOwuYbQ40w {
        margin: 0 !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close .bricks--floating--button {
        display:block !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close .bricks--floating--button {
        display:block !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close .bricks--close--button {
        display:none !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close .bricks--section {
        display:none !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button .bricks--floating--button {
        display:none !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close,
    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close > [id^='bricks-component-'] {
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
    }
    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button {
        top:0 !important;
        left:0 !important;
        bottom:0 !important;
        right:0 !important;
        background: rgba(0,0,0,0.65) !important;
        transform: translate(0, 0) !important;
        height: 100% !important;
        width: 100% !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close {
        overflow: hidden;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close,
    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button.floating-button--close > [id^='bricks-component-'] {
        width: 90px !important;
        min-width: 80px !important;
        height: 90px !important;
        min-height: 80px !important;
        box-shadow: none !important;
        background: none !important;
        padding: 0 !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_left.floating-button.floating-button--close {
        top: 0px !important;
        right: auto !important;
        bottom: auto !important;
        left: 0px !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_right.floating-button.floating-button--close {
        top: 0px !important;
        right: 0px !important;
        bottom: auto !important;
        left: auto !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_left.floating-button.floating-button--close {
        top: auto !important;
        right: auto !important;
        bottom: 0px !important;
        left: 0px !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close {
        top: auto !important;
        right: 0px !important;
        bottom: 0px !important;
        left: auto !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-center.floating-button.floating-button--close {
        top: auto !important;
        right: 0px !important;
        bottom: 0px !important;
        left: auto !important;
        transform: translate(0, 0) !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_left.floating-button.floating-button--close .bricks--floating--button {
        top: 20px !important;
        right: auto !important;
        bottom: auto !important;
        left: 20px !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_right.floating-button.floating-button--close .bricks--floating--button {
        top: 20px !important;
        right: 20px !important;
        bottom: auto !important;
        left: auto !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_left.floating-button.floating-button--close .bricks--floating--button {
        top: auto !important;
        right: auto !important;
        bottom: 20px !important;
        left: 20px !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close .bricks--floating--button {
        top: auto !important;
        right: 20px !important;
        bottom: 20px !important;
        left: auto !important;
    }

    #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-center.floating-button.floating-button--close .bricks--floating--button {
        left: auto !important;
        top: auto !important;
        top: auto !important;
        bottom: 20px !important;
        right: 20px !important;
        transform: translate(0, 0) !important;
    }

    @media screen and (min-width: 768px) {
        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_left.floating-button .bricks--floating--button {
            top: -80px !important;
            right: auto !important;
            bottom: auto !important;
            left: 0px !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_right.floating-button .bricks--floating--button {
            top: -80px !important;
            right: 0px !important;
            bottom: auto !important;
            left: auto !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_left.floating-button .bricks--floating--button {
            top: auto !important;
            right: auto !important;
            bottom: -80px !important;
            left: 0px !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_right.floating-button .bricks--floating--button {
            top: auto !important;
            right: 0px !important;
            bottom: -80px !important;
            left: auto !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_left.floating-button.floating-button--close .bricks--floating--button {
            top: -80px !important;
            right: auto !important;
            bottom: auto !important;
            left: 0px !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_right.floating-button.floating-button--close .bricks--floating--button {
            top: -80px !important;
            right: 0px !important;
            bottom: auto !important;
            left: auto !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_left.floating-button.floating-button--close .bricks--floating--button {
            top: auto !important;
            right: auto !important;
            bottom: -80px !important;
            left: 0px !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_right.floating-button.floating-button--close .bricks--floating--button {
            top: auto !important;
            right: 0px !important;
            bottom: -80px !important;
            left: auto !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-center.floating-button .bricks--floating--button {
            display: none !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-center.floating-button--close.floating-button .bricks--floating--button {
            display: block !important;
        }

        [class^='rdstation-popup-position-'].floating-button.floating-button--close > .bricks--component-popup {
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
        }

        [class^='rdstation-popup-position-'].floating-button > .bricks--component-popup {
            position: absolute !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_left.floating-button > .bricks--component-popup {
            top: 100px !important;
            right: auto !important;
            bottom: auto !important;
            left: 20px !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-top_right.floating-button > .bricks--component-popup {
            top: 100px !important;
            right: 20px !important;
            bottom: auto !important;
            left: auto !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_left.floating-button > .bricks--component-popup {
            top: auto !important;
            right: auto !important;
            bottom: 100px !important;
            left: 20px !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-bottom_right.floating-button > .bricks--component-popup {
            top: auto !important;
            right: 20px !important;
            bottom: 100px !important;
            left: auto !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.rdstation-popup-position-center.floating-button > .bricks--component-popup {
            transform: translate(-50%, -50%) !important;
            top: 50% !important;
            left: 50% !important;
            right: auto !important;
            bottom: auto !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button .bricks--floating--button {
            display:block !important;
        }

    }

    @media screen and (max-width: 767px) {
        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button {
            padding: 30px 10px !important;
            background: rgba(0,0,0,0.75) !important;
            overflow-y: auto;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button .bricks--section,
        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button .bricks--row,
        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button .bricks--column {
            min-width: 100% !important;
            max-width: 100% !important;
            width: 100% !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button .bricks-form__fieldset > .bricks-form__field {
            width: 100% !important;
        }

        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button,
        #bricks-component-h6y8db-LubPtyOwuYbQ40w-wrapper.floating-button > [id^='bricks-component-'] {
            width: 100% !important;
            height: 100% !important;
            min-width: 100% !important;
            min-height: 100% !important;
        }
    }



    #rd-close_button-l4iq2i9s {
        position: absolute;
        top: 10px;
        right: 10px;
        border: none;
        background: transparent;
        z-index: 9999;
        cursor: pointer;
    }

    #rd-close_button-l4iq2i9s svg {
        width: 12px;
        height: 12px;
        fill: #ffffff;
    }



    #rd-floating_button-l4iq2i9t {
        position: absolute;
        bottom: -97px;
        right: 2px;
        border-radius: 0!important;
        background: transparent url(https://d335luupugsy2.cloudfront.net/cms/files/1446/1588875979/$5u0ndp8vgxo) center center no-repeat;
        z-index: 900;
        box-shadow: none;
        outline: none;
        width:60px !important;
        height:61px !important;
        background-size: 60px 60px !important;
        cursor: pointer;
        border: 0 !important;
    }

    .floating-button.floating-button--close .bricks--section {
        display: none !important;
    }

    .floating-button.floating-button--close .bricks--component-popup {
        box-shadow: none !important;
    }

    .floating-button.floating-button--close .bricks--close--button {
        display: none;
    }

    #rd-floating_button-l4iq2i9t.shake {
        animation: shake 10s infinite;
    }

    @keyframes shake {
        4.5%, 10.5% {
        transform: translate(0px, 0px) rotate(0deg);
        }
        5% {
        transform: translate(1px, 1px) rotate(0deg);
        }
        5.5% {
        transform: translate(-1px, -2px) rotate(-1deg);
        }
        6% {
        transform: translate(-3px, 0px) rotate(1deg);
        }
        6.5% {
        transform: translate(3px, 2px) rotate(0deg);
        }
        7% {
        transform: translate(1px, -1px) rotate(1deg);
        }
        7.5% {
        transform: translate(-1px, 2px) rotate(-1deg);
        }
        8% {
        transform: translate(-3px, 1px) rotate(0deg);
        }
        8.5% {
        transform: translate(3px, 1px) rotate(-1deg);
        }
        9% {
        transform: translate(-1px, -1px) rotate(1deg);
        }
        9.5% {
        transform: translate(1px, 2px) rotate(0deg);
        }
        10% {
        transform: translate(1px, -2px) rotate(-1deg);
        }
    }



    #rd-section-k8hluh9z {
        background-color: rgba(255,255,255,1);
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
    }

    #rd-section-k8hluh9z > div:not(.bricks--row) {
        min-height: 0px;
    }



    #rd-row-k8hluoen {
        min-height: 50px;
    }

    #rd-row-k8hluoen .bricks--column > div {
        min-height: 50px;
    }

    @media screen and (max-width: 767px) {
        #rd-row-k8hluoen.bricks--row.rd-row {
            min-height: auto;
        }
    }



    #rd-row-k8hluha0 {
        min-height: 50px;
    }

    #rd-row-k8hluha0 .bricks--column > div {
        min-height: 50px;
    }

    @media screen and (max-width: 767px) {
        #rd-row-k8hluha0.bricks--row.rd-row {
            min-height: auto;
        }
    }

/**FIN DE ESTILOS BOTON WHATSAPP**/