/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: 'Barlow-Bold';
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Barlow-Bold.otf')  format('opentype'),
        url('../fonts/Barlow-Bold.woff') format('woff'), 
        url('../fonts/Barlow-Bold.ttf')  format('truetype'), 
        url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Regular';
  src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/Graphik-Regular.otf')  format('opentype'),
        url('../fonts/Graphik-Regular.woff') format('woff'), 
        url('../fonts/Graphik-Regular.ttf')  format('truetype'), 
        url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url('../fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Graphik-Semibold.otf')  format('opentype'),
        url('../fonts/Graphik-Semibold.woff') format('woff'), 
        url('../fonts/Graphik-Semibold.ttf')  format('truetype'), 
        url('../fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Medium';
  src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/Graphik-Medium.otf')  format('opentype'),
        url('../fonts/Graphik-Medium.woff') format('woff'), 
        url('../fonts/Graphik-Medium.ttf')  format('truetype'), 
        url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow-Medium';
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Barlow-Medium.otf')  format('opentype'),
         url('../fonts/Barlow-Medium.woff') format('woff'), 
         url('../fonts/Barlow-Medium.ttf')  format('truetype'), 
         url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***** General ******/
.abs { position: absolute; }

.rel { position: relative; }

.fl { float: left; }

.fr { float: right; }

.fl-wd {
    float: left;
    width: 100%;
}
.wd{
    width: 100%;
}
p,
a,
li,
label { 
    font-family: 'Graphik-Regular', arial, sans-serif; 
    color: #010101;
}
a:hover{
    text-decoration: none;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    float: left;
}
/*** HEADER ***/
header{
    padding: 30px 0;
    z-index: 10;
}
header .logo-header{
    width: 100%;
    height: 55px;
    background-image: url(../img/logo.svg);
    display: block;
    position: relative;
    background-repeat: no-repeat;
}
header .logo-header a{
    width: 100%;
    height: 100%;
    display: block;
}
header .logo-header span{
    display: none;
} 
header .header-menu .navbar-light .navbar-nav .nav-link{
    font: 13px 'Barlow-Bold';
    color: #082b47;
    text-transform: uppercase;
    letter-spacing: 2px;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
header .header-menu .navbar-light .navbar-nav .nav-link:hover{
    color: #ed1f45;
}
header li{
    margin-left: 28px;
}
header .logo-face{
    width: 2.5%;
    position: absolute;
    top: 18px;
    right: 0;
}
#header-sticky {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    display: none;
    z-index: 5000;
    padding: 18px 0;
    background: #fff;
    float: left;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(41,41,41,1);
    -moz-box-shadow: 0px 0px 8px -2px rgba(41,41,41,1);
    box-shadow: 0px 0px 8px -1px rgba(41,41,41,1);
}
/* SLIDER PRINCIPAL */
/*#block-slider{
    z-index: -1;
}*/
#block-slider .flexslider {
    margin: 0;
    background: transparent;
    border: 0px solid transparent;
}
#block-slider .txt-slider{
    top: 170px;
    z-index: 1;
}
#block-slider h1{
    font: 34px 'Graphik-Regular';
    text-transform: uppercase;
    color: #072b49;
}
#block-slider span{
    font-size: 20px;
}
#block-slider #bold{
    font: 32px 'Graphik-Semibold';
}
#block-slider .txt-slider p{
    font:16px 'Graphik-Medium';
    color: #082b47;
}
#block-slider a:hover .btn-locales{
    background: #f1f1f1;
}
#block-slider a:hover .btn-locales p{
    color: #082b47;
}
#block-slider .btn-locales{
    background: #ed1f45;
    border-radius: 20px;
    width: 45%;
    padding: 16px;
    float: left;
    margin-top: 30px;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#block-slider .btn-locales p{
    color: #fff;
    font: 13px 'Graphik-Medium';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
