@font-face {
    font-family: "sweetsans-sc";
    src: url("../fonts/SweetSans-SC.otf") format("opentype");
}

@font-face {
    font-family: "sweetsants-regular";
    src: url("../fonts/SweetSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: "sweetsans-medium-sc";
    src: url("../fonts/SweetSans-MediumSC.otf") format("opentype");
}

@font-face {
    font-family: "sweetsans-light";
    src: url("../fonts/SweetSans-Light.otf") format("opentype");
}

/*
@font-face {
    font-family: "sweetsans-medium";
    src: url("../fonts/SweetSans-Medium.otf") format("opentype");
}
@font-face {
    font-family: "sweetsans-bold-sc";
    font-weight: bold;
    src: url("../fonts/SweetSans-BoldSC.otf") format("opentype");
}
*/

.sweetsans {
    font-family: "sweetsans-sc";
}


h1, h2, h3, h4, h5, h6 {
    font-family: "sweetsans-sc";
}

p {
    line-height: 1.55;
    color: #333;
    font-weight: 400;
    font-family: "sweetsants-regular", sans-serif;
    font-size: 14px;
}

h1 {

    font-size: 26px;
}

h2 {
    /*font-size: 30px;*/
    font-size: 22px;
}

h2.parrilla {
    margin-bottom: 65px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
    text-decoration: none !important;
}

.video a.fancybox,
.director a.fancybox {
    color: #fff;
}

.hide {
    display: none;
}

.mb25 {
    margin-bottom: 25px;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
    background-color: #199EB8;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
}

.btn:hover {
    background-color: #E04F00;
    color: #fff;
}

.btn:focus {
    color: #fff;
}

.btn-ghost {
    border: 3px solid #fff;
    background-color: transparent;
}

.btn-ghost:hover {
    background-color: #fff;
    color: #199EB8;
}

section {
    padding: 85px 0;
}

.card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}

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

.scrolltop {
    display: inline;
    position: fixed;
    bottom: 55px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #199EB8;
    color: #fff;
    text-align: center;
    font-size: 24px;
    z-index: 99;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
    color: #fff !important;
    opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */
.hero.director {
    background-image: url(../img/default-background.jpg);
}

.hero {
    display: table;
    position: relative;
    background-image: url(../img/background_0.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    color: #fff;
    width: 100%;
    height: 100vh;
    min-widht: 640px;
    min-height: 360px;

}

.hero:after {
    content: '';
    z-index: -1;
    position: absolute;
    /*background: rgba(255, 246, 218, 0.65);*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero .container {
    position: relative;
    z-index: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.page-template-default .hero .container,
.single-post .hero .container {
    text-align: initial;
}

.page-template-default .hero {
    padding: 50px 0 50px 0;
}

.page-template-default .hero h1 {
    margin-bottom: 25px;
}


.hero h2 {
    font-family: sweetsans-sc;
    margin-bottom: 50px;
}

.hero h2 > span {
    display: block;
    font-family: sweetsans-light;
}

.hero.small-video {
    background-image: none;
}

.hero.small-video h2 {
    margin-bottom: 0px;
}

.page-template-contacto .hero {
    padding: 135px 0;
}

.page-template-contacto .hero .container,
.page-template-default .hero .container {
    vertical-align: top;
}

.page-template-contacto .hero .container {

}

.page-template-contacto .col-contact {
    font-size: 12px;
}

.hero-brand {
    margin-bottom: 75px;
    display: inline-block;
}

.hero-brand:hover {
    opacity: .75;
}

.tagline {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 45px 0 75px 0;
    color: #fff;
}

.contactline {
    font-family: sweetsants-regular;
    padding: 0;
    margin: 15px 0 150px 0;
    font-size: 14px;
    text-align: left;
}

.page-template-contacto .hero .container h1 {
    font-family: sweetsants-regular;
    color: #000;
}

.page-template-contacto .post-content {
    color: #000;
    font-size: 13px;
}

/* ==================================================
  Header Styling
================================================== */
#header {
    /* background: #199EB8; */
    height: 70px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#header #logo {
    margin: 14px 25px 0 0;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 2px 0;
    line-height: 1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;

}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

@media (max-width: 768px) {
    /*
    .contactline{
        margin-left: 20%;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 100px;
        text-align: left;
        font-family: sweetsants-regular;
        padding: 0 15px;
    }
    */
    #header {
        height: 50px;
    }

    #header #logo {
        margin: 10px 0 0 0;
    }

    #header #logo h1 {
        padding: 2px 0;
        font-size: 26px;
    }

    #header #logo img {
        max-height: 30px;
    }

}

