﻿/* =============================================================
GOOGLE FONT
============================================================ */
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
/* FREE GOOGLE FONT */
@import url(https://fonts.googleapis.com/css?family=Oswald);

/* FREE GOOGLE FONT */

/* =============================================================
GENERAL STYLES
============================================================ */
body {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}

section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.pad-bottom {
    padding-bottom: 60px;
}

.header {
    font-family: 'Oswald', sans-serif;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.header hr {
    width: 226px;
    border-top: 2px solid rgb(217, 115, 24);
}

/* =============================================================
CUSTOM BUTTON STYLES
============================================================ */
.button-custom {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 25px 5px 5px 0px;
    margin: 5px;
}

.btn-custom-one {
    background-color: transparent;
    color: #fff;
    border: 2px solid #F3962B;
}

.btn-custom-one:hover {
    background-color: #F3962B;
    text-decoration: none;
    color: #fff;
}

.btn-custom-two {
    color: #fff;
    background-color: #D97300;
    border: 2px solid #D97300;
    width: 148px;
}

.btn-custom-two:hover {
    border: 2px solid #D97300;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}

/* =============================================================
MENU SECTION STYLES
============================================================ */
.navbar-inverse {
    background-color: rgba(14, 12, 8, 1);
    border-color: transparent;
    height: 100px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    border-bottom: 1px solid rgb(243, 150, 43);
}

.navbar-inverse .navbar-nav > li {
    background: url("../img/punto.png") no-repeat left 50%;
}

.navbar-inverse .navbar-nav > li:last-child {
    background: url("../img/punto.png") no-repeat left 50%, url("../img/punto.png") no-repeat right 50%;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
    font-weight: 800;
    padding: 5px 0px;
    letter-spacing: 2px;
    margin: 10px 20px 10px 20px;
    color: #FFF;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    margin-top: 4px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    margin-top: 25px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #F3962B;
}

.navbar-inverse .navbar-toggle {
    border-color: #F3962B;
}

/* =============================================================
HOME SECTION STYLES
============================================================ */

#home {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 90px;
}

#home .social {
    display: block;
    margin: 50px 20px;
}

/*Carousel Slider*/

.confian-nosotros {
    padding: 45px 0px 5px;
}

.confian-nosotros p {
    color: #FFF;
    font-size: 18px;
    line-height: 25px;
    margin: 5px 0px -4px;
}

/* =============================================================
SERVICES SECTION STYLES
============================================================ */

#services .services-wrapper {
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.07);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#services .services-wrapper:hover {
    background-color: rgba(255, 255, 255, 0.20);
}

#services h3 {
    font-family: 'Oswald', sans-serif;
}

#services .services-wrapper i {
    margin: 5px;
    color: rgb(137, 136, 24);
    font-size: 60px;
}

/*============================
PRICING SECTION STYLES
==============================*/

.light-pricing {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.light-pricing:hover {
    background-color: transparent;
}

.light-pricing ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0px;
}

.light-pricing ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.light-pricing ul li i {
    margin-right: 5px;
}

.light-pricing .price {
    padding: 40px 20px 20px 20px;
    font-size: 60px;
    font-weight: 900;
}

.light-pricing .price small {
    color: #000;
    display: block;
    font-size: 15px;
    margin-top: 22px;
}

.light-pricing .type {
    background-color: rgba(0, 0, 0, 0.40);
    padding: 30px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: rgb(137, 136, 24);
}

.light-pricing .pricing-footer {
    padding: 20px;
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.light-pricing.popular {
    margin-top: 10px;
}

.light-pricing.popular .price {
    padding-top: 80px;
}

/*============================
WORK SECTION STYLES
==============================*/

#work .caegories a.active {
    background-color: transparent;
    color: #fff;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

#work .work-wrapper {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #D97300;
    min-height: 302px;
}

