@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html,
body {
    width: 100%;
    height: 100% !important;
}

body {
    font-family: 'Montserrat', sans-serif;  
    background-color: transparent;
}

a {
    color: #FFF;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus{
	text-decoration: none;
	color: #6CC9C1;
}

ul {
	list-style: none;
}

hr {
    max-width: 50px;
    border-color: #000;
    border-width: 3px;
}


/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

@font-face {
	font-family: Felix titling;
	src: url('..fonts/Felixti.ttf') format(‘truetype’);
	src: url('..fonts/felixti.otf') format(‘opentype’),
		 url('../fonts/Felixti.eot') format('embedded-opentype'),
		 url('../fonts/Felixti.woff') format('woff'),
}

h1 {
	font-family: 'Felix titling';
	letter-spacing: 3px;
}

h2{
	font-size: 150%;
	letter-spacing: 1px;
	font-weight: bold;
}

#cookies h2, 
#legal-advisory h2{
	font-weight: bold;
	text-transform: uppercase;
}

#legal-advisory h4 {
	text-align: justify;
	font-weight: lighter;
	line-height: 1.5;
	font-size: 117%;
}

p {
    margin-bottom: 20px;
    font-size: 112.5%;
    line-height: 1.5;
}

/* ---------------------------------------------- /*
 * Background colors
/* ---------------------------------------------- */

.background-black{
	background-color: rgba(0,0,0,0.75);
	color: #FFF;
}

.background-white{
	background-color: white;
}

.background-blue-light {
	background-color: #EDEFF4;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

section {
    padding: 100px 0;
}

.section-heading {
    margin-top: 0;
}

.pfblock-text{
	padding: 30px 0;	
}

.pfblock-section{
	padding: 120px 0 100px;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 60px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.text-center{
	text-align: center;
}

#sobrenosotros p, 
#requisitos .justify {
	text-align: justify;
}

/* ---------------------------------------------- /*
 * Button Style
/* ---------------------------------------------- */

.btn-green {
	background-color: #6CC9C1;
	color: #FFF;
}

.btn-green:hover{
	background-color: #FFF;
	color: #6cc9c1;
}

.btn-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #6cc9c1;
    color: #6cc9c1;
    background-color: #FFF;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;  
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

/* ---------------------------------------------- /*
 * Header Style
/* ---------------------------------------------- */

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    background: transparent;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
	font-size: 4.06em;
	color: #000;
}

header .header-content .header-content-inner p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 112.5%;
    font-weight: 300;
    color: #000;
}

header .icon {
	font-size: 32px;
	color: #000;
}

header .icon:hover{
}

.iconlist li {
	display: inline;
	padding-right: 25px;
}

@media screen and (min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
}


/* ---------------------------------------------- /*
 * Navigation Bar Style
/* ---------------------------------------------- */

.language-list li{
	display: inline;
	padding-right: 10px;	
}

.languages{
	text-align: right;
	color: #FFF;
	font-size: 75%;
	margin-top: 15px;	
}

.logo {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.logo-text {
	font-family: 'Felix titling' !important;
	font-size: 150%;
	display: inline;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Montserrat', sans-serif;  
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-color: #000;
	opacity: .75;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;  
    color: #FFF;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #6CC9C1;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 95%;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a {
  color: #FFF;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #6CC9C1;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #6CC9C1!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.page-selected {
	color: #6CC9C1 !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent !important;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #6cc9c1;
}

@media screen and (min-width:768px) {
    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #6CC9C1;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 87.5%;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }
}


/* ---------------------------------------------- /*
 * Services Style
/* ---------------------------------------------- */
 
#servicios{
	text-align: center;
}

#servicios .row{
	padding: 0;
} 

#servicios1 a p:hover{
	background-color: #6CC9C1;
	color: #FFF;
}

#servicios a p:hover {
	color: #6cc9c1;
	background-color: #fff;
}

#servicios .panel {
	border-radius: 0;
	vertical-align: middle;
}

#servicios1 p {
	font-size: 100%;
	text-transform: uppercase;
}

#servicios p {
	font-size: 112.5%;
	text-transform: uppercase;
}

#servicios1 .iconbox{
	background: #FFF;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	padding: 40px 20px;
	margin: 0 0 20px;
	border-radius: 0;
	color: #000;

}
.iconbox {
	/*background: #FFF;*/
	background: #63777F;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	padding: 40px 20px;
	margin: 0 0 20px;
	border-radius: 0;
	/*color: #000;*/
	color: #FFF;
}