#header .social-nav {
    margin-top: 15px;
}

#header .social-nav a {
    font-size: 24px;
    margin-left: 15px;
    color: #fff;
}

#header .social-nav a:hover {
    color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Meu Container */
#nav-menu-container {
    margin: 30px 0 0 15px;
    display: inline-block;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#top-menu {
    display: inline-block;
    width: calc(33vw - 30px);
    overflow: auto;
    position: relative;
}

ul#top-menu.active {
    background: rgba(255, 255, 255, 80%);
    height: calc(100vh - 60px);
}

ul#top-menu.active .directors > a {
    font-weight: bold;
}

ul#top-menu ul, #mobile-nav > ul ul {
    width: 100%;
}

ul#top-menu li, #mobile-nav > ul li {
    position: relative;
    white-space: nowrap;
    line-height: 1.5;
    display: block;
}

.nav-menu li {
    float: left;
}

ul#top-menu li, #mobile-nav > ul li {
    text-transform: uppercase;
    font-size: 12px;
}

ul#top-menu .agosto a, #mobile-nav .agosto a {
    font-weight: bold;
    cursor: default;
}

ul#top-menu ul li {
    min-width: 180px;
}

ul#top-menu > li > .sub-menu, #mobile-nav > ul > li > .sub-menu {
    display: block;
    margin-top: 30px;
    padding-left: 0;
}

ul#top-menu > li > .sub-menu {
    display: none;
}

ul#top-menu li.stink, #mobile-nav > ul li.stink {
    font-weight: bold;
    display: block !important;
}

ul#top-menu li.stink > a, #mobile-nav > ul li.stink > a {
    font-weight: bold !important;
    display: inline-block;
}
ul#top-menu li.stink > a{
    padding-bottom: 15px;
}

ul#top-menu li.stink:not(.active) a, #mobile-nav > ul li.stink:not(.active) a {
    color: #abb0ae;
}

ul#top-menu li.stink > a:before, #mobile-nav > ul li.stink > a:before {
    content: "+";
    display: inline;
    margin-right: 5px;
}

ul#top-menu li.stink ul, #mobile-nav > ul li.stink ul {
    display: none;
}

ul#top-menu li.stink.active ul, #mobile-nav > ul li.stink.active ul {
    display: block;
    padding-left: 0;
}

#mobile-nav.active > ul {
    padding-bottom: 30vh;
}

.admin-bar #mobile-nav {
    top: 46px;
}

#top-menu li.new-wave > a {
    margin-top: 10px;
    font-size: 12px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Styling */
ul#top-menu li, #mobile-nav > ul li, ul#top-menu li a, #mobile-nav > ul li a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-family: "sweetsants-regular";
    outline: none;
}

ul#top-menu li a, #mobile-nav > ul li a {
    font-weight: 300;
}

ul#top-menu ul, #mobile-nav > ul {
    margin: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
    color: #333;
}

ul#top-menu > li {
    padding: 22px 25px;
}

ul#top-menu ul li {
    padding: 0 25px;
}

ul#top-menu > li > ul > li:first-of-type, #mobile-nav > ul > li > ul > li:first-of-type {
    padding-bottom: 15px;
}

ul#top-menu > li > ul > li:last-of-type, #mobile-nav > ul > li > ul > li:last-of-type {
    padding-top: 15px;
    padding-right: 0;
}

ul#top-menu ul li li, #mobile-nav > ul ul li li {
    padding: 0px;
}

.nav-menu ul li ul li:first-of-type, #mobile-nav > ul ul li ul li:first-of-type {
    padding-top: 15px;
}

ul#top-menu ul li ul li:last-of-type, #mobile-nav > ul ul li ul li:last-of-type {
    padding-bottom: 15px;
}


