/*
Theme Name: AV3 Aerovisual Theme
Theme URI: https://gitlab.com/zowarin/av3-web-site
Author: zowarin@gmail.com
Author URI: krkn.solutions
Description: Theme Sitio AV3 Aerovisual
Text Domain: Sitio AV3 Aerovisual
Version: 1.0.0
License: GNU General Public License v2 or later
*/

/* ////////////////////////////////////// */
/* ////////////////////////////////////// */
/* ////////////////////////////////////// */
#page {
    position: relative;
    margin-top: 55px;
}

#hedaer-widget {
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 1000;
	font-family: 'Gotham';
}
#hedaer-widget .alert {
    /* margin: 0 !important; */
    padding: .15rem 1.25rem !important;
    color:white;
    background-color: rgba(15,14,13,0.8) !important;
    font-size: small;
}

#hedaer-widget .alert-dismissible .close{
    padding: .15rem 1.25rem !important;
    color:white;
    opacity: 1 !important;
    font-size: 1.0rem !important;
}

#hedaer-widget a {
    color: white !important;
}

#hedaer-widget strong , #hedaer-widget p {
	font-size:13px;
	font-weight:700;
	line-height:24px;
}



/* //////////////////////////////// */
body.admin-bar > #nav-bar-top{
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar > #nav-bar-top{
        margin-top: 46px;
    }
}

.content img {
    /*width: 100% !important;*/
    width: 100%;
    max-width: 100%;
    height: auto;
}

.content .gallery {
    display: inline-block;
}

.content p:first-of-type {
    text-align: justify;
}

.widget-side-bar {
    display: block;
    width: 100%;
}

/* search widget */
.screen-reader-text { display:none; }

/* ////////////////////////////////////// */
/* ////////////////////////////////////// */
/* ////////////////////////////////////// */
/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

@media (min-width: 576px) {
    .card-columns { column-count: 1;}
}

@media (min-width: 768px) {
    .card-columns { column-count: 1;}
}

@media (min-width: 992px) {
    .card-columns { column-count: 3;}
}

@media (min-width: 1200px) {
    .card-columns { column-count: 3;}
}

/* /////////////////////// */


footer .widget h4 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

footer .column1 {
    text-align:  left  !important;
}

footer a {
    color:#8c8c8c !important;
    text-transform: uppercase;
    word-wrap: break-word;
}

footer a:hover {
    color:white !important;
    text-decoration: none;
}

footer .widget_nav_menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .social-icons a {
    color:white !important;
    font-size:20px;
    margin-right: 10px;
}

