body {
	font-weight: 400;
}
h3{font-weight: 300;}
h4 {font-weight: 500;}
#container section {padding: 48px;}
#container section.odd2 {background: #04888a;}
.nopadding{padding: 0;}
.navbar-brand {
    padding: 0px 15px;
    height: auto;
}
#sidebar .navbar-brand {
    padding-top: 0px;
    padding-bottom: 10px;
}
.navbar-nav>li>a {
    padding-top: 4px;
    padding-bottom: 6px;
}
#sidebar .navbar {padding-top: 14%;}
p {
	margin-bottom: 10px;
	font-weight: 400;
}
#sidebar .navbar-default .navbar-nav>li>a {
	font-weight: 500;
}

.header-content h3 {
	margin-top: 0;
	font-weight: 400;
}
.mg-top10{margin-top: 10px;}
.mg-top20{margin-top: 20px;}
.mg-bot20{margin-bottom:20px;}
.mg-bot50{margin-bottom:50px;}
.mg-top30{margin-top: 30px;}
.mg-top-80{margin-top: -80px;}
.mg-bot38{margin-bottom: 38px;}
.header-content {margin-bottom: 26px;}
.home .bg-parallax {background-attachment: initial;}


/*==========================*/

/*************************/
.boxGaleImg{
	/*height: 494px;
	position: relative;*/
}
.boxGaleImg .movingBoxes{
	/*position: absolute;*/
	z-index: 1;
	opacity: 0;
}
.boxGaleImg .movingBoxes:first-child{
	z-index: 2;
	opacity: 1;
}
.mb-wrapper {
	margin-bottom: 0px;
}

.mb-active-slider {
	border: 0px;
}
.mb-wrapper {
	border: 0px;
	box-shadow: none;
}
.mb-inside {
	padding: 0px;
	border: 0px; 	
}
.mb-slider .mb-panel {
	padding: 0px;
}
.mb-panel {
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.mb-panel.current {
	opacity: 1;	
}
.boxGaleImg {
	padding: 0px 0 45rem;
	/*background: url(../img/bgGaleria.jpg) no-repeat 0 0;*/
	background-size: cover;
	min-height: auto;
	overflow: hidden;
	position: relative;
}
.boxGaleImg .movingBoxes {
	position: absolute;
	top: 0px;
	width: 100% !important;
}
a.mb-scrollButtons {
    background: #04888a;
    text-align: center;
    line-height: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.mb-scrollButtons i {
	font-size: 30px;
	color: #fff;
}
a.mb-scrollButtons.mb-left {
	left: 0px;
	z-index: 4;
}
a.mb-scrollButtons.mb-right {
	right: 0px;
	z-index: 4;
}
a.mb-scrollButtons:hover {
	opacity: .7;
}
a.mb-scrollButtons:hover i{
	color: #fff;
}

.mb-controls {
	position: absolute;
	bottom: -25px;
	background: transparent !important;
	width: 100%;
	text-align: center;
	display: none;
	
}
.mb-controls a {
	line-height: 18px !important;
	color: : #fff !important;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	text-indent: -99999px;
	overflow: hidden;
	border: 1px solid #ccc;
	
}
.mb-controls a:hover {
	background: #2d7b22 !important;
}
.mb-controls a.current {
	background: #354479;
	border: 1px solid #354479;
	
}
.mb-inside {
	position: relative;
}
.mb-slider .mb-panel span {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgba(0,0,0,0.8);
	display: block;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	
}




.filtro {
	text-align: center;
	margin-bottom: 15px;
    margin-top: 28px;

}
.filtro li {
	display: inline-block;
	text-transform: uppercase;
	font: 400 12px/29px "Open Sans",sans-serif;
	
}
.filtro li a {
	/*border-bottom: 3px solid transparent;*/
	color: #888;
	/*padding-bottom: 5px;*/
	/*margin: 0 10px;*/
	padding: 10px;
	
	background-color: #FFF;
    border: 2px solid #ECECEC;
}
.filtro li a.active {
	color: #fff;
	
	background-color: #2d7b22;
    padding: 10px;
    border: 2px solid #2d7b22;
}
.filtro li a:hover {
	color: #fff;
	background-color: #2d7b22;
	border: 2px solid #2d7b22;
}

/********************/

#services .tab-content {
    background: transparent;
    padding: 0;
}

#galeria .tab-content {
    background: transparent;
    padding: 0;
}

#portfolio .tab-content {
    background: transparent;
    padding: 0;
}

#about .tab-content {
    background: transparent;
    padding: 0;
}

#blog-front .tab-content {
    background: transparent;
    padding: 0;
}

