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

	@font-face {
		font-family: 'bariol_boldbold';
		src: url('fonts/bariol_bold-webfont.eot');
		src: url('fonts/bariol_bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
			 url('fonts/bariol_bold-webfont.woff') format('woff'),
			 url('fonts/bariol_bold-webfont.ttf') format('truetype'),
			 url('fonts/bariol_bold-webfont.svg#bariol_boldbold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'bariol_lightlight';
		src: url('fonts/bariol_light-webfont.eot');
		src: url('fonts/bariol_light-webfontd41d.eot?#iefix') format('embedded-opentype'),
			 url('fonts/bariol_light-webfont.woff') format('woff'),
			 url('fonts/bariol_light-webfont.ttf') format('truetype'),
			 url('fonts/bariol_light-webfont.svg#bariol_lightlight') format('svg');
		font-weight: normal;
		font-style: normal;
	
	}
	@font-face {
		font-family: 'bariol_regularregular';
		src: url('fonts/bariol_regular-webfont.eot');
		src: url('fonts/bariol_regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
			 url('fonts/bariol_regular-webfont.woff') format('woff'),
			 url('fonts/bariol_regular-webfont.ttf') format('truetype'),
			 url('fonts/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
/*---------------------------*/
.container{
    width: 100%;
}
.caja{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}
.caja p{
    font-size: 20px;
    color: #e91e63;
    font-weight: bold;
    padding-top: 20px;
}
.headImg{
    width: 100%;
    min-height: 400px;
    background-image: url('images/team.jpg');
    background-position-y: -150px;
    background-attachment: fixed;
}
.thanks{
	color:#03A9F4;
}


/*TRABAJA CON NOSOTROS*/
.bodyTeam{
    background-image: url('images/trabaja-con-nosotros.jpg');
    background-size: 100%;
    background-position: center top;    
    color: #00afef;    
}
.bodyTeam h2{
    color:#fff;
    font-size: 0.9em;
    font-size: 40px;
    font-family: 'bariol_boldbold';
}
.contenedorTeam{
    background: #080808a1;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    width: 80%;
    margin: 50px auto;
}

@media screen and (max-width:800px){
    .contenedorTeam{
        padding: 20px 5px;
        width: 100%;
    }
}
/* IDENTIFICADORES AÑADIDOS */
#contactoInner{
    background: #e91e63;
    border: #e91e63 1px solid;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
}
#contactoInner:hover{
    background: #fff;
    border: #e91e63 1px solid;
    color: #e91e63;
}
h1.cabeceraInner{
    color: #4ccfff;
}
.parrafoServices{
    font-size: 17px;
    line-height: 1.6;
}

.color-gris{
    color: #969696;
}
h3 strong{
    color: #e80d68;
}

ul.nav > li > a:hover{cursor: pointer;}

.picCEO{
    text-align: center;
    padding: 10px;
}
.picCEO > img{
    width: 150px;
    border: #989d9e 2px solid;
    border-radius: 50%;
    padding: 5px;
}
.firmaName{
    padding-top: 20px;
    text-align: center;
    color:#000;
}
.firmaPosition{    
    text-align: center;
    font-size: 12px;
    color:#e91e63;
}

.fraseFinalSeccion{
    color: #117094;
    font-weight: bold;
    margin-top: 70px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;    
}

.fraseFinalSeccion > img{width: 100px;margin-top: 50px;}

a.enlaceActivo:link{
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(36, 122, 173) !important;
  }

  .sliderMovil{
      text-align: center;
  }

  .sliderMovil img{width:auto;margin:auto;}

  .solicitaDemo{
    display: block;
    border:2px #e60f62 solid;
    background-color: #e60f62;
    border-radius: 8px;;
    color:#fff;
    width: 300px;
    margin: auto;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
  }

  .solicitaDemo:hover{
    text-decoration: none;   
    border:2px #e60f62 solid;
    background-color: #fff;
    color:#e60f62;
  }

  
/* WHATSSAP 2021*/
.whatsApp{    
    text-align: center;
    width: 60px;
    display: block;
    margin: 20px auto;
}
.whatsApp img{
	width: 60px;
    transition: .5s;
}

.whatsApp img:hover{
	width: 60px;
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.qr{
    text-align: center;
    width: 250px !important;
    display: block;
    margin: 20px auto;
}