/*
Theme Name: Tritankers
*/

/* =GENERALES
----------------------------------------------- */



body, html { 
	padding: 0; 
	margin: 0;
	line-height: 23px;
	width:100%;
	font-size: 13px;
	color: #414042;
	font-family:  'Muli', 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;
}

.nomargin{
	margin: 0;
}


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


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

.vertical-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

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

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 0px;
    display: none;
    z-index: 20;
    width: 48px;
    height: 48px;
    background: transparent;
    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: #8a9a91;
    font-size: 38px;
    line-height: 17px;
}

#gotop:hover{
	color: #333;
}





/*HEADER --------------------------------------*/
header#header {
    border-bottom: 1px solid #808081;
}


body.home header#header{
	border: none;
}

#logo{
	display: none;
}

body.home #logo{
	display: block;
	height: 119px;
    padding: 30px 30px;
}

body.home #logo img{
	max-height: 100%;
	width: auto;
}

header{
	background: #fff;
	margin: 0;
	border: 0;
	height: auto;
	min-height: inherit;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	height: auto;
}
body.home header{
	background: #fff;
	margin: 0;
	border: 0;
	height: auto;
	min-height: inherit;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	height: 119px;
}

header.fixy{
	background: #fff;
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
	height: auto;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

body.home header.fixy{
	height: 90px;
}




.logo{
	display: block!important;
}


body.home .logo{
	display: none!important;
}

body.home header.fixy .logo, header.fixy .logo {
	 display:block!important;
	visibility: visible!important;
}
   
header .logo h1{
    padding: 32px 15px;
    height: 90px;
    font-weight: 800;
    font-size: 25px;
    color: #414042;
    letter-spacing: 1px;
	
}   


body.home header.fixy #logo {
    height: 90px;
    padding: 23px 30px;
	display: none;
}



#navbar {
    padding-right: 29px;
    padding-left: 0px;
    float: right;
}
body.home #navbar {
    padding-top: 39px;
}


header.fixy #navbar, header #navbar {
    padding-top: 24px;
}





.redes {
    float: right;
}

.redes a {
    display: inline-block;
	color: #414042;
}

.redes a + a {
    padding-left: 8px;
}

.redes a i {
    width: 43px;
    height: 43px;
    background-color: #8a9a91;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 43px;
    font-size: 21px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.redes a:hover  i{
	background-color: #048896;
}

.menu-menu-container {
    float: left;
    margin-right: 120px;
}


.navbar-nav>li{}

.navbar-nav>li>a{
	font-size: 16px;
	text-transform: uppercase;
	color: #414042;
}

.navbar-nav>li>a:hover{
	color: #048593;
}
.navbar-nav>li>a.active, .navbar-nav>li.current_page_item a,
.archive.category #menu-item-62 a,
.single.single-post #menu-item-62 a{
	color: #048593;
	font-weight: 700;
}






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

	SLIDER

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

.slider {
    position: relative;
}

div#trita {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

div#trita .slider-content {
    top: 47%;
    padding: 0;
    position: absolute;
    left: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


/* Carousel control */

/*-- Main slide --*/

#main-slide .item {
    min-height: 845px;
	width: 100%;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.carousel-inner:after{
	display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
	background: url(images/slider-bg.png) no-repeat center center;
	background-size: cover;
}


#main-slide .item img{
	width: 100%;
	-webkit-backface-visibility: hidden;
}


#main-slide .item .slider-content {
  z-index: 1;
 /* opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;*/
}

#main-slide .item.active .slider-content {
 /* opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;*/
}

#trita .slider-content{
   top: 47%;
   padding: 0;
   position: absolute;
   left: 50%;
   color: #fff;
   -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right,
#main-slide:hover .carousel-indicators{
	opacity: 1;
	filter: alpha(opacity=100);
}



.controlers {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 290px;
    height: 100px;
    background: #fff;
    text-align: right;
}


#main-slide a.carousel-control {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    position: relative;
    background: none;
    padding: 6px 12px;
}

