

#rev_slider {
    position: relative !important;
    top: 0px !important;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    left: 0px !important;
    right: 0px !important;
    z-index: 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;

}


@media (min-width: 992px) {
    #rev_slider {
        width: calc(100% - 290px);
        left: 290px !important;
    }

}


#rev_slider * {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}

.rev_slider {
    background-color: #fff !important;
}


.btn-sm {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.NotGeneric-subTitle {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    color: #fff !important;

}


.btn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white);
    border: 2px solid var(--dblue3);
    background-color: var(--dblue3);
    box-sizing: border-box;
    transition: all 0.4s;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.btn:hover,
.btn:focus {
    background-color: var(--lblue1);
    border-color: var(--lblue1);
    color: var(--white);
}

.btn.btn-alt {
    background: var(--lblue3);
    border-color: var(--lblue3);
}

.btn.btn-alt:hover,
.btn.btn-alt:focus {
    background: var(--yellow1);
    border-color: var(--yellow1);
}

.btn.btn-outline {
    color: var(--dblue3);
    background-color: transparent;
    border: 2px solid var(--dblue3);
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
    color: #fff;
    background: var(--dblue3);
    border-color: var(--dblue3);
}

.btn.btn-outline.btn-alt {
    color: var(--dblue3);
    background: var(--white);
    border-color: var(--white);
}

.btn.btn-outline.btn-alt:hover,
.btn.btn-outline.btn-alt:focus {
    color: var(--white);
    background: var(--dblue3);
    border-color: var(--dblue3);
}

.btn.btn-outline.btn-light {
    color: #fff;
    border-color: #fff !important
}

.btn.btn-outline.btn-light:hover,
.btn.btn-outline.btn-light:focus {
    background: #ffffff;
    border-color: #ffffff
}

.btn.btn-outline.btn-light.btn-alt:hover,
.btn.btn-outline.btn-light.btn-alt:focus {
    background: #ffffff;
    border-color: #ffffff
}

.btn.btn-light:not(.btn-outline) {
    color: #555555;
    border-color: #fff;
    background-color: #fff
}

.btn.btn-light:not(.btn-outline):hover,
.btn.btn-light:not(.btn-outline):focus {
    color: #fff;
    background: #555555;
    border-color: #555555
}

.btn.btn-light:not(.btn-outline).btn-alt {
    color: #4d4e4e
}

.btn.btn-light:not(.btn-outline).btn-alt:hover,
.btn.btn-light:not(.btn-outline).btn-alt:focus {
    color: #fff;
    background: #4d4e4e;
    border-color: #4d4e4e
}


.btn.btn-yellow {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:focus {
    color: #ffffff;
    background: #00903D;
    border-color: #00903D;
}

.btn.btn-center {
    margin: 0 auto;
    width: auto;
    min-width: 160px
}

.btn.btn-lg {
    padding: 16px 35px;
    font-size: 16px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.btn.btn-md {
    padding: 8px 20px
}

.btn.btn-sm {
    padding: 5px 12px 4px;
    font-weight: normal !important;
}

.btn.round {
    -ms-border-radius: 60px;
    border-radius: 60px
}

.btn.btn-mw {
    min-width: 190px
}



/*Block Headline*/
.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 2px solid var(--cccccc);
}

.headline h1 {
    font-size:24px;
}

.headline h1,
.headline h2,
.headline h3 {
    margin: 0 0 -4px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 6px solid var(--dblue3);
}

.headline-md {
    margin-bottom: 15px;
}

.headline-md h1 {
    font-size: 21px;
}



/*********************
	BUTTONS
	******************/
.btnsend {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 50px;
    display: inline-block;
    margin: 15px 30px;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    font-size: 16px !important;
    position: relative;
    border: 3px solid var(--dblue1);
    color: var(--dblue1);
    text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    text-transform: uppercase;
}

.btnsend:after {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

.btnsend:hover {
    color: #fff;
    position: relative;
    z-index: 99;
    text-decoration: none;
    border-color: #fff;
    background: var(--dblue1);
}


.raduis {
    border-radius: 40px !important;
}


/*GALLERY*/
.img-hover img {
    border: 0px solid #353e40 !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
}

.img-hover img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    opacity: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.img-hover:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.4) rotate(0deg);
    -moz-transform: scale(1.4) rotate(0deg);
    -o-transform: scale(1.4) rotate(0deg);
    -ms-transform: scale(1.4) rotate(0deg);
    transform: scale(1.4) rotate(0deg);
}

