#preloader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: white;
    background-image: url(../img/logo_gammacorp_transparente.png);
    background-position: center;
    background-repeat: no-repeat;
}
#status{
    position: absolute;
    top: 65%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background-image: url(../img/AjaxLoader.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-header,
.main-nav{
    display: none;
}
.navbar-custom,
.dropdown-menu{
    background-color: rgba(0, 0, 0, 1);
}
.navbar-custom a,
.dropdown-menu>li>a{
    color: white;
}
.nav>li>a {    
    padding: 10px 10px;
}
.navbar-custom{
    background-image: url(../img/logo_nombre_gamma.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.dropdown-menu {
    padding: 10px 10px;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
}

#intro-carousel{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wowslider-container1{
    margin-top: 80px;
}

#personero .nav-tabs>li.active>a, 
#personero .nav-tabs>li.active>a:focus,
#personero .nav-tabs>li.active>a:hover {
    color: white;
    background-color: #155287;
    border: 1px solid #155287;	
}

#personero .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: 300;
}

#personero .btn-lg,
#personeros .btn-lg {
    margin: 5px 0;
    padding: 5px 30px;
}

#personero #funciones .media-body .fa,
#personero #inhabilidades .media-body .fa,
#personero #incompatibilidades .media-body .fa{
    font-size: 9px;
}

#clients{
    padding: 35px 0;
}

#clients .row-enlaces{
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact .contact-container .col-md-4{
    padding: 30px;
}

/*Dropdown nav*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


footer p {
    margin: 5px 0;
    font-size: 14px;
}

footer .copynote{
    padding: 10px 0;
    margin-top: 10px;
    background: rgb(37, 75, 108); /* Dark color/Footer color, can be changed via colors.css */
}

footer .segment{
    padding-bottom: 0px;
}

footer .social a{
    display: inline-block;
    padding: 6px;
}

footer .img-responsive{
    display: inline;
}
footer {
    padding: 0px;
    background-image: url(../img/fondos/cover-one.jpg);
    background-repeat: no-repeat;    
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

footer .footer-overlay{
    height: 100%;
    padding-top: 25px;
    background: rgba(21, 82, 135, 0.3);
}

#counter,
#personero,
#contratacion{
    background: #222;
    background: url(../img/fondos/cover-one.jpg) 50% 0 no-repeat scroll;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#counter .my-overlay,
#personero .my-overlay,
#contratacion .my-overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: auto;
    background-attachment: fixed;
}

/* SUB PAGES STYLES */

.objetivos,
.asesorias-juridicas{
    padding: 50px 0px; 
    display: flex;   
}

.objetivos:nth-child(odd),
.asesorias-juridicas:nth-child(odd){
    background: #F2F4F5;
}

.info{
    font-family: Lora,'Times New Roman',serif;
    font-style: italic;
    border-left: 5px solid #eee;
    padding: 5px 20px;
}
.info p{
    margin:0 0 20px;    
}
.info p span{
    font-weight: 700;
}
#organigrama .entidad-img,
.asesorias-juridicas .asesoria-img{
    display: flex;    
    align-items: center;
    justify-content: center;
}
.download-container span.icon {
    display: inline-block;
    padding: 18px;
    margin: 0 0 22px 0;
    min-width: 80px;
    color: #fff;
    background: #155287;
    text-align: center;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}
#perfil-personero,
#nuestros-personeros,
#nuestros-personeros-noticias{
    padding-top: 0px;
    padding-bottom: 50px;
}

#perfil-personero p{
    font-size: 16px;
}

#head{ background: #f4f4f4 url(../img/unnamed.jpg) top center; }

#nuestros-personeros #head{ background: #f4f4f4 url(../img/unnamed-2.jpg) top center; }

#head {    
    background-attachment: fixed;
    background-size: cover;    
    padding: 40px 0 20px 0;
    margin-bottom: 30px;
}
#head img.img-circle {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 9px solid rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}

#head .tagline {
    display: block;
    font-size: 18px;
    font-weight: 400;    
    color: #7C7C7C;
    margin: 5px 0 0;
    font-family: Lora,'Times New Roman',serif;
    font-style: italic;
    letter-spacing: 0px;
}
.asesorias-juridicas .asesoria-img .boton{
    max-width: 98%;
}
.asesorias-juridicas span{
    font-family: Lora,'Times New Roman',serif;
    font-style: italic;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
/* END SUBPAGES STYLES*/

@media(min-width:767px) {
    #personero .caption .btn,
    #personero .tab-content .btn{
        font-size: 16px;
    }
}

@media(min-width:768px){
    #personero .tab-content p{
        font-size: 18px;        
    }

    .navbar-custom {
        padding: 40px 0px 5px 0;
    }    
}

/*@media(min-width:1024px){
    .navbar-custom .container{
        padding-left: 5px;
        padding-right: 5px;
    }
    .nav>li>a {
        font-size: 12px;
        padding: 10px 5px;
    }
}*/

@media (max-width: 768px) {
    #intro-carousel {
        height: 50%;
    }
}
@media (max-width: 1200px) {
    .navbar-header,
    .main-nav{
        display: block;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .overlay ul li {
        min-height: 45px;
    }

    .overlay nav {
        font-size: 18px;
    }
}