footer .company-description span {
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

/* //////////////////////////////// */
/* .content-title .container {
    padding-bottom:  30vh;
} */
.content-title-custom-type {
    min-height: 30vh;
    background-size: cover;
}


/* ///////////////////// */
/* ///////////////////// */
/* ///////////////////// */
.portfolio_gallery {
    position: relative;
}

.portfolio_gallery_col_3 .col {
    flex: 0 0 32%;
    max-width: 32%;
    margin: 0 2% 2% 0;
}

.portfolio_gallery_col_3 .col:nth-child(3n) {
     margin: 0 0 2% 0;
}

.portfolio_gallery_col_2 .col {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0 2% 2% 0;
}

.portfolio_gallery_col_2 .col:nth-child(2n) {
     margin: 0 0 2% 0;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .content-title {
        min-height: 35vh;
        background-size: cover;
    }

    h1 {
        font-size: 1.5rem !important;
    }
    h2 {
        font-size: 1.4rem !important;
    }
    h3 {
        font-size: 1.2rem !important;
    }
    h4 {
        font-size: 1.0rem !important;
    }

    .carousel-post-indicators .carousel-indicators {
        display: none !important;
    }

    #nav-bar-top .navbar-collapse {
        padding-top: 1rem;
    }

    #nav-bar-top .dropdown-menu {
        padding: 0.15rem;
    }

    #nav-bar-top li:hover,
    #nav-bar-top li.active,
    #nav-bar-top .dropdown-menu li,
    #nav-bar-top .dropdown-menu li.active {
        border: 1px solid transparent !important;
    }

    footer .widget {
        margin-bottom: 1rem;
    }

    .container-page {
        background-color: white !important;
        padding-top: 1rem;
    }
    .content-title .container {
        padding-bottom:  0vh;
    }

    .portfolio_gallery .col {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 2% 0;
    }

}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .content-title {
        min-height: 30vh;
        position: relative;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: top;
    }

    .container-page {
        margin-top: -7vh;
        /* background-color: white !important; */
    }
    .content-title .container {
        padding-bottom:  7vh;
    }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .content-title {
        min-height: 30vh;
        position: relative;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: top;
    }
    #nav-bar-top .navbar-collapse {
        padding-top: 1rem;
    }

    .container-page {
        margin-top: -5vh;
        /* background-color: white !important; */
    }
    .content-title .container {
        padding-bottom:  5vh;
    }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .content-title {
        /* background-image: none !important; */
        min-height: 30vh;
        position: relative;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: top;
    }

    .container-page {
        margin-top: -10vh;
        /* background-color: white !important; */
    }
    .content-title .container {
        padding-bottom:  10vh;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .content-title {
        /* background-image: none !important; */
        min-height: 60vh;
        position: relative;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
    }

    .container-page {
        margin-top: -10vh;
        /* background-color: white !important; */
    }
    .content-title .container {
        padding-bottom:  10vh;
    }
}


.mobile-video-image {
    width: 100%;
    height: calc(100vh);
    position: absolute;
    top:0;
    left: 0;
    display: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: right top;
}

.video-overlay {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: url('/wp-content/themes/av3-theme/assets/images/pixel-video.png');
    background-position: 0 0;
    background-repeat: repeat;
    opacity: 1;
}

.fullscreen-video-wrap {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: calc(100vh);
    overflow: hidden;
    display: none;
}

.fullscreen-video-wrap video {
    min-width: 100%;
    min-height: 100%;
}



/* ////////////////////////////////////// */
/* ////////////////////////////////////// */
/* ////////////////////////////////////// */
span.wpcf7-not-valid-tip {
    font-size: 80% !important;
    font-weight: 400 !important;
    color: #dc3545 !important;
}
.wpcf7-response-output {
    position: relative !important;
    margin: 1em 0 1em !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent;
    border-radius: .25rem !important;
}

.wpcf7-validation-errors
, .wpcf7-acceptance-missing
, .wpcf7-mail-sent-ng
, .wpcf7-spam-blocked
, .wpcf7-aborted{
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb!important;
}

.wpcf7-mail-sent-ok {
	color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.wpcf7-display-none {
    display: none;
}

.wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

/* ==========================================================================
   End of Pagination styles
   ========================================================================== */
html {
    scroll-behavior: smooth;
}
#back_to_top{
    display: none;
    width: 50px;
    height: 50px;
    z-index: 10000;
    background: white;
    position: fixed;
    right: 30px;
    bottom: 30px;
    line-height: 45px;
    text-align: center;
    font-size: 30px;
}
#back_to_top.on {
    display: block;
}

/* ==========================================================================
   Carrusel Clientes
   ========================================================================== */
.img-slide-wrapper {
    min-height: 100px;
}

.img-slide-wrapper .col {
    width: 100%;
    overflow: hidden;
}

.img-slide-wrapper img {
    max-height: 120px;
    width: auto;
}

.gallery-wrapper .carousel-inner{
    height: 400px;
}


.nav-post {
    line-height: 40px;
    min-width: 44px;
    text-align: center;
}

.nav-post i {
    font-weight: 300;
}
a.nav-post  {
    text-decoration: none;
}

.nav-post span {
    font-size: small;
    vertical-align: bottom;
}