.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background:var(--lbluergba5);

    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover span i {
    left: calc(50% - 28px);
    top: calc(80% - 29px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: #fff;
    opacity: 0;
    height: 58px;
    width: 56px;
    line-height: 56px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}

.img-hover:hover span i {
    top: calc(50% - 29px);
    opacity: 1;
}


.img-hover:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}


.img-hover img,
.img-hover img,
.img-hover span:after {
    transition: all 1.0s ease-in-out;
}


/*FORM*/
label {
    font-size: 16px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 10px;
    height: 45px;
}

select.form-control:not([size]):not([multiple]) {
    height: 100% !important;
}

.input-group-addon {
    border-radius: 0;
}

.form-control:focus {
    border-color: #ccc;
    /*box-shadow: 10px 10px 5px #ccc;*/
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.form-spacing .form-control {
    margin-bottom: 15px;
}

.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}

textarea {
    resize: none;
}

/*FORM*/


/*BUTTONS*/
/*Style 01*/
.typ-subhed {
    font-size: 18px !important;
    line-height: 20px;
    padding: 15px 25px;
    cursor: pointer;
}

.ctrl-standard.fx-bubbleDown {
    color: var(--dblue1) !important;
    border-color: var(--dblue1);
    background: #fff;
}

.ctrl-standard.fx-bubbleDown::after {
    bottom: auto;
    border-radius: 0;
    background: var(--dblue1);
}

.ctrl-standard.fx-bubbleDown:hover {
    color: #333 !important;
    height: 100%;
}

.ctrl-standard.fx-bubbleDown.is-reversed {
    color: #fff !important;
}

.ctrl-standard.fx-bubbleDown.is-reversed::after {
    height: 100%;
}

.ctrl-standard.fx-bubbleDown.is-reversed:hover {
    color: var(--dblue1) !important;
}

.ctrl-standard.fx-bubbleDown.is-reversed:hover::after {
    height: 0;
}

.ctrl-standard.fx-bubbleUp {
    color:var(--lblue1);
    border-color:var(--lblue1);
}

.ctrl-standard.fx-bubbleUp::after {
    top: auto;
    border-radius: 0;
    background:var(--lblue1);
}

.ctrl-standard.fx-bubbleUp:hover {
    color: #fff !important;
}

.ctrl-standard.fx-bubbleUp.is-reversed {
    color: #fff !important;
}

.ctrl-standard.fx-bubbleUp.is-reversed::after {
    height: 100%;
}

.ctrl-standard.fx-bubbleUp.is-reversed:hover {
    color:var(--lblue1) !important;
}

.ctrl-standard.fx-bubbleUp.is-reversed:hover::after {
    height: 0;
}

.ctrl-standard.fx-sliderIn {
    color: var(--dblue1);
    border-color: var(--dblue1);
}

.ctrl-standard.fx-sliderIn::after {
    background: var(--dblue1);
}

.ctrl-standard.fx-sliderIn:hover {
    color: #fff !important;
}

.ctrl-standard.fx-sliderIn.is-reversed {
    color: #fff !important;
}

.ctrl-standard.fx-sliderIn.is-reversed::after {
    width: 100%;
}

.ctrl-standard.fx-sliderIn.is-reversed:hover {
    color: var(--dblue1) !important;
}

.ctrl-standard.fx-sliderIn.is-reversed:hover::after {
    width: 0;
}

[class*="ctrl-"] {
    padding: 10px 15px;
    border-radius: 2px;
    border: 3px solid #231f20;
}

[class*="ctrl-"][class*="fx-"]:hover,
[class*="ctrl-"][class*="fx-"].active {
    color: #231f20;
}

[class*="ctrl-"][class*="fx-"].is-reversed {
    color: #231f20;
}

[class*="fx-"],
[class*="fx-"]:hover {
    transition: color 0.3s ease-in-out;
}

[class*="fx-"]:not(.fx-dyna) {
    position: relative;
    z-index: 1;
    transition-delay: 0.2s !important;
    overflow: hidden;
}

[class*="fx-"]:not(.fx-dyna)::after,
[class*="fx-"]:not(.fx-dyna)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

[class*="fx-bubble"]::after {
    transition: height 0.3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
}

[class*="fx-bubble"]:hover::after,
[class*="fx-bubble"].active::after {
    transition: height 0.3s ease-in-out;
    height: 100%;
}

[class*="fx-bubble"]:disabled:hover::after {
    height: 0;
}

