@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;

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

}
/**
 * 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,
 .block_inner::after,
 .block-inner::after,
 .region-inner::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 .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    outline: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-next {
    right: 30px;
    background-image: url(images/controls.png);
    background-position: right center;
    background-size: auto 100%;
}
.bx-wrapper .bx-prev {
    left: 30px;
    background-image: url(images/controls.png);
    background-position: left center;
    background-size: auto 100%;
}
.bx-wrapper .text,
.block-sergaleria .text{
        position: absolute;
    left: 15%;
    bottom: 0;
    z-index: 99;
    background: url(images/bgbanner.png);
    background-size: 100% 100%;
    padding: 50px 35px 35px;
    color: white;
    font-family: Calibri;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    width: 270px;
    font-weight: bold;
}
/* 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: #4d4d4d;
    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: 25px;
}
.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: 0px 0 15px;
}

.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: #292929;
    width: 100%;
    line-height: 28px;
    font-size: 20px;
    border-radius: 20px;
    height: auto;
    font-family: Calibri;
    background: white;
    border: 1px solid gainsboro;
}
.form-item textarea {
    height: 150px;
}
.form-actions {
    float: right;
    width: 100%;
    margin: 5px 0 0;
    text-align: center;
}

.form-actions .form-submit {
        color: white;
    text-transform: uppercase;
    font-family: Calibri;
    font-weight: bold;
    font-size: 30px;
    border: none;
    cursor: pointer;
    padding: 6px 55px 6px 20px;
    border-radius: 10px;
    float: left;
    transition: all 300ms;
    background-color: transparent;
    background-image: url(images/bgboton.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 44px;
}

.form-actions .form-submit:hover {
        opacity: 1;
    transform: scale(1.03);
    color: #08d6ff;
}
#section-header {
        background-color: #08108c;
    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;
    margin: 10px 0 0 50px;
}

#block-block-logo img {
    width: 325px;
    height: auto;
    display: block;
}
/*************************
Especificos
**************************/
a, a:link, a:visited {
    color: #605e5e;
    text-decoration: underline;
}
a:hover {
    color: #08d6ff;
    text-decoration: none;
}
h1#page-title {
    color: #599501;
    font-family: Franklin gothic heavy;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}
.estilo1 {
    border-bottom: 3px solid #1ccbff;
    padding-bottom: 5px;
}
#section-content {
   position: relative;
    border-top: 5px solid #08108c;
}
#section-content::before {
    content: ".";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/sombra.png);
    background-position: center top;
    padding-top: 4%;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
/*************************
Inicio
**************************/
#zone-header {
    float:  left;
    width:  100%;
    position:  relative;
    overflow: hidden;
}
#block-nice-menus-1 {
    float: right;
    width: auto;
    text-align: center;
    margin-top: 50px;
    min-width: 60%;
}

#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: bottom;
    margin: 0 10px;
}
#block-nice-menus-1 ul#nice-menu-1 li.last {
    background: none;
}
#block-nice-menus-1 ul#nice-menu-1 li a {
        color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-size: 20px;
    padding: 6px 20px 27px;
    line-height: 28px;
    transition: all 300ms;
    background-image: url(images/activo.png);
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 40px auto;
}

#block-nice-menus-1 ul#nice-menu-1 li a:hover,#block-nice-menus-1 ul#nice-menu-1 li a.active {
    background-position: bottom center;
}
.central img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 26px;
}

.central span {
    margin-left: 20px;
}
button#menu-btn {
        background: white;
    border: none;
    width: 48px;
    padding: 5px 0;
    height: auto;
    cursor: pointer;
}
#block-nice-menus-2 {
        float: left;
    z-index: 99999;
    clear: right;
    position: absolute;
    left: 20px;
    top: 35px;
}

button#menu-btn span.icon-bar {
        width: 70%;
    display: block;
    height: 5px;
    background-color: #08108c;
    margin: 5px 15%;
    border-radius: 2px;
}

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

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

