/*--------------GLOBAL------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'SwitzerlandCondensedBold';
        src: url('fuentes/SwitzerlandCondensedBold.svg#SwitzerlandCondensedBold') format('svg');
        font-weight: bold;
        font-style: normal;
    }
}

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

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'SwitzerlandCondensedBold';
        src: url('fuentes/SwitzerlandCondensedBold.svg#SwitzerlandCondensedBold') 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,
 #section-content .block .container::after,
 .page-footer .container: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;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
}
.rounded-circle {
    border-radius: 50%;
}
  .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/iconos/controls.png);background-position: left center;}.bx-wrapper .bx-next{right: 10px;    background-image: url(../images/iconos/controls.png);background-position: right center;}.bx-wrapper .bx-controls-direction a{
        position: absolute;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    outline: 0;
    width: 26px;
    height: 30px;
    text-indent: -9999px;
    z-index: 99;
    background-size: auto 100%;
}.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;
    right: 0;
    bottom: 15%;
    z-index: 99;
    background: url(images/bgbanner.png);
    background-size: 100% 100%;
    padding: 10px 50px 10px 150px;
    color: white;
    font-size: 100px;
    line-height: 100%;
    text-align: right;
}
.bx-wrapper .bx-pager{
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item {
    margin: 3px 3px;
}
.bx-wrapper .bx-pager .bx-pager-item a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid;
    content: ".";
    left: -5px;
    top: -5px;
    border-radius: 50%;
    font-size: 0;
    padding: 4px;
}
.bx-wrapper .bx-pager .bx-pager-item a {
    margin: 5px;
    background-color: white;
    opacity: 1;
    position: relative;
        color: transparent;
}

.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-color:  white;
    opacity: 1;
        color: white;
}
.bx-wrapper .text .text2 {
    display: block;
    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;
}
/* 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,
.views-row:after{
    content: "";
    clear: both;
    display: table;
}
body {
    background-color: white;
    float: left;
    max-width: none;
    min-width: 300px !important;
    position: relative;
    font-family:'SwitzerlandCondensedBold';
    width: 100%;
    margin: 0;
    padding: 0;
}
#page {
    color: #333;
    float: left;
    font-size: 16px;
    margin: 0 auto;
    min-width: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.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%;
}
#zone-branding-wrapper {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
}

#zone-header-wrapper {
    float:  left;
    width:  100%;
    position: relative;
}

#section-content {
    float:  left;
    width:  100%;
    position: relative;
}
#block-nice-menus-1 {
        float: right;
    width: 63%;
    text-align: center;
    margin: 0;
  
    transition: all 500ms;
    max-height: 116px;
}

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

#block-nice-menus-1 ul#nice-menu-1 {
    padding:  0;
    margin:  0;
    list-style:  none;
    width:  100%;
    text-align: justify;
}
#block-nice-menus-1 ul#nice-menu-1:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}
#block-nice-menus-1 ul#nice-menu-1 li {
        display: inline-block;
    margin: 0 3px;
    vertical-align: top;
}
#block-nice-menus-1 ul#nice-menu-1 li.last {
    background: none;
}
#block-nice-menus-1 ul#nice-menu-1 li a 
{
   color: #444444;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    line-height: 20px;
    transition: all 300ms;
    position: relative;
    font-size: 1.2rem;
    overflow: hidden;
    text-transform:uppercase;
    
    background-image: url(../images/iconos/1.png);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: left center;
}
#block-nice-menus-1 ul#nice-menu-1 li.contact a {
    background: no-repeat;
    padding: 8px 18px;
    border:2px solid #DD147A;
    color:grey;
}
#block-nice-menus-1 ul#nice-menu-1 li a:hover, #block-nice-menus-1 ul#nice-menu-1 li a.active 
{
    color: white;
    background-color:#DD147A;
}
#block-nice-menus-1 ul#nice-menu-1 li.contact a:hover {
    background-color: #DD147A;
    color: white;
    transform: scale(1.05);
}
button#menu-btn {
    background: #001DC9;
    border: none;
    width: 49px;
    padding: 5px 10px 5px;
    height: auto;
    cursor: pointer;
}
#block-nice-menus-2 {
        float: right;
    position: relative;
    z-index: 99999;
    clear: right;
    display: none;
    position: fixed;
    right: 20px;
    top: 26px;
}

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

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

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

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

#block-nice-menus-2 ul#nice-menu-2 li a:hover,
#block-nice-menus-2 ul#nice-menu-2 li a.active {
    color: #ffffff;
    background-color: #0083FF;
}
#block-block-logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 25px 0;
}
#block-block-logo img {
    width: 90%;
    height: auto;
    max-width: 420px;
}
#block-md-slider-slider-inicio {
    float:  left;
    width:  100%;
    position: relative;
}
#section-content .block {
    float:  left;
    width:  100%;
    position:  relative;
    margin:  0;
}

#section-content .block .container {
    display:  block;
    margin:  0 auto;
    width: 100%;
    
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 0;
    background-image: url(../images/controls.png);
    background-position: left center;
    background-size: auto 20px;
    width: 18px;
    height: 20px;
    left: -30px;
    margin: -10px 0 0;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 0;
    background-image: url(../images/controls.png);
    background-position: right center;
    background-size: auto 20px;
    width: 18px;
    height: 20px;
    right: -30px;
    margin: -10px 0 0;
}

.page-footer 
{
   
   float: left;
width: 100%;
text-align: center;
position: relative;
margin-top:-5px;
padding-top:20px;
padding-bottom:20px;
background:#000066;
font-family:'Roboto';
}
.page-footer .container {
    display:  block;
  
    max-width:  100%;
    margin: 0 auto;
}

.logo_footer {
    position: relative;
float: left;
    width:40%;
  
}

.logo_footer img {
    width: 100%;
    height: auto;
    display: block;
}

.contenedor1, .contenedor2
{
display: block;
float: left;
padding: 10px;
margin: 10px;
width:40%;
}

.contenedor2
{
    color:white;
    font-size:10px;
    text-align:left;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
    
    #map {
        height: 100%;
      }


.contenedor1
{
    padding-right: 20px;
    margin-left:30%;
}

.datos_footer
{
   width: 40%;
text-align: left;
float: left;
position: relative;
padding-top:10px;
}

.page-footer table {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 14px;
    width: auto;
  
}

.imagen_footer
{
width: 20%;
float: left;
position: relative;
}

.imagen_footer img
{
  width: 100%;
margin-top: -153px;
}
.page-footer table span.ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
.page-footer table img {
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
    margin: 0 auto;
    display: block;
}

.page-footer table a {
        color: white;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.page-footer table td {
    padding: 5px 10px;
}
.page-footer .texto {
    color: white;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    max-width: 40%;
}

.page-footer .texto ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-footer .texto ul li {
    position: relative;
    display: block;
    padding-left: 10px;
}

.page-footer .texto ul li:before {
    content: "-";
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
p.copyright {
        float: left;
    width: 90%;
    margin: 0;
    text-align: right;
    background-color: #191954;
    font-size: 10px;
    padding: 5px 5% 2px;
    color: white;
    font-family:'Roboto';
}

p.copyright a {
    color: #212121;
}
.info_header {
    float: right;
    margin: 20px 0 10px;
}

#region-branding .region-inner {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
  float: left;
margin-left: 4%;
margin-top: 2%;
width: 28%;
}

.logocom img {
    width: 100%;
    height: auto;
}

.logocom {
   
    margin: 10px 0;
}

.info_header .item {
    margin-left: 15px;
}

.info_header .item a, .info_header .item
{
text-decoration: none;
color: #767676;
display: inline-block;
font-size: 1.3rem;
transition: all 500ms;
line-height: 40px;
font-family: 'SwitzerlandCondensedBold';

}
.info_header .item a:hover {
    color: #DD147A;
}
.info_header .item a img {
    width: auto;
    height: 40px;
    vertical-align: bottom;
}
.sticky0 {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky0#zone-branding-wrapper {
        margin-top: 0;
    top: -100%;
    position: fixed;
    transition: all 800ms;
    background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9612219887955182) 75%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9612219887955182) 75%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9612219887955182) 75%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.sticky0.sticky#zone-branding-wrapper {
    top: 0;
}
.sticky0 .info_header .item a img {
    height: 40px;
}

.sticky0 .info_header .item a {
    font-size: 14px;
}

.sticky0 .info_header {
    margin: 10px 0 2px;
}

.sticky0 .logocom {
    width:60%;
}
#block-nice-menus-1 ul#nice-menu-1 li.isotipo img {
    width: auto;
    height: 40px;
    max-width: 100%;
    display: block;
    transition: all 500ms;
}

#block-nice-menus-1 ul#nice-menu-1 li.isotipo a {
    padding: 5px 0 0;
    margin: 0;
}

#block-nice-menus-1 ul#nice-menu-1 li.isotipo {
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 5px;
    display:none;
}
#section-content .block h2.title
{
    text-align: center;
color: white;
font-size: 2rem;
margin: 0px;
width: 100%;
padding: 30px;
}

.titulowhite
{
    font-size:2rem;
    border-bottom:2px solid #DD147A;
}
h2.title img{
        margin-right: 10px;
    vertical-align: middle;
}
/**********
empresa
**************/
#section-content .block-empresa {
    background-image: url(../images/estructura/fondo2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size:100%;
    height:auto;
}
#section-content .block-empresa .container {
    padding-top: 60px;
}

