@font-face {
    font-family: 'avenir';
    src: url('fuentes/avenirltstd-roman-webfont.eot');
    src: url('fuentes/avenirltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/avenirltstd-roman-webfont.woff') format('woff'),
         url('fuentes/avenirltstd-roman-webfont.ttf') format('truetype'),
         url('fuentes/avenirltstd-roman-webfont.svg#avenir') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir';
    src: url('fuentes/avenir-heavy-webfont.eot');
    src: url('fuentes/avenir-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/avenir-heavy-webfont.woff') format('woff'),
         url('fuentes/avenir-heavy-webfont.ttf') format('truetype'),
         url('fuentes/avenir-heavy-webfont.svg#avenir') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'flamasemibold';
    src: url('fuentes/flama-semibold-webfont.eot');
    src: url('fuentes/flama-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/flama-semibold-webfont.woff') format('woff'),
         url('fuentes/flama-semibold-webfont.ttf') format('truetype'),
         url('fuentes/flama-semibold-webfont.svg#flamasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Calibri';
    src: url('fuentes/calibri.eot');
    src: url('fuentes/calibri.eot?#iefix') format('embedded-opentype'),
         url('fuentes/calibri.woff') format('woff'),
         url('fuentes/calibri.ttf') format('truetype'),
         url('fuentes/calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Calibri';
    src: url('fuentes/calibrib.eot');
    src: url('fuentes/calibrib.eot?#iefix') format('embedded-opentype'),
         url('fuentes/calibrib.woff') format('woff'),
         url('fuentes/calibrib.ttf') format('truetype'),
         url('fuentes/calibrib.svg#calibrib') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Calibri';
    src: url('fuentes/calibrii.eot');
    src: url('fuentes/calibrii.eot?#iefix') format('embedded-opentype'),
         url('fuentes/calibrii.woff') format('woff'),
         url('fuentes/calibrii.ttf') format('truetype'),
         url('fuentes/calibrii.svg#calibrii') format('svg');
    font-weight: normal;
    font-style: italic;

}
/**
 * Owl Carousel v2.3.1
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .clearfix::after,
 .block-izquierda .views-row .det::after,
 #region-content .region-inner.region-content-inner:after,
 #tabs:after,
 .dettabs .detin > div:after{
    content: "";
    clear: both;
    display: table;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("{$owl-image-path}owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
:focus{outline:0}
.bx-wrapper{position:relative;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;background:#fff}.bx-wrapper img{width:100%;height:auto;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left: 10px;    background-image: url(images/controls.png);background-position: left center;}.bx-wrapper .bx-next{right: 10px;    background-image: url(images/controls.png);background-position: right center;}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-20px;outline:0;width:42px;height:40px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
.bx-wrapper .text {
        position: absolute;
    bottom: 40%;
    z-index: 99;
    background: url(images/bgbanner.png);
    background-size: 100% 100%;
    padding: 20px 55px 30px;
    color: #910000;
    font-family: Flamasemibold;
    font-size: 32px;
    line-height: inherit;
    left: 6%;
    width: auto;
    font-weight: bold;
}
.not-front .bx-wrapper .text {
    background-image: url(images/bgbanner2.png);
    color: white;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    background-size: auto 40px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .text .text2 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size:  29px;
    font-weight: bold;
    color:  white;
    text-shadow: none;
    margin-top: 6px;
}

.bx-wrapper .text .text2 .boton {
    line-height: 100%;
    font-size:  20px;
    vertical-align: baseline;
    margin-left: 5px;
    padding: 8px 20px;
}

.tours .bx-wrapper .text {
    color: #28b5ee;
    font-family: vendettaregular;
    font-size: 40px;
    padding-top:  20px;
    text-shadow: 1px 1px 1px black;
    padding-bottom: 15px;
}
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/*---desarrollo por www.iasoftgroup.com */
/*************************
General
**************************/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
body {
        background-color: white;
    float: left;
    max-width: none;
    min-width: 300px !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
#page {
    color: #666666;
    float: left;
    font-size: 17px;
    margin: 0 auto;
    min-width: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    font-family: Calibri;
    font-weight: normal;
    overflow: hidden;
    line-height: inherit;
}
.section, .region, .zone-wrapper, .zone, .region-inner, 
#region-content, 
#zone-postscript, 
#zone-postscript .region, 
#zone-footer .region, 
#zone-footer .zone, 
#zone-footer, 
#zone-user-wrapper, 
#zone-user-wrapper .region, 
#zone-user-wrapper .zone,
#zone-branding-wrapper, 
#zone-branding-wrapper .region, 
#zone-branding-wrapper .zone,
#zone-content-wrapper,
#zone-content-wrapper .region,
#zone-content-wrapper .zone,
#region-header-first,
#zone-header,
#zone-preface,
#region-preface-first,
#region-menu, #zone-menu{
    margin: 0;
    min-height: 0;
    padding: 0;
    width: 100%;
    
}
.form-item {
    float:  left;
    width:  100%;
    margin: 7px 0;
}

.form-item label {
        width: 100%;
    float: left;
    color: #2db4ed;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.form-item .form-text,.form-item textarea {
        padding: 6px 10px;
    box-sizing: border-box;
    color: #252525;
    width: 100%;
    font-size: 20px;
    border-radius: 6px;
    height: auto;
    font-family: Calibri;
    background: white;
    border: none;
}
.form-item textarea {
    height: 110px;
}
.form-actions {
    float: right;
    width: 100%;
    margin: 5px 0 0;
    text-align: center;
}

.form-actions .form-submit {
        background: #810206;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: Flamasemibold;
    font-weight: bold;
    font-size: 18px;
    border: none;
    cursor: pointer;
    padding: 7px 25px;
    border-radius: 10px;
    transition: all 300ms;
    display: block;
    width: 100%;
}

.form-actions .form-submit:hover {
    opacity:  1;
    transform: scale(1.03);
}
#section-header {
    position: relative;
}
#region-branding .region-inner {
        display: block;
    max-width: 1200px;
    margin: 0 auto;
    width: auto;
    position: relative;
    padding: 0 20px;
}
#block-block-logo {
    float: left;
    padding: 5px 15px;
    background-color: white;
    margin: 12px 0;
}

