/* STYLES CSS */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,800|Rufina:400,700');

/* GENERALES */


body{
    width: 100%;
    margin: 0;
    padding:0;
    font-family: 'Raleway', sans-serif;
    background: #fff;
}
.h1, h1 {
    font-size: 34px;
}
.rufina{
	font-family: 'Rufina', serif;
}
.sinNada{
	margin: 0;
	padding: 0;
}
.blanco{
	color: #fff;
}
.verde{
	color: white;
}
.gris{
	color: #727272;
}
.big{
	display: block !important;
}
.medium{
	display: none !important;
}
.small{
	display: none !important;
}
.space{
	height: 20px;
}
.endSpace{
	height: 50px;
}
.enlinea{
	display: inline-block;
    vertical-align: middle;
}
.padd{
	padding: 6px 6px;
}
.muestra{
	display: block;
}
.esconde{
	display: none;
}
.cursor{
	cursor: pointer;
}
.textCenter{
	text-align: center;
}
.adios{
    display: none;
}
/***Header***/

/***Header***/
.header {
    width: 100%;
    position: fixed;
    height: 80px;
    z-index: 101;
    background: #fff;
    top: -100px;
}
.header2 {
    width: 100%;
    position: fixed;
    height: 80px;
    z-index: 101;
    background: #fff;
    top: 0;
}
.logoHead{
    width: 150px;
    top: 20px;
    left: 20px;
    position: relative;
    display: inline-block;
}
.imgLogo{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.contLines{
    position: relative;
    width: 60px;
    float: right;
    z-index: 100; 
    top: 30px;
    right: 20px;
}
.line{
    width: 100%;
    background: #ffffff;
    height: 5px;
    margin-bottom: 5px; 
}
.bgChange{
    background: rgba(255, 255, 255, 1) ;
}
.lineNe{
    background: #000000;
}
ul, li{
    list-style: none;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
}
.menuText{
    position: absolute;
    right: 0;
    top: 20px;
}
.titulares {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px;
    font-family: 'Rufina', serif;
    background: #000000;
}

/***Section01***/

.bgInin{
	position: relative;
	width: 100%;
}
.textIni{
	width: 60%;
	position: absolute;
	z-index: 90;
	text-align: center;
	margin: 0 20%;
	top: 45%;
}

/***Section02***/

.sect02{
	padding: 40px 0 ;
	position: relative;
	background: #fff;
	width: 100%;
}
.titulos{
	text-align: center;
}
.lineServ{
	background: white;
	width: 200px;
	height: 4px;
}
.iconService{
	width: 50%;
    top: 10px;
    position: absolute;
    margin: 0 auto;
	right:5px;
}

.iconServ02{
    background: url('../img/servicios/iconSprites.png') 0px -158px no-repeat;
    background-size: ;
    width: 81px;
    height: 80px;
    margin: 0 auto;
}
.iconServ03{
	background: url('../img/servicios/iconSprites.png') 0px 0 no-repeat;
	background-size: ;
	width: 81px;
	height: 80px;
	margin: 0 auto;
}
.iconServ04{
	background: url('../img/servicios/iconSprites.png') 0px -78px no-repeat;
	background-size: ;
	width: 81px;
	height: 80px;
	margin: 0 auto;
}
.iconServ05{
	background: url('../img/servicios/iconSprites.png') -80px -78px no-repeat;
	background-size: ;
	width: 81px;
	height: 80px;
	margin: 0 auto;
}
.iconServ06{
	background: url('../img/servicios/iconSprites.png') -80px 0px no-repeat;
	background-size: ;
	width: 81px;
	height: 80px;
	margin: 0 auto;
}

.contTittSer{
	height: 60px;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineBlack{
    width: 40%;
    background: #000;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    display: none;
}
.linHTex{
    line-height: 35px;
}
.textServCor{
    padding: 11px 11px;
}

/***Section03***/

.sect03{
	
	position: relative;
	background: #727272;
	width: 100%;
}
.iconClien{
	width: 50%;
    top: 10px;
    margin: 0 auto;
}
.iconClien1{
    width: 100%;
    top: 10px;
    margin: 0 auto;
}


/***Section04***/
.galeImg{
	background: url('../img/portfolio/lacajaBn.png') center center no-repeat;
}
.galeImg:hover{
	background: url('../img/portfolio/lacajaCol.png') center center no-repeat;
}
.galeImg2{
	background: url('../img/portfolio/carrefaBn.png') center center no-repeat;
}
.galeImg2:hover{
	background: url('../img/portfolio/carrefaCol.png') center center no-repeat;
}
.galeImg3{
	background: url('../img/portfolio/cachaBn.png') center center no-repeat;
}
.galeImg3:hover{
	background: url('../img/portfolio/cachaCol.png') center center no-repeat;
}
.contGale{
	height: 250px;
}
.iconPlus{
	width: 38px;
	height: 42px;
}

/***Section05***/

.sect05{
	position: relative;
	background: #ffffff;
	width: 100%;
    padding: 40px 0;
}

/***Section06***/
/***Section06***/

.sect06 {
    position: relative;
    background: #f2f2f2;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}
input {
    width: 100%;
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
    height: 35px;
    padding: 20px;
    margin-bottom: 10px;
    color: #000;
    outline: none;
}
textarea {
    width: 100%;
    background: #e5e5e5;
    border: 2px solid #e5e5e5;
    height: 45px;
    padding: 11px 20px;
    margin-bottom: 10px;
    color: #000;
    outline: none;
    overflow: hidden;
    resize: none;
}
.btnEnviar {
    background: #000;
    color: #fff;
    border: 2px solid #000;
    width: 100px;
    height: 46px;
    top: 10px;
    position: relative;
    padding: 10px;
    font-size: 17px;
}
.btnAling{
	position: relative;
    text-align: center;
}
label{
	display:block;
}
.textArea{
	padding: 20px;
}
.titContact{
    font-family: 'Rufina', serif;
    color: #000000;
}
.displayIn {
    display: inline-block;
    margin: 20px;
}
.BeSingular{
    width: 120px;
    margin: 40px auto;
}

::placeholder { color: #000; }
:-ms-input-placeholder { color: #000; } /* IE 10+ */
::-webkit-input-placeholder { color: #000; } /* WebKit */
::-moz-placeholder { color: #000; } /* Firefox 19+ */

.iconCon{
	width: 20px;
	display: inline-block;
    vertical-align: middle;
}

.iconReds{
	width: 29px;
	display: inline-block;
    vertical-align: middle;
}
.redes{
	margin: 10px 0 0 0;
}
/*Pagina Gracias*/
.pageGrax{
	background: url('../img/bgMainBig.jpg') center center no-repeat #000000;
	background-size: cover;
	height: 768px;
	width: 100%;
	position: relative;
	z-index: 20;
	text-align: center;
}
.pageGraxTex {
    font-size: 25px;
    color: #ffffff;
    margin: 19% 0 2% 0;
    position: relative;
    text-align: center;
    /* font-family: 'PlutoSansW01-Heavy', sans-serif, arial; */
}
.BtnPageGrax{
	border: none;
	width: 160px;
	height: 49px;
	color: #ffffff;
	background: #b0c079;
	margin: 0 auto;
	font-size: 22px;
	position: relative;
	outline: none;
}
.dCapcha {
    width: 304px;
    margin: 0 auto;
}
/**Footer**/
footer{
    text-align: center;
    padding: 10px;
    background: #000
}
.linefooVer{
    width: 100%;
    height: 6px;
    background: white;
}
.inLin{
    display: inline-block;
    margin: 0 19px 0 0;
}
.left{
    text-align: left;
}
.rigth{
    text-align: right;
}
.linkN{
    text-decoration: none;
    color: #000000;
}
.linkN:hover{
    text-decoration: none;
    color: #000000;
}
.linkN:focus{
    text-decoration: none;
    color: #000000;
}
.linkN:active{
    text-decoration: none;
    color: #000000;
}
.linkN:visited{
    text-decoration: none;
    color: #000000;
}


/**Logo HEADER**/

.LogoSprite{
    background: url('../img/logoHeadBn.png') 0 0px no-repeat;
    width: 145px;
    height: 56px;
    background-size: cover;
}
.cambiosprite{
    background: url('../img/spriteLogo.png') 0 -49px no-repeat;
     width: 145px;
    height: 56px;
    background-size: cover;
}


.ancla {
    height: 208px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.anclaCont {
    height: 78px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*ALERTA*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0px;
    border-color: #000000;
    position: fixed;
    width: 100%;
    z-index: 200;
    top: 79px;
    height: auto;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    text-align: center;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
}
.close:focus, .close:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
/*HOTFIXED*/
.middleTex{
    vertical-align: middle;
}
.inter{
    top: 0;
}
.texshad{
    text-shadow: 2px 0px 2px rgba(0,0,0, 0.8);
}


}