.nav-menu ul li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.nav-menu ul li:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
    font-weight: bold;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.invert .nav-menu a {
    color: #fff;
}

.invert span.logo {
    color: #fff;
}

body.invert .nav-menu a:hover {
    font-weight: bold;
}


body.invert .nav-menu ul li:hover {
    color: #000;
}

body.inver .nav-menu ul li a {
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

ul.nav-menu ul.sub-menu li a, #mobile-nav > ul ul.sub-menu li a {
    font-family: "sweetsants-regular";
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 0px;
    z-index: 999;
    margin: 8px 10px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

/* .admin-bar #mobile-nav-toggle{ top: 42px; } */

#mobile-nav-toggle i {
    color: #000;
}

#mobile-nav-toggle i.fa-times:before, #mobile-nav-toggle i.fa-times:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #000;
    border-radius: 2px;
    top: 30px;
}

#mobile-nav-toggle i.fa-times:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -28px;
}

#mobile-nav-toggle i.fa-times:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2px;
}

.invert #mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 1065px) {
    .nav-menu > li {
        padding-right: 0px;
    }
}

@media (max-width: 992px) {
    .nav-menu > li > .sub-menu {
        left: 50% !important;
    }
}

@media (min-width: 768px) {
    .nav-menu > li > .sub-menu {
        position: absolute;
        left: 100%;
        top: 100%;
    }
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 50px;
    bottom: 0;
    z-index: 998;
    background: rgba(255, 255, 255, 90%);
    left: -100vw;
    width: 100vw;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#mobile-nav > ul > li {
    padding: 5px 0;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
    margin-top: 65px;
}

.stats-col .circle {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #666;
    border: 6px solid #199EB8;
    border-radius: 50%;
    padding: 55px 25px 0 25px;
    position: relative;
}

.stats-col .circle .stats-no {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -25px;
    right: -15px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #E04F00;
    position: absolute;
    border-radius: 50%;
    font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
    color: #fff;
    height: 490px;
    overflow: hidden;
    padding-top: 85px;
}

.block h2 {

    margin-bottom: 15px;
}

.block p {
    color: #fff;
    margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
.features {
    padding-top: 0px;
    padding-bottom: 0px;
}

.features h2 {
    color: #199EB8;
}

.feature-col {
    display: table;
    padding-bottom: 45px;
}

.feature-col > div > div {
    display: table-cell;
    vertical-align: middle;
}

.feature-col > div > div:last-child {
    padding-left: 20px;
}

.feature-col .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    background: #199EB8;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
}

.feature-col h3 {
    color: #199EB8;
}

.feature-col p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #999;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
    background-color: #199EB8;
    padding: 25px 0;
}

.cta h2 {
    margin-bottom: 5px;
}

.cta h2,
.cta p {
    color: #fff;
}

.cta p {
    margin-bottom: 0;
    opacity: .75;
}

.cta .btn-ghost {
    position: relative;
    top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
    background-color: #edf6ff;
    padding-bottom: 0;
}

.portfolio h2 {
    color: #199EB8;
    margin-bottom: 25px;
}

.portfolio-grid {
    margin-top: 65px;
}

.portfolio-grid .row {
    margin: 0;
}

.portfolio-grid .row > div {
    padding: 0;
}