.tab-pane{
	margin-top: 30px;
}

#terminaciones p{
	margin-bottom: 21px;
}

#terminaciones ul{
    padding-left: 25px;
}

#ambientes p{
	margin-bottom: 6px;
}

#ambientes ul{
    padding-left: 25px;
}

#terminaciones p{
    font-size: 21px;
    line-height: initial;
    
}

#terminaciones p .medio{
    font-size: 15px;
    line-height: 19px !important;
}

#terminaciones p .chico{
   font-size: 12px;
}

#accesos p {
    font-size: 21px;
    line-height: initial;
}

#accesos p .medio{
    font-size: 15px;
    line-height: 19px !important;
}

#accesos p .chico{
    font-size: 12px;
    line-height: initial;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: transparent;
    color: #354479;
    border: 1px solid #354479 !important;
    border-radius: 0px;
    webkit-border-radius: 0;
    margin-bottom: 6px;
    padding: 6px 22px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: transparent;
    color: #354479;
    border: 1px solid #354479 !important;
    border-radius: 0px;
    webkit-border-radius: 0;
    margin-bottom: 6px;
    padding: 6px 22px;
}

.nav-tabs > li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #354479;
    background: transparent;
    margin-bottom: 6px;
    padding: 6px 22px;
    border-radius: 0px;
    border: 1px solid #85939b;
    margin-right: 10px;
    font-weight: normal;
}

.nav-tabs > li:first-child > a {
	border: 1px solid #85939b;
}

.nav-tabs > li:first-child > a:hover {
	border: 1px solid #354479;
}
.col-md-2.hidden-xs.header_modal_1 {
    width: 20%;
    margin: 0 0 0 -56px;
}
#contact h3{
    margin-top: 0;
	font-weight: 400;
}

.btn-cotizar {
    width: 80%;
    margin-left: 20px;
    /*    margin-top: 16px;*/
    /* margin-top: 60px;*/
    margin-top: 20px;
    color: #fff;
    background-color: #04888a;
    border: none;
    letter-spacing: 1px;
}
.btn-cotizar-2 {
    width: 80%;
    margin-left: 20px;
    margin-top: 20px;
    color: #fff;
    background-color: #04888a;
    border: none;
    letter-spacing: 1px;
}
.btn-maps {
    width: 25%;
    margin-left: 38%;
    font-weight: lighter;
}

#contact ul{
	margin-left:0px;
}

footer p {
    font-size: 1.7rem;
    letter-spacing: .0125rem;
    text-align: center;
    line-height: 2.3rem;
    font-weight: 400;
}


footer h2{
    font-size: 12px;
    margin-bottom: 0;
}

.h2r{
    text-align: right;
    margin-right: 12px;
    font-size: 28px !important;
    margin-top: 38px;
}

.h2l{
    text-align: left;
    margin-right: 12px;
    font-size: 28px !important;
    margin-top: 38px;
}

.h2-0{
    text-align: left;
    margin-right: 12px;
    font-size: 28px !important;
    margin-top: 0px;
}

.img-proy-acc{
    margin-top: 85px;
}

#services .carousel-inner > .item > img{
	width: 100%
}

.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 14%;
    font-size: 16px;
    bottom: 0;
    background-color: rgba (53,68,121,0.7);
    text-align: center;
}

#blog-front h4{
   margin-bottom: 8px;
}

#blog-front p {
    margin-bottom: 22px;
}

.btn-planta{
    margin-top: 12px;
    width: 38%;
    margin-left: 4px;
    font-weight: 600;
}

.pie-img{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}


/*============ UL CARACTERISTICAS============== */

#blog-front .ul-caract {
    padding-left: 0px;
    width: 100%;
    list-style-type: none;
}

#blog-front .ul-caract li{
	font-size: 12px;
}

/*=======================================*/

/*===*/

.mg-top-50{
	margin-top: 50px;
}

.mg-bottom-30{
	margin-bottom: 30px;
}

.img-responsive{
	width: 100%;
}

.services h3 {
    font-size: 28px;
    line-height: 44px;
}

.img-proy{
	margin-bottom: 22px;
}

.texto-proy {
    background-color: #103e70;
    padding: 14px;
    min-height: 212px;
}

.texto-proy p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.titulo_2 {
    margin-left: -33px;
    border-bottom: 4px solid #fff;
}

.titulo_2 h3 {
    color: #fff;
    margin-bottom: 6px;
    margin-top: 6px;
    font-weight: bold;
    margin-left: 28px;
    font-size: 33px;
}

.subtitulo_2 p{
    color: #fff;
    font-size: 20px;
    margin-top: 6px;
}

