@charset "utf-8";
/* CSS Document */



body, html { 
	padding: 0; 
	margin: 0;
	line-height: 1;
	width:100%;
	font-size: 13px;
	color: #646464;
	font-family: 'Poppins', sans-serif;
	}


body{
	/*overflow: hidden;*/
	}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, h1,h2,h3,h4
{
	border: 0;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
}

p, a, li, div{ margin:0; padding:0; }

a{ 
	text-decoration:none;
}

a img{ border:none;}

:focus, a:focus {
	outline: 0!important;
	text-decoration: none!important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}

.clear{ clear:both;}

.clear:after{
	display: block;
	content: '';
	clear:both;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}  



.padding-remove{
	padding: 0;
}

.padding-remove-l{
	padding-left: 0;
}


.padding-remove-r{
	padding-right: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: #787878;
}


form:after{
	display: block;
	content: '';
	clear: both;
}









/*HEADER --------------------------------------*/
header {
	height: 100px;
	left: 0;
	padding: 23px 0 0;
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 2;
}

div#logo {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	z-index: 4;
}

div#logo a {
    display: inline-block;
    width: 150px;
}

div#logo a img {
    display: block;
    margin: 0;
}


div#navbar {
	position: initial;
	z-index: 3;
	float: left;
	margin-right: 90px;
}


nav.navbar {
    border: 0;
    margin-bottom: 0;
    min-height: inherit;
    float: right;
    position: relative;
    text-align: right;
}




.navbar-nav>li + li {
    margin-left: 31px;
}



.navbar-nav>li>a {
    font-size: 12px;
    color: #d40024;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 18px 0px 18px;
    position: relative;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.navbar-nav>li>a:after{
	display: block;
	width: 100%;
	content: '';
	height: 2px;
	background-color: #848387;
	position: absolute;
	bottom: 20px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}




.navbar-nav>li>a:hover:after, .navbar-nav>li.active>a:after{
	bottom: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-nav>li:first-child>a {
    /* padding-left: 0; */
}


.navbar-nav>li:last-child>a {
    padding-right: 0;
}


.navbar-nav>li>a:hover, .navbar-nav>li.active>a {
    color: #848387;
}



.navbar-nav>li.btn, nav.navbar div.btn{
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 19px;
}

.navbar-nav>li.btn a, nav.navbar div.btn a, footer a.btn{
	background-color: #81c4c3;
	display: inline-block;
	text-align: center;
	padding: 15px 30px 15px;
	color: #fff;
	border-radius: 10px;
}

.navbar-nav>li.btn a:after, nav.navbar div.btn a:after{
	display: none;
}

.navbar-nav>li.btn a:hover, nav.navbar div.btn a:hover{
	background-color: #fff;
	color: #81c4c3;
}


li.dropdown {
    position: inherit;
}

.navbar-nav>li>.dropdown-menu {
    width: 100%;
    position: absolute;
    
	padding-left: 7px;
    padding-top: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.navbar-nav>li>.dropdown-menu ul{
	background-color: #fff;
	margin: 0;
	padding: 8px 12px;
}

.dropdown-menu ul >li>a {
    display: block;
    padding: 5px 0px;
    color: #848387;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.dropdown-menu ul >li>a span{
	font-size: 9px;
	font-weight: 600;
}


.dropdown-menu ul>li>a:hover, .dropdown-menu ul>li>a.active{
	color: #ef003b;
	background-color: transparent;
}





.navbar-header {
    position: absolute;
    width: 100%;
}

div#logo a img {
    display: block;
    margin: 0;
}


header .redes {
    float: left;
    margin-left: 35px;
    position: relative;
    top: 0px;
}

header .redes ul li a {
    padding: 16px 0px 15px;
    display: block;
    font-size: 22px;
    color: #d40024;
}

header .redes ul li {
    float: left;
}

header .redes ul li + li {
    margin-left: 25px;
}

header .redes ul li a:hover {
    color: #848387;
}



/*------------------------------------------------------------------

	SLIDER

-------------------------------------------------------------------*/





div#slider {
  	margin-bottom: -1px; 
}






div#slider .item{
	height: 580px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 104%;
	background-color: #fdfdff;
}