#block-block-logo img {
    width: 280px;
    height: auto;
}

#block-locale-language {
        float: right;
    position: relative;
    z-index: 10;
}
#block-locale-language ul {
    float:  left;
    margin: 10px 0;
}

#block-locale-language ul li {
    float:  left;
    list-style:  none;
    margin: 0;
}
#block-locale-language ul li a {
    display: block;
    padding: 3px 6px;
    color: #404040;
    text-decoration: none;
    transition: all 300ms;
    font-family: avenir;
    font-size: 12px;
    font-weight: bold;
}
#block-locale-language ul li a img {
    margin-left: 2px;
    transition: all 300ms;
    width: 27px;
    height: auto;
}
#block-locale-language ul li a:hover,#block-locale-language ul li.active a {
    color: #8b0706;
}
/*************************
Especificos
**************************/
a, a:link, a:visited {
    color: #910000;
    text-decoration: underline;
    
}
a:hover {
    color: #efae00;
    text-decoration: none;
}
h1#page-title {
    color: #599501;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
/*************************
Inicio
**************************/
#zone-header {
    float:  left;
    width:  100%;
    position:  relative;
    overflow: hidden;
}
#block-nice-menus-1 {
        float: left;
    width: 100%;
    text-align: center;
    background: url(images/bgmenu.png);
    background-size: auto 100%;
    margin-top: 25px;
}

#block-nice-menus-1 .block-inner {
    display:  block;
    margin:  0 auto;
    max-width: 1100px;
}