#section-content .block-empresa .logo_block {
        display: block;
    text-align: left;
    margin: 0;
}

#section-content .block-empresa .logo_block img {
    width: 220px;
}

#section-content .block-empresa h2.title {
text-align: center;
width: 90%;
color:white;
}
#section-content .block-empresa p.desc {
        text-align: center;
    color: white;
    font-size: 20px;
    line-height: 32px;
}
#section-content .block-empresa .row 
{
display: inline-block;
width: 50%;
float: left;
}

#section-content .block-empresa .logos
{
display: inline-block;
width:100%;
float: left;
text-align: left;
color: white;
}

#section-content .block-empresa .logos img
{
    width: 50%;
text-align: center;
margin-left: 25%;
margin-top: 50px;
margin-bottom: 50px;
}

.itemsdiferenciales
{
   float: left;
width: 70%;
margin-left: 10%;
padding: 5%;
font-family:'Roboto';
text-align:center;
}

.detalledif
{
   color: white;
font-size: 1.2rem;
float: left;
width: 100%;
vertical-align: middle;

}



/****************
servicios
**************/
#section-content .block-servicios {
    background-color:#2727e8;
    color: white;
    text-align: left;
    background-size:100%;
}
#section-content .block-servicios .views-row {
   float: left;
width: 31%;
text-align: center;
margin: 1%;
font-family: 'Roboto';
font-size: 1.1rem;
line-height: 30px;
}
@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