#servicios img {
	border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 768px){
	
	#servicios {
		text-align: center;
	}
	
	#servicios img{
		width: 100%;
	}
}

/* ---------------------------------------------- /*
 * Sector Style
/* ---------------------------------------------- */

.pfblock-sectors {
	padding: 30px 0;
	text-align: center;
}

/*.pfblock-sectors-black {
	padding: 30px 0;
	text-align: center;
}*/

#sectores .icon{
	font-size: 32px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

#sectores .icon-white {
	color: #FFF;
}

#sectores .icon-black{
	color: #000;
}

@media screen and (max-width: 768px){
	
	.row2 .icon-white,
	.row4 .icon-white {
		color: #000 !important;
	}
	
	.row2 .background-white,
	.row4 .background-white{
		background-color: rgba(0,0,0,0.75);
		color: #FFF;
	}
	
	.row2 .icon-black,
	.row4 .icon-black{
		color: #FFF !important;
	}
	
	.row2 .background-black,
	.row4 .background-black {
		background-color: #FFF;
		color: #000;
	}
	
}

/* ---------------------------------------------- /*
 * Sobre Nosotros Style
/* ---------------------------------------------- */
 
#sobrenosotros li{
	margin-bottom: 5px;
}

#nuestrosdatos span, 
#sobrenosotros span{
	margin-right: 15px;
}

#portfolio-box1,
#portfolio-box2,
#portfolio-box3,
#portfolio-box4 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.circle {
	display: block;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 200px;
    height: 200px;
    
    margin: 0;
    text-align: center;
    display: inline-block;
    
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    
    -webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
    
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    
}


.numberCircle {   
    background:#63777F;
    border: 2px solid #63777F;
    color: #FFF;    
    font-size: 32px;
}

.textCircle {
    background: #FFF;
    border: 2px solid #FFF;
    color: #63777F;
    font-size: 18px;
}

#circulos .textCircle{
	background: #C7d1d8;
	border: 2px solid #c7d1d8;
}

/*#portfolio-box3 .numberCircleHover{
	line-height: 30px;
	padding-top: 70px;
}*/

#countries-list ul{
	padding: 0;
}

@media screen and (min-width: 768px){
	
	#nuestrosdatos .margin-top-30{
		margin-top: 0;
	}
	
	#countries-list ul{
		padding: auto;
	}
	
}

/* ---------------------------------------------- /*
 * Colaboradores Style
/* ---------------------------------------------- */

.calltoaction{
	padding: 50px 0;
	background-color: #63777F;
	color: #FFF;
	text-align: center;
}

.calltoaction hr{
	border-color: #FFF;
}

/* ---------------------------------------------- /*
 * Contacto Style
/* ---------------------------------------------- */

#contacto{
	text-align: center;	
}

#gmap iframe, 
#gmap object, 
#gmap embed { 
	width: 100%; 
}

.city {
	margin-bottom: 50px;
}

#contacto p:first-child {
	margin: 0;
	padding-top: 20px;
}

#contacto p {
	padding-bottom: 20px;
}

#contacto .icon{
	font-size: 16px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width: 768px){
	
	#contacto .margin-top-30{
		margin-top: 20px;
	}	
}
 
/* ---------------------------------------------- /*
 * Footer Style
/* ---------------------------------------------- */

footer ul{
	text-align: left;
	padding: 0;
}

footer .footer-left {
	text-align: left;
}

footer{
	font-size: 12px;
}

footer .icon{
	font-size: 18px;
}

footer p{
	margin-top: 30px;	
}

footer .adamo{
	width: 50%;
}

footer .mkt {
	width: 25%;
	margin: 15px 0;
}
/* ---------------------------------------------- /*
 * Modales Style
/* ---------------------------------------------- */

#estudios ul,
#calidad ul,
#gpv ul,
#prospeccion ul { 
	font-size: 16px;
}

.cenefa {
	margin: 30px 0;
}

#contactoModal .icon{
	font-size: 16px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

#estudios .icon,
#calidad .icon,
#prospeccion .icon,
#gpv .icon{
	font-size: 32px;
}

#calidad .icon{
	font-size: 40px;
}

#prueba {
	margin: 50px 0;
}

#gpv .icon,
#prospeccion .icon,
#estudios .icon,
#calidad .icon {
	margin: 100px 30px;
	font-size: 48px;
	color: #C7D1D8;
}