#block-nice-menus-2 ul#nice-menu-2 li a {
    display: block;
    font-weight: bold;
    transition: all 300ms;
    color: #08108c;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
}

#block-nice-menus-2 ul#nice-menu-2 li a:hover,#block-nice-menus-2 ul#nice-menu-2 li a.active {
        background-color: #28b5ee;
    color: white;
}
.block-textofront {
       float: left;
    width: 100%;
    text-align: center;
    
    font-size: 30px;
    padding: 26px 0 50px;
    font-family: Franklin gothic heavy;
    line-height: 100%;
}

#region-content .region-inner.region-content-inner {
    margin: 0 auto;
    padding: 50px 0 0;
    width: auto;
    position: relative;
}
.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;
}
#region-content {
    
    float: left;
    width: 100%;
    
}
#section-footer {
    float: left;
    width: 100%;
    background-color: #08108c;
    background-image: url(images/bgfooter.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}
#block-block-6 {
    float: left;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    font-size: 11px;
    padding: 0px 0 4px;
}
#block-block-6 .block-inner {
    opacity: 0.6;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}
#block-block-6 img {
    vertical-align:  middle;
    width: 16px !important;
    height: auto !important;
}
#block-block-5 {
    float: left;
    width: 100%;
    position: relative;
}

#block-block-5 .block-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    color: white;
    text-align: center;
    padding: 60px 20px 45px;
}

#block-block-5 .foo {
    display: inline-block;
    vertical-align: middle;
    border-right: 2px solid #08d6ff;
    margin: 0 30px 0 0;
    padding-right: 30px;
}

#block-block-5 .linea {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    width: 3px;
    background-color: #08d6ff;
    height: 100%;
    position: relative;
    display: none;
}

#block-block-5 .linea img {
    display: none;
}

#block-block-5 .r3.foo {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

#block-block-5 .r1.foo {
    font-family: Franklin gothic heavy;
    font-size: 30px;
    line-height: 100%;
    transition: all 300ms;
}

#block-block-5 .r2.foo ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#block-block-5 .r2.foo ul li {
    margin: 5px 0;
}

#block-block-5 .r2.foo ul li a {
    display: block;
    text-align: left;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 7px;
    transition: all 300ms;
}

#block-block-5 .r2.foo ul li a:hover {
    color: #08d6ff;
    text-decoration: underline;
}

#block-block-5 .r1.foo:hover .logo {
    transform: scale(1.05);
    color: #08d6ff;
}

#block-block-5 .r1.foo span.logo {
        display: block;
    transition: all 300ms;
    padding-top: 18%;
}

#block-block-5 .r3.foo img {
    display: block;
    width: 32px;
    height: auto;
}

#block-block-5 .r3.foo td {
    padding: 8px 5px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    
}

#block-block-5 .r3.foo td a {
    color: white;
    text-decoration: none;
    white-space: normal;
    word-break: break-all;
}
.block-servicios {
    float: left;
    width: 100%;
    position: relative;
    background-image: url(images/bgser.jpg);
    background-repeat: repeat;
    background-position: center top;
}
.bloque_elegirnos {
    float: left;
    width: 100%;
    position: relative;
    background-image: url(images/bgelegirnos.jpg);
    background-repeat: repeat;
    background-position: center top;
    color: white;
    font-size: 20px;
    line-height: 22px;
    background-size: auto 100%;
}
.bloque_clientes {
        float: left;
    width: 100%;
    position: relative;
    background-color: white;
}

.bloque_proyectos {
    float: left;
    width: 100%;
    position: relative;
    background-color: #e6e6e6;
}
.block-servicios .block-inner, .bloque_elegirnos .block_inner, .bloque_clientes .block_inner, .bloque_proyectos .block_inner {
    display: block;
    padding: 50px 10px;
    margin: 0 auto;
    max-width: 1200px;
}

.block-servicios .views-row {
    float: left;
    width: 98%;
    margin: 10px 2%;
    text-align: center;
    position: relative;
    transition: all 300ms;
}
.block-servicios .views-row:hover {
    transform: scale(1.05);
}
.block-servicios .views-row .views-field-field-imagen {
    display: block;
    margin-bottom: 20px;
}