#block-nice-menus-1 ul#nice-menu-1 {
    padding:  0;
    margin:  0;
    list-style:  none;
    width:  100%;
    text-align: center;
}

#block-nice-menus-1 ul#nice-menu-1 li {
        display: inline-block;
    vertical-align: middle;
    margin: -6px 22px;
}
#block-nice-menus-1 ul#nice-menu-1 li.last {
    background: none;
}
#block-nice-menus-1 ul#nice-menu-1 li a {
       color: white;
    text-decoration: none;
    display: block;
    font-size: 20px;
    padding: 10px 0px 5px;
    line-height: 22px;
    transition: all 300ms;
    font-family: Avenir;
    font-weight: bold;
    border-bottom: 3px solid transparent;
}
#block-nice-menus-1 ul#nice-menu-1 li.logo img {
    width: 220px;
    display: block;
    margin: 0 auto;
        z-index: 9;
    position: relative;
}

#block-nice-menus-1 ul#nice-menu-1 li.logo {
        background-image: url(images/bglogo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: -86px 0 0;
    padding: 0 59px;
}
#block-nice-menus-1 ul#nice-menu-1 li.logo a {
    border: none !important;
    padding: 0 0 5px;
}
#block-nice-menus-1 ul#nice-menu-1 li a:hover,#block-nice-menus-1 ul#nice-menu-1 li a.active {
    border-color: #ffd600;
}
button#menu-btn {
        background: #910000;
    border: none;
    width: 50px;
    padding: 8px 10px;
    height: auto;
    cursor: pointer;
}
#block-nice-menus-2 {
        float: left;
    margin-right: 10px;
    position: relative;
    margin-top: 35px;
    z-index: 100;
    clear: right;
}

button#menu-btn span.icon-bar {
        width: 100%;
    display: block;
    height: 4px;
    background-color: #fbde6b;
    margin: 5px 0;
}

#block-nice-menus-2 ul#nice-menu-2 {
       margin: 5px 0 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #910000;
    list-style: none;
    width: 210px;
    display: none;
}

#block-nice-menus-2 ul#nice-menu-2 li {
    display:  block;
    width:  100%;
    border-bottom: 1px solid #fbde6b;
}

#block-nice-menus-2 ul#nice-menu-2 li a {
         display: block;
    transition: all 300ms;
    color: white;
    padding: 13px 20px;
    text-decoration: none;
    text-align: center;
    font-family: Avenir;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

#block-nice-menus-2 ul#nice-menu-2 li a:hover,#block-nice-menus-2 ul#nice-menu-2 li a.active {
        background-color: #550000;
    color: #fbde6b;
}
#region-content .region-inner.region-content-inner {
    max-width:  1200px;
    margin:  0 auto;
    padding:  50px 25px;
    width:  auto;
    position:  relative;
}

.owl-carousel .owl-nav {
    display: none;
}

.owl-carousel .owl-dots {
    float:  left;
    width:  100%;
    margin: 10px 0 0px;
    text-align: right;
}

.owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display:  inline-block;
    margin: 0 3px;
    background: #d1d2d3;
    transition:  all 300ms;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #96979a;
}
/************
contacto
***********/

.mapa {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.mapa iframe {
       width: 137%;
    height: 615px;
    margin-top: -50px;
    display: block;
    float: right;
}
.contacto #formulario #block-webform-client-block-1 {
    position: absolute;
    right: 50px;
    z-index: 10;
    width: 430px;
    top: 40px;
    background: rgba(144, 0, 5, 0.8);
    border-radius: 30px;
    height: auto;
        min-height: 0;
}
.contacto #formulario #block-webform-client-block-1 .block-inner {
    display:  block;
    padding: 30px;
}

.contacto #formulario #block-webform-client-block-1 #webform-component-contacto {
    color: white;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 20px;
    font-family: avenir;
}
.contacto .content_movil {
    display: block !important;
    background: transparent;
    position: static;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
}
.contacto #formulario #block-webform-client-block-1 .node .content {
    position: unset;
    height: auto;
    width: auto;
    transform: none;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
}