#block-slider .flex-direction-nav .flex-prev{
    z-index: 1;
    background: url(../img/flecha-left.svg)no-repeat;
    width: 4.5%;
    height: 3%;
    left: 31%;
    opacity: 1;
    font-size: 0;
}
#block-slider .flex-direction-nav .flex-next{
    z-index: 1;
    background: url(../img/flecha-right.svg)no-repeat;
    width: 4%;
    height: 3%;
    right: 53%;
    opacity: 1;
    font-size: 0;
}
#block-slider .flex-direction-nav a:before{
    display: none;
}
#block-slider .box-blanca{
    width: 49%;
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
}
#block-slider .flex-direction-nav a{
    top: 99%;
}
/* BLOCK CONOCE */
#block-conoce{
    padding: 120px 0 50px;
}
#block-conoce p{
    font-size: 13px;
    color: #082b47;
}
#block-conoce h3{
    font: 14px 'Barlow-Medium';
    color: #b5b5b5;
    text-transform: uppercase;
}
#block-conoce #all-titulos{
    margin: 40px 0 36px;
}
#block-conoce .compone{
    width: 100%;
    margin: 50px 100px;
}
#block-conoce .compone h2{
    font:16px 'Graphik-Semibold';
    color: #082b47;
    text-transform: uppercase;
}
#block-conoce .compone span{
    color: #ed1f45;
}
#block-conoce .compone #color{
    color: #cca354;
}
#block-conoce .icono-cono{
    width: 10%;
    margin-right: 15px;
}
#block-conoce .trans{
    transform: rotate(90deg);
    position: absolute;
    right: 53px;
    top: 225px;
}
#block-conoce .flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 0px;
    right: -65px;
    float: right;
}
#block-conoce .flex-control-nav li{
    display: block;
    margin: 0 6px 15px;
}
#block-conoce .flex-control-paging li a.flex-active{
    background: rgba(7, 43, 73, 0.9);
}
#block-conoce .flex-control-paging li a{
    background: rgba(255, 255, 255, 0.1);
}
/* BLOCK SOLUCIONES */
#block-soluciones{
    padding: 100px 0;
}
#block-soluciones .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}
#block-soluciones #all-titulos{
    margin-bottom: 35px;
}
/* The colour of the indicators */
#block-soluciones .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
#block-soluciones .carousel-indicators .active {
    background: #707070;
}
#block-soluciones .solu{
    -webkit-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
    -moz-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
    box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
}
#block-soluciones .slider-sol img{
    border: 4px solid #fff;
}
#block-soluciones .slider-sol .txt-tit{
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 15px;
}
#block-soluciones .slider-sol h2{
    font:15px 'Graphik-Semibold'; 
    color: #082b47;
    text-transform: uppercase;
    margin-bottom: 0; 
}
#block-soluciones .slider-sol .desc{
    padding: 14px;
    height: 200px;
}
#block-soluciones .slider-sol .desc ul{
    padding-left: 18px;
}
#block-soluciones .slider-sol .desc li{
    font-size: 12px;
    font-family: 'Graphik-Regular'
}
#block-soluciones .carousel-item{
    padding: 50px 0;
}
#block-soluciones .carousel-control-prev{
    z-index: 1;
    background: url(../img/flecha-left.svg)no-repeat;
    width: 5%;
    height: 3%;
    right: 212px;
    opacity: 1;
    left: auto;
}
#block-soluciones .carousel-control-next{
    z-index: 1;
    background: url(../img/flecha-right.svg)no-repeat;
    width: 5%;
    height: 3%;
    right: 60px;
    opacity: 1;
}
#block-soluciones .carousel-control-prev-icon,
#block-soluciones .carousel-control-next-icon{
    display: none;
}
/* BLOCK PARALLAX */
#block-parallax{
    background: url(../img/parallax.jpg)no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    float: left;
    background-position: 0 0px;
    background-size: cover;
    padding: 150px 0;
}
#block-parallax h1{
    font:35px 'Graphik-Regular';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#block-parallax span{
    font-size: 20px;
}
#block-parallax #bold{
    font: 34px 'Graphik-Semibold';
}
#block-parallax p{
    font: 16px 'Graphik-Regular';
    color: #fff;
}
#block-parallax a:hover .btn-down{
    background: #fff;
}
#block-parallax a:hover .btn-down p{
    color: #082b47;
}
#block-parallax .btn-down{
    width: 36%;
    border: 1px solid #fff;
    border-radius: 30px; 
    padding: 15px;
    margin-top: 60px;
    float: left;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#block-parallax .btn-down p{
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
}
#block-parallax .logo-vert{
    position: absolute;
    bottom: -80px;
}
/* BLOCK LOTES */
#block-lotes{
    padding: 70px 0;
}
#block-lotes p{
    font-size: 14px;
    color: #082b47;
}
#block-lotes .top-img{
    margin-top: 50px;
}
#block-lotes #txt-right{
    text-align: right;
}
#block-lotes #desc-uno{
    bottom: 29px;
}
#block-lotes .desc-txt{
    width: 55%;
    background: #fff;
    position: absolute;
    bottom: 0px;
    padding: 12px 20px;
    left: 0px;
    z-index: 1;
}
#block-lotes .desc-txt h2{
    font: 15px 'Graphik-Semibold';
    color: #082b47;
    text-transform: uppercase;
    margin-bottom: 0;
}
#block-lotes img{
    border: 5px solid #fff;
    -webkit-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
    -moz-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
    box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
}
#block-lotes #img-depa{
    margin-bottom: 30px;
}
#block-lotes .oculto{
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 80px;
    width: 100%;
    height: 88%;
    background: rgba(0,0,0,0.5);
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#block-lotes #oculto-dos{
    height: 100%;
}
#block-lotes .top-img a:hover .oculto{
    visibility: visible;
    background: rgba(0,0,0,0.5);
}
#block-lotes .ojito{
    width: 17%;
    border: none;
}
/* BLOCK TOUR */
#block-tour{
    padding: 90px 0;
}
#block-tour .fondo-tour{
    background: url(../img/tour_360.jpg)no-repeat;
    background-size: cover;
    padding: 120px 0;
}
#block-tour .cont{
    width: 45%;
    margin: 0 auto; 
}
#block-tour .icono360{
    width: 18%;
}
#block-tour h1{
    font: 24px 'Graphik-Regular';
    color: #082b47;
    text-align: center;
}
#block-tour span{
    font:24px 'Graphik-Semibold';
    text-transform: uppercase;
}
#block-tour p{
    font: 13px 'Graphik-Medium';
    color: #072b49;
    text-transform: uppercase;
    text-align: center;
}
#block-tour a:hover .fondo-tour{
    opacity: 0.8;
}
/* FOOTER */
#all-titulos .linea{
    width: 3px;
    height: 45px;
    background: #cca354;
    position: relative;
    top: 3px;
    margin-right: 30px;
    float: left;
}
#all-titulos h1{
    font:24px 'Graphik-Regular';
    color: #082b47;
    text-transform: uppercase;
}
#all-titulos span{
    font-family: 'Graphik-Semibold';
    color: #082b47;
    text-transform: uppercase;
}
footer #all-titulos{
    margin-bottom: 35px;
}
footer p{
    font-size: 14px;
    color: #082b47;
}
footer h2{
    font: 14px 'Graphik-Medium';
    color: #082b47;
    text-transform: uppercase;
    margin-bottom: 2px;
}
footer .datos{
    margin: 35px 0 55px;
}
footer .icon-foot{
    float: left;
    width: 10%;
    margin-right: 10px;
}
footer #contact-dir{
    width: 6%;
    margin-top: 7px;
}
footer #txt-em{
    margin-left: 35px;
}
footer .form-control {
    padding: 15px 20px;
    font-family: 'Graphik-Regular';
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    background-color: #f1f1f1;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-bottom: 10px;
}
footer textarea{
    height: 160px;
}
footer .btn-group{
    width: 100%;
}
footer button{
    width: 47%;
    border-radius: 20px!important;
    background: #ed1f45;
    color: #fff;
    padding: 10px!important;
    margin-top: 23px;
    font:13px 'Graphik-Medium';
    text-transform: uppercase;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
footer button:hover{
    background: #f1f1f1;
    color: #082b47;
}
footer .menu-foot{
    margin-top: 120px;
}
footer ul{
    margin-bottom: 0;
    margin-top: 28px;
}
footer li{
    list-style: none;
    display: inline; 
    margin-left: 28px;
}
footer li a{
    font:14px 'Barlow-Bold';
    color: #cccccc;
    text-transform: uppercase;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
footer li a:hover{
    color: #082b47;
}
footer .derechos p{
    font-size: 14px;
    color: #6a6a78;
}
footer .derechos i{
    color: #6a6a78;
    font-size: 14px;
}
/* POP UP1 */
#inline_content .fondo-head,
#inline_content2 .fondo-head{
    background: #072948;
    padding: 10px;
}
#inline_content .fondo-head h1,
#inline_content2 .fondo-head h1{
    font:19px 'Graphik-Regular';
    color: #fff;
}
#inline_content .fondo-head span,
#inline_content2 .fondo-head span{
    font-family:'Graphik-Semibold';
}
#inline_content .linea,
#inline_content2 .linea{
    width: 3px;
    height: 35px;
    background: #cca354;
    position: relative;
    top: 5px;
    margin-right: 20px;
    float: left;
}
#inline_content h2{
    font:14px 'Graphik-Medium';
    color: #082b47;
}
#inline_content #bott{
    margin-bottom: 20px;
}
#inline_content .lista span{
    font-family: 'Graphik-Regular';
}
#inline_content .lista ul{
    margin-top: 30px;
}
#inline_content .lista li,
#inline_content2 .lista li{
    font: 14px 'Graphik-Regular';
    color: #082b47;
    list-style: decimal;
    margin-bottom: 3px;
}
#inline_content .dropdown-toggle{
    width: 100%;
    text-align: left;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #082b47;
    font-family:'Graphik-Medium'; 
}
#inline_content .description,
#inline_content2 .description{
    padding: 50px 0;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