.block-servicios .views-row .views-field-field-imagen img {
    width: 80%;
    height: auto;
    max-width: 140px;
}

.block-servicios .views-row .views-field-det {
    display: block;
    width: 100%;
    position: relative;
    font-size: 20px;
}

.block-servicios .views-row .views-field-det .title {
        font-family: Franklin gothic heavy;
    display: block;
    font-size: 25px;
    line-height: 32px;
    color: #484848;
    margin-bottom: 8px;
    transition: all 400ms;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}
.block-servicios .views-row:hover .views-field-det .title {
        color: #08108c;
    border-bottom: 3px solid #08d6ff;
}
.block-servicios .views-row .views-field-det .enla {
    display: inline-block;
    margin-top: 20px;
    background-color: #0d0e8c;
    transition: all 400ms;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 18px;
    position: relative;
    z-index: 10;
    text-decoration: none;
}

.block-servicios .views-row .views-field-det .body {
    display: block;
    width: 100%;
}

.block-servicios .views-row .views-field-det .enla:hover {
    color: #0fd3fd;
    transform: scale(1.05);
    background: #17189e;
}
.block-servicios .views-row .views-field-det .enla img {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: auto;
    margin-left: 2px;
}
.block-servicios .views-row a.enlace {
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.bloque_elegirnos h2.title {
    color: white;
}
.bloque_elegirnos .views-row {
    float: left;
    width: 29.33%;
    margin: 30px 2%;
    position: relative;
    text-align: center;
}

.bloque_elegirnos .views-row .imagen {
    display: block;
    margin-bottom: 20px;
    transition: all 400ms;
}
.bloque_elegirnos .views-row:hover .imagen {
    transform: scale(0.95);
}
.bloque_elegirnos .views-row .imagen img {
    width: 80%;
    height: auto;
    max-width: 120px;
}

.bloque_elegirnos .views-row .titulo {
        display: block;
    font-family: Franklin gothic heavy;
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px;
    transition: all 300ms;
    padding: 10px;
}
.bloque_elegirnos .views-row:hover .titulo {
    text-shadow: 1px 2px 13px black;
    color: #f9f9f9;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-image: url(images/controls2.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -55px;
    top: 50%;
    background-position: left center;
    font-size: 0;
    display: block;
    width: 41px;
    height: 42px;
    margin-top: -15px;
    background-size: auto 100%;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -55px;
    background-position: right center;
}
.bloque_clientes .block_inner {
    padding: 70px 60px;
}
.bloque_proyectos #owl1 {
    background-color: #08108c;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 60px;
    display: inline-block;
    vertical-align: middle;
}

.bloque_proyectos .texto2 {
    display: inline-block;
    width: 44%;
    vertical-align: middle;
    margin-left: 5%;
    font-size: 20px;
    color: #636363;
    line-height: initial;
}

.bloque_proyectos .texto2 .tit {
    display: block;
    font-family: Franklin gothic heavy;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    color: #4d4d4d;
}

span.estilo2 {
    color: #08108c;
}
.bloque_proyectos .owl-carousel .owl-nav .owl-prev, .bloque_proyectos .owl-carousel .owl-nav .owl-next {
        background-image: url(images/controls3.png);
    left: 10px;
    height: 36px;
    width: 34px;
}
.bloque_proyectos .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 10px;
}
/************
nosotros
***********/
h2.title {
    font-family: Franklin gothic heavy;
    font-size: 30px;
    line-height: 100%;
    margin: 5px 0 40px;
    font-weight: normal;
    display: block;
    text-align: center;
    color: #0f1062;
}
a.boton {
    display: inline-block;
    margin:  10px 0 0;
    background-color: #b98e2e;
    vertical-align:  middle;
    color:  white;
    text-decoration:  none;
    padding: 6px 20px;
    font-weight:  bold;
    border-radius: 12px;
    box-shadow: 0px -10px 28px #755610 inset;
    transition: all 400ms;
    cursor: pointer;
}