.portfolio-grid .row > div .card img {
    width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
    color: #fff;
    font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
    color: #fff;
    opacity: .75;
    padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
    opacity: 1;
    visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */
.team h2 {
    color: #199EB8;
}

.team .col-sm-3 {
    padding: 0;
}

.team .card > a {
    display: block;
}

.team .card img {
    width: 100%;
}

.team .card h4 {
    color: #fff;

}

.team .card p {
    font-size: 11px;
    color: #fff;
    opacity: .75;
    margin: 0;
    padding: 0 35px;
}

.team .card .social-nav {
    margin-bottom: 45px;
}

.team .card .social-nav a {
    color: #fff;
    font-size: 16px;
    margin: 0 4px;
}

.team .card .social-nav a:hover {
    opacity: .75;
}

.team .card:hover .team-over {
    opacity: 1;
    visibility: visible;
}

.team .card:hover .card-title-wrap {
    background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title, .team .card:hover .card-title-wrap .card-text {
    color: #fff;
}

.team .team-over {
    padding-top: 45px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team .card-title-wrap {
    padding: 15px 25px;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.team .card-title-wrap .card-title, .team .card-title-wrap .card-text {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0;
}

.team .card-title-wrap .card-title {
    font-size: 24px;
    color: #333;
}

.team .card-title-wrap .card-text {
    font-size: 18px;
    color: #999;
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
    background: #f7f7f7;
    padding: 80px 0;
}

#contact h2 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #199EB8;
}

#contact .info i {
    font-size: 32px;
    color: #199EB8;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}

#contact .form #sendmessage {
    color: #199EB8;
    border: 1px solid #199EB8;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input, #contact .form textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact .form button[type="submit"] {
    background: #199EB8;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
    background: #23c2e1;
}

/* ==================================================
  Footer Styling
  ================================================== */
.site-footer {
    background-color: #111;
    padding: 0;
}

.site-footer h2, .site-footer p {
    color: #fff;
}

.site-footer p {
    opacity: .75;
    line-height: 2.5;
}

.site-footer h2,
.site-footer .btn {
    margin-bottom: 25px;
}

.site-footer .social-nav a {
    color: #fff;
    opacity: .25;
}

.site-footer .social-nav a:hover {
    opacity: 1;
}

.site-footer .bottom {
    background-color: #000;
    padding: 4px;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
    margin: 0;
}

.site-footer .bottom .list-inline {
    position: relative;
    float: right;
    width: 230px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .site-footer .bottom .list-inline {
        float: none;
    }
}

.site-footer .bottom .list-inline a {
    color: #fff;
    font-family: "sweetsans-sc";
    margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
    color: #797979;
}

.site-footer .credits {
    color: #ddd;
}

.site-footer .credits a {
    color: #199EB8;
}

#footer-menu.nav-menu {
    width: auto;
}

#footer-menu.nav-menu a {
    padding: 10px 15px 10px 25px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}

@media (max-width: 992px) {
    #footer-menu.nav-menu {
        margin: auto;
        display: inline-block;
    }
}

/* ==================================================
  Responsive Styling
  ================================================== */

@media (max-width: 61.9em) {
    section,
    .block,
    .cta {
        padding: 35px 0;
    }

    .features {
        padding-bottom: 5px;
    }

    .block p {
        margin: 0;
    }

    .hero-brand {
        margin-bottom: 35px;
    }

    .tagline {
        margin: 35px 0;
    }

    /*
    h1 {
      font-size: 32px;
      margin: 0;
    }
    h2,
    .tagline {
      font-size: 24px;
    }
    h2 {
      margin-bottom: 25px;
    }
    .hero h2{
        font-size: 24px;
    }
    h3 {
      font-size: 14px;
    }

    */
    /*
    .hero {
      padding: 75px 0;
    }
    .stats-col {
      margin-bottom: 25px;
    }
    .block {
      height: auto;
    }
    .feature-col {
      padding-bottom: 30px;
    }
    .portfolio-grid .card h3.card-title {
      font-size: 18px !important;
    }
    .portfolio-grid .card .card-text {
      font-size: 13px;
    }
    .team .team-over {
      padding-top: 20px;
    }
    .team .card .social-nav {
      margin-bottom: 15px;
      padding: 0;
    }
    .site-footer .social-nav {
      margin-bottom: 35px;
    }
    .site-footer .list-inline {
      text-align: center;
      padding-bottom: 15px;
    }
    .site-footer .list-inline li {
      display: inline-block;
    }
    */
}

