/* 
    Por barata que sea una Web... cúrrate cada diseño, simplemente porque es tuyo.
*/

body { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Raleway', sans-serif;
    color:#424242;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}

iframe {
    border: none;
    width:100%;
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}
strong,b{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
input,
button,
select,
textarea {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
a {
    color: #777;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover,
a:focus {
    color: #3498db;
    text-decoration: none;
}
.colored-text{
    color:#3498db;
}
/* Cabeceras */
h1, h2, h3, h4, h5, h6 {
    color: #060606;
    font-weight: 300;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.6em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
}
/*use in section headings*/
h3.heading{
    border-bottom: 1px solid #E5E5E5;
    color: #060606;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
h3.heading:before {
    position: absolute;
    content: "";
    height: 1px;
    background:#3498db;
    width: 90px;
    bottom: -1px;
    left: 0px;
}
h4 {
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
/*parrafos*/
p {
    color: #777777;
    line-height: 24px;
    margin: 0 0 20px;
}

/*******section heading**********/
.center-heading{
    text-align: center;
    margin-bottom: 40px;
}
.center-heading h2{
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 23px;
    letter-spacing: 0.08em;
}
.center-line{
    display: inline-block;
    width:70px;
    height: 6px;
    border-top: 1px solid #3498db;
    border-bottom: 1px solid #3498db;
    margin: auto;
    
}
.center-heading p{
    margin-top: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
/*margenes*/
.margin10{
    margin-bottom: 10px;
}
.margin20{
    margin-bottom: 20px;
}
.margin30{
    margin-bottom: 30px;
}
.margin40{
    margin-bottom: 40px;
}

/***********bootstrap navigation personalizada--*/
.navbar-default {
    font-family: 'Raleway', sans-serif;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    width:100%;
    min-height: 80px;
    padding: 15px 0;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
    background-color:rgba(255,255,255,1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #3498db;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #3498db;
    background-color: transparent;
}
/*.navbar-brand{
    font-weight: 700;
    color:#000 !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
}*/
.navbar-brand{margin:-5px 10px 0 0}
.navbar-brand i{line-height:28px;display:inline-block;float:left;margin:2px 10px 0 0;color:#f15f4c}
@media (max-width:991px) {.site-navbar .navbar-brand{padding:4px 12px}
.navbar-brand i{font-size:24px;line-height:30px}
.navbar-brand a{font-size:18px;line-height:30px}}
.navbar-nav{margin:15px 0}
 
.navbar-default .navbar-nav>li>a {
    color: #060606;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #3498db;

}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    border-top: 2px solid #f5f5f5!important;
}
.navbar .dropdown-menu li a{
    font-weight: 600;
    padding: 10px 20px;
    font-size: 13px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    color:#888;
}
.navbar .dropdown-menu li a:hover{
    background-color: transparent;
    color:#3498db;
}
.navbar .dropdown-menu li:last-child a{
    border-bottom: 0 !important;
}
/*********top bar************/
#header-top{
    background-color: #fff;
}

.top-bar{
    min-height: 60px;
    line-height: 60px;
}
.top-bar a{
    margin-right: 30px;
    font-size: 13px;
    color:#888;
}
.top-social{
    margin: 0;
    padding:0;
}
.top-social li a{
    font-size: 14px;
    color:#888;
    margin: 0px;
}
.top-social li a i{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius:50%;
    background-color: #f2f2f2;
}
.top-social li a i:hover{
    color:#fff;
    background-color: #3498db;
}
/* Mega MENU */

.yamm-content{
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
}
.yamm-content .mega-vertical-nav li{
    border-bottom: 1px solid #f5f5f5;
}
.yamm-content .mega-vertical-nav li a{
    padding: 6px 20px;
    transition:all 0.3s ease-in;
    color:#777;
}
.nav.mega-vertical-nav li a:hover{
    background-color: transparent;
    color:#3498db;
}
.mega-contact p{
    margin: 0;
}
.mega-contact i{
    color:#3498db;
    margin-right: 10px;
}
/*navbar search form***/
.dropdown-form{
    padding: 10px 15px;
    min-width: 213px;
}
.dropdown-form .form-control{
    height: 31px;
}
/*************************************************************/
/************************** Botones **************************/
/*************************************************************/

.btn {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-border-radius: 2px;

}
.btn-lg {
    padding: 14px 28px 13px 28px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn:focus,.btn:hover{
    outline: 0;
    color:#fff;
}
.btn-xs{
    font-size: 12px;
}

.btn-theme-bg{
    border-color: #3498db !important;
    color: #fff;
    background-color: #3498db !important;
}
.btn i{
    margin-right: 10px;
}
.btn-theme-bg:hover{
    background-color: #333 !important;
    border-color: #333 !important;
}
.btn-theme-dark{
    background-color: #333;
    color:#fff;
}
.btn-theme-dark:hover{
    color:#fff;
    background-color: #3498db;
}

/*********border-buttons**********/
.border-black{
    border: 1px solid #000;
    color:#000;
    background-color: transparent;
}
.border-black:hover{
    background-color: #000;
    border-color: #000;
    color:#fff;
}

.border-white{
    border: 1px solid #fff;
    color:#fff;
}
.border-white:hover{
    background-color: #fff;
    border-color: #fff;
    color:#000;
}
.border-theme{
    border: 1px solid #3498db;
    color:#3498db;
}
.border-theme:hover{
    background-color: #3498db;
    border-color: #3498db;
    color:#fff;
}
/************************imagen hover effect*******************/

.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;

}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/plus.png) no-repeat center center rgba(108, 168, 255, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}






/*************parallax*************/
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}

/*carousel slider*/
#myCarousel{
    background: url(../img/showcase-5.jpg) no-repeat; 
}
.item-c-slide{
    height: 480px;

}
.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 45%;
    background-color: #3498db;
}
.carousel-control i{
    font-size: 25px;
}
.slide-text{
    margin-top: 120px;
}
.slide-text h1{
    color:#fff;
    font-weight: 700;
    font-size: 75px;
    letter-spacing: 0.10em;
    line-height: 80px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.slide-text h1 b{
    color:#3498db !important;
    font-weight: 700;
}
.slide-text p{
    color:#fff;
    font-weight: 300;
    font-size: 30px;
    font-family: 'Shadows Into Light', cursive;
    line-height: 30px;
}
.slide-text h1 b{
    color:#fff;
}
.slide-img img{
    margin-top: 40px;
}
@media(max-width:603px){
    .slide-text h1{
        font-size: 50px;
        line-height: 50px;
    }  
}
@media(max-width:320px){
    .slide-text h1{
        font-size: 30px;
        line-height: 35px;
    }  
}
/*flex slider*/
.slider-reg{
    width:100%;

}
.main-flex-slider{
    position: relative;
}
.main-flex-slider .flex-control-nav {
    bottom: 10px;
    margin: 0;
    height: 14px;
    z-index: 10;
}
.main-flex-slider .flex-control-paging li a{
    background-color: rgba(255,255,255,0.7) !important;
    width: 36px;
    height: 2px;
    display: block;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.main-flex-slider .flex-control-paging li a.flex-active{
    background-color:#3498db !important;
}
.slider-overlay{
    background: rgba(0,0,0,.4);
    background-image: url('../img/pattern.png');
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-text{
    text-align: center;
    margin-top: 30px;
}
.slider-text h1{
    font-size: 3.75em;
    color: #FFF;
    padding: 5px 10px 0px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.slider-text p{
    color:#fff;
    font-size: 20px;
    margin-bottom: 25px;
}
.slider-text p a{
    font-style: normal;
}
@media(min-width:1200px){
    .slider-text{
        margin-top: 200px;
    }    
}
@media(max-width:767px){
    .slider-text h1 {
        font-size: 2em;
    } 
}
@media(max-width:533px){
    .slider-text p a{
        display: none;
    }  
}
@media(max-width:400px){
    .slider-text p{
        display: none;
    }  
}
@media(max-width:360px){
    .slider-text h1{
        font-size: 1.5em;
    }  
}
/***********animation delays*****************/
.delay-1{
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-2{
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-3{
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-4{
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}


/*intro text*/
.intro-text{
    padding: 60px 0;
    background-color: #eee;
}
.intro-text h2{
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}
.intro-text a{
    margin: 7px;
}
/*******************home parallax-bg----***********************/
#home-parallax{
    background: url('../img/showcase-5.jpg') no-repeat;
    padding: 190px 0;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color:#3498db;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.parallax-buttons{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.parallax-buttons a{
    display: inline-block;
    margin: 5px;
}
h1.typed-text{
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800;
}
.typed-text .element{
    color:#3498db;
}
#home-parallax p{
    color:#fff;
}
/**owl**/
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px !important;
    height: 5px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #444 !important;
}
/***********bootstrap collapse overrides*/
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color:#3498db !important;
    padding: 7px 12px;
}
.panel-title i{
    margin-right: 10px;
    color:#3498db;
}

/************************************************* css for footers****************************************/

/* #footer is by default*/
#footer {

    background: #121214;
    border-top: 4px solid #e1e1e1;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}

.footer-col h3{
    color:#f9f9f9;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
.contact p{
    margin-bottom: 10px;
}
.contact strong{
    margin-right: 10px;
    font-weight: bold;
}
.contact strong i{
    margin-right: 5px;
}
.contact a{
    color:#777;
}
.contact a:hover{
    color:#3498db;
}
.f2-work li{
    margin: 2px;
}
.f2-work li a img{
    width:70px;
    height: 50px;
    border:2px solid transparent;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.f2-work li a:hover img{
    border-color:#3498db;

}
.footer-btm{
    margin-top: 30px;
    padding: 20px;
    background-color: #0c0c0c;
    border-top-left-radius: 6px;
    border-top-right-radius:6px; 
}
.news-form .form-control{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
}
@media(max-width:767px){
    .news-form{
        text-align: center !important;
    }
    .news-form .form-control{
        margin-bottom: 10px;
    }
}

/****************footer 2****************/
#footer-option {
    background: #121214;
    border-top: 4px solid #e1e1e1;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}
#footer-option .footer-col h3{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color:#fff;
}
#footer-option .footer-btm{
    background-color: #0c0c0c;
}
#footer-option .contact a{
    color:#777;
}
#footer-option .contact a:hover{
    color:#3498db;
}
/*************social icons**********/
.social-1{
    margin: 0;
    padding: 0;
}
.social-1 li a i{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook{
    background-color: #3b5998;
}
.social-1 li a i.fa-twitter{
    background-color: #0084b4;
}
.social-1 li a i.fa-google-plus{
    background-color: #C63D2D;
}
.social-1 li a i.fa-pinterest{
    background-color: #cb2027;
}
.social-1 li a i.fa-dribbble{
    background-color: #ea4c89;
}



/******owl carousel*******/
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /* border-radius: 20px; */
    background: #3498db !important;
}


/**********static background with transparent header*/
.static-bg{
    background: url(../img/showcase-3.jpg);
    padding-top:230px;
    padding-bottom: 200px;
}
.static-wrap {
    text-align: center;
}
.static-wrap h3{
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 0 0 16px 0;
    margin: 0 0 35px 0;
    font-weight: 400;
    font-size: 44px;
    border-bottom: solid 1px #cccccc;
    position: relative;
    color:#fff;
    line-height: 44px;
}
.static-bg h3:before {
    content: "";
    height: 3px;
    background: #009ada;
    background: -moz-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#009ada), color-stop(100%,#04bfbf));
    background: -webkit-linear-gradient(45deg, #009ada 0%,#04bfbf 100%);
    background: -o-linear-gradient(45deg, #009ada 0%,#04bfbf 100%);
    background: -ms-linear-gradient(45deg, #009ada 0%,#04bfbf 100%);
    background: linear-gradient(45deg, #009ada 0%,#04bfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ada', endColorstr='#04bfbf',GradientType=1 );
    width: 60%;
    max-width: 100%;
    display: block;
    left: 0%;
    bottom: -2px;
    position: absolute;
}
.static-bg h3:before{
    left:20%;
}
.slider-flex h1{
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
}

/****************************breadcrumb***************************/
.breadcrumb-wrap{
    padding: 25px 0;
    background:#eee;
}
.breadcrumb-wrap h4{
    margin: 0px;
    color:#333;
    font-weight: 400;
    text-transform: capitalize;
}
ol.breadcrumb{
    margin: 0;
    padding: 0;
    background-color: transparent;
    color:#333;
}
ol.breadcrumb li a{
    color:#333;
}
/***list of highlight**/
.highlight-list li i{
    color:#3498db;
    margin-right: 10px;
}

/*gmap*/
#map-canvas{
    width:100%;
    height: 300px;
}
#contactForm .form-control {
    min-height: 45px;
    background-color: #fff;
}
.form-contact form label{
    font-size: 15px;
    font-weight: 400;
    color:#777;
}
.contact-info li a{
    color:#777;
}
.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-block ul li{
    color:red;
}

label span{
    color:red;
    margin-left: 5px;
}
.required span{
    color:red;
}
/*****accordions****/
/*** Accordion ***/
.panel-group {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
.panel-group .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: -2px;
}
.panel-group .panel-heading {
    padding: 0;
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-body {
    font-size: 13px;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
}
.panel-group .panel-heading a {
    position: relative;
    display: block;
    padding: 12px 40px 12px 10px;
    font-size: 20px;
    color: #505050;
    line-height: 1.5;
    text-transform: none;
    text-decoration: none;
}


/****************elements******************/
.grid-wrap h4{
    display: block;
    line-height: 35px;
    text-align: center;
    background-color: #f9f9fa;
    border:1px solid #ddd;
}
.element-buttons a{
    margin-bottom: 10px;
    margin-right: 5px;
}
/*****************bootstrap tabs overrides*****************************/
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}
.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color: #3498db;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #3498db;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
.form-element .form-control{
    height: 31px;
}

/*===================================================================================*/
/*	CONSTRUCCIÓN Y MANTENIMIENTO
/*===================================================================================*/

.tab-pane {
  position: relative;
}
.content {
  padding-top: 0px;
  padding-bottom: 20px;
}
.content-title {
  position: relative;
  display: block;
  margin-bottom: 1.35em;
  border-bottom: 1px solid #e3e3e3;
}
.content-title span {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-right: 1em;
  padding-bottom: 15px;
  border-bottom: 1px solid #d74b4b;
}
.content-title .carousel-next,
.content-title .carousel-prev {
  position: relative;
  top: -1px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.content-title .carousel-prev {
  margin-left: .5em;
}
/* !Layout */
/* ----------------------------------------------- */
.layout {
  margin-top: -40px;
  margin-left: -15px;
  margin-right: -15px;
}
.layout-main {
  padding-top: 40px;
  padding-bottom: 26px;
}
.layout-sidebar {
  padding-top: 40px;
  padding-bottom: 60px;
}
.layout-main-left .layout-main {
  padding-right: 30px;
  padding-left: 15px;
}
.layout-main-left .layout-sidebar {
  padding-right: 15px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  -webkit-box-shadow: inset 8px 0px 15px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 8px 0px 15px -10px rgba(0, 0, 0, 0.2);
}
.layout-main-right .layout-main {
  padding-right: 15px;
  padding-left: 30px;
}
.layout-main-right .layout-sidebar {
  padding-right: 30px;
  padding-left: 15px;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
}
/* !Nav Layout */
/* ----------------------------------------------- */
.nav-layout-sidebar-skip {
  display: none;
  margin-bottom: 1em;
  font-size: 12px;
  text-align: center;
}
.nav-layout-sidebar {
  position: relative;
  z-index: 101;
  margin: 0 0 2em;
  border-top: 1px solid #e5e5e5;
}
.nav-layout-sidebar > li {
  padding: 0;
  margin: 0;
}
.nav-layout-sidebar > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  outline: none;
}
.nav-layout-sidebar > li > a .fa {
  width: 1em;
  margin-right: 4px;
  font-size: 1.15em;
  text-align: center;
}
.nav-layout-sidebar > li > a:hover {
  background-color: #f4f4f4;
}
.nav-layout-sidebar > .active > a,
.nav-layout-sidebar > .active > a:focus,
.nav-layout-sidebar > .active > a:hover {
  color: #3498DB/*d74b4b*/;
  font-weight: 600;
  background-color: #fff;
}
.nav-layout-sidebar > li + li {
  margin-top: 0;
}
.layout-main-left .nav-layout-sidebar {
  margin-right: 0;
  margin-left: -31px;
}
.layout-main-left .nav-layout-sidebar > li {
  margin: 0 0 0 1px;
}
.layout-main-left .nav-layout-sidebar > .active {
  margin-left: 0;
}
.layout-main-right .nav-layout-sidebar {
  margin-left: 0;
  margin-right: -31px;
}
.layout-main-right .nav-layout-sidebar > li {
  margin: 0 1px 0 0;
}
.layout-main-right .nav-layout-sidebar > .active {
  margin-right: 0;
}
/* !Responsive Layout */
/* ----------------------------------------------- */
@media (max-width: 1200px) {
  .layout-stack-lg {
    margin-top: 0;
  }
  .layout-stack-lg .layout-main,
  .layout-stack-lg .layout-sidebar {
    padding-top: 0;
  }
  .layout-stack-lg .layout-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .layout-stack-lg .layout-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .layout-stack-lg .nav-layout-sidebar-skip {
    display: block;
  }
  .layout-stack-lg .nav-layout-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .layout-stack-md {
    margin-top: 0;
  }
  .layout-stack-md .layout-main,
  .layout-stack-md .layout-sidebar {
    padding-top: 0;
  }
  .layout-stack-md
 .layout-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .layout-stack-md .layout-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .layout-stack-md .nav-layout-sidebar-skip {
    display: block;
  }
  .layout-stack-md .nav-layout-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .layout-stack-sm {
    margin-top: 0;
  }
  .layout-stack-sm .layout-main,
  .layout-stack-sm .layout-sidebar {
    padding-top: 0;
  }
  .layout-stack-sm .layout-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .layout-stack-sm .layout-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .layout-stack-sm .nav-layout-sidebar-skip {
    display: block;
  }
  .layout-stack-sm .nav-layout-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .layout-stack-xs {
    margin-top: 0;
  }
  .layout-stack-xs .layout-main,
  .layout-stack-xs .layout-sidebar {
    padding-top: 0;
  }
  .layout-stack-xs .layout-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .layout-stack-xs .layout-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .layout-stack-xs .nav-layout-sidebar-skip {
    display: block;
  }
  .layout-stack-xs .nav-layout-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
}