.fx-sliderIn::after {
    transition: width 0.3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
}

.fx-sliderIn:hover::after,
.fx-sliderIn.active::after {
    transition: width 0.3s ease-in-out;
    width: 100%;
}

:checked + .fx-sliderIn::after,
.fx-sliderIn.active::after {
    width: 100%;
}

/*Style 02*/
.button-fill {
    text-align: center;
    background: #ccc;
    display: inline-block;
    position: relative;
    margin: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    letter-spacing: 0px;
    font-weight: bold;
    cursor: pointer;
    width: 225px;
}

.button-fill.grey {
    background: #333333;
    color: white;
    border: 3px solid #333333;
}

.button-fill.grey .button-inside.full {
    border: 0px solid #333333;
}


.button-fill.orange .button-inside {
    color: #333333;
}

.button-fill.orange {
    background: var(--dblue1);
    color: #fff;
    border: 3px solid var(--dblue1);
}

.button-fill.orange .button-inside {
    color: var(--dblue1);
}

.button-fill.orange .button-inside.full {
    border: 0px solid var(--dblue1);
}

.button-fill.black .button-inside {
    color: var(--dblue1);
}

.button-fill.black {
    background: var(--dblue1);
    color: #fff;
    border: 3px solid var(--dblue1);
}

.button-fill.black .button-inside {
    color: var(--dblue1);
}

.button-fill.black .button-inside.full {
    border: 0px solid var(--dblue1);
}

.button-text {
    line-height: 40px;
}

.button-inside {
    width: 0px;
    height: 100%;
    margin: 0;
    float: left;
    position: absolute;
    top: 0px;
    left: 50%;
    color: #333333;
    background: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: width 0.5s, left 0.5s, margin 0.5s;
    -moz-transition: width 0.5s, left 0.5s, margin 0.5s;
    -o-transition: width 0.5s, left 0.5s, margin 0.5s;
    transition: width 0.5s, left 0.5s, margin 0.5s;
}

.button-inside.full {
    width: 100%;
    left: 0%;
    top: 0;
    margin-right: -50px;
    border: 3px solid #333333;
}

.inside-text {
    text-align: center;
    position: absolute;
    right: 50%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    line-height: 24px;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    line-height: 40px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*BUTTONS*/


.modulo-container {
    margin: 0;
    padding: 0;
    background-color: var(--dblue1)
}

.modulo-container .modulo-home {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0;
    margin: 0;
    padding: 0
}

.modulo-container .modulo-home .modulo-home-item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 45vh;
    overflow: hidden;
    -moz-transition: width .5s;
    -o-transition: width .5s;
    -webkit-transition: width .5s;
    transition: width .5s
}

.modulo-container .modulo-home .modulo-home-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 99
}

