body {
    width: 100%;
    background-color: #282a3b;
    direction: ltr;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    font-family: "Cera Pro Thin";
}
b {
    font-family: "Cera Pro Regular";
}
.global {
    height: auto;
    margin: 0 auto;
    zoom: 1;
    display: block;
    position: relative;
}
.main_footer img{
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}
._message {
    font-family: "Cera Pro Regular";
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fabb5e;
    border: 2px solid #fabb5e;
    background-color: #282a3b;
}
._message:hover, .btn-primary:focus {
    background-color: #fabb5e;
    border-color: #fabb5e;
    color: #282a3b;
    transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
}
.btn.focus, .btn:focus {
    box-shadow:none;
}
.fone_js {
    z-index: 1;
    height: 100vh;
}
.phot {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color:#282a3b;
    /*background: -webkit-linear-gradient(#211c51, #84b2e0);
    background: -o-linear-gradient(#211c51, #84b2e0);
    background: -moz-linear-gradient(#211c51, #84b2e0);
    background: linear-gradient(#211c51, #84b2e0);*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#infoBacgrColorPhot {
     width: 100vw;
     height: 100%;
     overflow: hidden;
     position: fixed;
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211c51', endColorstr='#84b2e0',GradientType=0 ); /* IE6-9 */
    /* background: -ms-linear-gradient( left, #1e3743 40%,#1e3743 40%,#3b7282 60%); /* IE10+ */
     /*background: -webkit-gradient(linear,left,  center bottom, from(#211c51), to(#84b2e0)); /* Chrome, Safari 4+ */
     /*background: -webkit-linear-gradient(left,  #211c51, #84b2e0) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
     /*background:    -moz-linear-gradient(left,  #211c51, #84b2e0) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Firefox 3.6-15 */
     /*background:      -o-linear-gradient(left,  #211c51, #84b2e0) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Opera 11.10-12.00 */
     /*background:         linear-gradient(left,  #211c51, #84b2e0) repeat scroll 0 0 rgba(0, 0, 0, 0); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
     margin:0;
     padding:0;
     top: 7vh;
     background-color:#6899D5;
     background-size: 100% 100%;
}
.main_header {
  -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.topbar {
    background-color: #282a3b;
    min-height: 45px;
    color: #fff;
    overflow-y: hidden;
    margin: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
}
.topbar.sticky {
    margin-top: -45px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 999;
}
.topbar_left {
  float: left;
  width: 49%;
}
.topbar_right {
    width: 49%;
}
.topbar_right p {
    float: right;
  color: #fabb5e;
  margin-right: 10px;
  font-size: 0.8rem;
  }
.topbar_right a {
    float: right;
    color: #ffffff;
    margin: 0 10px;
    font-size: 1rem;
}
.topbar_left a {
  margin-left: 10px;
  color: #fabb5e;
  font-size: 13px;
  transition: all.6s ease;
  -webkit-transition: all.6s ease;
  -moz-transition: all.6s ease;
  -ms-transition: all.6s ease;
  -o-transition: all.6s ease;
}
.fa-mobile {
  float: left;
  font-size: 26px;
  line-height: 24px;
  color: #fabb5e;
}
.topbar_right i {
  width: 32px;
  padding-left: 9px;
  line-height: 30px;
  color: #fabb5e;
  font-size: 18px;
  border-radius: 20px;
  border: 1px solid #fabb5e;
  height: 30px;
  margin: 0;
}
.topbar_right i:hover, .topbar_left a:hover {
  transition: all.6s ease;
  -webkit-transition: all.6s ease;
  -moz-transition: all.6s ease;
  -ms-transition: all.6s ease;
  -o-transition: all.6s ease;
  color: #fff;
}
.topbar_right i:hover {
  border: 1px solid #fff;
  transition: all.6s ease;
  -webkit-transition: all.6s ease;
  -moz-transition: all.6s ease;
  -ms-transition: all.6s ease;
  -o-transition: all.6s ease;
}
._menu {
  margin: 0;
  height: 100px;
  background-color: #202230;
}
._prod {
  background-color: #202230c7;
}
.link_menu li{
  font-size: 18px;
  margin: 0 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    font-size: 13px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff78;
    text-transform: uppercase;
    font-size: 13px;
}
.bottom-inOutSpread::after {
    border-bottom: 2px solid #ffffff;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #ffffff;
    transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
}
._logo {
  margin-right: 40px;
}
._logo i {
  color: #282a3b;
  font-size: 40px;
}

.fon_img img, .fon_text {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
}
.fon_img img:hover {
  transition: all.6s ease;
  -webkit-transition: all.6s ease;
  -moz-transition: all.6s ease;
  -ms-transition: all.6s ease;
  -o-transition: all.6s ease;
}

.cont_text {
  line-height: 3em;
  height: 3em;
  text-align: center;
  font-size: 1.7em;
  color: #fabb5e;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: -5em;
}
._index_info {
    padding: 0 20px;
    background-color: #ababab17;
}
/*._home {
    background-color: #786f66;
}*/
._index_info h3 {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    line-height: 1;
    height: 33%;
}
._index_info p {
    color: #fff;
    text-align: center;
    padding: 0 10%;
    height: 33%;
}
._index_info a {
    width: 30%;
    background-color: #1ba1a4;
    border: 1px solid #282a3b;
    box-shadow: 0 0 0 2px #1ba1a4;
    padding: 1em 2em;
    color: #282a3b;
    text-transform: uppercase;
    text-align: center;
    margin-left: 33%;
    margin-bottom: 10%;
}
._index_info a:hover {
    border: 1px solid #1ba1a4;
    background-color: #282a3b;
    color: #1ba1a4;
    transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
}

#back button {
    background-color: #dc3545;
    color: #fff;
    padding: 10px 20px;
}
#back button:hover {
    background-color: #A52734;
    transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
}