#inline_content .dropdown{
    margin-bottom: 40px;
}
#inline_content .figura2{
    margin-top: 30px;
}
#inline_content .linea-big,
#inline_content2 .linea-big{
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    margin: 30px 0 30px;
}
#inline_content2 .lista{
    margin-top: 35px;
}
#inline_content .lista-menu ul{
    padding: 10px 20px 0 30px;
}
#inline_content .lista-menu li{
    list-style: none;
    cursor: pointer;
    font: 14px 'Graphik-Medium';
    margin-bottom: 8px;
}
#inline_content .lista-menu li:hover{
    color: #000;
}
#inline_content2 p{
    font: 13px 'Graphik-Regular';
    color: #082b47;
}
.slick-slide{
    margin: 0px 20px;
}
.slick-slide img{
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    padding: 15px 0px;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}
#block-soluciones .slick-next{
    z-index: 1;
    background: url(../img/flecha-right.svg)no-repeat;
    width: 5%;
    height: 3%;
    right: 60px;
    opacity: 1;
}

/*-------------- RESOLUCION GRANDE ---------------*/
@media (min-width: 1920px){

    #block-slider .txt-slider{
        width: 60%;
        top: 220px;
    }
}

@media (min-width: 576px)  and (max-width: 767px){

    header{
        padding: 17px 0 0!important;
    }
    header li {
        margin-left: 19px!important;
        width: 90px!important;
    }
    header .header-menu .navbar-light .navbar-nav .nav-link{
        font-size: 7px!important;
        text-align: center;
    }
    .header-stat .navbar-nav {
        left: -90px!important;
        margin-top: -10px!important;
    }
    header .logo-header {
        width: 134%!important;
    }
    #block-slider h1 {
        font-size: 17px!important;
    }
    #block-slider #bold {
        font-size: 17px!important;
    }
    #block-slider span {
        font-size: 17px!important;
    }
    #block-slider .txt-slider p {
        font-size: 10px!important;
    }
    #block-slider .btn-locales {
        margin-top: 0px;
    } 
    #block-slider .txt-slider {
        width: 76%!important;
        top: 70px!important;
    }
    #all-titulos h1 {
        font-size: 10px!important;
    } 
    #block-conoce p {
        font-size: 7px!important;
    }
    #all-titulos .linea {
        height: 20px!important;
        margin-right: 15px!important;
    }
    #block-conoce .compone h2 {
        font-size: 6px!important;
    }
    #block-soluciones .slider-sol h2{
        font-size: 7px!important;
    }
    #block-soluciones .slider-sol .txt-tit{
        padding: 9px!important;
    }
    #block-soluciones .slider-sol .desc li{
        font-size: 4px!important;
    }
    #block-lotes .desc-txt h2{
        font-size: 10px!important;
    }
    #block-lotes p{
        font-size: 8px!important;
    }
    #block-lotes .bord-movil {
        margin-bottom: 20px!important;
    }
    #block-tour .icono360 {
        width: 25%!important;
    }
    #block-tour h1{
        font-size: 17px!important;
    }
    #block-tour span{
        font-size: 15px!important;
    }
    footer p {
        font-size: 6px!important;
    }
    footer .icon-foot {
        width: 15%!important;
    }
    footer .form-control{
        font-size: 7px!important;
        padding: 8px 20px!important;
        margin-bottom: 5px!important;
    }
    footer li{
        margin-left: 6px!important;
    }
    footer li a{
        font-size: 6px!important;
    }
    footer .derechos p {
        font-size: 7px!important;
    }
    footer textarea {
        height: 95px!important;
    }
    #inline_content .dropdown-toggle{
        font-size: 10px!important;
    }
    #inline_content h2 {
        font-size: 8px!important;
    }
    #inline_content .lista li, 
    #inline_content2 .lista li {
        font-size: 7px!important;
    }
    #inline_content .figura2 {
        margin-top: 0!important;
    }
 }