#section-content .block-servicios .views-row span.icono 
{
       display: inline-block;
padding: 10%;
transition: all 500ms;
width: 60%;
margin-left: 5%;
}

#section-content .block-servicios .views-row span.icono img {
width: 50%;
transition: all 500ms;
border: 5px solid #3acdff;
border-radius: 50%;
padding: 10%;
}

#section-content .block-servicios .views-row span.servicios 
{
        display: inline-block;
    padding: 20px;
    transition: all 500ms;
}

#section-content .block-servicios .views-row span.servicios img {
   width: auto;
height: 150px;
}


#section-content .block-servicios .views-row .tit {
display: block;
margin: 30px 0;
font-size: 1rem;
line-height: 25px;
color: white;
font-family:'SwitzerlandCondensedBold';
}
#section-content .block-servicios .views-row .det {
    color: white;
    float: left;
    padding-top: 30px;
}

.contentbotonpdf
{
    width: 100%;
float: left;
position: relative;
text-align: center;
padding-bottom: 2%;
}

.botonturqueza
{
background: #DD147A;
color: white;
font-size: 20px;
padding: 10px 30px 10px 30px;
}

.botonturqueza a
{
    text-decoration:none;
    color:white;
}


.botonverde img
{
   margin: 0px 6px -10px 4px;
}


/*************
especialidades
**************/
#section-content .block-especialidades {
   width:100%;
   padding-bottom:30px;
}
#section-content .block-especialidades .views-row {
       width: 50%;
    float: left;
    min-height:400px;
}
#section-content .block-especialidades h2.title {
   
    color:#000066;
}