div#slider .item:after{
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(images/slider-forma.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 517px;
	z-index: 1;
	content: '';
	height: 440px;
}


div#slider .slider-in {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
	z-index: 2;
}

div#slider .item .container {
    display: inline-block;
    align-self: center;
}



h1{
	color: #d40024;
	font-size: 40px;
    line-height: 51px;
	font-family: 'Libre Baskerville', serif;
}


div#slider h1{
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 0px;
}
div#slider h1 strong{
	font-weight: 800;
}

div#slider .bajada:before{
	position: relative;
	content: '';
	display: inline-block;
	background-color:  #d40024;
	width: 35px;
	height: 1px;
	top: -5px;
	margin-right: 10px;
	margin-left: 21px;
}

div#slider .bajada{
	color: #d40024;
	text-align: left;
	font-size: 15px;
	margin-bottom: 80px;
}



a.btn, div.abtn{
	font-family: 'Libre Baskerville', serif;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	border-radius: 0px;
	text-align: left;
	border-bottom: 1px solid #848387;
	padding: 12px 0px 7px;
	color: #848387;
	letter-spacing: 0px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a.btn:hover, a.btn:focus, .modulo:hover .abtn{
	/*background-color:#fff;
	color: #81c4c3;*/
}



/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/



.row.col-equal {
	display: table;
	height: 100%;
	width: 100%;
}

.col-equal > [class*="col-"] {
	float: none;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}





.nomargin {
    margin: 0;
}


.padding-remove {
    padding: 0;
}





section h2{
	color: #d40024;
    font-size: 30px;
    line-height: 51px;
	margin-bottom: 40px;
    font-family: 'Libre Baskerville', serif;
}


section h3{
	color: #d40024;
    font-size: 25px;
    line-height: 51px;
    font-family: 'Libre Baskerville', serif;
}




section.productos {
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 5px;
}








section.modulos{
	overflow-x: hidden;
}





section.modulos .row.nomargin > .col-md-6{
	
}

/*section.modulos .row.nomargin > .col-md-6{
	display: inline-block;
    align-self: center; 
}*/


section.modulos .modulo.fondo{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

section.modulos .modulo.fondo a.modulo-in {
    width: 100vw;
    padding: 33px 0 39px;
}

section.modulos .modulo .modulo-in{
	height: auto;
	position: relative;
	display: block;
}

section.modulos .modulofull{
	height: 100%
}



section.modulos .modulofull img{
	width: 100%;	
    height: 100%;
    object-fit: cover;
    object-position: center;
}




/*.modulo {
    position: relative;
    height: 100%;
    display: block;
	overflow: hidden;
}


.modulo > img.m-img {
    width: 100%;
}




.modulo-in{
	position: absolute;
	z-index: 3;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
}

.modulo-in > .container{
	display: inline-block;
	align-self: center; 
}

*/
a.modulo-in .txt {
    max-width: 86%;
}


.modulo-in .align-right .text-left {
    float: right;
}

.modulo-in h1 {
    margin-bottom: 8px;
    text-align: left;
    color: #fff;
    font-weight: 300;
    line-height: 53px;
}

.modulo-in h1:before {
    position: relative;
    content: '•';
    line-height: 32px;
    display: block;
    font-size: 20px;
}


.modulo-in p {
    color: #fff;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 1px;
    font-weight: 300;
}


.modulo-in .abtn {
    font-size: 15px;
    color: #fff;
    border-bottom-color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.modulo-in .abtn:hover{
	color: #000;
	border-bottom-color: #000;
}

.mb-40{
	margin-bottom: 40px;
}


/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/


footer, body.internas.contacto footer{
    padding: 40px 0 40px;
    line-height: 23px;
	position: relative;
	color: #848387;
	border: 0;
}


body.internas footer {
    border-top: 1px solid #848387;
}



footer p {
    padding-top: 7px;
}

footer a, footer p {
	font-size: 12px;
	color: #848387;
	font-weight: 400;
	display: block;
}


footer a {
    display: inline-block;
}

footer p strong{
	font-weight: 600;
}


footer a:hover, footer a.active{
	color: #000;
}




.footer-col.col-sm-6{
	
}



footer a.btn{
    background-color: #471444;
    float: right;
    margin-right: 90px;
    font-size: 11px;
    letter-spacing: 0.5px;
}
footer a.btn:hover, footer a.btn:focus{
	background-color: #81c4c3;
	color: #fff;
}









/*------------------------------------------------------------------

	VER

-------------------------------------------------------------------*/













/*------------------------------------------------------------------

	INTERNAS

-------------------------------------------------------------------*/

.internas{}




.internas div#slider .item {
    height: 256px;
}




.internas div#slider .item:after{
	height: 100%;
}



section.quote {
    background-color: #d40024;
    position: relative;
    padding: 45px 0 54px;
}

section.quote >.container{
	position: relative;
	z-index: 1;
}

section.quote:after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	background-image:url(images/quote.png);
	background-size: cover;
	background-position: center;
}