#aside-blog {
    position: -webkit-sticky;
    position: sticky;
    overflow-y: auto;
    top: 100px;
}

.widget_av3_call_us_widget i {
    color: #0b5e96;
}
#aside-blog .widget-side-bar {
    border-top: 1px solid #dee2e6;
}

#aside-blog .widget-side-bar:first-of-type {
    border-top: none !important;
}

.widget-side-bar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.widget-side-bar ul {
    list-style-type: none;
    padding: 0;
}

.widget-side-bar a ,
.widget-side-bar li {
    color: #343a40!important;
    text-decoration: none;
    font-size: small;
    margin-bottom: .25rem!important;
}
.widget_categories a::before ,
.widget_recent_entries li a::before {
    content: '• ';
    color: #0b5e96;
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5rem;
}

.widget_recent_entries li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget_av3_call_us_widget span a,
.widget_recent_entries li a,
.widget_av3_call_us_widget a span {
    font-size: small !important;

}

/* ==========================================================================
   Carrusel Post
   ========================================================================== */
.carousel-post a {
    text-decoration: none;
}


.blog-slide-wrapper .item:hover .blog_text_holder{
    background-color: transparent!important;
    opacity: 1;
}

.blog-slide-wrapper .item:hover .blog_image_holder img{
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-slide-wrapper .item:hover .blog_text_holder_inner{
    background-color: rgba(15,14,13,0.8) !important;
}

.item_holder {
    position: relative;
    overflow: hidden;
}

.blog_image_holder  img {
    max-width: 100%;
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: transform .3s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.blog_text_holder {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background-color: rgba(15,14,13,0.8);
    z-index: 20;
}

.blog_text_holder_inner {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background-color: transparent!important;
}

.defualt {
    height: 272px;
}

.carousel-post-indicators {
    position: relative;
    margin-top: -1.8rem!important;
    z-index: 30;
    font-size: 1.5rem;
}
.carousel-post-indicators .carousel-indicators {
    position: relative !important;
}

.carousel-post-indicators .wrapper {
    background-color: rgba(15,14,13,1);
}

/* ==========================================================================
   Project Post
   ========================================================================== */

.card-project {
    overflow: hidden;
    min-height: 150px;
}



.card-project .card-img-overlay {
    top: unset !important;
    padding: 1rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.card-project .portfolio_shader {
    position: absolute;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: 0;
    background: -webkit-linear-gradient(top,rgba(14, 14, 14,0) 10%,rgba(14, 14, 14,0.9) 100%);
    background: linear-gradient(to bottom,rgba(14, 14, 14,0) 5%,rgba(14, 14, 14, 0.9) 100%);
    -webkit-transform: translate3d(0,30%,0);
    -ms-transform: translate3d(0,30%,0);
    -moz-transform: translate3d(0,30%,0);
    -o-transform: translate3d(0,30%,0);
    transform: translate3d(0,30%,0);
    -webkit-transition: opacity .3s cubic-bezier(0.165,0.840,0.440,1.000),-webkit-transform .3s cubic-bezier(0.165,0.840,0.440,1.000);
    transition: opacity .3s cubic-bezier(0.165,0.840,0.440,1.000),transform .3s cubic-bezier(0.165,0.840,0.440,1.000);
}

.card-project:hover .portfolio_shader {

    opacity: 1;
    -webkit-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}

.card-project:hover .card-img-overlay {
    -webkit-transform: translate3d(0,-30px,0);
    -moz-transform: translate3d(0,-30px,0);
    -ms-transform: translate3d(0,-30px,0);
    -o-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

.wpb_content_element {
    margin-bottom: 0  !important;
}

.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}


body {
    color: #797979;
    background: #f3f3f3;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.bg-dark {
    background-color: #121212 !important;
}

.navbar-brand {
    font-family: 'Gotham';
    border: white solid 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 1.7rem;
    margin-right: 1.5rem;
}

.navbar-brand span{
    font-weight: 300;
    letter-spacing: 0.2rem;
    padding-left: 0.5rem;
}

#nav-bar-top  .navbar-toggler{
    border: 1px solid white;
    color: white;
    border-radius: 0;
}

#nav-bar-top li {
    line-height: 1.35rem;
    font-family: 'Gotham';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-right: 1rem;
    font-size: 0.7rem;
    color: white;
    border: 1px solid transparent;
}

#nav-bar-top li a {
    padding-left: 0.5rem;
}