._request {
    color: #ffffff;
    font-size: 1.1rem;
    text-align: center;
    text-transform: uppercase;
}
._reguest_bat {
    text-align: center;
    line-height: 4em;
    height: 4em;
}
.fa-car {
  font-size: 33px;
  padding: 1rem;
  vertical-align: middle;
  color: #ffffff;
}
.page-footer {
  font-size: 1rem;
  background-image: url(../images/footer.jpg);
  margin-top: 100px;
  color: #ffffff90;
}
.footer-copyright {
  font-size: 0.8rem;
  background-color: #202230;
}
.footer-copyright a, .text-uppercase {
  color: #fabb5e;
}
.list-unstyled li a, ._foot_info a {
  color: #cecece;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}
.list-unstyled li a:hover, ._foot_info a:hover {
  color: #fabb5e;
  transition: all.6s ease;
  -webkit-transition: all.6s ease;
  -moz-transition: all.6s ease;
  -ms-transition: all.6s ease;
  -o-transition: all.6s ease;
}
.list-unstyled li, ._foot_info a {
  padding: 3px 0;
}
._reguest_bat a {
    background-color: #fabb5e;
    font-family: "Cera Pro Regular";
    padding: 15px;
    margin-left: 10px;
    border: 1px solid #282a3b;
    box-shadow: 0 0 0 2px #fabb5e;
    color: #282a3b;
}
._reguest_bat a:hover {
  background-color: #282a3b;
  font-family: "Cera Pro Regular";
  padding: 15px;
  margin-left: 10px;
  border: 1px solid #fabb5e;
  box-shadow: 0 0 0 2px #282a3b;
  color: #fabb5e;
}
.bottom-leftToRight:after {
    border-bottom: 1px solid #fabb5e;
}
.text-uppercase {
    padding: 5px;
    text-align: center;
}

._info h1 {
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    margin-top: 60px;
    color: #ffffff;
}
.footer_logo {
  text-align: center;
}
.hours_table, .hours_table a {
  color: #cecece;
  font-size: 0.8rem;
  text-align: center;
}
.hours_table a:hover, ._cont_info a:hover {
    color: #fabb5e;
}
.hours_table .fa-car {
  text-align: center;
  color: #cecece;
  font-size: 1.4rem;
  transition: all.6s ease;
  -webkit-transition: all.6s ease;
  -moz-transition: all.6s ease;
  -ms-transition: all.6s ease;
  -o-transition: all.6s ease;
  cursor: pointer;
}
.hours_table .fa-car:hover{
    color: #fabb5e;
    transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
    cursor: pointer;
}
.hours_table tr td{
  text-align: center;
  padding: 2px;
  border: 1px solid #cecece00;
  padding-left: 5px;
}
.fon_img {
  padding: 20px;
}
._doc_img {
    border: 4px solid #282a3b;
    background-color: #cecece20;
}
._coch {
    background-color: #333545;
    padding: 0;
    border: 0px;
}
._doc h5, ._doc h1  {
    width: 100%;
    color: #ffffff;
    text-align: right;
    padding-top: 1em;
}
._doc h1 {
  font-family: "Cera Pro Regular";
  padding: 0;
  text-align: left;
}
._doc img {
    float: left;
    margin-top: -15px;
}
._doc h1 img {
    margin-top: -10px;
}
._catal img {
    margin-top: -5px;
}
._speed {
    margin-top: 5px;
}
._speed span {
    color: #ffffff;
    list-style: none;
    font-size: 0.9rem;
    margin-top: 1em;
    letter-spacing: 1px;
}
._doc ul {
    float: right;
    text-align: right;
    color: #ffffff;
    padding-top: 15px;
    list-style: none;
    font-size: 1rem;
}
.fon_img p, .carousel-inner h1 {
  padding: 0 10px;
  margin-left: 5px;
  margin-top: 5px;
  background: #ab0000;
  font-family: "Cera Pro Regular";
  color: white;
  position: absolute;
  font-size: 1.5rem;
  text-transform: uppercase;
  z-index: 999;
}
.slider h1 {
    font-size: 3rem;
}

.pr_info ul {
    float: none;
}
.pr_info ul li {
    width: 20%;
    float:left;
    text-align: left;
    padding: 5px;
}
.pr_info img {
  margin-top: -5px;
}
._mas a {
  float: right;
  margin: 0 auto;
  padding: 0.4rem 0;
  text-decoration: none;
  font-family: "Cera Pro Regular";
}
.hover-image-5 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  height: auto;
  text-align: center;
  background: #000000b5;
}
.hover-image-5 a img {
  opacity: 1;
  transition: opacity 0.5s;
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
}
.hover-image-5 a:hover img {
  opacity: 0.5;
}
.hover-image-5 a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-image-5 a div::before,
.hover-image-5 a div::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  pointer-events: none;
}
.hover-image-5 a div::before {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: scale(0, 1);
}
.hover-image-5 a div::after {
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: scale(1, 0);
}
.hover-image-5 a:hover div::before,
.hover-image-5 a:hover div::after {
  opacity: 1;
  transform: scale(1);
}
.hover-image-5 div img,
.hover-image-5 div i {
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
  margin-top: -24px;
  margin-left: -24px;
  transition: transform 0.5s ease 0s;
  transform: scale(0);
  font-size: 2rem;
  color: #ffffff;
}
.hover-image-5 a:hover div img,
.hover-image-5 a:hover div i {
  transform: scale(1);
  opacity: 1;
}
#hover_info {
  font-family: "Cera Pro Regular";
  font-size: 1rem;
}
.cat_info {
    margin-top: 40px;
    transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
}
.cat_info:hover {
  box-shadow: 2px 5px 15px #000000;
  transition: all.6s ease;
  -webkit-transition: all.6s ease;
  -moz-transition: all.6s ease;
  -ms-transition: all.6s ease;
  -o-transition: all.6s ease;

}
.slider_img, .slider_maps {
  max-width: 1900px;
  width: 100%;
  overflow: hidden;
}
.place-card place-card-large {
    display: none;
}
._fon img {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.slider_img img {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.slider_img img.showed {
  opacity: 1;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
._info {
    margin-top: 33%;
}
._pr {
    margin-top: 16%;
}
.wintex {
    position: absolute;
    color: #ffffff;
    z-index: 99;
    margin-left: 21vw;
    margin-top: 20vh;
}
._dop {
    margin-top: 25vh;
}
.wintex h1 {
    font-family: 'Cera Pro Regular';
    text-transform: uppercase;
    font-size: 3rem;
}
.wintex p {
    font-size: 1.3rem;
}
.prise {
    color: #ffffff;
    text-align: center;
    float: right;
    padding: 5px;
}
.prise ul {
    padding: 5px;
    border: 1px solid #fabb5e;
    list-style: none;
    margin: 0;
    text-align: right;
}
.prise ul li {
    font-size: 1rem;
    color: #fabb5e;
}
.pr_prod {
    margin-top: 80px;
}
.tur span {
  background-color: #fabb5e;
  color: #282a3b;
  font-size: 1.7rem;
  padding: 10px;
  font-family: 'Cera Pro Regular';
  border: 2px solid #282a3b;
  box-shadow: 0 0 3px #fabb5e;
}
.pr_prod  ul li {
    font-size: 1.1rem;
}
.total {
  font-size: 1.1rem;
}
.total_li {
  margin-top: 5px;
  padding: 3px;
  background-color: #fabb5e;
  border-bottom: 1px solid #282a3b;
}
.total_li span {
    color: #282a3b;
    font-family: 'Cera Pro Regular';
}
.pr_prod .total_li span {
    font-size: 1.2rem;
}
._coche {
    background-color: #fabb5e;
    color: #282a3b;
    padding: 10px;
    font-family: 'Cera Pro Regular';
    border: 1px solid #282a3b;
    box-shadow: 0 0 2px #fabb5e;
}
._contact {
    height: 80px;
    border-bottom: 5px solid #ffffff90;
}
._cont_info {
    padding-top: 5px;
}
._cont_info h2 {
  margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: 'Cera Pro Regular';
}

._cont_info p, ._cont_info p a {
    color: #ffffffb5;
    font-size: 0.9rem;
    padding-top: 10px;
    margin: 0;
}
.cat_form {
  margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
.wintex {
    display: none;
}
}

.flex-direction-nav a {
  height: 45px;
  color: #ffffff;
}
.table-dark {
    color: #fff;
    background-color: #343a4000;
}
#list_cat tr td {
    border-top: none;
    padding: 10px;
}
.widget {
  height: 480px;
  border: 1px solid #cecece30;
}
.table-dark .float-right {
    color: #cecece90;
}
.mas_info {
    background: #cecece10;
    height: 150px;
    border: 1px solid #cecece30;
    margin-top: 10px;
    margin-bottom: 50px;
}
.mas_info  p {
  color: #ffffffd1;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
}
#mini_img {
    margin-top: 10px;
    height: 150px;
    padding: 3px;
}
#mini_img li {
    display: block;
}
#mini_img li img {
    margin: 5px;
    display: block;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 35px;
    width: 35px;
}

#mini_img li img[src=""] {
    display: none;
}
.carousel-item active img[src=""] {
    display: none;
}


._inc {
    display: none;
}

 







@media only screen and (max-width: 1024px) {
.wintex {
    display: none;
}
.widget {
  border: 1px solid #cecece00;
}
}

a, a:hover {
    text-decoration: none;
    transition: all.6s ease;
    -webkit-transition: all.6s ease;
    -moz-transition: all.6s ease;
    -ms-transition: all.6s ease;
    -o-transition: all.6s ease;
    cursor: pointer;
}
#toTop {
    position: fixed;
    bottom: 10px;
    right: 40px;
    cursor: pointer;
    display: none;
}
.fa-angle-up {
  font-size: 60px;
  color: #fabb5e;
}

@font-face {
font-family: "Cera Pro Thin";
src: url("../fonts/CeraPro-Thin.eot");
src: url("../fonts/CeraPro-Thin.eot?#iefix") format("embedded-opentype"),
url("../fonts/CeraPro-Thin.woff") format("woff"),
url("../fonts/CeraPro-Thin.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Cera Pro Regular';
src: url('../fonts/CeraPro-Regular.eot');
src: url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/CeraPro-Regular.woff') format('woff'),
url('../fonts/CeraPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