#work .work-wrapper:hover {
    background-color: transparent;
    border: 1px solid #D97300;

    opacity: .80; /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=80)"; /* ie 8 */
    filter: alpha(opacity=80); /* ie lt 7 */
    -khtml-opacity: .80; /* safari 1.x */
    -moz-opacity: .80; /* ff lt 1.5, netscape */

}

#work .work-wrapper h4 {
    padding-top: 10px;
}

/*============================
TEAM SECTION STYLES
==============================*/

.team-wrapper {
    overflow-x: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transform: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 30px;
}

.team-wrapper:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-wrapper .team-inner {
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 150px 0 10px;
    /*background-image: url('../img/girl-big.jpg');*/
    border-top: 1px solid #F3962B;
    border-right: 1px solid #F3962B;
    border-left: 1px solid #F3962B;
    border-radius: 10px 10px 0px 0px;
}

.team-wrapper > .team-inner > a {
    color: #F3962B;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto -50px;
    display: block;
    color: #F3962B;
    z-index: 999;
    font-size: 40px;
    padding: 15px 22px;
    background-color: #fff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.team-wrapper > .team-inner > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F3962B;
}

.team-wrapper .description {
    padding: 30px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #F3962B;
    border-right: 1px solid #F3962B;
    border-left: 1px solid #F3962B;
}

.team-wrapper .description h5 {
    color: #FFF;
}

.team-wrapper {
    width: 197px;
    margin: 0 auto;
}

.team-wrapper .team-inner {
    height: 214px;
}

.team-wrapper .team-inner.horacio {
    background: url("../img/team/1.png");
    background-size: 195px 214px;
    background-position: center;
    background-repeat: no-repeat;
}

.team-wrapper .team-inner.laura {
    background: url("../img/team/2.png");
    background-size: 195px 214px;
    background-position: center;
    background-repeat: no-repeat;
}

.team-wrapper > .team-inner > a {
    color: #fff;
    width: 42px;
    height: 42px;
    background-color: #F3962B;
    font-size: 27px;
    padding: 2px 10px;
    margin: 40px auto 0px;
}

.team-wrapper .description h3 {
    font-size: 18px;
}

.team-wrapper .description a {
    color: #F3962B;
}

.team-wrapper .description a:hover {
    color: #F3962B;
    text-decoration: none;
}

/*============================
CONTACT SECTION STYLES
==============================*/

#contact .contact-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    min-height: 200px;
}

#contact .contact-wrapper h3 {
    color: rgb(137, 136, 24);
}

#contact .social-below {
    display: block;
    margin-top: 5px;
}

.footer-div {
    padding-top: 25px;
}

.footer-div a, .footer-div a:hover {
    font-size: 10px;

    color: #fff;
    text-decoration: none;
}

/*============================
CUSTOM STYLES
==============================*/
.logo, .logo:hover, .logos:focus {
    background-color: #0E0C08;
    display: block;
    height: 115px;
    width: 220px;
    text-align: center;
    padding-top: 25px;
}

.txt-small {
    font-size: 16px;
}

.ceo {
    font-size: 12px;
    margin-bottom: 50px;
}

.nombre-home {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 2px;
}

.titulo-nosotros {
    margin-top: 50px;
}

.desc-nosotros {
    padding: 0px 0px 20px;
}

.desc-nosotros p {
    font-size: 16px;
}

.mail-nosotros {
    color: #F3962B;
}

.mail-footer p {
    color: #F3962B;
}

.am-footer {
    text-align: right;
}

.am-footer a {
    color: #FFF;
}

.am-footer p {
    color: #F3962B;
}

.texto-telefono {
    color: #F28A13;
    font-size: 29px;
    font-weight: bold;
}

.mapa-contacto {
    border: 2px solid #F28A13;
    padding: 7px;
    margin-top: 10px !important;
}

.boton-contacto, .boton-contacto:active {
    background-color: #F28A13;
    border: 2px solid #F28A13;
    color: #FFF;
    border-radius: 1px;
    width: 110px;
    outline-color: #F28A13 !important;
}