#main-slide a.carousel-control + a {
    margin-left: 26px;
}

#main-slide .carousel-control .fa-angle-left{
	
}

#main-slide .carousel-control .fa-angle-right{
	
}

#main-slide .carousel-control i{
	color: #505050;
    line-height: 30px;
    font-size: 36px;
    border-radius: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    /* transition: all 500ms ease; */
}


#main-slide .carousel-control i:hover{
   color: #000;
}
/*-- Slider pages --*/

#main-slide.slider-pages .item {
    min-height: 340px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}



.slider h1{
	font-size: 231px;
	line-height: 194px;
	color: #fff;
	text-align: left;
	font-weight: 900;
	margin-bottom: 110px;
}

.slider h3{
	font-size: 43px;
	line-height: 48px;
	color: #fff;
	text-align: left;
	font-weight: 800;
}


.controlers {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 290px;
    height: 100px;
    background: #fff;
    padding-top: 29px;
    padding-right: 20px;
}



.controlers .carousel-control{
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.controlers .carousel-control:hover i{
	opacity: .6;
	filter: alpha(opacity=60);
}






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

	CONTENIDO

-------------------------------------------------------------------*/
.img-100{
	width: 100%;
	height: auto;
}

section{}

.row.modulos{
	margin: 0;
}

.item{
	float: left;
	margin: 0;
	padding: 0;
}

.item1{
	width: 100%;
}

.item2{
	width: 50%;
}





.modulo{
	position: relative;
	height: 100%;
	display: block;
}


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

.mhover{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}

a.mhover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a.mhover:hover {
    opacity: .8;
    filter: alpha(opacity=100);
}

.modulo1-a{
	background-color: rgba(4, 136, 150, 0.8);
}
.modulo1-d{
	background-color: rgba(65, 64, 66, .8);
}
.modulo2-b{
	background-color: rgba(138, 154, 145, .8);
}
.modulo2-c{
	background-color:rgba(184, 184, 184, .8);
}
.insta{
	background: #f4f4f4;
}

.modulo .mhover .icono{
	mix-blend-mode: multiply;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.titulo{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding-left:36px;
}

.titulo h3{
	font-size: 40px;
	line-height: 42px;
	color: #fff;
	text-align: left;
	font-weight: 100;
	margin-bottom: 35px;
}

.titulo h3 strong{
	font-weight: 800;
}

.mas{
	font-size: 13px;
	color: #fff;
	display: block;
	font-weight: 100;
}
a.mas{
	color: #414042;
	margin-top: 80px;
}

a.mas:hover{
	color: #048896;
}

.txt{
	padding-left: 163px;
	padding-right: 30px;
	padding-top: 90px;
}

.txt p{
	font-size: 25px;
	line-height: 48px;
	font-weight: 100;
	color: #414042;
}
.txt p strong{
	font-weight: 700;
}


.insta .icono i.fa-instagram {
    color: #8a9a91;
    font-size: 129px;
}




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

	PAGINAS

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


.title{
	color: #fff;
    padding: 85px 15px;
}




.title h2 {
    font-size: 34px;
    font-weight: 800;
	text-transform: uppercase;
}

.title h2:after{
	content: '(+)';
	display: block;
	margin-top: 25px;
	color: #fff;
	font-size: 34px;
}
body.search.search-results .title h2:after{
	display: none;
}

.stitle.white .title, .stitle.white .title h2:after{
	color: #87978e;
}

section{
	position: relative;
}

.pagina{
	padding-top: 0;
}

.pagina.pfixy{
	padding-top: 85px;
}

.pagina section.stitle:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #686668;
}
.soluciones .pagina section.stitle:before {
    background-color: #B5B5B5;
}


.pagina section.stitle.white:before {
	display: none;
}


.content{
    padding: 58px 24px;
}

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

.content h4{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.content h4 strong{}


.content p{
    max-width: 81%;
	font-weight: normal;
}

.content p strong{
	font-weight: 800;
}

.content ul{}

.content ul li {
    font-size: 15px;
    padding: 25px 0;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    padding-left: 80px;
}

.content ul li + li {
    border-top: 1px solid #048593;
}

.content ul li span{
	color: #048593;
	margin-right: 6px;
}

.content ul li .licon{
    position: absolute;
    width: 60px;
    left: 0px;
    top: 14px;
}

.content ul li .licon img{}

section .banner {
    background: url(images/bg-tri.png) no-repeat center #f1f1f1;
	    height: 355px;
}

section .banner p{
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	color: #048593;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 140px;
}

section .banner p strong{
	font-weight: 800;
}

section .banner p:after{
	display: block;
	content: url(images/llave.png);
	margin: 30px auto 0;
}

section#compromiso:after{
    background: url(images/bg-compromiso.jpg) no-repeat 0 0;
    background-position: right;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-size: cover;
}
section#compromiso .content {
    padding: 58px 80px;
}