#section-content .block-especialidades .icono {
display: inline-block;
text-align: center;
transition: all 500ms;
width: 20%;
float: left;
padding: 1%;
margin:1%;
}

#section-content .block-especialidades .tit {
color: #646466;
font-size: 1.3rem;
display: block;
transition: all 500ms;
width: 60%;
float: left;
padding: 3%;
font-family: 'Roboto';
line-height: 30px;
padding-top: 50px;
text-align: left;
}

#section-content .block-especialidades .det {
    display: block;
    margin-top: 20px;
    font-size: 18px;
}

#section-content .block-especialidades .icono img {
   width: 70%;
border: 3px solid #006;
border-radius: 200px;
padding: 15%;
}

#section-content .block-especialidades .views-row:hover .icono {
    transform: scale(1.05);
    background-color: white;
}

.textoazul
{
font-size: 29px;
color: #001DC9;
padding-left: 50px;
}

.contenthoja
{
text-align: right;
width: 100%;
float: left;
margin-top: -50px;
}

.logoadblue
{
   width: 30%;
float: right;
margin-right: 20%;
}

.logoadblue img
{
    width:100%;
}

.contentbotonficha
{
    width:100%;
    text-align:center;
    float:left;
    margin-top:30px;
}
.botonceleste
{
    background: #0083FF;
color: white;
font-size: 20px;
padding: 10px;
border-radius: 50px;
padding: 10px 30px 10px 30px;
}

.botonceleste img
{
     margin: 0px 6px -10px 4px;
}
/*************
responsabilidad
**************/
#section-content .block-responsabilidad {
background-image: url(../images/estructura/fondo3.png);
background-size: 100% auto;
height: auto;
background-repeat: no-repeat;
z-index: 1;
padding-bottom: 70px;
padding-top: 40px;
background-color:#000167;
}
#section-content .block-responsabilidad .views-row 
{
width: 29%;
color: white;
float: left;
box-sizing: border-box;
margin:1%;
}

#section-content .block-responsabilidad .views-row .icono2
{
    width: 100%;

float: left;
}

#section-content .block-responsabilidad .views-row .titulo2
{
    text-align:center;
    float:left;
    width:100%;
    color:#7373ce;
}

#section-content .block-responsabilidad .views-row img
{
  width: 70%;
text-align: center;
margin-left: 15%;
}

.logosp
{
   width: 30%;
float: left;
padding: 5%;
margin-right:50%;
}

.logosp img
{
    width:100%;
}

.contentcarros
{
width: 40%;
float: left;
text-align: center;
margin-top: 20px;
margin-right: 40%;
}

.contentcarros img
{
    width:70%;
}
.carros
{
    width:20%;
}

.botonbrochure
{
    width:90%;
    text-align:right;
    color:white;
    font-size:14px;
    float:left;
}

.botonbrochure img
{
    width:auto;
}
#section-content .block-responsabilidad h2.title {
text-align: center;
display: block;
font-size: 1.5rem;
font-weight: bold;
margin-top: 20px;
color: white;
}

#section-content .block-responsabilidad .container {
    width: 90%;
}
/***************
clientes
******************/
#section-content .block-clientes .tit {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
}
.block-clientes .row .detalle {
        display: inline-block;
    vertical-align: middle;
    max-width: 340px;
}

.block-clientes .row .imagen {
        display: inline-block;
    margin-right: 50px;
    max-width: 380px;
    vertical-align: middle;
}

.block-clientes .row .imagen img {
    max-width: 100%;
    height: auto;
}

#section-content .block-clientes .row .detalle h2.title {
   color: #348534;
    display: block;
    margin-bottom: 25px;
}
#section-content .block-clientes .row {
    text-align: center;
}
#section-content .block-clientes .row .detalle .det {
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    color: #535353;
}
.com1 {
    width: 20%;
    vertical-align: super;
}

.com2 {
    width: auto;
    height: 18px;
    margin-left: 10px;
}
#section-content .block .det {
    display: block;
    width: 100%;
}
.contenedor_car {
    display: block;
    padding: 0 35px;
}
#section-content .block-clientes {
   
    background-size: 100%;
}

#section-content .block-clientes .container {
    padding: 15px 40px 30px;
}
.textslide {
position: absolute;
bottom: 5%;
text-align: center;
font-weight: bold;
font-size: 2.5rem;
color: #006600;
line-height: 100%;
z-index: 99999;
float: left;
width: 100%;
}