.contacto #formulario #block-webform-client-block-1 .node .over {
    display: none;
}
p#notification {
        color: white;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    background-color: #812222;
    padding: 10px;
}
.contacto #region-content .region-inner.region-content-inner {
    padding: 0;
    max-width: none;
}
.over.show {
    z-index: 99;
    opacity: 1;
}
.over {
        position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: transparent;
    font-weight: bold;
    color: white;
    font-size: 35px;
    text-align: right;
    cursor: pointer;
    line-height: 40px;
}
.central {
    float: right;
    color: white;
    margin: 10px 20px;
    display: none;
    font-weight: bold;
}
#section-content {
    float: left;
    width: 100%;
    background-image: url(images/sombra.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.block-categorias {
    float: left;
    width: 100%;
    position: relative;
}

.block-categorias .views-row {
   float: left;
    width: 23.5%;
    margin: 20px 2% 20px -2px;
    border: 1px solid #d6d6d6;
    background: white;
    position: relative;
    transition: all 500ms;
    box-sizing: border-box;
}
.block-categorias .views-row:hover {
    background-color: #fffbed;
    transform: scale(1.01);
    box-shadow: 1px 2px 2px grey;
}
.block-categorias .views-row-4 {
    margin-right: 0;
}
.block-categorias .views-row .tit,
#tabs > ul li.info .tit{
    display: block;
    text-transform: uppercase;
    background: #910000;
    color: white;
    border-bottom: 2px solid #ffd400;
    padding: 24px 20px;
    font-size: 21px;
    font-family: Flamasemibold;
    background-image: url(images/ir.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    text-align: left;
    background-size: auto 24px;
    transition: all 500ms;
}

.certificatitulo
{
    font-size: 15px;
    text-align: left;
    display: block;
}
#tabs > ul li.info {
    margin: 0;
}
.block-categorias .views-row .det,
#tabs > ul li.info .det{
    display: block;
    padding: 20px 20px;
    border-top: 1px solid #910000;
    line-height: initial;
    text-align:justify;
}

.block-categorias .views-row .more {
    float: right;
    margin: 0px 30px 15px;
}

.block-categorias .views-row .more a {
    display: block;
    background-image: url(images/bgmas.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #808080;
    text-decoration: none;
    font-family: Flamasemibold;
    padding: 5px 20px;
    font-size: 15px;
    transition: all 300ms;
}
.block-categorias .views-row .more a:hover {
    transform: scale(1.05);
}
ul {
    margin: 0 0 5px;
    padding-left: 17px;
}
.block-categorias .views-row .more a img {
    width: 11px;
    height: auto;
}
.block-categorias .views-row a.t,
#tabs > ul li.info .t{
    display: block;
    text-decoration: none;
}

.block-categorias .views-row:hover .tit {
    color: #ffcc00;
}
#zone-content-wrapper {
    background-image: url(images/bgfondo.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
footer#section-footer {
    background: #810206;
    float: left;
    width: 100%;
    position: relative;
}

#region-footer-first .region-inner {
   display: block;
padding: 10px 12px -6px;
margin: 0 auto;
max-width: 1200px;
color: white;
font-size: 17px;
font-weight: normal;
}

#region-footer-first .region-inner a:link
{
    font-weight:normal;
}

#block-block-5 .logo {
    width: 220px;
    max-width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10%;
}

#block-block-5 .logo img {
    width: 100%;
    height: auto;
}

#block-block-5 .content {
    display: inline-block;
    vertical-align: middle;
    max-width: 57%;
    text-align: left;
}

#block-block-5 {
       text-align: center;
    padding: 30px 0;
}

#block-block-5 .content img {
    width: 42px;
    height: auto;
}
#block-block-5 .content table {
    width: 100%;
}

#block-block-5 .content td {
    padding: 4px 12px;
}