section#compromiso .content p{
    max-width: inherit;
}


.pagina footer{
	border-top: none;
}



body.contacto .pagina footer{
	border-top: 11px solid #048896;
}



section#ulsoluciones {
    padding-top: 20px;
}


section#soluciones:after{
	
}


section#soluciones .title {
    padding: 85px 0;
    padding-left: 11.5%;
}

section#soluciones .content {
    padding-right: 11.5%;
}



#ulsoluciones .content ul li {
	padding-left: 70px;
}

#ulsoluciones .content ul li .licon {
    top: 20px;
}


.rino{
	width: 100%;
	text-align: center;
	padding: 30px 0 80px;
}



#map {
  width: 100%;
  height: 250px;

}

#map .gmnoprint {
    display: none;
}

section.info {
	background-color: #bcbbbb;
	width: 100%;
	color: #414042;
	text-align: center;
}

section.info:before{
	display: block;
	background-color: #fff;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	width: 33.33333333%;
	content: '';
}


section.info h6{
	font-size: 15px;
	line-height: 22px;
	color: #414042;
	font-weight: 800;
	margin-bottom: 40px;
}

section.info p{
	font-size: 15px;
	line-height: 25px;
	color: #414042;
	font-weight: 100;
}

section.info .addres, section.info .phone{
	padding: 70px 0;
}
section.info .addres:before{
	display: block;
	content: url(images/addres.png);
	position: absolute;
	top: -30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
section.info .phone:before{
	display: block;
	content: url(images/phone.png);
	position: absolute;
	top: -30px;
	left: 60%;
	transform: translateX(-50%);
	z-index: 9;
}

section.info .phone{
	float: right;
    width: 80%;
}
section.info .phone h6{
	/*margin-bottom: 35px;*/
	margin-bottom: 14px;
}
section.info .phone h6 a{
    color: #414042;
    font-weight: 800;
}
section.info .phone h6 a:hover{
    color: #787878;
}



.form-group {
    margin-bottom: 9px;
}
.form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
    padding: 10px 0;
    height: 37px;
    text-transform: uppercase;
    font-size: 10px;
}


textarea.form-control {
    height: 128px;
	resize: none;
}