/* ------- Desktops-md ------ */   
@media (min-width: 992px)  and (max-width: 1199px){

    /* HEADER */
    header .header-menu .navbar-light .navbar-nav .nav-link{
        font-size: 10px;
    }
    /* BLOCK SLIDER */
    #block-slider h1{
        font-size: 20px;
    }
    #block-slider span {
        font-size: 14px;
    }
    #block-slider #bold {
        font-size: 19px;
    }
    #block-slider .txt-slider {
        top: 140px;
    }
    #block-slider .txt-slider p {
        font-size: 11px;
    }
    #block-slider .btn-locales{
        margin-top: 10px;
        padding: 13px;
    }
    #block-slider .btn-locales p{
        font-size: 10px;
    }
    #block-slider .box-blanca{
        height: 43px;
    }
    /* BLOCK CONOCE */
    #all-titulos h1{
        font-size: 17px;
    }
    #all-titulos .linea {
        top: -3px;
        margin-right: 20px;
    }
    #block-conoce p{
        font-size: 10px;
    }
    #block-conoce .compone h2{
        font-size: 13px;
    }
    #block-conoce .icono-cono {
        width: 8%;
    }
    #block-conoce .trans{
        right: -50px;
    }
    /* BLOCK SOLUCIONES */
    #block-soluciones {
        padding: 0 0 70px;
    }
    #block-soluciones .carousel-control-prev{
        right: 182px;
    }
    #block-soluciones .slider-sol h2{
        font-size: 10px;
    }
    #block-soluciones .slider-sol .desc{
        height: 115px;
    }
    #block-soluciones .slider-sol .desc li{
        font-size: 9px;
    }
    /* BLOCK PARALLAX */
    #block-parallax{
        padding: 80px 0;
    }
    #block-parallax h1,
    #block-parallax #bold{
        font-size: 27px;
    }
    #block-parallax p{
        font-size: 13px;
    }
    #block-parallax .btn-down{
        padding: 13px;
        margin-top: 30px;
    }
    #block-parallax .btn-down p{
        font-size: 11px;
    }
    #block-parallax .logo-vert {
        bottom: -20px;
    }
    /* BLOCK LOTES */
    #block-lotes .desc-txt h2{
        font-size: 11px;
    }
    #block-lotes p{
        font-size: 12px;
    }
    /* BLOCK TOUR*/
    #block-tour {
        padding: 20px 0;
    }
    footer p{
        font-size: 11px;
    }
    footer li a{
        font-size: 10px;
    }
    footer .derechos p {
        font-size: 12px;
    }
    /* POP UP */
    #inline_content .fondo-head h1{
        font-size: 14px;
    }
    #inline_content .linea{
        height: 23px;
    }
    #inline_content h2,
    #inline_content .lista li,
    #inline_content .dropdown-toggle{
        font-size: 10px;
    }
    #inline_content .lista ul {
        margin-top: 20px;
    }
    #inline_content .dropdown {
        margin-bottom: 25px;
    }
}