#block-block-5 .content td a {
    color: white;
    text-decoration: none;
}
#block-block-6 {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: white;
    background-color: #6f0003;
    padding: 13px 0 10px;
    opacity: 0.7;
}

#block-block-6 img {
    vertical-align: middle;
}
.block-propuesta {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.block-propuesta .block-title,
.block-afiliados .block-title{
    text-align: center;
    color: #910000;
    font-family: Flamasemibold;
    display: inline-block;
    line-height: inherit;
    font-size: 35px;
    border-bottom: 3px solid #ffc900;
    margin: 20px 0 70px;
}

.block-propuesta .views-field-texto {
    float: right;
    width: 60%;
    font-size: 23px;
}

.block-propuesta .views-field-imagen {
    float: left;
    width: 35%;
}

.block-propuesta .views-field-imagen img {
    width: 100%;
    height: auto;
}
.block-propuesta .centrar {
    text-align: center;
}
/***best quality****/
.block-propuestadet {
    float: left;
    width: 100%;
    position: relative;
}

.block-propuestadet .views-row {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.block-propuestadet .views-row span.block-title {
        text-align: center;
    color: #910000;
    font-family: Flamasemibold;
    display: inline-block;
    line-height: inherit;
    font-size: 35px;
    border-bottom: 3px solid #ffc900;
    margin: 0px 0 25px;
}
.block-propuestadet .views-field-texto {
    float: right;
    width: 60%;
    font-size: 23px;
}

.block-propuestadet .views-field-imagen {
    float: left;
    width: 35%;
}

.block-propuestadet .views-field-imagen img {
    width: 100%;
    height: auto;
}
.block-propuestadet .views-row-even .views-field-texto {
    float: left;
}

.block-propuestadet .views-row-even .views-field-imagen {
    float: right;
}
.mapa:before {
        content: ".";
    font-size: 0;
    color: transparent;
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 83px;
    background-image: url(images/sombra.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.block-categorias .views-row .detalles {
    display: block;
    margin: 30px 0;
}

.block-categorias .views-row .detalles a,
.ui-tabs-anchor
{
    display: block;
margin: 15px 0;
line-height: 100%;
text-align: left;
line-height: 20px;
font-weight: bold;
}
/*****servicios detalle*******/
.dettabs {
    float: left;
    width: 100%;
    position: relative;
}

#tabs {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px;
}

#tabs > ul {
   list-style-type: none;
    width: 26%;
    float: left;
    margin: 0;
    border: 1px solid #d6d6d6;
    background: white;
    padding: 0 0 20px;
}
.dettabs .detin {
    float: right;
    width: 68%;
    background: rgba(255,255,255,.9);
    text-align:justify;
}
.dettabs .detin > div {
    display: block;
    padding: 30px;
}

#tabs > ul li {
        display: block;
    margin: 15px 25px;
    line-height: 100%;
}
ul.bxslider img {
    display: block;
}
.dettabs .detin h2 {
    margin: 0 0 26px;
    font-size: 30px;
    font-family: Flamasemibold;
    font-weight: normal;
    line-height: 32px;
    color: #910000;
    border-bottom: 3px solid #ffcc00;
    display: inline-block;
    padding: 0 0 10px;
    text-align: left;
}

.dettabs .detin .imagenes {
    float: right;
    width: 52%;
    position: relative;
    margin-left: 3%;
    margin-bottom: 10px;
}

.dettabs .detin .imagenes .bx-pager {
    margin: 0;
    right: 10px;
    left: auto;
    bottom: 10px;
    width: 92%;
    text-align: right;
}

.dettabs .detin .imagenes .bx-pager .bx-pager-item a {
    height: 20px;
    width: 22px;
}

.dettabs .detin .imagenes .bx-pager .bx-pager-item {
    margin: 0 2px;
}
.dettabs .detin .body ul {
    margin-left: 20px;
}
.dettabs .detin .boton {
        margin: 20px 0;
    background-color: #910000;
    display: block;
    vertical-align: bottom;
    color: white;
    text-decoration: none;
    font-family: Flamasemibold;
    font-size: 21px;
    line-height: 24px;
    padding: 10px 20px;
    transition: all 300ms;
    cursor: pointer;
    float: left;
    margin-top: 20%;
}

.dettabs .detin .boton:hover {
    transform: scale(1.05);
    background-color: #750000;
}
#tabs > ul li.info {
    margin: 0;
}