input[type=submit] {
    border: none;
    background: #8a958d;
    color: #fff;
    text-align: center;
    padding: 11px 24px;
    text-transform: uppercase;
    margin-top: 14px;
	font-size: 10px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

input[type=submit]:hover{
	background: #4b8490;
}

.form-control:focus {
    border-color: #4b8490;
    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;
	}



div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok{
	border: 0!important;
}

div.wpcf7-response-output {
    margin: 20px 0;
    padding: 0;
}


section.p-blog {
    padding-bottom: 6px;
}


.p-blog > .row > [class*="col-"]{
	height: 530px;
	padding: 6px;
	overflow: hidden;
}



.p-blog > .row >[class*="col-"]:nth-child(odd) {
	padding-left: 0;
}

.p-blog > .row >[class*="col-"]:nth-child(even) {
	padding-right: 0;
}


.p-blog .stitle {
    height: 100%;
    background: #048896;
	padding: 85px 0;
    padding-left: 10%;
}




.p-blog .stitle .title{
	padding: 0 15px;
	background: none;
}

.p-blog article {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
	position: relative;
}


.p-blog article .hover {
    background: rgba(251, 250, 249, 0.9);
    background: rgba(251, 250, 249, 0.9);
    padding: 28px 15px;
    width: 380px;
    height: auto;
    position: absolute;
    left: -380px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}


.p-blog article:hover .hover {
    left: 0px;
}



.p-blog .hover h1 a{
	font-size: 25px;
	color: #414042;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: block;
}
.p-blog .hover h1 a strong{
	font-weight: 800;
}



.p-blog .hover p{
	font-size: 13px;
	line-height: 25px;
	color: #414042;
	text-transform: uppercase;
}

.p-blog .hover .categoria {
    margin-top: 5px;
}

.p-blog .hover a.vermas {
    font-size: 13px;
    color: #414042;
}

.p-blog .hover h1 a:hover, 
.p-blog .hover a.vermas:hover,
.p-blog .hover .categoria a:hover{
	color: #048896;
}


.menu-blog {
    padding: 15px 0 12px;
    background: #fff;
    height: auto;
    width: 100%;
	color: #808081;
	font-size: 13px;
}

.filtrar{
	
}

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




.filtrar p {
    float: left;
}

.filtrar ul{
	float: left;
    margin-left: 110px;
}

.filtrar ul li{
    float: left;
}

.filtrar ul li a{
    padding: 10px 30px;
	color: #808081;
	font-weight: normal;
    text-transform: uppercase;
}

.filtrar ul li a:hover{
	color: #525252;
}

.filtrar ul li a.active, .filtrar ul li.current-menu-item a{
	font-weight: 800;
}
.filtrar ul li a.active:hover{
	color: #808081;
}


.menu-blog form.search-form {
    float: right;
    margin-right: 15px;
}

input.search-field {
    border: none;
    border-bottom: 1px solid #bbbbbb;
}

button.search-submit {
    display: none;
}



span.screen-reader-text {
    margin-right: 10px;
    position: relative;
    top: 6px;
}


.single-header{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}


.single-content {
	padding: 60px 15px 24px;
}

.single-content header{
    padding-bottom: 30px;
}

.single-content .entry-title{
	font-weight: normal;
	font-size: 34px;
	color: #414042;
	text-transform: uppercase;
	font-weight: 200;
}

.single-content .entry-title strong{
	font-weight: 800;
}

.single-content article.category-sin-categoria .categoria > a{
	display: none;
}

.single-content .entry-content{
	font-size: 13px;
	text-align: left;
}

.single-content .info{
	line-height: 22px;
	color: #414042;
}

.single-content .direccion{
	line-height: 16px;
	color: #87978e;
	margin-top: 20px;
}

.categoria {
    margin-top: 20px;
    margin-bottom: 37px;
}

.categoria a {
    font-size: 11px;
    text-transform: uppercase;
    color: #808081;
}

.categoria a:after {
    display: inline-block;
    content: '(+)';
    margin-left: 3px;
}

.single-content .entry-img img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

figure.gallery-item{
	width: 100%;
	height: auto;
}


.gallery-icon.portrait{}

.gallery-icon.landscape{}


.gallery-icon a{
	cursor: default;
    pointer-events: none;
}













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

	FOOTER

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


footer {
    padding: 50px 15px;
	border-top: 11px solid #048896;
	font-size: 16px;
    line-height: 21px;
    background: #f4f4f4;
    color: #8a9a91;
	font-weight: 100;
}

footer strong{
	font-weight: 800;
}

footer .name{
	text-align: right;
}

.menu-footer .menu-menu-container {
    float: none;
    margin-right: 0;
}

.menu-footer .menu-menu-container ul{
    float: none;
    margin: 0 auto;
    text-align: center;
	margin-right: 0;
}


.menu-footer li{
	float: none;
	display: inline-block;
}

.menu-footer li a{
	font-size: 15px;
}

footer .name, footer a {
    text-align: right;
    float: left;
    padding-left: 0px;
	color: #8a9a91;
	}





.row.col-equal2 {
    display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	}


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




.nada{
	padding-top: 50px;
	padding-bottom: 100px;
}

.nada h2{
	margin-bottom: 30px;
}



.nada label {
    width: 100%;
	position: relative;
	}
	
.nada span.screen-reader-text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.nada input.search-field {
	width: 100%;
	padding-left: 30px;
}








section#instructivo {
    padding: 40px 0;
}