#nav-bar-top li a{
    color: white;
}

#nav-bar-top li:hover ,
#nav-bar-top li.active ,
#nav-bar-top .dropdown-menu li,
#nav-bar-top .dropdown-menu li.active {
    border: 1px solid white;
}

#nav-bar-top .dropdown-menu {
    background-color: #121212ee !important;
    margin: 0.5rem 0 0;
    border-radius: 0;
    padding: 0.5rem;
}

#nav-bar-top .dropdown-menu li {
    border-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}

#nav-bar-top .dropdown-menu li:last-child {
    margin-bottom: 0;
}


#nav-bar-top .dropdown-item:hover {
    background: transparent;
}

@media (min-width: 1200px) {
    #nav-bar-top li.wpml-ls-menu-item {
        margin-left: auto;
    }
}

.dropdown-toggle::after {
    margin-left: 0.7rem;
}



.title-page {
    text-align: right;
}

.title-page h1 {
    background: rgba(0, 0, 0, 0.5);
    font-size: 2.5rem;
    border: 1px solid white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2.0rem !important;
    display: inline-block;
    white-space: normal!important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.cat-description {
    font-weight: 300;
}


body.page-template-default .wpb_wrapper ul {
    list-style: none;
}

body.page-template-default .wpb_wrapper ul li::before {
    content: "\2022";
    color: #ff6600;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: small;
    padding: 0;
}

body.page-template-default .vc_row-o-full-height {
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center center;
}

h1 , h2 , h3 , h4 , h5 , h6 {
    color: #444444;
    font-family: 'Gotham';
}

body.page-template-default h1 {

    font-weight: 300;
}
body.page-template-default h2 {
    font-weight:400;
    font-size: 2.5rem;
    color: #444444;
    margin-bottom: 1rem !important;
}
body.page-template-default h3 {
    color: #797979;
    font-weight: 300;
    margin-bottom: 0.8rem !important;
}
body.page-template-default h4 {
    font-weight: 400;
}
body.page-template-default h5 {
    color: #797979;
    font-weight: 400;
    font-size: 1.0rem;
    letter-spacing: 0.08rem;
}

body.page-template-default h6 {
    font-weight:400;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    margin-bottom: 0.3rem !important;
}

body.page-template-default li  {
    margin: 0;
    font-size: medium;
}

body.page-template-default p  {
    color: #797979;
    font-size: medium;
    line-height: 1.5rem;
    margin-bottom: 0.3rem !important;
}



body.page-template-default a {
    color : #ff6600;
    text-decoration: none;
}

body.page-template-default .content-title h1 {
    color: white;
}

/* body.page-template-default .content-title h3 {
} */

.text-white .wpb_wrapper h1 ,
.text-white .wpb_wrapper h2 ,
.text-white .wpb_wrapper h3 ,
.text-white .wpb_wrapper h4 ,
.text-white .wpb_wrapper h5 ,
.text-white .wpb_wrapper h6 ,
.text-white .wpb_wrapper p
{
    color: white;
}

.btn-action {

     font-family: 'Gotham';
     font-size: small;
     letter-spacing: 0.08rem;
     font-weight: 500;
     margin-top: 1.0rem;
}

.btn-action.btn-lg {
    font-size: 1.25rem;
}

.btn-action.btn-outline-secondary {
    color: white;
    background-color: #ff6600;
    border-color: white !important;
}

.btn-action.btn-outline-secondary:hover {
    background-color: black;
    border-color: #222222;
}

.btn-action.btn-outline-light {
    color: black;
    background-color: #f3f3f3;
    border-color: white !important;
}

.btn-action.btn-outline-light:hover {
    color: white;
    background-color: black;
}

.container-page {
    /* background-color: white; */
    /* margin-top: -10rem; */
    display: block;
    /* z-index: 10000; */
    position: relative;
}
.title-post {
    font-size: 1.5rem;
    font-weight: 500;
    /* border: #121212 solid 1px; */
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    padding-top: 0.5rem;
    /* padding-bottom: 0.5rem; */
    font-family: 'Gotham';
}

.title-post img {
    width: auto;
    height: 90px;
}

.title-post span {
    font-weight: 300;
    letter-spacing: 0.2rem;
    padding-left: 0.5rem;
}

.list-tags a {
    background-color: white;
    padding: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    text-transform: uppercase;
    border: #121212 solid 1px;
    color: black;
    font-size: small;
}

.list-tags a:hover {
    color: white;
    background-color: black;
}

/* a .title-post{
    color: inherit;
    text-decoration: none;
} */

a {
    color: #006297;
}

a:hover {
    text-decoration: none;
}

.list-category a {
    text-decoration: none;
    color: #797979;
    /* background-color: #ff6600; */
}

.btn-primary {
    color: #fff;
    background-color: #006297;
    border-color: #006297;
    text-transform: uppercase;
    font-size: smaller;
}

.btn-primary:hover {
    color: #006297;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.pagination {
    border-radius: 0;
}

.page-item {
    margin-right: 0.8rem;
}

.page-item:last-child {
    margin-right: 0;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item .page-link {
    color: #797979;
    background-color: transparent;
    border-color: #303030;
}

.page-item.active .page-link {
    color: white;
    background-color: #303030;
    border-color: #303030;
}

.page-item:hover .page-link {
    color: white;
    background-color: #303030;
    border-color: #303030;
}

.badge-primary, .bg-primary {
    background-color: #006297 !important;
}

.fancybox-content {
    margin: 1rem !important;
}
.fancybox-image {
    border: white solid 1px !important;
}

.fancybox-close-small {
    color: white !important;
}

.portfolio_gallery a .gallery_text_holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 200;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.portfolio_gallery a:hover .gallery_text_holder {
    background-color: rgba(0,0,0,0.45);
    opacity: 1;
}

.portfolio_gallery a .gallery_text_inner {
    display: table-cell;
    vertical-align: middle;
}

.badge {
    font-weight: 300;
}

/* ///////////////////////////// */
/* ///////////////////////////// */
/* ///////////////////////////// */
.share-post {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

    .share-post a {
        display: inline-block;
        color: white;
        padding: 0.3rem 1rem;
        line-height: 2em;
        margin: 0.1em;
        text-transform: uppercase;
        font-size: small;
    }

        .share-post a:hover {
            /* padding: 0 1.5em; */
            text-decoration: none;
            color: white;
        }


    .share-post a i {
        margin-right: 0.8rem;
    }
    .share-post .facebook {
        background: #3b5998;
    }

    .share-post .twitter {
        background: #55acee;
    }

    .share-post .googleplus {
        background: #dd4b39;
    }

    .share-post .pinterest {
        background: #cc2127;
    }

/* ==========================================================================
   Loading
    ========================================================================== */
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    display:flex;
    justify-content: center;
    z-index: 9000;
}


.cc-compliance {
    margin-right: 5rem;
}

.zowar-class {
    display: none;
}
/* =======================================*/
.text-columns h4{
    background-color: red;
    word-wrap: break-word;
}
/* =======================================*/


.autor {
    /* background: red; */
    font-family: 'Gotham';
}

body {
    font-size: 0.90rem;
}

.i-whatsapp:before {
   font-family: FontAwesome;
   content: "\f232";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
}

.i-oficina:before {
   font-family: FontAwesome;
   content: "\f095";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
}