a.boton:hover {
    transform:  scale(1.05);
    background-color: #28b5ee;
    color: white;
    box-shadow: 0px -10px 28px #2551af inset;
}
.block-nosgaleria,
.block-sergaleria {
    background-color: #e6e6e6;
    float: left;
    width: 100%;
    position: relative;
}

.block-nosgaleria .block-inner,
.block-sergaleria .block-inner{
    margin: 0 auto;
    display: block;
    padding: 8px 10px;
    max-width: 1800px;
}

.block-nosgaleria .views-row,
.block-sergaleria .views-row{
    float: left;
    width: 32.33%;
    margin: 0.5%;
}

.block-nosgaleria .views-row img,
.block-sergaleria .views-row img{
    width: 100%;
    height: auto;
    display: block;
}
.block-textonosotros {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 35px;
}

.block-textonosotros .block-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 30px  25px 40px;
}

.block-textonosotros .imagen {
    float: left;
    width: 250px;
    margin-right: 50px;
}

.block-textonosotros .imagen img {
    width: 100%;
    height: auto;
}

.block-textonosotros .text {
    padding-top: 50px;
}

.block-nos {
    float: left;
    width: 100%;
    position: relative;
}

.block-nos .block-inner {
    max-width: 1200px;
    margin:  0 auto;
    display: block;
    padding: 50px 25px;
    font-size: 23px;
    line-height: 28px;
}

.block-nos  .views-row {
    float: left;
    width: 31.333%;
    margin: 0 1%;
    background-image: url(images/bgrownos.jpg);
    background-size: 100% 100%;
    position: relative;
    transition: all 300ms;
}

.block-nos .views-row .views-field-det {
    display: block;
    padding: 40px;
}

.block-nos .views-row .views-field-det .title {
        display: block;
    font-family: Franklin gothic heavy;
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 25px;
    transition: all 300ms;
}
.block-nos .views-row:hover {
    transform: scale(1.02);
    box-shadow: 1px 2px 10px grey;
}

.block-nos .views-row:hover .views-field-det .title {
    color: #08108c;
}
/************
contacto
***********/
#ui-datepicker-div .ui-datepicker-title {
    padding: 6px;
}
#ui-datepicker-div.ui-datepicker.ui-widget {
        background-color: #193d8a;
    border-color: #28b5ee;
    font-family: Calibri;
}
#ui-datepicker-div.ui-datepicker.ui-widget .ui-state-default.ui-state-highlight.ui-state-active {
    background: #be993d none repeat scroll 0 0;
    color: white;
}
#ui-datepicker-div .ui-widget-header {
        background: #bc8e2a none repeat scroll 0 0;
    border: 1px solid #1f479c;
    color: white;
    text-align: center;
    margin: 0 1px;
    font-weight: bold;
}
#ui-datepicker-div.ui-datepicker.ui-widget tbody td {
    background-color: #244ea9;
    font-size: 12px;
    text-align: right;
    color: white;
}

#ui-datepicker-div.ui-datepicker.ui-widget tbody td a {
        color: #193d8a;
    padding: 4px 5px 1px;
    display: block;
    background-color: white;
    font-weight: bold;
}

#ui-datepicker-div.ui-datepicker.ui-widget tbody td.ui-datepicker-unselectable {
    opacity: 0.6;
    padding: 4px 5px 1px;
}

#ui-datepicker-div.ui-datepicker.ui-widget tbody td a:hover {
    background-color: #ffe296;
}
#ui-datepicker-div .ui-widget-header a.ui-datepicker-prev,#ui-datepicker-div .ui-widget-header a.ui-datepicker-next {
        position: absolute;
    left: 7px;
    z-index: 9;
    font-size: 11px;
    top: 8px;
    color: white;
}