/*------------------ Tablet-sm ------------------*/
@media (min-width: 768px) and (max-width: 991px){

    /* HEADER */
    header {
        padding: 15px 0;
    }
    header li {
        margin-left: 0;
    }
    header .header-menu .navbar-light .navbar-nav .nav-link{
        font-size: 8px;
    }
    header .header-menu{
        margin-top: -12px;
    }
    header .logo-face{
        top: 10px;
    }
    #header-sticky{
        padding: 22px 0 0;
    }
    /* SLIDER */
    #block-slider h1{
        font-size: 20px;
    }
    #block-slider span {
        font-size: 15px;
    }
    #block-slider #bold{
        font-size: 18px;
    }
    #block-slider .txt-slider {
        top: 93px;
    }
    #block-slider .txt-slider p{
        font-size: 11px;
    }
    #block-slider .btn-locales{
        margin-top: 8px;
        padding: 12px;
    }
    #block-slider .btn-locales p{
        font-size: 7px;
    }
    #block-slider .box-blanca{
        height: 35px;
    }
    #block-slider .flex-direction-nav a {
        top: 100%;
    }
    /* BLOCK CONOCE */
    #block-conoce {
        padding: 80px 0 0;
    }
    #all-titulos h1{
        font-size: 14px;
    }
    #all-titulos .linea {
        height: 33px;
        top: -2px;
        margin-right: 20px;
    }
    #block-conoce p{
        font-size: 9px;
    }
    #block-conoce #all-titulos {
        margin: 20px 0 25px;
    }
    #block-conoce .compone h2{
        font-size: 11px;
    }
    #block-conoce .icono-cono {
        width: 8%;
        margin-right: 10px;
    }
    #block-conoce .compone {
        margin: 20px 23px;
    }
    #block-conoce .trans {
        right: 0;
        top: 150px;
    }
    #block-conoce h3{
        font-size: 9px;
    }
    #block-conoce .flex-control-nav li {
        margin: 0 23px 15px;
    }
    /* BLOCK SOLUCIONES */
    #block-soluciones {
        padding: 20px 0 50px;
    }
    #block-soluciones .slider-sol .txt-tit{
        padding: 11px;
    }
    #block-soluciones .slider-sol h2{
        font-size: 8px;
    }
    #block-soluciones .slider-sol .desc {
        padding: 19px;
        height: 95px;
    }
    #block-soluciones .slider-sol .desc ul{
        padding: 0;
    }
    #block-soluciones .slider-sol .desc li{
        font-size: 6px;
    }
    #block-soluciones .carousel-control-prev{
        right: 140px;
    }
    /* BLOCK SOLUCIONES */
    #block-parallax{
        padding: 70px 0;
    }
    #block-parallax h1{
        font-size: 21px;
    }
    #block-parallax span {
        font-size: 13px;
    }
    #block-parallax #bold{
        font-size: 21px;
    }
    #block-parallax p{
        font-size: 11px;
    }
    #block-parallax .btn-down{
        padding: 12px;
        margin-top: 20px;
    }
    #block-parallax .btn-down p{
        font-size: 9px;
    }
    #block-parallax .logo-vert {
        bottom: -20px;
    }
    /* BLOCK LOTES */
    #block-lotes .desc-txt{
        padding: 9px 20px;
    }
    #block-lotes .desc-txt h2{
        font-size: 8px;
    }
    #block-lotes p {
        font-size: 10px;
    }
    #block-lotes .oculto{
        padding: 50px;
    }
    /* BLOCK TOUR */
    #block-tour {
        padding: 0px 0 60px;
    }
    /* FOOTER */
    footer p {
        font-size: 8px;
    }
    footer h2{
        font-size: 10px;
    }
    footer .icon-foot{
        width: 9%;
    }
    footer .form-control{
        padding: 11px 20px;
        font-size: 8px;
    }
    footer textarea {
        height: 90px;
    }
    footer button{
        margin-top: 3px;
        font-size: 9px!important;
    }
    footer ul{
        margin-top: 0;
    }
    footer li {
        margin-left: 2px;
    }
    footer li a{
        font-size: 10px;
    }
    footer .derechos p {
        font-size: 9px;
    }
    /* POP UP */
    #inline_content .fondo-head h1{
        font-size: 9px;
    }
    #inline_content .linea {
        height: 16px;
        top: 2px;
        margin-right: 8px;
    }
    #inline_content .dropdown-toggle{
        font-size: 10px;
    }
    #inline_content h2{
        font-size: 8px;
    }
    #inline_content .dropdown {
        margin-bottom: 20px;
    }
    #inline_content .description {
        padding: 20px 0;
    }
    #inline_content .lista li{
        font-size: 7px;
    }
    #inline_content .lista ul {
        margin-top: 10px;
    }
}