.formu h2 {
    color: #fff;
    margin-bottom: 75px;
    font-weight: 100;
}










section.datos{
	padding: 50px 0 50px
}



.datos .row .row{
    margin-top: 25px;
}


.datos p{
	font-size: 15px;
	color: #848387;
	font-family: 'Libre Baskerville', serif;
}

.datos a{
	font-size: 17px;
	line-height: 23px;
	color: #d40024;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.datos a:hover{
	color: #000;
	
}


.form-control{
    font-family: 'Libre Baskerville', serif;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    height: 38px;
    padding: 0 12px 0px 0px;
    color: #fff;
}


.form-control::-webkit-input-placeholder{
	   color:#fff;
	}

.form-control:-moz-placeholder{ /* Firefox 18- */
	   color:#fff; 
	}

.form-control::-moz-placeholder{  /* Firefox 19+ */
	   color:#fff; 
	}

.form-control:-ms-input-placeholder{  
	   color:#fff;
	}

.form-control:focus {
    border-color: #929293;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}




.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}



#enviar{
	background-color: transparent;
	display: inline-block;
	margin-top: 30px;
	font-family: 'Libre Baskerville', serif;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	text-align: left;
	padding: 16px 0px 5px 0px;
	font-size: 15px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 0.5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


#enviar:hover{
	color: #000;
    border-color: #000;
}




.requestSuccess.col-md-12 {
    color: #fff;
    padding-left: 0;
    position: absolute;
}






.proyect-box{
	margin-bottom: 36px;
	display: block;
	position: relative;
}

.proyect-box:hover{
	cursor: pointer;
}



.proyect-box .imgof{
	position: relative;
}

.proyect-box .img{
	height: 300px;
	width: 100%;
	overflow: hidden;
	border-radius: 70px;
	border-bottom-left-radius: 0;
	border: 10px solid #fff;
}



.proyect-box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}





.caption{
	width: 100%;
	height: auto;
	padding-left: 10px;
	margin-top: 9px;
}