.texto_2 p{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.texto_2 h4{
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    line-height: 54px;
    font-weight: bold;
}

.caract-plantas_2{
    border: 4px solid #fff;
    padding: 20px 0px;
}

.caract-plantas_2 ul li{
	color: #fff;
}

.caract-plantas_2 ul{
    padding-left: 30px;
    list-style-type: none;
}

.info {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    bottom: 0;
    /* right: 0px; */
    /* left: 0; */
    padding: 15px;
    background: rgba(112,112,117,0.7);
}

.info h4 {
    color: #fff;
    text-align: center;
        margin-top: 169px;
}

.info h5{
	color: #fff;
	text-align: center;
}

.info p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.home .slide-text {
    position: absolute;
    display: block;
    bottom: 0;
    right: 286px;
    left: initial;
    width: 100%;
    padding: 0 10px;
    z-index: 22;
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}

.home .slide-text h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 2px;
    color: #FFF;
    position: relative;
    /*background: rgba(112,112,117,0.8);*/
    background-image: url(../images/bg_slide_ta.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 86px;
    padding: 34px;
    margin: 0;
}
.home .slide-text h2.terminaciones {
    font-size: 21px;
}

/*=============*/
.logo_foot {
    max-width: 74%;
    margin-top: 14px;
}


.fondo_tit_ficha{
    /*	background-image: url(../images/ficha/mancha_taa.png);*/
    -webkit-background-size: 100% 100%;          
    -moz-background-size: 100% 100%;           
    -o-background-size: 100% 100%;           
    background-size: 100% 100%;  
}

.header_modal_1{
	margin-bottom: 30px;
}

.modal-body {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.fondo_tit_ficha h4{
    color: #04888a;
    font-weight: 500;
    font-size: 22px;
    margin-left: 120px;
    margin-top: 24px;
}

.fondo_tit_ficha h5{
    color: #04888a;
    margin-left: 120px;
    font-weight: 400; 
}


.caract_ficha{
}

.legal_ficha p{
    font-size: 7px;
    line-height: 10px;
    text-align: left;
    margin-left: 18px;
    margin-top: 29px;
    margin-bottom: 0 !important;
}

#blog-front .ul-caract li {
    font-size: 12px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
    padding-bottom: 8px;
    padding-top: 0;
}
.single_gallery_item_info {
	
}
.single_gallery_item_info p {
	margin-bottom: 4px !important;
}
.single_gallery_item_info td{
	font-size: 14px;
	font-weight: 600;
}

.sub-ficha{
    padding: 0;
    border-bottom: 1px solid #04888a;
    margin-bottom: 20px;
}
.sub-ficha p {
    margin-bottom: 1px !important;
}
.sub-ficha h4 {
    font-weight: 400; 
}
.sub-ficha-listado {
	padding-left: 35px !important;
	list-style: square !important;
}
.sub-ficha-listado li {
	font-size: 14px !important;
	font-weight: 600 !important;
}
.sub-ficha-listado li p {
	margin-bottom: 10px;
}

.esquicio_0{
    margin-top: 30px;
    margin-bottom: 16px;
}

.pace .pace-progress {
    display: none;
}

.modal {
}

/*============== DUBLE ALMAEYDA================*/

.fa-ul li{
    margin-bottom: 8px;
	font-weight: bolder;
}



#services p{
	font-size: 14px;
    line-height: 24px;
}

#services h4{
    line-height: 36px;
    margin-top: 15px;
}

#services .row-2{
	margin-top: 72px;
}

.header_modal_1 img{
	margin-top: 14px;
}

.sidebar_over .logo-sgi-menu{
	display: block;
}

.logo-sgi-menu{
	margin-top: 30px;
	display: none;
}

.logo-sgi-menu p{
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}
.live_preview-2{
	display: none;
}

/*=====*/

.navbar-brand img{
    max-width: 100%;
}

@media only screen and (min-width: 114px) and (max-width: 936px) { 
	#container section img {
		margin-bottom: 15px;
	}
	#sidebar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        height: auto;	
    }
    .navbar-brand img {margin-bottom: 0;}
    #container {
        margin-left: inherit;
        margin-top: 87px;
    }
    #sidebar .navbar {
        padding-top: 10px;
        margin-bottom: 0px;
    }
    #sidebar .navbar-brand {width: 75%;}
    .btn-maps {
        width: 80%;
        margin-left: 10%;
    }
    .nav-tabs li {
        width: 50%;
    }
    .carousel-caption {
      width: 60%;
  }
  .boxGaleImg .movingBoxes {
      width: 100% !important;
  }
  /*====*/

  .header_modal_1 {
   min-height: 86px;
}