/* ------- Movil-xs ------ */ 
@media (min-width: 480px) and (max-width: 767px){
    /* Header */
    header{
        position: relative!important;
        padding: 20px 0;
        box-shadow: 0 8px 24px -7px grey;
    }
    header .logo-face{
        display: none;
    }
    header .logo-header {
        width: 420%;
    }
    #header-sticky{
        position: relative;
    }
    .header-stat .navbar-nav{
        left: -150px;
        position: relative;
        float: left;
        width: 150%;
        margin-top: 30px;
    }
    header .navbar-light .navbar-toggler{
        border-color: transparent;
    }
    /* BLOCK SLIDER */
    #block-slider .txt-slider{
        width: 92%;
        top: 130px;
    }
    #block-slider h1{
        font-size: 28px;
        text-align: center;
    }
    #block-slider #bold{
        font-size: 23px;
    }
    #block-slider .txt-slider p{
        font-size: 14px;
        text-align: center;
    }
    #block-slider .btn-locales{
        width: 100%;
    }
    #block-slider .box-blanca,
    #block-slider .flex-direction-nav{
        display: none;
    }
    /* BLOCK CONOCE */
    #block-conoce {
        padding: 50px 0 0;
    }
    #block-conoce .trans{
        display: none;
    }
    #all-titulos h1{
        font-size: 20px;
    }
    #all-titulos .linea{
        top:0;
    }
    #block-conoce p {
        font-size: 12px;
    }
    #block-conoce .compone {
        width: 74%;
        margin: 47px auto;
        position: relative;
    }
    #block-conoce .compone h2{
        font-size: 13px;
    }
    /* BLOCK SOLUCIONES */
    #block-soluciones {
        padding: 20px 0;
    }
    #block-soluciones .slider-movil{
        margin-top: 30px;
    }
    #block-soluciones .slider-movil .flexslider {
        margin: 0 0 60px;
        background: transparent;
        border: none;
        -webkit-box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
        -moz-box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
        box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
    }
    #block-soluciones .solu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #block-soluciones .slider-movil .flex-control-nav{
        display: none;
    }
    /* BLOCK PARALLAX */
    #block-parallax{
        background: url(../img/parall-movil.jpg)no-repeat;
        background-attachment: initial;
        background-size: cover;
    } 
    #block-parallax h1,
    #block-parallax span{
        font-size: 17px;
    }
    #block-parallax #bold{
        font-size: 25px;
    }
    #block-parallax p {
        font-size: 14px;
        line-height: 20px;
    }
    #block-parallax .btn-down{
        width: 100%;
        margin-top: 30px;
    }
    /* BLOCK LOTES */
    #block-lotes {
        padding: 70px 0 0;
    }
    #block-lotes .desc-txt{
        width: 100%;
        position: relative;
        margin-bottom: 0px;
    }
    #block-lotes #desc-uno {
        padding: 15px;
        bottom: 0;
        margin-bottom: 0;
    }
    #block-lotes .desc-txt h2{
        text-align: center;
    }
    #block-lotes #txt-right {
        text-align: -webkit-center;
    }
    #block-lotes #img-depa {
        margin-bottom: 0;
    }
    #block-lotes #oculto-dos {
        height: auto;
    }
    #block-lotes .oculto{
        padding: 73px;
    }
    #block-lotes .bord-movil{
        margin-bottom: 35px;
        -webkit-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
        -moz-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
        box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29)
    }
    #block-lotes p{
        margin-bottom: 30px;
    }
    /* BLOCK TOUR */
    #block-tour {
        padding: 60px 0;
    }
    #block-tour .container{
        padding: 0;
    }
    #block-tour .cont {
        width: 55%;
    }
    #block-tour .icono360 {
        width: 40%;
    }
    #block-tour h1{
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    /* FOOTER */
    footer .icon-foot {
        width: 6%;
        margin-right: 20px;
        margin-top: 4px;
    }
    footer #contact-dir {
        margin-top: 13px;
        width: 7%;
    }
    footer h2{
        font-size: 13px;
    }
    footer p{
        font-size: 12px;
    }
    footer button {
        width: 100%;
        margin-bottom: 40px;
    }
    footer .menu-foot {
        margin-top: 0;
    }

    footer .derechos p {
        font-size: 11px;
    }
    /* POP UP */
    #inline_content .fondo-head, 
    #inline_content2 .fondo-head {
        padding: 7px;
    }
    #inline_content .linea, 
    #inline_content2 .linea{
        display: none;
    }
    #inline_content .fondo-head h1, 
    #inline_content2 .fondo-head h1{
        font-size: 10px;
        text-align: center;
    }
    #inline_content .dropdown-toggle {
        width: 100%;
        margin-left: -10px;
    }
    #inline_content .dropdown-menu.show {
        margin-left: -15px;
    }
    #inline_content h2{
        font-size: 12px;
    }
    #inline_content .description, 
    #inline_content2 .description {
        padding: 30px 0;
    }
    #inline_content .lista li, 
    #inline_content2 .lista li{
        font-size: 13px;
    }
    #inline_content .lista-menu li{
        font-size: 9px;
    }
}