section#instructivo {
    padding: 40px 0;
}

section#instructivo h1{
	font-weight: bold;
	margin-bottom: 30px;
	color: #048896;
}

section#instructivo h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

section#instructivo h2:before{
	display: inline-block;
	content: '-';
	padding-right: 10px;
}


section#instructivo h3 {
    font-weight: 600;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
}
section#instructivo p{
	font-size: 16px;
	margin-bottom: 10px;
}
section#instructivo p strong{
	font-weight: 800;
}

section#instructivo .instrubox + .instrubox{
	margin-top: 50px;
}


.instrubox img {
    border: 1px solid #686668;
}



@media only screen and (min-width: 1599px) {
	.container {
    width: 1500px;
	}

}

@media only screen and (max-width: 1598px) {
	.txt {
    padding-left: 138px;
    padding-top: 75px;
	}
	a.mas {
    margin-top: 54px;
	}

}


@media only screen and (max-width: 1498px) {
	.txt {
    padding-left: 129px;
    padding-top: 75px;
	}


}

@media only screen and (min-width: 1499px) {
	.container {
    width: 1400px;
	}
	
}
@media only screen and (max-width: 1423px) {
	.txt {
    padding-left: 100px;
    padding-top: 75px;
	}
	
}
@media only screen and (min-width: 1399px) {
	.container {
    width: 1200px;
	}
}
@media only screen and (max-width: 1398px) {
	.txt {
    padding-left: 77px;
    padding-top: 40px;
	}
	.txt p {
    font-size: 23px;
    line-height: 44px;
	}
	.titulo {
    padding-left: 20px;
	}	
	.titulo h3 {
    font-size: 38px;
	}
	section#compromiso .content {
    padding: 58px 50px;
	}
}



@media only screen and (max-width: 1199px) {
	.menu-menu-container {
    margin-right: 20px;
	}


	.slider h1 {
    font-size: 180px;
    line-height: 169px;
	}
	.txt {
    padding-left: 60px;
	padding-top: 52px;
	}
	.txt p {
    font-size: 21px;
	line-height: 40px;
	}
	section#compromiso .content {
    padding: 58px 0px;
	}
	.filtrar ul {
    margin-left: 50px;
	}
}

@media only screen and (max-width: 1150px)  and (min-width: 992px)  {
	.txt {
    padding-left: 30px;
    padding-top: 45px;
	}
	.txt p {
    font-size: 19px;
    line-height: 34px;
	}
	.titulo h3 {
    font-size: 29px;
    line-height: 36px;
	}
}


@media only screen and (max-width: 1024px) {
	.insta .icono i.fa-instagram {
    font-size: 98px;
	}
	.content ul li .licon {
    top: 16px;
	}

}