#prospeccion .icon,
#gpv .icon {
	font-size: 52px;
}

.icon-green {
	color: #6CC9C1;
}

#estudios li,
	#calidad li,
	#prospeccion li,
	#gpv li{
		margin-top: 15px;
		margin-bottom: 15px;
	}

.modal-icons {
	display: none;
}

@media screen and (min-width: 768px){
	
	#contactoModal .margin-top-30{
		margin-top: 20px;
	}	
	
	.modal-icons {
		display: block;
	}

}


 

/* ---------------------------------------------- /*
 * Sccroll Up Style
/* ---------------------------------------------- */

.scrollup{
    width:40px;
    height:40px;
    opacity:0.8;
    position:fixed;
    bottom:25px;
    right:8px;
    display:none;
    text-indent:-9999px;
    background: url('../img/up4.png') no-repeat center;
    background-color: #D6DCE0;
}

/* ---------------------------------------------- /*
 * Cookies Style
/* ---------------------------------------------- */

#catapult-cookie-bar {
	direction: ltr;
	color: #e5e5e5;
	min-height: 30px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background-color: #000;
	text-align: left;
}

#catapult-cookie-bar {
  text-align: center !important;
}

button#catapultCookie {
  margin: 0 20px;
  line-height: 20px;
  background: #6CC9C1;
  border: none;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 5px;
}

#catapult-cookie-bar a {
  color: #fff !important;
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
	
	#catapult-cookie-bar {
		/*display: none;*/
		direction: ltr;
		color: #e5e5e5;
		min-height: 30px;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 99999;
		padding: 6px 20px 4px;
		background-color: #000;
		text-align: left;
	}

	#catapult-cookie-bar {
	  text-align: center !important;
	}
	
	button#catapultCookie {
	  margin: 0 20px;
	  line-height: 20px;
	  background: #6CC9C1;
	  border: none;
	  color: #ffffff;
	  padding: 4px 12px;
	  border-radius: 3px;
	  cursor: pointer;
	  font-size: 13px;
	}
	
	#catapult-cookie-bar a {
	  color: #fff !important;
	  text-decoration: underline;
	}
}

#cookies-text a,
#legal-text a {
	color: #6cc9c1;
}


/* ---------------------------------------------- /*
 * Colaboradores Style
/* ---------------------------------------------- */

#foto {
	background-color: #222;
	background-attachment: fixed;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	background-image: url(../img/fotalia_02.jpg);
}

.home-overlay {
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#foto .intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

#foto .intro h1 {
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; 
}

.text-margin {
	margin: 30px 0;
}

#requisitos .background-white {
	text-align: center;
}

#preguntas .panel-default>.panel-heading{
	background-color: #6CC9C1;
	border-color: #6CC9C1;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

#preguntas .panel-default>.panel-heading:hover,
#preguntas .panel-default>.panel-heading:focus{
	background-color: rgba(0,0,0,0.75);
	border-color: rgba(0,0,0,0.75);
	color: #FFF;
}

#preguntas .panel-body {
	border: none;
}

#preguntas .panel-group .panel{
	border-radius: 0;
}

#preguntas .panel{
	border-radius: 0;
	margin-bottom: 30px;
}

#preguntas .panel-heading {
	border-radius: 0;
}

#preguntas a:focus{
	color: #FFF;
}

#preguntas h2{
	margin-bottom: 30px;
}

.colaboradores hr{
    max-width: 100%;
    border-color: #D6DCE0;
    border-width: 1px;
    margin: 0;
    background-color: #EDEFF4;
}

/* ---------------------------------------------- /*
 * Accesos Style
/* ---------------------------------------------- */

#acceso {
	height: 100%;
	width: 100%;
}

.nav-tabs {
	border: none;
}

.nav-tabs>li{
	background-color: #6CC9C1;
	font-size: 18px;
	font-weight: normal;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0;
  color: #FFF;
  width: 100%;
  border: none;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  background-color: #6CC9C1;
  border: none;
}

.nav-tabs>li.active {
	background-color: rgba(0,0,0,0);
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  color: #FFF;
  cursor: default;
  background-color: transparent;
  border: none;
}

.margin-button {
	margin: 30px 0;
}

.form-margin {
	margin: 30px 0 15px;
}

.form-margin-15 {
	margin: 15px 0;
}

#acceso p{
	font-size: 11px;
}

#recover .modal-body{
	text-align: justify;
	margin: 30px 30px;
	font-weight: lighter;
}

#acceso label {
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 14px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}