.text1 {
    color: white;
    font-size: 3.5rem;
    margin-bottom: 5px;
    text-shadow: 2px 2px grey;
}

.text2 {margin-bottom: 2px;}

.btn a {
    color: white;
    background-color: red;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    line-height: 100%;
    font-size: 1rem;
    border-radius: 50px;
    transition: all 500ms;
}

.btn a:hover {
    background-color: #006600;
    transform: scale(1.1);
}

.textslide .inn {
    padding: 30px;
}
.block-propuesta .row {
    width: 100%;
    float: left;
    position: relative;
}

.contentmapa
{
    margin-top:-50px;
    z-index:0;
}

.block-propuesta .row iframe
{
    width:100%;
}

#section-content .block-propuesta h2.title {
    color: #348534;
    margin: 20px 0;
}

#section-content .block-propuesta img.log {
    display: block;
    margin: 0 auto;
    width: 150px;
}
#section-content .block-propuesta .det {
    color: #535353;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}
.formulario {
background-color: #1db5f2;
padding: 30px 50px;
text-align: center;
width: 30%;
z-index: 99;
margin-top: -480px;
top: 0;
float: right;
position: relative;
margin-right: 4%;
opacity:0.8;
}

.formulario h2.tit {
    margin-top: 0;
    color: white;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 12px;
}

.formulario .form-wrap {
    display: block;
    margin-bottom: 15px;
}

.formulario .form-wrap.text {
    color: white;
    font-size: 17px;
}

.formulario .form-wrap input {
    display: block;
    height: auto;
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 24px;
    box-sizing: border-box;
}

.formulario button {
    background: #DD147A;
    color: white;
    transition: all 500ms;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 6px 25px;
    cursor: pointer;
    border: 0px solid #DD147A;
}

.formulario button:hover {
    background: #000066;
    transform: scale(1.05);
}
div#notification {
    font-size: 19px;
    color: black;
}

/*----*/
/***********
movil tel
*********/
.consultas {
    position: fixed;
    left: 0;
    bottom: 0;
    background:#001DC9;
    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: 50%;
    padding: 0;
}

.consultas > div a {
        display: block;
    height: 47px;
    padding: 0;
    margin: 2px;
    background-color: #0083FF;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
}
.consultas > div a.llamar {
    background-image: url(../images/iconos/tel.png);
}
.consultas > div.ws a {
    background-image: url(../images/iconos/ws.png);
}



/*----selector----*/
.select-wrap
{
     position: relative;
     box-sizing: border-box;
     width: 260px;
     overflow: hidden;
}
.select-box
{
    /* -webkit-appearance: none;*/
    /* -moz-appearance: none;*/
/*     appearance: none;*/
     width: 100%;
     padding: 10px;
     background-color: #f1f1f1;
     border: none;
     border-radius: 20px;
     outline: none;
     font: 18px 'Montserrat-Light';
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #666;
     cursor: pointer;
}
.select-point
{
    /* position: absolute;
top: 55px;
right: 37px;
font: 16px 'Open Sans', sans-serif;
color: #666;
z-index: 999999999999;
cursor: pointer;
width: 1px;*/
}

select:-moz-focusring
{
     color: transparent;
     text-shadow: 0 0 0 #000;
}

.etiquetaformulario
{
    color: white;
text-align: left;
width: 100%;
position: relative;
float: left;
padding: 5px;
}
select:-moz-focusring
{
     color: transparent;
     text-shadow: 0 0 0 #000;
}

/*-----*/
.imagencaldera
{
    width: 70%;
float: left;
margin-left: 15%;
padding-top:140px;
}

.imagenservicios
{
    width:100%;
    float:left;
}

.imagenservicios img,
.imagencaldera img
{
    width:100%;
}

.tituloservicios
{
    font-size:1.7rem;
    color:white;
}

.detalleisotipo
{
   width: 100%;
text-align: center;
float: left;
padding-bottom: 20px;
}

.contenedoricon
{
    width:100%;
    float:left;
}

.detalletexto
{
   width: 100%;
color: #7373ce;
float: left;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;

}