.modulo-container .modulo-home .modulo-home-item:hover > a {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modulo-container .modulo-home .modulo-home-item.more {
    background-color: #cc9600;
    position: relative;
    height: 100px
}

.modulo-container .modulo-home .modulo-home-item.more a {
    position: absolute;
    width: 100%;
    height: 100%
}

.modulo-container .modulo-home .modulo-home-item.more .more-icon {
    font-size: 70px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modulo-container .modulo-home .modulo-home-item.more .more-icon,
.modulo-container .modulo-home .modulo-home-item.more .more-icon span {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.modulo-container .modulo-home .modulo-home-item.more .more-icon span {
    display: inline-block
}

.modulo-container .modulo-home .modulo-home-item.more .more-icon span:before,
.modulo-container .modulo-home .modulo-home-item.more .more-icon span:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.modulo-container .modulo-home .modulo-home-item.more .more-icon span:before {
    content: attr(data-title-show);
    opacity: 0;
    font-size: 16px
}

.modulo-container .modulo-home .modulo-home-item.more .more-icon span:after {
    content: attr(data-title-hide);
    opacity: 1
}

.modulo-container .modulo-home .modulo-home-item.more:hover .more-icon span:before {
    opacity: 1
}

.modulo-container .modulo-home .modulo-home-item.more:hover .more-icon span:after {
    opacity: 0
}

@media (min-width: 992px) {
    .modulo-container .modulo-home .modulo-home-item.more, .modulo-container .modulo-home .modulo-home-item.more.inactive {
        width: 8%
    }

    .modulo-container .modulo-home .modulo-home-item.more.active {
        width: 28%
    }

    .modulo-container .modulo-home .modulo-home-item.more.more {
        height: 100%
    }
}

.modulo-container .modulo-home .modulo-home-item.inactive, .modulo-container .modulo-home .modulo-home-item.active {
    width: 100%
}

@media (min-width: 992px) {
    .modulo-container .modulo-home .modulo-home-item {
        width: 33.333333%;
        height: 100%;
        display: inline-block
    }

    .modulo-container .modulo-home .modulo-home-item.inactive {
        width: 25%
    }

    .modulo-container .modulo-home .modulo-home-item.active {
        width: 50%
    }
}

.modulo-container .modulo-home .modulo-home-item .modulo-home-logo {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-size: initial;
    color: #fff
}

.modulo-container .modulo-home .modulo-home-item .modulo-home-logo img,
.modulo-container .modulo-home .modulo-home-item .modulo-home-logo .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modulo-container .modulo-home .modulo-home-item .modulo-home-logo .text {
    text-align: center
}

.modulo-container .modulo-home .modulo-home-item .modulo-home-logo .text h1 {
    font-size: 33px !important;
    background:var(--dbluergba5);
    padding: 15px;
    color: #fff;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modulo-container .modulo-home .modulo-home-item .modulo-home-logo .text .text-intro {
    display: block
}

.modulo-container .modulo-home .modulo-home-item:hover .modulo-home-logo {
    opacity: 0
}

.modulo-container .modulo-home .modulo-home-item figure {
    background-color:var(--dbluergba8);
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: initial;
    padding: 20px 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.modulo-container .modulo-home .modulo-home-item figure h2 {
    margin-bottom: 0;
    color: #d7ffe7;
}

.modulo-container .modulo-home .modulo-home-item figure figcaption {
    display: block;
    width: 100%;
    color: #fff;
    white-space: normal;
    font-size: 16px;
    line-height: 18px;
}

.modulo-container .modulo-home .modulo-home-item figure a {
    display: block;
    position: relative;
    width:90%;
    left: 5%;
    padding: 10px 0px;
    color: var(--dblue1);
    background: #d7ffe7;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modulo-container .modulo-home .modulo-home-item figure a:hover {
    background: var(--dblue1);
    color: #fff;
}

@media (min-width: 992px) {
    .modulo-container .modulo-home .modulo-home-item figure {
        padding: 20px 30px
    }
}

.modulo-container .modulo-home .modulo-home-item:hover figure {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (min-width: 992px) {
    .modulo-container .modulo-home {
        height: 500px;
        white-space: nowrap
    }

    .modulo-container.modulo-container-frontpage .modulo-home {
        height: 100vh
    }

    .modulo-container.modulo-container-frontpage .modulo-home .modulo-home-item figure {
        bottom: 20%;
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        overflow: hidden;
        padding: 50px 30px
    }

    .modulo-container.modulo-container-frontpage .modulo-home .modulo-home-item:hover figure {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}






/*bloghome*/

.featured-info-one h4,
.featured-info-one p,
.featured-info-two h3,
.featured-info-two p,
.featured-info-three h4,
.featured-info-three p,
.featured-info-three span {
    color: #ffffff;
}
.featured-info-three span {
    font-size: 1.3601em;
}
.featured-item {
    background-color: #fff;
    border: 3px solid #eee;
    display: block;
    margin: 30px auto;
    max-width: 350px;
}
.featured-item:hover {
    border-color: #ddd;
    -webkit-box-shadow: 0px 5px 25px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 25px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 25px 1px rgba(0,0,0,0.25);
}
.featured-item:hover .people,
.featured-item:hover .time,
.featured-item:hover .views {
    color: var(--lblue1);
}
.featured-item figure {
    margin: 0 0 0px 0;
    max-height: 240px;
}
.featured-item h4 {
    color:var(--dblue3);
    font-weight:700;
}
.featured-item p {
    font-size: 1.4em;
}
.featured-item .content {
    border-bottom: 1px solid var(--f1f1f1);
    padding:10px 20px;
}
.featured-item .foot {
    padding: 10px 20px 10px;
}
.featured-item .foot ul {
    display: inline-block;
    margin:0px;
    padding:0px;
}
.featured-item .foot ul li {
    color:var(--dblue3);
    display: inline-block;
    margin-right: 10px;
}
.featured-item .foot ul li span {
    margin-right: 5px;
    font-size: 24px;
}
.featured-item .foot ul li.right {
    float: left;
}
@media handheld, only screen and (max-width: 768px) {
    .featured-info-one {
        width: 100%;
    }
    .featured-block-three {
        margin: 20px 0;
    }
}


.ct-icon .icon-image {
    position: relative;
    color: #fff;
    z-index: 100;
    background:var(--dblue3);
    width: 72px;
    height: 72px;
    top: -38px;
    border-radius: 50%;
    left: 15px;
    text-align: center;
    padding: 0px;
}
.ct-icon .icon-image i {
    display: block;
    color: #fff;
    text-align: center;
    margin: 0px;
    font-size: 28px;
    padding: 0px 0px 0px;
    line-height:72px !important;
}


#about {
    display: table;
    height: 100vh;
    width: 100%;
}
#about > div {
    vertical-align: middle;
    display: table-cell;
}
#about .vcenter {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.about img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}







.section-title-banner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.section-title-banner:before {
    background:var(--blackrgba2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}



.section-title-banner {
    padding: 180px 0px 180px 0px;
}
.section-title-banner h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    z-index: 2;
}
@media(max-width:767px){
    .section-title-banner {
        padding: 120px 0px 120px 0px;
    }
    .section-title-banner h1 {
        font-size: 30px;
        line-height: 28px;
    }
}





.content_post ul {
    display: inline-block;
    width: auto;
    padding:10px 0px;
    list-style-position: inside;
}
.content_post ul > li {
    margin:0px 5px;
    color:var(--gray3);
    padding:3px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
    list-style-position: inside;
}

.content_post ul > li:hover {
    opacity: 1.0;
}
.content_post ul:hover > li:not(:hover) {
    opacity: 0.6;
}





/*404*/
.error-v1 {
    text-align: center;
}

.error-v1 p {
    color:var(--gray3);
    font-size: 16px;
}

.error-v1 span {
    color:var(--gray3);
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;

}

.error-v1 span.error-v1-title {
    color: var(--dblue3);
    font-size:200px;
    line-height:160px;
    padding-bottom:30px;
}
@media (max-width: 500px) {

    .error-v1 span.error-v1-title {
        font-size:120px;
        line-height:110px;
        padding-bottom:20px;
    }

    .error-v1 p {
        font-size: 12px;
    }

    .error-v1 span {
        font-size: 25px;
    }

    .error-v1 span.error-v1-title {
        font-size: 140px;
    }
}


















/*NOTICIAS*/
.blog h2 {
    color: var(--dblue3);
    font-size: 24px;
    line-height:28px;
    margin-bottom: 10px;
}

.blog h2 a {
    color: var(--dblue3);
    line-height: 32px;
}
.blog h2 a:focus,
.blog h2 a:hover {
    color: var(--lblue1);
    text-decoration: none;
}

.blog .blog-img {
    margin: 20px 0;
}

.headline-md {
    margin-top: 9px;
}

.blog-post-tags {
    padding: 5px 0 8px;
    margin-bottom: 10px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.blog-post-tags ul {
    margin-bottom: 0;
}

.blog-post-tags li {
    font-size: 12px;
}

.blog-post-tags li i {
    color: var(--gray3);
}

.blog-post-tags ul.blog-info {
    color: #eee;
    margin-bottom: 3px;
}

.blog-post-tags ul.blog-tags a {
    color: #555;
    font-size: 11px;
    display: inline;
    padding: 3px 7px;
    margin-right: 2px;
    background: #f4f4f4;
}

.blog-post-tags ul.blog-tags a:hover {
    background: var(--dblue1);
}

.blog-item .media img {
    top: 3px;
    width: 54px;
    height: 54px;
    position: relative;
}

.post-comment h3,
.blog-item .media h3 {
    color: var(--dblue1);
    font-size: 21px;
    margin-bottom: 25px;
}

.blog-item .media h4.media-heading {
    color: #555;
    font-size: 17px;
    position: relative;
}

.blog-item .media h4.media-heading span {
    top: 3px;
    right: 0;
    color: #777;
    font-size: 12px;
    position: absolute;
}

.blog-item .media h4.media-heading span a {
    color: var(--dblue1);
}

.blog-medium .blog-info li,
.blog-medium .blog-info li a {
    color:var(--gray3)s;
}

@media (max-width: 992px) {
    .blog-medium img {
        margin-bottom: 20px;
    }
}

.blog-full-width .blog-post-tags {
    padding: 5px 0;
}
.blog-full-width ul.blog-info {
    margin-bottom: 0;
}


.blog-medium p{
font-size: 16px;
}















.btnside {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding:5px 15px !important;
    position: relative;
    background: var(--lblue1);
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    height: 100%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}
.btnside i{
    font-size: 24px;
}
.btnside:hover,
.btnside:focus {
    color: #fff;
    background: var(--dblue3);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.btnside:hover,
.btnside:focus {
    outline: none;
}
.h47 {
    height:47px;
}




.sidebar .popular-posts .post{
    position:relative;
    font-size:14px;
    color:var(--gray3);
    padding:0px 0px 10px 0px;
    padding-left:90px;
    min-height:85px;
    margin-bottom:15px;
    border-bottom:2px solid #ccc;
}

.sidebar .popular-posts .post:last-child{
    margin-bottom:0px;
    border-bottom:0px;
    min-height:auto;
}

.sidebar .popular-posts .post .post-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:75px;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    border:3px solid var(--lblue1);
}

.sidebar .popular-posts .post:hover .post-thumb img{
    opacity:0.50;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    border-color:var(--lblue1) !important
}

.sidebar .popular-posts .post .post-thumb img{
    display:block;
    width:100%;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}



.sidebar .popular-posts .post h4{
    position:relative;
    font-size:1rem !important;
    margin:0px 0px 5px 0px;
    font-weight:600;
    color:var(--gray3);
    top:5px;
}

.sidebar .popular-posts .post a:hover{
    color:var(--lblue1);
}
.sidebar .popular-posts .post h4 {
    line-height:1.1rem !important;
}
.sidebar .popular-posts .post h4 a{
    color:var(--gray3);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-size:16px !important;
    line-height:18px !important;
}

.sidebar .popular-posts .post-info{
    font-size:12px;
    color:var(--gray3);
}

.sidebar .sidebar-title{
    border-bottom: 3px solid var(--gray3);
    margin-bottom: 10px;
}

.sidebar .sidebar-title h3{
    font-size: 20px;
    text-transform: uppercase;
    line-height:24px;
}


.border-bottom1 {
    border-bottom: 1px solid var(--blackrgba2);
}







.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 20px;
    margin:1px;
    line-height:50px;
    color: #fff;
    height:50px;
    text-decoration: none;
    background-color:var(--gray3);
    border: 0px solid #fff;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    outline:none !important;
    font-size:16px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination > li > span{
    font-size:24px !important;
    padding-top:12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color:var(--dblue3);
    border-color:var(--dblue3);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color:var(--lblue1);
    border-color:var(--lblue1);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #fff;
    cursor: not-allowed;
    background-color:var(--gray3);
    border-color:var(--gray3);
}
.pager li > a,
.pager li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:14px;
}
.pager li > a,
.pager li > span {
    color: #fff;
    border-color: transparent !important;
    background:var(--gray3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pager li > a:hover,
.pager li > span:hover {
    color: #fff;
    background:var(--lblue1);
    border-color: transparent !important;
}








.question-toogle:after{
    background-color:var(--white) !important;
}

.question-toogle:before,
.question-toogle:after {
    background-color:var(--white) !important;
}

.faq-item .question-toogle:after,
.faq-item .question-toogle.active:after{
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}



.faq-item .question-toogle:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.faq-item .question-toogle.active:after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}


.faq-item .question-toogle:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 20px;
    top: 21px;
}
.faq-item .question-toogle:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-item .question-toogle:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 20px;
    top: 32px;
}
.faq-item .question-toogle:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 20px;
    top: 32px
}
.question-toogle {
    cursor: pointer;
    font-size:18px;
    font-weight:bold;
    line-height:50px;
    overflow: hidden;
    padding: 10px 50px 10px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:var(--lblue1);
    color:var(--white);
}
.question-toogle:hover {
    background:var(--dblue3);
    color:var(--white);
}
.faq-answer {
    display: none
}
.faq-item:first-child .faq-answer {
    display: block
}
.faq-answer p,
.faq-answer a{
    font-size:16px
}


.position-relative {
    position: relative!important;
}
.mb5px {
    margin-bottom: 5px !important;
}


.faq-item .question-toogle.active {
    color:var(--white)  !important
}

.faq-item .question-toogle.active:after {
    background-color:var(--white)  !important
}


.faq-item .question-toogle.active {
    background-color:#ccc !important
}


.plr15px {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.py20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}



.faq-item .question-toogle.active,
.question-toogle.active::after {
    background-color:var(--lblue3)  !important;
}

.faq-answer ul,
.content ul {
    list-style-position: inside;
    list-style-type: disc;
}