.caract_ficha {
   padding-left: 30px;
}

.fondo_tit_ficha h4 {
   font-size: 18px;
   margin-left: 4px;
   margin-top: 16px;
}

.fondo_tit_ficha h5 {
  margin-left: 4px;
  margin-top: -7px;
  font-size: 12px;
}

.btn-planta {
   margin-bottom: 20px;
}

.mg-bt-xs-20{
  margin-bottom: 20px;
}
/*===============*/
.home .slide-text {
    right: 0;
}
.home .slide-text h2 {
    font-size: 14px;
    line-height: 21px;
}

#services .row-2 {margin-top: -20px;}
#services p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
#services h4 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}

.titulo_2 h3 {
    font-size: 22px;
}
.info h4 {
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

.header-content h2 {
    font-weight: 500;
    font-size: 24px;
}

.mg-bot38 {
    margin-bottom: 0px;
}

.header-content h3 {
    font-size: 19px;
}

.logo-sgi-menu{
  display: none;
}
.live_preview{
  display: none;
}
.live_preview-2{
  display: block;
}
.live_preview-2 {
   margin: 0 0 0 21px;
   width: 70%;
}
.galeri-movil {
   padding: 0;
}
.margin-movil {
   margin: 0;
}
section#galeria img {
	max-width: 100%;
	height: auto;
}

}

@media screen and (min-width: 960px) { 

	.modal-dialog {
        width: 900px;
    }

    #sidebar {
        width: 8%;
        overflow: hidden;


        -webkit-transition: width 0.5s;
        transition: width 0.5s;
    }

    #container {
        margin-left: 8%;

        -webkit-transition: margin-left 0.5s;
        transition: margin-left 0.5s;
    }

    .sidebar_over {
        width: 20% !important;
        overflow: hidden;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
    }

    .container_over {
        margin-left: 20% !important;

        -webkit-transition: margin-left 0.5s;
        transition: margin-left 0.5s;
    }


    .sidebar_over .navbar-brand {
        padding-left: 30px !important;

        -webkit-transition: padding-left 0.5s;
        transition: padding-left 0.5s;
    }

    .navbar-brand {
        padding-left: 22px !important;
        -webkit-transition: padding-left 0.5s;
        transition: padding-left 0.5s;
    }

    .sidebar_over .navbar-brand img {
        max-width: 100%;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
        padding: 86px 0;
    }

    .navbar-brand img{
       max-width: 100%;
       -webkit-transition: width 0.5s;
       transition: width 0.5s;
   }



   .sscroll span{
       display:none !important;

       -webkit-transition: display 0.5s;
       transition: display 0.5s;
   }

   .sidebar_over .sscroll span{
       display:block !important;

       -webkit-transition: display 0.5s;
       transition: display 0.5s;
   }

   .sscroll .fa{
       display:block !important;

       font-size: 24px;
       margin-bottom: 14px;
       margin-left: -10px;
       text-align:center;

       -webkit-transition: display 0.5s;
       transition: display 0.5s;
   }

   .sidebar_over .sscroll .fa{
       display:none !important;

       -webkit-transition: display 0.5s;
       transition: display 0.5s;
   }


   .sidebar_over .coti-menu{
       display:block !important;

       -webkit-transition: display 0.5s;
       transition: display 0.5s;
   }

   .coti-menu{
       display:none !important;

       -webkit-transition: display 0.5s;
       transition: display 0.5s;
   }


}


/*=======*/

.logo_chico{
    width: 40%;
}
.img-bancinera img {
    height: 128px;
}
.margen img {
    margin: 10px 0 0 0;
}

.text-uppercase {
	text-transform: uppercase;
}
.listado-proyectos {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 4rem;
}
.services {}
.services h4 {
	color: #5b5b5f;
}
.services .listado-proyectos li {
    color: #04888a;
    font-weight: 500;
    font-size: 1.7rem;
    padding: .3rem 0;
}
.services .listado-proyectos li span {
	color: #5b5b5f;
}
.sin-bullet {
	list-style: none;
}
.max-width-250px {max-width: 250px;}
button.close-2 {padding-top: 10px; font-size: 55px;}



@media (max-width: 992px) { 
	.listado-proyectos {
		margin-top: 0;
	}
	
	#container section.home {
    float:none !important;
		margin-bottom: 0px !important;
	}
	
	.carousel-inner {
   height: auto !important;
}

.home .slide-text {
    bottom: 0px !important;
}
	
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: auto !important;
	}
	
	
}