#tabs > ul li.info ul li {
    margin: 0;
}
.serviciosdet .imagenes .bx-wrapper {
    padding: 0 36px;
}
.serviciosdet .imagenes .bx-wrapper .bx-controls-direction a.bx-prev {
    background-size: auto 26px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    left: 0;
}
.serviciosdet .imagenes .bx-wrapper .bx-controls-direction a.bx-next {
    background-size: auto 26px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    right: 0;
}
.dettabs .detin > div[aria-hidden="false"] {
    height: auto;
    padding: 30px;
}

.dettabs .detin > div {
    display: block !important;
    padding: 0;
    height: 0;
    overflow: hidden;
}
/***********
movil tel
*********/
.consultas {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #4b0000;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    height: 52px;
    text-align: center;
    cursor: pointer;
    z-index: 9999999;
    color: white;
    display: none;
}
.consultas > div {
        float: left;
    width: 33.33%;
    padding: 0;
}

.consultas > div a {
        display: block;
    height: 47px;
    padding: 0;
    margin: 2px;
    background-color: #810206;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
}
.consultas > div a.llamar {
    background-image: url(images/icono_tel.png);
}
.consultas > div.ws a {
    background-image: url(images/icono_ws.png);
}
.consultas > div.mail a {
    background-image: url(images/icono_mail.png);
}
.content_movil {
        display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10000000;
        overflow: auto;
}
#formulario #block-webform-client-block-1 {
        margin: 0;
    background: transparent;
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: auto;
    position: relative;
    z-index: 999;
    top: auto;
    right: auto;
    border-radius: 0;
    min-height: 530px;
}
#formulario #block-webform-client-block-1 .form-actions .form-submit {
        background-color: #812222;
    width: 100%;
}
#formulario #block-webform-client-block-1 #webform-component-contacto {
    color: #812222;
    text-align: center;
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;
    margin: 0 0 15px;
    font-family: avenir;
}
#formulario #block-webform-client-block-1 .form-item .form-text, #formulario #block-webform-client-block-1 .form-item textarea {
    border: 2px solid #c5c5c5;
}
#formulario #block-webform-client-block-1 .node .content {
    width: 85%;
    max-width: 600px;
    background-color: white;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 1px 2px 16px lightgray;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
        z-index: 100;
}
.over span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #812222;
    color: white;
    padding: 0 12px;
    transition: all 400ms;
    font-size: 26px;
}

.over span:hover {
    background-color: gold;
    color: #812222;
}
/***********
afiliados
************/
.block-afiliados .imagenes {
        display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    max-width: 1070px;
    margin: 0 auto;
    box-shadow: 2px 4px 15px #f4f1ec;
}

.block-afiliados .imagenes .imgafiliado {
    margin: 10px 20px;
    max-width: 300px;
    max-height: 300px;
}

.block-afiliados .imagenes .imgafiliado img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 160px;
}
.block-afiliados .content {
    text-align: center;
}
.block-afiliados {
    margin-bottom: 50px;
}
.block-enlafiliados {
    display: block;
    margin-top: 50px;
    float: left;
    width: 100%;
}

.block-enlafiliados a {
    display: block;
    width: 100%;
    background: #910000;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 28px;
    text-decoration: none;
    padding: 20px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 500ms;
    border: 3px solid transparent;
}

.block-enlafiliados a:hover {
    background: #ffcc00;
    color: #910000;
    border-color: #910000;
}