#ui-datepicker-div .ui-widget-header a.ui-datepicker-next {
    left:  auto;
    right: 7px;
}
.ui-datepicker th {
        background: #193d8a none repeat scroll 0 0;
    color: #bc8e2a;
    font-size: 13px;
}
p#notification {
        font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin: 50px 0;
    color: white;
}
.contacto #region-content .region-inner.region-content-inner {
        max-width: none;
    padding: 0;
}
.contacto #region-content .mapa {
    position: relative;
    overflow: hidden;
}
.contacto #region-content iframe {
        width: 150%;
    height: 640px;
    margin-top: -48px;
    position: relative;
    display: block;
    margin-left: -50%;
}

.contacto .content_movil {
        display: block !important;
    right: 30px;
    width: 440px;
    position: absolute;
    top: -60px;
    left: auto;
    height: auto;
    z-index: 100;
}
.contacto .content_movil #block-webform-client-block-1 {
        display: block;
    padding: 32px 40px;
    width: auto;
    background-color: #08108c;
}
.contacto #node-webform-1 {
    padding: 0;
}
.contacto .content_movil label {
    color: #656565;
    width: 28%;
    margin-right: 2%;
    text-align: right;
    margin-top: 4px;
}

/***********
movil tel
*********/
.consultas>.text_boton {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #6ab2ea;
    width: 90%;
    border-radius: 0;
    box-shadow: none;
    font-size: 21px;
    font-weight: bold;
    background-size: auto 28px;
    background-repeat: no-repeat;
    padding: 15px 5% 12px;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 9999999;
    color: white;
}

a.llamar {
   display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    background-color: #223d8b;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    padding: 18px 5% 12px;
    z-index: 1000;
    font-style: normal;
    font-weight: bold;
    background-image: url(images/movil2.png);
    background-repeat: no-repeat;
    background-position: 33% center;
}
.over.show {
    z-index: 99;
    opacity: 1;
}
.over {
        position: absolute;
    width: auto;
    height: 45px;
    z-index: -1;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: #223d8b;
    font-weight: bold;
    color: white;
    font-size: 35px;
    text-align: right;
    padding: 5px 20px;
    cursor: pointer;
    line-height: 40px;
}
.content_movil {
        display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10000000;
}
.central {
        float: right;
    color: white;
    margin: 25px 0 10px;
    font-size: 15px;
}
#webform-client-form-1 #webform-component-contacto {
        color: #08d6ff;
    font-weight: bold;
    font-family: Franklin gothic heavy;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 46px;
    margin: 0 0 23px;
}
.block-textoservicio {
    float: left;
    width: 100%;
    position: relative;
    background-image: url(images/bgdet.jpg);
    background-size: cover;
    background-position: bottom center;
}

.servdet #region-content .region-inner.region-content-inner {
    padding-top: 0;
}

.block-textoservicio .block-inner {
    display: block;
    padding: 150px 25px;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 23px;
    line-height: 28px;
}

.block-textoservicio .imagen {
    float: left;
    width: 17%;
}

.block-textoservicio .imagen img {
    width: 100%;
    height: auto;
    display: block;
}

.block-textoservicio .text {
        float: right;
    width: 80%;
    min-height: 350px;
}

.block-textoservicio .text .tit {
    display: block;
    text-transform: uppercase;
    padding: 58px 0 20px;
    font-family: Franklin gothic heavy;
    font-size: 35px;
    line-height: 38px;
}
.block-sergaleria {
    background: #08108c;
}

.block-sergaleria .text {
    bottom: 100%;
    margin: 0 0 -10px;
    left: auto;
    right: 50px;
}
.block-servicios.otros h2.title {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
    color: #08108c;
    font-size: 45px;
    line-height: 50px;
}

.block-servicios.otros .content {
        width: 65%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 55px;
    box-sizing: border-box;
}
.block-servicios.otros {
    margin-top: 50px;
}
.iconmovil {
    position: absolute;
    right: 20px;
    top: 35px;
    cursor: pointer;
    display: none;
}
.central span a {
    color: white;
    text-decoration: none;
}
.over2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.over2.show {
    z-index: 98;
}
.bloque_clientes .owl-carousel .owl-item img {
    max-width: 90%;
}