/*=========== Movil-xs ================*/ 
@media (min-width: 319px) and (max-width: 479px){

    /* Header */
    header{
        position: relative!important;
        padding: 20px 0;
        box-shadow: 0 8px 24px -7px grey;
    }
    header .logo-face{
        display: none;
    }
    header .logo-header {
        width: 420%;
    }
    #header-sticky{
        position: relative;
    }
    .header-stat .navbar-nav{
        left: -150px;
        position: relative;
        float: left;
        width: 150%;
        margin-top: 30px;
    }
    header .navbar-light .navbar-toggler{
        border-color: transparent;
        right: -25px;
        position: relative;
    }
    /* BLOCK SLIDER */
    #block-slider .txt-slider{
        width: 92%;
        top: 130px;
    }
    #block-slider h1{
        font-size: 28px;
        text-align: center;
    }
    #block-slider #bold{
        font-size: 23px;
    }
    #block-slider .txt-slider p{
        font-size: 14px;
        text-align: center;
    }
    #block-slider .btn-locales{
        width: 100%;
    }
    #block-slider .box-blanca,
    #block-slider .flex-direction-nav{
        display: none;
    }
    /* BLOCK CONOCE */
    #block-conoce {
        padding: 50px 0 0;
    }
    #block-conoce .trans{
        display: none;
    }
    #all-titulos h1{
        font-size: 20px;
    }
    #all-titulos .linea{
        top:0;
    }
    #block-conoce p {
        font-size: 13px;
    }
    #block-conoce .compone {
        width: 77%;
        margin: 47px auto;
        position: relative;
    }
    #block-conoce .compone h2{
        font-size: 12px;
    }
    /* BLOCK SOLUCIONES */
    #block-soluciones {
        padding: 20px 0;
    }
    #block-soluciones .slider-movil{
        margin-top: 30px;
    }
    #block-soluciones .slider-movil .flexslider {
        margin: 0 0 60px;
        background: transparent;
        border: none;
        -webkit-box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
        -moz-box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
        box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
    }
    #block-soluciones .solu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #block-soluciones .slider-movil .flex-control-nav{
        display: none;
    }
    #block-soluciones .slider-sol .desc {
        padding: 30px 14px 14px;
    }
    #block-soluciones .slider-sol .desc li {
        font-size: 13px;
    }
    /* BLOCK PARALLAX */
    #block-parallax{
        background: url(../img/parall-movil.jpg)no-repeat;
        background-attachment: initial;
        background-size: cover;
    } 
    #block-parallax h1,
    #block-parallax span{
        font-size: 17px;
        text-align: center;
    }
    #block-parallax #bold{
        font-size: 25px;
    }
    #block-parallax p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    #block-parallax .btn-down{
        width: 100%;
        margin-top: 30px;
    }
    /* BLOCK LOTES */
    #block-lotes {
        padding: 70px 0 0;
    }
    #block-lotes .desc-txt{
        width: 100%;
        position: relative;
        margin-bottom: 0px;
    }
    #block-lotes #desc-uno {
        padding: 15px;
        bottom: 0;
        margin-bottom: 0;
    }
    #block-lotes .desc-txt h2{
        text-align: center;
    }
    #block-lotes #txt-right {
        text-align: -webkit-center;
    }
    #block-lotes #img-depa {
        margin-bottom: 0;
    }
    #block-lotes #oculto-dos {
        height: auto;
    }
    #block-lotes .oculto{
        padding: 73px;
    }
    #block-lotes .bord-movil{
        margin-bottom: 35px;
        -webkit-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
        -moz-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
        box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29)
    }
    #block-lotes p{
        margin-bottom: 30px;
        font-size: 13px;
    }
    /* BLOCK TOUR */
    #block-tour {
        padding: 60px 0;
    }
    #block-tour .container{
        padding: 0;
    }
    #block-tour .cont {
        width: 55%;
    }
    #block-tour .icono360 {
        width: 40%;
    }
    #block-tour h1{
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    /* FOOTER */
    footer .icon-foot {
        width: 6%;
        margin-right: 20px;
        margin-top: 4px;
    }
    footer #contact-dir {
        margin-top: 17px;
        width: 9%;
        margin-right: 8px;
    }
    footer h2{
        font-size: 13px;
    }
    footer p{
        font-size: 13px;
    }
    footer button {
        width: 100%;
        margin-bottom: 40px;
    }
    footer .menu-foot {
        margin-top: 0;
    }

    footer .derechos p {
        font-size: 11px;
    }
    /* POP UP */
    #inline_content {
        padding: 0!important;
    }
    #inline_content .tama{
        width: 50%
    }
    #inline_content .lista-movil ul{
        padding-left: 10px;
    }
    #inline_content .fondo-head, 
    #inline_content2 .fondo-head {
        padding: 7px;
    }
    #inline_content .linea, 
    #inline_content2 .linea{
        display: none;
    }
    #inline_content .fondo-head h1, 
    #inline_content2 .fondo-head h1{
        font-size: 12px;
        text-align: center;
    }
    #inline_content .dropdown {
        margin-bottom: 20px;
    }
    #inline_content .dropdown-toggle {
        width: 100%;
        font-size: 11px;
    }
    #inline_content .dropdown-menu.show {
        margin-left: -15px;
    }
    #inline_content h2{
        font-size: 12px;
    }
    #inline_content .description, 
    #inline_content2 .description {
        padding: 15px 0;
    }
    #inline_content .lista li, 
    #inline_content2 .lista li{
        font-size: 11px;
    }
    #inline_content .lista-menu li{
        font-size: 9px;
    }
    #inline_content .lista ul {
        margin-top: 20px;
    }
}

