/* CSS GENERAL */

body{
    background-color: #fdfdfd;
    color: #333;
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.4;	
    -webkit-font-smoothing: antialiased;
    
}

@font-face {
	font-family: 'antonio-light';
	src: url('/file/antonio-light.eot');
	src: url('/file/antonio-light?#iefix') format('embedded-opentype'), url('/file/antonio-light.woff') format('woff'), url('/file/antonio-light.ttf') format('truetype'), url('/file/antonio-light.svg#CrimsonRoman') format('svg');
	font-weight: normal;
	font-style: normal;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'antonio-light';
    font-weight: normal;
    font-style: normal;
}

p {
   color:#666;
}

.gris{
   color:#777;
}

.verde{
   color:#d1d805;
}

.verde2{
   color:#949904;
}

.verde2:focus, .verde2:hover {
   color:#d1d805;
   text-decoration: none;
}

.bold{
   font-weight: bold;
}
 

/* NAVIGATION BAR */

.navbar{
    background-color: #101010;
    border-color: #101010;
    margin-bottom:0px;
     border-radius: 0;
}

.navbar-brand {
    height: 56px;
}

.navbar-collapse {
    box-shadow: none;
}

.navbar-toggle {
    margin-right: 5px;
}

.navbar-inverse .navbar-toggle{
    border-color: #101010;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #222;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    margin-left: 5px;
}

#logohome {
    margin-top: 1px;
    max-width: 165px;
}


.navbar-inverse .navbar-toggle .icon-bar {
    border-radius: 2px;
    display: block;
    height: 4px;
    width: 25px;
    background-color: #d1d805;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

#myNavbar{
   background-color:#222;
}

.glyphicon {
    margin-right: 3px;
}

.gly{
   font-size: 26px;
}   

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #222;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover  {
    color: #d1d805;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #222;
    color: #d1d805;
}




/* HEADER */

.header {    
    background-color: #f7f7c7;
    height: auto;
    margin: 0 auto;
    text-align: right;
    width: 100%;
    overflow: hidden;
    max-height: 220px;
}

.header_index {
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    overflow:hidden;
    max-height: 220px;
}
   	
#head_img{
    height: auto;
    margin: 0 auto 0 -20px;
    text-align: left;
    width: 100%;
    float:left;
    max-width: 1000px;
}

     
.head_txt_index{
    padding: 0!important;
    position: relative!important;
  	display: block!important;
}

.head_txt {
    height: auto;
    margin: 2px auto;
    padding-right: 5px;
    position: absolute;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.head_txt h1{
    color:#101010;
    font-size:24px;
    margin: 5px auto;
    position: relative;
    font-family: "antonio-light";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.head_txt h1 span{
    text-shadow: 1px 1px 0 #000000;
}

.head_txt h2{
    color:#101010;
    font-size:15px;
    margin: 5px auto;
    position: relative;
    font-family: "antonio-light";
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* CONTAINER */

.container {
    margin-top: 0px;
    margin-bottom: 50px;
}

.container ul li img {
	cursor: pointer;
}


/* FORMULARIO */

.form-horizontal .control-label {
    margin-bottom: 2px;
    padding-top: 7px;
    text-align: left;
}

#mensaje {
}

.btn-info {
    background-color: #d1d805;
    border-color:#d1d805;
    color: #fff;
    font-size: 20px;
    font-weight:bold;
}

.btn-info:focus, .btn-info:hover{
    background-color: #949904;
    border-color:#949904;
    color: #fff;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
}


.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{
    color:#fff;
    background-color:#747900;
    border-color:#747900;
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{
  background-color:#ff0000;
  border-color:#ff0000;
  opacity:0.6;
}



/* ACCORDION */

.panel-heading {
    padding: 10px 15px 10px 35px;
}

.glo{
    margin-left: -20px;
    top: 2px;
}

.panel-title {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-default > .panel-heading {
    background-color: #333;
    border-color: #333;
    color: #333;
}

.panel-body{
    background-color: #fff;
    color:#666;
}

.blanco{
   width:100%;
   display:block;
   
}

.blanco:hover, .blanco:focus{
   color:#d1d805;
   text-decoration:none;
}

/* PIE */

#pie {
    background: #101010 none repeat scroll 0 0;
    bottom: 0;
    height: auto;
    left: 0;
    padding: 2px 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 999999999;
}

#pie input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    margin: 3px;
    text-decoration: none;
}

#pie input:focus, #pie input:hover {
    color: #d1d805;
}

/* Carrousel */
#slider ul li, #slider-tablet ul li, #slider-mobile ul li {
	text-align: center;
}
#slider {
	display: block;
}
#slider-tablet {
	display: none;
}
#slider-mobile {
	display: none;
}
/* Botón F&Q Servicios */
.btn-servicios {
    margin: 0 auto;
    display: block;
}
/* SidePanel Servicios */
#bg-slidepanel {
    visibility: visible;
    opacity: 2;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  	display: none;
}
.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
  	padding: 10px 5px 10px 5px;
    text-decoration: none;
    font-size: 20px;
    color: #9d9d9d;
    display: block;
    transition: 0.3s;
    text-align: center;
    border-bottom: 1px solid #d1d805;
    max-width: 90%;
    margin: 0 auto;
}

.sidepanel a:hover {
  	color: #d1d805;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  	border: 0;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color:#d1d805;
}
/* MEDIA QUERIES */

/* Extra small devices (phones, less than 768px) */
@media only screen and (min-width: 395px) {

   .head_txt h1 {
       font-size: 30px; 
   }

   .head_txt h2 { 
       font-size: 20px; 
    }
}

@media only screen and (min-width: 480px) {

   .head_txt h1 {
       font-size: 37px; 
   }

   .head_txt h2 { 
       font-size: 26px; 
    }
}

@media only screen and (min-width: 620px) {

   .head_txt h1 {
       font-size: 50px; 
   }

   .head_txt h2 { 
       font-size: 36px; 
    }
}



/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 
.navbar{
    height: 58px; 
} 

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
       
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

#myNavbar {
    background-color: #101010;
}

.navbar-nav {
    float: right;
    margin: 3px 0 0;
}

.navbar-collapse {
    padding-right: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #101010;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 4px;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #222;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 216px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
    clear: both;
    color: #9d9d9d;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #d1d805; 
    background-color: #222;
}

.formulario{
   border-left:1px solid #cfcfcf;
   float:right;
}

.head_txt h1 {
       font-size: 50px; 
   }

   .head_txt h2 { 
       font-size: 36px; 
    }
    
.head_txt {
    height: auto;
    margin: 16px auto;
    vertical-align: middle;
    width: 100%;
}

#head_img {
    float: left;
    height: auto;
    margin: 0 auto 0 0;
    max-width: 1000px;
    text-align: left;
    width: 100%;
}
}
/* CARROUSEL TABLET, PHONE, PC*/
@media only screen and (max-width: 991px) {
    #slider {
    	display: none;
    }
    #slider-tablet {
        display: block;
    }
    #slider-mobile {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #slider {
    	display: none;
    }
    #slider-tablet {
        display: none;
    }
    #slider-mobile {
        display: block;
    }
}