.proyect-box .titulo{
	font-family: 'Libre Baskerville', serif;
    color: #d40024;
    font-size: 25px;
    font-weight: 300;
    height: 90px;
    margin: 10px 0 28px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.proyect-box .titulo:before {
    content: '•';
    display: block;
    font-size: 23px;
    margin-bottom: 19px;
}


.proyect-box .mas{
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 33px;
    font-family: 'Libre Baskerville', serif;
    color: #848387;
    font-size: 15px;
    padding-left: 0;
    font-weight: 300;
    padding: 0;
	padding-left: 2px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}





.proyect-box:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.proyect-box .num {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #d40024;
    text-align: center;
    color: #fff;
    font-size: 24px;
    bottom: 40px;
    left: -21px;
    font-weight: 200;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



.proyect-box:hover .titulo,
.proyect-box .mas:hover, .proyect-box:hover .mas{
	color:#000;
}


.proyect-box:hover .num{
	background-color:#000;
}




.internas .productos {
    padding: 20px 0 50px;
}



.internas .productos>.row>.col-sm-2 {
    width: 22%;
}
.internas .productos>.row>.col-sm-10 {
    width: 78%;
}





.internas h1 {
    margin-top: 85px;
}


.internas .proyect-box {
    margin-bottom: 20px;
}

.internas .proyect-box:hover {
    cursor: inherit;
}


.internas .proyect-box .img {
    height: 235px;
    width: 100%;
    border: 0;
}



.internas .proyect-box .img.icono {
    display: flex;
    justify-content: center;
}

.internas .proyect-box .img.icono img {
    width: auto;
    height: 180px;
    display: inline-block;
    /* margin: 0 auto; */
    object-position: center;
    object-fit: inherit;
    align-self: center;
}

.internas .proyect-box:hover .img.icono img{
	object-position: center center;
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}




.internas .caption{
	padding-left: 0px;
}



.internas .caption  .titulo {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    height: 50px;
    line-height: 20px;
    padding-left: 29px;
    margin-bottom: 0;
    position: relative;
}

.internas .caption .titulo:before {
    display: block;
    position: absolute;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 33px;
    left: 0;
    top: 0;
}



a.quote{
    font-size: 15px;
    margin-top: 20px;
    margin-left: 28px;
    display: inline-block;
}

a.quote i.fa{
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #d30023;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a.quote i.fa:before{}

a.quote span{
	display: inline-block;
	border-bottom: 1px solid #d30023;
	color: #d30023;
	padding-bottom: 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}



a.quote:hover .fa {
    background-color: #000;
}

a.quote:hover span {
    color: #000;
	border-color: #000;
}





h6 {
    font-size: 28px;
    line-height: 34px;
    color: #848387;
    font-weight: 100;
    margin-top: 10px;
    font-family: 'Libre Baskerville', serif;
}






/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
	cursor: pointer;
    position: absolute;
    top: 30px;
    right: 35px;
    display: none;
    z-index: 20;
    width: 50px;
    height: 50px;
    background-color: #848386;
    background-image: url(images/goup.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    border-radius: 50%;
    border: none;
    padding: 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/*
#gotop:after {
    content: '\f106';
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    line-height: 17px;
}*/

#gotop:hover{
	background-color: #f90005;
}

#gotop:hover:after{
	color: #fff;
}





@media only screen and (min-width: 1200px) {
	div#slider .item:after {
    height: 280px;
	}
	section.productos .row.produmargin {
	margin-left: -60px;
	margin-right: -60px;
	}
	
	


	section.productos .row.produmargin [class*="col-"]{
	padding-left: 60px;
	padding-right: 60px;
	}
	
	.internas  .productos .row.produmargin [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
	}
	
	.internas  .productos .row.produmargin [class*="col-"]{
	padding-left: 35px;
	padding-right: 35px;
	}

}


@media only screen and (min-width: 1300px) {
	div#slider .item:after {
    height: 380px;
	}
	
}
@media only screen and (min-width: 1500px) {
	.container {
    width: 1270px;
	}
	.internas .proyect-box .img {
    height: 250px;
	}
}
@media only screen and (min-width: 1600px) {
	.container {
    width: 1470px;
	}
	div#slider .item{
	background-size: 100%;
	}
	div#slider .item:after {
    height: 492px;
	}
	div#slider .bajada {
    margin-bottom: 40px;
	}
	
	a.modulo-in .txt {
    max-width: 88%;
	}
	.modulo-in h1:before {
    font-size: 22px;
    margin-bottom: 25px;
	}
	.modulo-in p {
    margin-bottom: 7px;
	line-height: 26px;
	}
	.modulo-in h1 {
    margin-bottom: 12px;
	}
	.internas .proyect-box .img {
    height: 270px;
	}
}