/* ----------- iPhone 4 and 4S ----------- */
@media (max-width: 320px){

    /* Header */
    header{
        position: relative!important;
        padding: 20px 0;
        box-shadow: 0 8px 24px -7px grey;
    }
    header .logo-face{
        display: none;
    }
    header .logo-header {
        width: 520%;
    }
    #header-sticky{
        position: relative;
    }
    .header-stat .navbar-nav{
        left: -150px;
        position: relative;
        float: left;
        width: 150%;
        margin-top: 30px;
    }
    header .navbar-light .navbar-toggler{
        border-color: transparent;
    }
    /* BLOCK SLIDER */
    #block-slider .txt-slider{
        width: 92%;
        top: 130px;
    }
    #block-slider h1{
        font-size: 21px;
        text-align: center;
    }
    #block-slider #bold{
        font-size: 17px;
    }
    #block-slider .txt-slider p{
        font-size: 12px;
        text-align: center;
    }
    #block-slider .btn-locales{
        width: 100%;
    }
    #block-slider .box-blanca,
    #block-slider .flex-direction-nav{
        display: none;
    }
    /* BLOCK CONOCE */
    #block-conoce {
        padding: 50px 0 0;
    }
    #block-conoce .trans{
        display: none;
    }
    #all-titulos h1{
        font-size: 15px;
    }
    #all-titulos .linea{
        top:0;
        height: 33px;
    }
    #block-conoce p {
        font-size: 12px;
    }
    #block-conoce .compone {
        width: 74%;
        margin: 47px auto;
        position: relative;
    }
    #block-conoce .compone h2{
        font-size: 10px;
    }
    /* BLOCK SOLUCIONES */
    #block-soluciones {
        padding: 20px 0;
    }
    #block-soluciones .slider-movil{
        margin-top: 30px;
    }
    #block-soluciones .slider-movil .flexslider {
        margin: 0 0 60px;
        background: transparent;
        border: none;
        -webkit-box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
        -moz-box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
        box-shadow: 1px 1px 5px 7px rgba(0,0,0,0.07);
    }
    #block-soluciones .solu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #block-soluciones .slider-movil .flex-control-nav{
        display: none;
    }
    /* BLOCK PARALLAX */
    #block-parallax{
        background: url(../img/parall-movil.jpg)no-repeat;
        background-attachment: initial;
        background-size: cover;
    } 
    #block-parallax h1,
    #block-parallax span{
        font-size: 13px;
    }
    #block-parallax #bold{
        font-size: 19px;
    }
    #block-parallax p {
        font-size: 12px;
        line-height: 20px;
    }
    #block-parallax .btn-down{
        width: 100%;
        margin-top: 30px;
    }
    /* BLOCK LOTES */
    #block-lotes {
        padding: 70px 0 0;
    }
    #block-lotes .desc-txt{
        width: 100%;
        position: relative;
        margin-bottom: 0px;
    }
    #block-lotes #desc-uno {
        padding: 15px;
        bottom: 0;
        margin-bottom: 0;
    }
    #block-lotes p {
        font-size: 11px;
    }
    #block-lotes .desc-txt h2{
        text-align: center;
    }
    #block-lotes #txt-right {
        text-align: -webkit-center;
    }
    #block-lotes #img-depa {
        margin-bottom: 0;
    }
    #block-lotes #oculto-dos {
        height: auto;
    }
    #block-lotes .oculto{
        padding: 73px;
    }
    #block-lotes .bord-movil{
        margin-bottom: 35px;
        -webkit-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
        -moz-box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29);
        box-shadow: 9px 10px 40px -5px rgba(0,0,0,0.29)
    }
    #block-lotes p{
        margin-bottom: 30px;
    }
    /* BLOCK TOUR */
    #block-tour {
        padding: 60px 0;
    }
    #block-tour .container{
        padding: 0;
    }
    #block-tour .cont {
        width: 55%;
    }
    #block-tour .icono360 {
        width: 40%;
    }
    #block-tour h1{
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 18px;
    }
    #block-tour span{
        font-size: 18px;
    }
    /* FOOTER */
    footer .icon-foot {
        width: 6%;
        margin-right: 20px;
        margin-top: 4px;
    }
    footer #contact-dir {
        margin-top: 11px;
    }
    footer h2{
        font-size: 10px;
    }
    footer p{
        font-size: 8px;
    }
    footer button {
        width: 100%;
        margin-bottom: 40px;
    }
    footer .menu-foot {
        margin-top: 0;
    }

    footer .derechos p {
        font-size: 8px;
    }
    /* POP UP */
    #inline_content .fondo-head, 
    #inline_content2 .fondo-head {
        padding: 2px;
    }
    #inline_content .linea, 
    #inline_content2 .linea{
        display: none;
    }
    #inline_content .fondo-head h1, 
    #inline_content2 .fondo-head h1{
        font-size: 11px;
        text-align: center;
    }
    #inline_content .dropdown-toggle {
        width: 100%;
        margin-left: -10px;
        font-size: 10px;
    }
    #inline_content .dropdown-menu.show {
        margin-left: -15px;
    }
    #inline_content h2{
        font-size: 7px;
    }
    #inline_content .description, 
    #inline_content2 .description {
        padding: 30px 0;
    }
    #inline_content .lista li, 
    #inline_content2 .lista li{
        font-size: 9px;
    }
    #inline_content .lista ul {
        padding-left: 15px;
    }
    #inline_content .lista-menu li{
        font-size: 8px;
    }
    #inline_content2 p{
        font-size: 8px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