@media (max-width: 767px) {
    .block {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.small-video {
    display: table;
    max-height: 480px;
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

/*
.tax-director .small-video{
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}
*/

.row.step {
    background-color: #000;
}

.tax-director .row.step {
    margin-left: 0px;
    margin-right: 0px;
}

.small-video .vcenter {
    text-align: center;
    /* display: table-cell; */
    vertical-align: middle;
    width: 100%;
}

.small-video a.fancybox {
    font-family: "sweetsans-medium-sc";
    color: #fff;
    text-shadow: -2px -1px 2px rgba(55, 55, 55, 0.7);
}

span.logo {
    color: #fff;
    font-family: sweetsans-medium-sc;
    font-size: 24px;
}

.inver span.logo {
    color: #fff;
}

.half {
    width: 50%;
    display: table;
    height: 100%;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    /*max-height: calc(100% - 0px);*/
    overflow: visible;
    background: #fff;
}

.admin-bar .fancybox-slide--iframe .fancybox-content {
    /*max-height: calc(100% - 32px);*/
}

.go-down {
    position: absolute;
    bottom: 45px;
    left: calc(50% - 75px);
    color: #000;
    text-align: center;
    width: 150px;
    font-family: sweetsans-regular;


}

.go-down a {
    color: #000;
    text-transform: uppercase;
    font-family: "sweetsants-regular";
    font-size: 10px;
    /*font-weight: bold;*/
}

span.arrow-down {
    background: url(../img/arrow-down.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto;
}

/* Cookie Monster Custom */
.cookie-monster-text {
    position: relative;
    margin: 0px;
    padding: 5px 8px;
    width: auto;
    display: inline-block;

    color: #fff;
}

.cookie-monster-buttons {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#cookie-monster {
    min-height: auto;
    background-color: rgba(0, 0, 0, .5) !important;
    color: #fff;
    font-size: 12px;
}

.info-cookie-monster {
    color: #fff;
    background-color: transparent !important;
    border: 0px;
    border-radius: 0px;
}

.close-cookie-monster {
    border: 0px;
    border-radius: 0px;
}


.cookie-monster-buttons > button {
    padding: 4px 10px;
    line-height: normal;

}

#cookie-monster .hide-cookie-monster {
    display: none;
}

#logoImage {
    text-align: left;
    margin-left: 100px;
}

#logoImage img {
    max-width: 320px;
}

@media (max-width: 998px) {

    h1 {
        font-size: 26px;
    }

    h2 {
        /*font-size: 24px;*/
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    .litle-one h2 {
        /* font-size: 20px; */
        font-size: 16px;
    }

}

@media (max-width: 768px) {

    #logoImage {
        width: calc(100% - 30px);
        text-align: center;
        /*top: initial !important;*/
        left: initial !important;
        margin: 0px;
    }


    h1 {
        font-size: 26px;
    }

    h2 {
        /*font-size: 24px;*/
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    .litle-one h1 {
    }

    .litle-one h2 {
        /*font-size: 20px;*/
        font-size: 16px;
    }


}


@media (max-width: 576px) {

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    h4 {
        font-size: 13px;
    }

    .litle-one h2 {
        font-size: 14px;
    }

    #logoImage img {
        max-width: 300px;
    }
}

/*
div#logoImage {
   	text-align: left;
   	padding-left: 40%;
}
*/


.col-contact {
    text-align: left;
    margin-bottom: 25px;
}

.col-contact p {
    margin-bottom: 1rem;
    line-height: 1.25;
}


img.portada {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    bottom: 0px;
    padding: 0;
    margin: 0px;
}

.parrilla {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.parrilla a.fancybox {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    /*z-index: 11111;*/
    display: block;
}

.parrilla a.fancybox:hover {

}

.parrilla a.fancybox > h2 {
    font-family: sweetsans-sc;
    margin-bottom: 65px;
}

.parrilla a.fancybox h2 > span {
    display: block;
    font-family: sweetsans-light;
}

.table {

}

.table .container {

}


.first {
    border-bottom: 3px solid #fff;
}

p.copyright-text {
    font-family: sweetsans-sc;
}

.title-contact {
    font-size: 12px;
}

.contact-links {
    margin-top: 40px;
}

.contact-link {
    font-size: 12px;
    font-weight: bold;
}

/*** CAPTION VIDEO ***/

.fancybox-slide {
    background-color: #000;
}

.fancybox-caption-wrap {
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 78px;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none;
}

.fancybox-caption {
    padding: 15px 0;
    border-top: 0px solid hsla(0, 0%, 100%, .4);
    font-size: 20px;
    font-family: "sweetsants-regular";
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
    /*text-align: center;*/
}

.nav-logo {
    margin: 17px 35px;
    max-width: 100px;
}

body.home .nav-logo, body.page-template-contacto .nav-logo {
    display: none !important;
}

a#lastest-work {
    position: relative;
    z-index: 997;
}