@media only screen and (max-width: 1399px) and (min-width: 992px){
	.modulo-in h1 {
    margin-bottom: 6px;
    line-height: 46px;
    font-size: 36px;
	}

	.modulo-in p {
    line-height: 23px;
	}
}




@media only screen and (max-width: 1199px) {
	nav.navbar div.btn a {
    margin-right: 15px;
	}
	
	
	div#slider .item{
    height: 600px;
	background-size: cover;
	}
	div#slider .item:after {
    height: 340px;
	}
	
	
	
	
	
	.navbar-nav>li.btn a,nav.navbar div.btn a, footer a.btn {
    padding: 15px 20px 15px;
	}
	footer a.btn {
    margin-right: 15px;
    letter-spacing: 0px;
	}
	.internas h1 {
    font-size: 35px;
	}

}





@media only screen and (max-width: 1199px) and (min-width: 992px) {
	a.modulo-in .txt {
    max-width: 100%;
	}
	.modulo-in h1 {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 34px;
	}
	
	.modulo-in p {
    line-height: 21px;
	font-size: 14px;
	}
	.internas h1 {
    font-size: 30px;
    line-height: 40px;
	}
}


@media only screen and (min-width: 992px) {
	.formu {
    padding-right: 115px;
	}	

}


@media only screen and (max-width: 991px) {
	
	div#slider .item:after {
    height: 315px;
	}
	
	.internas .proyect-box .img.icono {
    display: flex;
    justify-content: center;
	}
	.internas .proyect-box .img.icono img {
    width: auto;
    height: 115px;
    display: inline-block;
    object-position: center;
    object-fit: inherit;
    align-self: center;
	}
	
	.internas .proyect-box .img {
    height: 170px;
    border-radius: 52px;
    border-bottom-left-radius: 0;
	}
	.internas h1 {
    font-size: 31px;
    line-height: 42px;
    margin-top: 60px;
	}
	
	
	
	
	/* NAVBAR COLLAPSE PARA IPAD */

	.navbar-header {
	float: none;
	}
	.navbar-toggle {
	display: inline-block;
	}
	/*.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}*/
	.navbar-collapse.collapse {
	display: none!important;
	}
	
	
	.navbar-collapse.collapse.in { 
	display: block!important;
	}
	.collapsing {
	overflow: hidden!important;
	}





	
	
	
	
	
	nav.navbar, .navbar-toggle{
    float: none;
	}
	nav.navbar {
    padding-top: 0px;
	}
	
	.navbar-toggle .icon-bar {
    background-color: #d40024;
	}
	
	
	div#navbar {
	float: none;
	background-color: #fff;
	position: relative;
	width: 100%;
	top: 0;
	}
	
	
	button.navbar-toggle, nav.navbar div.btn {
    z-index: 9;
	}
	.navbar-nav {
	margin: 10px 15px 7.5px;
	padding: 10px 0 0px;
	text-align: center;
	float: none;
	}
	
	.navbar-toggle[aria-expanded="true"] .icon-bar {
    background-color: #000;
	}
	
	
	.navbar-nav>li + li {
    margin-left: 0;
	}
	.navbar-nav>li>a {
    font-size: 13px;
    color: #818181;
	padding-bottom: 10px;
	}
	.navbar-nav>li.btn, nav.navbar div.btn {
	margin-left: 0;
    margin-top: 15px;
    margin-right: 0;
    text-align: right;
	}
	
	
	li.dropdown {
    position: relative;
    margin-bottom: 6px;
	}
	
	
	.navbar-nav>li {
    float: none;
	}
	.navbar-nav>li>.dropdown-menu {
    position: relative;
    display: block!important;
    text-align: center;
    padding-left: 0;
    padding-top: 0px;
   float: none;
 	}
	
	.navbar-nav>li>.dropdown-menu ul {
    padding: 0;
	}
	
	.dropdown-menu ul >li>a {
	text-transform: uppercase;
	}
	
	.navbar-nav>li>a:after{
	display: none;
	}
	
	header .redes {
    float: none;
    margin-left: 0;
    position: relative;
    top: 0px;
	padding: 0px 0 20px;
	}
	.redes ul {
    text-align: center;
	}
	header .redes ul li {
    float: none;
    display: inline-block;
	}
	

} /*991*/