@media only screen and (min-width: 992px) {
	.row.col-equal {
    display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
	}
}
@media only screen and (max-width: 991px) {
	body.home header, body.home header.fixy{
	height: auto;
	}
	.col-equal [class*="col-"] {
    float: left;
    display: block;
    height: inherit;
    vertical-align: top;
	}	
	
	
	/* NAVBAR COLLAPSE PARA IPAD */

	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: 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;
    }
    .menu-menu-container {
        float: none!important;
        margin: 7.5px 0!important;
    }
	.navbar-nav {
    margin: 0!important;
	}
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	
	
	
	
	.menu-menu-container{
	margin: 0;
	}
	#navbar {
    padding-right: 30px!important;
    padding-left: 30px!important;
    float: none!important;
    padding-top: 0!important;
	}
	header.fixy #navbar{
		padding-top: 0;
	}
	
	.redes {
    float: none!important;
    padding-bottom: 30px!important;
	margin-top: 20px!important;
	}
	
	
	
	
	.navbar-toggle .icon-bar {
    background-color: #000;
	}
	
	.navbar-toggle .icon-bar +  .icon-bar{
	margin-top: 6px;
	}
	.navbar-toggle {
    margin-top: 29px;
	}
	body.home .navbar-toggle {
    margin-top: 40px;
	}
	body.home header.fixy .navbar-toggle {
    margin-top: 29px;
	}
	
	
	
	/* FIN NAVBAR COLLAPSE PARA IPAD */
	
	
	header.fixy #navbar, .pagina header #navbar {
    padding-top: 0;
	}
		
	
	
	
	
	.slider h1 {
    font-size: 151px;
    line-height: 151px;
	}
	#navbar {
    padding-right: 0;
	}
	.redes a + a {
    padding-left: 6px;
	}
	.menu-menu-container {
    margin-right: 20px;
	}
	.nav>li>a {
    padding: 15px 6px;
	}
	.txt p {
    font-size: 25px;
    line-height: 48px;
	}
	.txt {
    padding-left: 170px;
    padding-top: 75px;
    padding-bottom: 75px;
	}
	.titulo h3 {
    font-size: 40px;
	}
	
	.content p {
    max-width: 100%;
    font-weight: normal;
	}
	section#compromiso:after {
    background-position: center;
	}

	.filtrar ul {
    margin-left: 20px;
	}
	.filtrar ul li a {
    padding: 10px 13px;
	}
	.menu-blog form.search-form {
    margin-right: 0;
	}
}

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

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


@media only screen and (max-width: 768px) {
	.slider h1 {
    font-size: 138px;
    line-height: 137px;
	}
	
	.txt {
    padding-left: 120px;
	}
	footer {
    font-size: 15px;
	}
	section .banner {
    background-size: 90%;
	height: 330px;
	}
	.p-blog .stitle {
    padding-left: 7%;
	}
	
	
	
}

@media only screen and (max-width: 900x) and (min-width: 768px){
	.p-blog article .hover {
    width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.stitle .container {
    padding: 0;
	}
	.pagina section.stitle:before{
	display: none;
	}
	.title {
    background: #686668;
	}
	.stitle.white .title{
	background: #fff;
	}
	
	.soluciones .title {
    background: #B5B5B5;
	}
	section#compromiso:after{
	display: none;
	}
	section.info:before {
    width:50%;
	}
	section.info .phone {
    float: none;
    width: 100%;
	}
	section.info .phone:before {
	left: 50%;
	}
	section.info h6, section.info .phone h6 {	
    margin-bottom: 15px;
	}
	section.info .col-sm-6 +.col-sm-6{
	margin-top: 30px;
	}
	.p-blog > .row > .col-title {
    height: auto;
	}
	.p-blog > .row > [class*="col-"]{
	padding: 6px 0;
	}
	.filtrar, .buscar {
    padding-left: 0;
	}
	.menu-blog form.search-form {
    float: none;
    margin-right: 0;
	}
}


@media only screen and (max-width: 667px) {
	.txt {
    padding-left: 60px;
	}
	.txt p {
    font-size: 21px;
    line-height: 37px;
	}
}



@media only screen and (max-width: 600px) {
	.slider h1 {
    font-size: 100px;
    line-height: 94px;
	}
	.slider h3 {
    font-size: 32px;
    line-height: 39px;
	}
	.titulo h3 {
    font-size: 31px;
    line-height: 30px;
	}
	.txt {
    padding-left: 30px;
	}
	section#ulsoluciones .content {
    padding: 0px 15px 20px;
	}
}