@media (max-width: 936px) {
    /* Acelerar proceso de mostrar el menu mobile*/
    .navbar-toggle .icon-bar {
        background-color: #fff;
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 1px;
        background: #fff;
        cursor: pointer;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        position: absolute!important;
        float: right!important;
        padding: 9px 10px!important;
        margin-top: 8px!important;
        /* margin-right: 15px; */
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px!important;
        top: 12px!important;
        right: 5px!important;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-inverse .navbar-nav {
        padding-left: 10px;
        line-height: normal;
        text-align: center;
    }
    .navbar-inverse .navbar-nav>li {
        display: inline-block;
        margin-bottom: 0;
    }
    .navbar-inverse .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid #EDEDED;
        position: relative;
        margin: 8px 0 0 0;
        padding: 0 0 8px 0;
    }
    .navbar-inverse .navbar-nav > li  a {
        text-align: left;
    }
    .navbar-inverse .navbar-nav ul.sub-menu {
        display: none !important;
        position: relative;
        top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
    .navbar-inverse .navbar-nav li.this-open > ul {
        display: block !important;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li {
        width: 100%;
        float: left;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li a {
        width: 100%;
        float: left;
        padding: 8px 25px 8px 0;
        border-bottom: 1px solid #EDEDED;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li:last-child a {
        border-bottom: none;
    }
    .navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
        position: relative;
        left: 0;
        top: 0;
    }
    #main-nav {
        overflow: visible;
    }
    #main-nav, #main-nav.fixed {
        position: relative;
    }
    .navbar-collapse {
        max-height: 100%;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li {
        padding-left: 20px;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li {
        padding-bottom: 0;
        padding-top: 0;
    }
    .dropdownmenu {
        display: block;
        position: absolute;
        z-index: 9;
        right: 0;
        top: 5px;
        width: 25px;
        height: 25px;
        margin: 0;
        padding: 0;
        border-radius: 3px;
        background: url(images/menu-icon.png) center center no-repeat #e96656;
    }
    .navbar-inverse .navbar-nav ul.sub-menu li{
        margin-right: 0;
        padding-right: 0;
    }
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #404040 !important;
    }
    .this-open > a {
        color: #e96656 !important;
    }
    ul.nav > li.current_page_item > a:before {
        content: "";
        left: 0px;
        width: 50px;
    }
    #site-navigation {
        width: 100%;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        float: left !important;
    }
    #main-nav {
        overflow: hidden !important;
    }
    /* Diseño del listado para mobile */
    .menuzord-menu.menuzord-right {
        width: 100%;
    }
    .menuzord-menu > li {
        padding: 15px 0;
        width: 100%;
        display: inline-block;
        text-align: left;
        border-bottom: 1px solid #bba472;
    }
    .menuzord-menu > li:last-child {
        border-bottom: none;
    }
    .menuzord-menu > li a {
        border: none;
        padding: 0; 
    }
    /* fin Acelerar proceso de mostrar el menu mobile*/

}


@media (max-width: 700px) {
    .home .bg-parallax {
        background-size: 100%;
        background-position: left top;
    }
    #home-slide {height: 506px !important;}
	.boxGaleImg {
		padding: 0px 0 40rem;
	}	
}

@media (max-width: 640px) {
    #home-slide {height: 462px !important;}
	.boxGaleImg {
		padding: 0px 0 36rem;
	}	
}

@media (max-width: 580px) {
    #home-slide {height: 419px !important;}
	.boxGaleImg {
		padding: 0px 0 32rem;
	}
    
    #home {
        margin-left: 0% !important;
    }

}
@media (max-width: 480px) {
    #home-slide {height: 347px !important;}
	.boxGaleImg {
		padding: 0px 0 26rem;
	}	
	
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    #home-slide {height: 271px !important;}
}

@media (max-width: 360px) {
    #home-slide {height: 260px !important;}
	.boxGaleImg {
		padding: 0px 0 19rem;
	}	
}
@media (max-width: 320px) {
    #home-slide {height: 231px !important;}
	.boxGaleImg {
		padding: 0px 0 16rem;
	}
}

.lista_planta {
	padding: 0;
    margin: 0;
    list-style-type: square;
    font-size: 12px;
}

.planta_row {
	margin-left: 15px;
    margin-right: 15px;
}

.title_planta {
	font-size: 13px;
}

#home {
    margin-left: -20%;
	
}

#container section.home {
    padding: 0px;
    width: 100%;
    float: right;
    position: static !important;
	    margin-bottom: 80px;
}

.home .slide-text {
    right: 7%;
}

/*
.carousel-inner {
   height: 100vh;
}

.home .slide-text {
    bottom: 10px;
}
*/
/* YOUR CSS simplified */  
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 100vh;
        width: 100%;
        line-height: 1;
    }

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}


/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}