@media only screen and (min-width: 901px) {
	.visible-xsm{
	display: none;
	}
}

@media only screen (min-width: 769px){
	.hidden-xsm{
	display: none;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.proyect-box .img {
    height: 250px;
	}
}










@media only screen and (min-width: 768px) {
	.col-sm-20{
	width: 20%;
	float: left;
	}
	
	section.productos .row.produmargin {
	display: flex;
	}


	section.productos .row.produmargin [class*="col-"]{
	align-self: center; 
	}
	
	section.modulos .row.nomargin{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center; /*(text-align:center)*/
	}
	
	.footer-col.col-sm-4{
	width: 38%;
	}
	
	div#slider .item{
	background-image: url(images/slider-bg.jpg);
	}
	

} /*768*/



@media only screen and (max-width: 767px) {
	div#slider .item{
	background-image: url(images/slider-m.jpg);
    background-position: center;
	}
	
	
	
	
	div#slider .item:after {
    display: none;
	}
	
	.internas div#slider .item {
    height: 156px;
	}
	
	
	h1 {
    font-size: 35px;
    line-height: 38px;
	}
	
	
	section.modulos .modulofull {
    height: 300px;
	}
	
	
	a.modulo-in .txt {
    max-width: 100%;
	}
	
	.proyect-box .num {
    left: -13px;
	}
	
	
	
	footer {
	text-align: center;
	}
	
	
	footer .text-left {
    text-align: center;
	}
	footer .logo img {
    margin: 0 auto;
	}
	
	footer a.btn {
    margin: 10px auto;
    text-align: center;
	}
	
	
	
	
	section.quote:after {
    width: 100%;
    height: 350px;
    position: relative;
	}
	
	section.quote {
    padding-bottom:  0;
	}
	
	.formu {
    margin-bottom: 30px;
	}
	
	.datos p {
    margin-bottom: 10px;
	}
	
	
	.internas .proyect-box .img.icono {
    display: flex;
    justify-content: left;
    margin: 30px 0 0;
	height: auto;
	}
	
	
	
	a.quote {
    margin-left: 0;
	}
	
	
	.internas .proyect-box .img {
    height: 300px;
    border-radius: 70px;
    border-bottom-left-radius: 0;
	}
	
	
	
} /*767*/



@media only screen and (min-width: 486px) {
	
}

@media only screen and (max-width: 485px) {
	
	h1, div#slider h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
	}
	
	.productos h3 {
    font-size: 30px;
	}
	
	div#slider .item{
	height: 485px;
	}
	div#slider .item .container-fluid {
    padding-left: 15px;
	}
	
	
	section.modulos .modulofull {
    height: 300px;
	}
	
}

@media only screen and (max-width: 414px) {	
	div#slider .item{
	height: 414px;
	}
	div#slider .item .container {
    padding-left: 26px;
	}
}

@media only screen and (max-width: 375px) {
	nav.navbar div.btn a {
    font-size: 12px;
	}
	
	div#slider .item{
	height: 375px;
	}
	div#slider h1 {
    font-size: 27px;
    line-height: 38px;
	}
}


@media only screen and (max-width: 360px) {
	div#slider .item{
	height: 360px;
	}
	div#slider h1 {
    font-size: 25px;
    line-height: 35px;
	}
}

@media only screen and (max-width: 320px) {
	nav.navbar div.btn a {
    font-size: 10px;
	}
	div#slider .bajada {
    font-size: 13px;
	}
	div#slider h1 {
    font-size: 22px;
    line-height: 31px;
	}
}
