@media only screen and (max-width: 543px) {
	.txt p {
    font-size: 21px;
    line-height: 42px;
	}
	#main-slide .item {
    min-height: 700px;
	}
	.controlers {
    width: 208px;
    height: 72px;
    padding-top: 15px;
    padding-right: 20px;
	}
	.insta .icono i.fa-instagram {
    font-size: 78px;
	}
	.title {
    padding: 50px 15px!important;
	}
	.content ul {
    margin-top: 20px;
	}
	section .banner {
    height: auto;
	}
	section .banner p {
    font-size: 14px;
    padding: 50px 0 30px;
	}
	.p-blog .stitle {
    padding: 0;
    padding-left: 0;
	}
	.filtrar ul {
    float: right;
    margin-left: 0;
	}
	.filtrar ul li a {
    padding: 10px 7px;
	}
	
	.single-header {
    height: 200px;
    background-attachment: inherit;
	}
	.single-content {
    padding: 40px 0px 0px;
	}

	.p-blog article .hover {
    left: 0;
	}

}


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

@media only screen and (max-width: 485px) {
	.hidden-xxs {
    display: none;
	}
	#gotop {
    right: 0px;
	}
	
	.slider h1 {
    font-size: 89px;
    line-height: 87px;
	}
	.slider h3 {
    font-size: 30px;
    line-height: 39px;
	}
	.titulo h3 {
    font-size: 27px;
    line-height: 30px;
	}
	section.info:before {
	display: none;
	}
	
	section.info .col-xxs-12 {
    margin-bottom: 0;
	}
	
	.col-phone{
	padding: 0;
	}
	
	section.info .phone{
	background: #fff;
	padding-bottom: 60px;
	}
	.menu-blog form.search-form {
    float: none;
    margin-right: 0;
    margin-top: 10px;
	}
	
	.menu-blog label {
    width: 100%;
	position: relative;	
	}
	
	.menu-blog span.screen-reader-text {
    position: absolute;
    top: 0;
	left: 0;
    display: block;
	}
	.menu-blog input.search-field {
    width: 100%;
	padding-left: 30px;
	}
}

@media only screen and (max-width: 416px) {	
	.slider h1 {
    font-size: 76px;
    line-height: 71px;
	}
	.slider h3 {
    font-size: 25px;
    line-height: 35px;
	}
	.col-xxs-12 {
	width: 100%;
	margin-bottom: 40px;
	}
	.col-xxs-6 {
	width: 50%;
	}
	
	footer .col-xxs-6 {
	margin-bottom: 30px;
	}
	.titulo h3 {
    font-size: 40px;
    line-height: 48px;
	}
	.txt p {
    font-size: 19px;
    line-height: 34px;
	}
	#logo {
    height: 87px;
    padding: 21px 30px;
	}
	.navbar-toggle {
    margin-top: 24px;
	}
	#main-slide .item {
    min-height: 600px;
	}
	.menu-footer{
	display: none;
	}
	footer {
    padding-bottom: 20px;
	}
	footer .name {
    /*margin-bottom: 50px;*/
	text-align: left;
	}
	.content {
    padding: 58px 15px;
	}

}

@media only screen and (max-width: 375px) {
	#main-slide .item {
    min-height: 550px;
	}
	.txt p {
    font-size: 16px;
    line-height: 29px;
	}
}


@media only screen and (max-width: 360px) {
	.slider h1 {
    font-size: 67px;
    line-height: 62px;
	}
	.slider h3 {
    font-size: 20px;
    line-height: 28px;
	}
	#main-slide .item {
    min-height: 500px;
	}
	.filtrar p, .filtrar ul li a{
		font-size: 12px;
	}
	
}

@media only screen and (max-width: 320px) {
	.slider h1 {
    font-size: 58px;
    line-height: 62px;
	}
	.txt {
    padding-left: 15px;
    padding-right: 15px;
	}
	.redes a i {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
	}
	
	.filtrar ul {
    float: left;
    margin-left: -7px;
	}
	.filtrar ul li a {
    padding: 10px 11px;
	}
	
}
