.boton-contacto:hover {
    border: 2px solid #D97300;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    width: 110px;
    outline-color: #F28A13 !important;
}

#nombre, #telefono, #email, #mensaje {
    background: transparent;
    border: transparent;
    color: #FFF;
    font-weight: normal;
}

#nombre:focus, #telefono:focus, #email:focus, #mensaje:focus {
    border-color: #F28A13;
    box-shadow: none;
}

.formulario {
    margin-left: 70px;
    margin-top: 15px;
}

.form-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mensaje-gracias {
    margin-top: 15px;
}

.redes-sociales .icono-facebook {
    position: fixed;
    right: 0;
    top: 160px;
    width: 43px;
}

.redes-sociales .icono-twitter {
    position: fixed;
    right: 1px;
    top: 204px;
    width: 43px;
}

.redes-sociales .icono-youtube {
    position: fixed;
    right: 0;
    top: 247px;
    width: 43px;
}

.titulo-contacto {
    font-size: 20px;
    font-weight: bold;
}

.comunicacion {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 40px;
}

.direccion {
    margin-bottom: 2px;
}

.mail-contacto {
    font-size: 16px;
    margin-bottom: 0px !important;
}

.margin-trabajos {
    margin-top: 50px;
}

.contacto {
    margin-top: 0px;
}

#contact {
    padding-top: 135px !important;
}

footer {
    margin-top: 80px;

}

@media (max-width: 468px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .formulario {
        margin-left: 0px;
    }

    .redes-sociales {
        width: 100px;
    }

    .redes-sociales .icono-facebook {
        position: absolute;
        top: 130px;
        right: 106px;

    }

    .redes-sociales .icono-twitter {
        position: absolute;
        top: 130px;
        right: 54px;

    }

    .redes-sociales .icono-youtube {
        position: absolute;
        top: 130px;

    }

    .form-row {
        margin-left: 15px;
        margin-right: 15px;
    }

    #carousel-slider {
        padding: 20px 0px 0px;
    }

    .navbar-inverse .navbar-collapse {
        margin-top: -15px;
        background-color: rgba(14, 12, 8, 1);
        border-color: transparent;
    }

    .cuerpo-contacto {
        padding-bottom: 0px;
        margin-top: 18px;
    }

    .navbar-inverse .navbar-nav > li {
        background: none;
    }

    .navbar-inverse .navbar-nav > li:last-child {
        background: none;
    }

    .mail-contacto {
        word-wrap: break-word;
    }

    .mail-footer {
        word-wrap: break-word;
    }

    .team-wrapper:first-child {
        margin-bottom: 20px;
    }

    #work .caegories {
        text-align: left;
    }

    #work .caegories a {
        margin-bottom: 10px;
    }

    .am-footer {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 760px;
    }
}

.modal-content {
    background-color: #0E0C08;
    border: 1px solid #0E0C08;
    border-radius: 0px;
    padding: 0 15px;
}
.modal .modal-header {
    border-bottom: none;
}
.modal .modal-header h4 {
    color: #F3962B;
}

.modal .modal-header .close {
    color: #F3962B;
    text-shadow: none;
}
.modal .modal-body {
    color: #fff;
    padding: 15px 5px 15px 15px;
}

.modal .modal-body #fotos {
    padding-top: 10px;
}

.modal .modal-body #foto {
    padding-top: 10px;
}

.modal .modal-body #video {
    padding-top: 10px;
}

.modal .modal-body #audio {
    padding-top: 290px;
    background: url("../img/bg_audio.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 410px;
}

.services-wrapper > div {
    display: block;
    position: relative;
}

.services-wrapper  > div > i {
    position: absolute;
    top: 35%;
    left: 40%;
}

.modal .modal-body .audiojs {
    margin: 0 auto;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #F3962B;
}
