@font-face {
	font-family: 'GothamRounded-Light';
	src: url('../typos/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),  
	url('../typos/GothamRounded-Light.otf')  format('opentype'),
	url('../typos/GothamRounded-Light.woff') format('woff'), 
	url('../typos/GothamRounded-Light.ttf')  format('truetype'), 
	url('../typos/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamRounded-Book';
	src: url('../typos/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),  
	url('../typos/GothamRounded-Book.otf')  format('opentype'),
	url('../typos/GothamRounded-Book.woff') format('woff'), 
	url('../typos/GothamRounded-Book.ttf')  format('truetype'), 
	url('../typos/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamRounded-Medium';
	src: url('../typos/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),  
	url('../typos/GothamRounded-Medium.otf')  format('opentype'),
	url('../typos/GothamRounded-Medium.woff') format('woff'), 
	url('../typos/GothamRounded-Medium.ttf')  format('truetype'), 
	url('../typos/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}


html{
	background: white!important;
}
body{
	padding-top:0px!important;
	font-family: 'GothamRounded-Book';
	font-size:16px;
  	color: #808080;  	
	overflow-x:hidden;
	overflow-y:auto;
}
a{
    color: inherit!important;
	text-decoration:none;
	-webkit-transition: all 250ms ease-out;
	  -moz-transition: all 250ms ease-out;
	  -o-transition: all 250ms ease-out;
	  -ms-transition: all 250ms ease-out;
	  transition: all 250ms ease-out;
	outline: 0 none!important;
}
a:hover{
	text-decoration:none;
}
i{
  font-style: normal;  
}
b{
	font-family: 'GothamRounded-Medium';
	font-weight:100;
}
h1, h2, h3, h4, h5, h6{	
	font-weight:100;
}
h1, h2, h3, h4, h5{
	font-family: 'GothamRounded-Light';
}
input, textarea{
  outline: none;
}
button{
  text-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background:#00b4a9;
  color:white;
}
.btn_ico{
	background:none;
    padding-top: 4px;
}
.btn_ico .fa{
	font-size: 20px;
    vertical-align: top;
}
.btn_volver .fa{
	font-size: 22px;
}
::-webkit-input-placeholder {
  color: rgba(255,255,255,0.2);
}
:-moz-placeholder { 
  color: rgba(255,255,255,0.2);
}
::-moz-placeholder {  
  color: rgba(255,255,255,0.2);
}
:-ms-input-placeholder {
  color: rgba(255,255,255,0.2);
}

.img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.resp{
	display: none;
}

.line-clamp{
    display            : block;
    display            : -webkit-box;
    -webkit-box-orient : vertical;
    position           : relative;
    line-height        : 1.2;
    overflow           : hidden;
    text-overflow      : ellipsis;
    padding            : 0 !important;
}
.line-clamp:after{
    content    : '...';
    text-align : right;
    bottom     : 0;
    right      : 0;
    width      : 25%;
    display    : block;
    position   : absolute;
    height     : calc(1em  1.2);
    background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
@supports (-webkit-line-clamp: 1){
    .line-clamp:after{
        display : none !important;
    }
}
.line-clamp-1{
    -webkit-line-clamp : 1;
    height             : calc(1em * 1.2 * 1);
}
.line-clamp-2{
    -webkit-line-clamp : 2;
    height             : calc(1em * 1.2 * 2);
}
.line-clamp-3{
    -webkit-line-clamp : 3;
    height             : calc(1em * 1.2 * 3);
}
.line-clamp-4{
    -webkit-line-clamp : 4;
    height             : calc(1em * 1.2 * 4);
}
.line-clamp-5{
    -webkit-line-clamp : 5;
    height             : calc(1em * 1.2 * 5);
}


/*
	BOOTSTRAP
*/
.container{
	position:relative;
}
.tooltip > .tooltip-inner {
	padding: 8px 15px;
	background-color: rgba(20,20,20,0.9);
	font-family: 'GothamRounded-Book';
	font-size: 18px;
}
.panel{
	height: 300px;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
    box-shadow: none;
    color: #808080;
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
}
.panel .list-group-item {    
    float: left;
    border: none;  
}
.panel::before { 
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}
.label {
	display: inline-block;
    height: 20px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;    
    border-radius: 10px;
    color: white!important;
    font-family: 'GothamRounded-Book';
}
.label.lg {
    height: 22px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 11px;
}
.red{
	display: inline-block;
	width: 20px;
	height: 20px;
	max-height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
}
.share{
	float: left;
    margin-top: 2px;
    margin-right: 8px;
    color: #ccc
}
.fb{
	background-image: url(../images/redes_fb.svg);
}
.tw{
	background-image: url(../images/redes_tw.svg);
}
.inst{
	background-image: url(../images/redes_inst.svg);
}
.in{
	background-image: url(../images/redes_in.svg);
}
.pagination{
    width: 100%;
    margin-top: 45px;
    margin-bottom: 0px;
    text-align: center;
}
.pagination>li {
    display: inline-block;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > a:focus {
	    width: 15px;
    height: 15px;
    padding: 1px 0px;
    border-radius: 15px!important;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    background: none;
    color: #808080!important;
}
.pagination > li > a:hover{
    background: rgba(48,48,48,0.1);
}
.pagination > li > a.active{
    color: white!important;
}
.form-control {
    height: 34px;
    margin-bottom: 20px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    color: #aaa;    
    border: none;
    border-bottom: 1px solid rgba(48,48,48,0.15);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none!important;
}
.form-control:focus {
    outline: 0 none!important;
}
.btn{
    height: 30px;
    letter-spacing: 0px;
    border-radius: 15px;
    padding: 4px 20px;
    font-size: 14px;
    color: white!important;
    font-family: 'GothamRounded-Book';
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default{
    border: none;    
    background: #ccc!important;
}
.btn.lg{
	height: 34px;
	font-size: 16px;
	border-radius: 17px;
	padding: 6px 20px;
}
.btn.disabled{
	background: #ccc;
	color: #808080!important;
}
.btn.search{
	height: 36px;
	padding: 5px 10px;
	background: white;
	color: #808080!important;
	border: none;
	border-radius: 0px!important;
    border-bottom:1px solid rgba(48, 48, 48, 0.14902)
}
.panel-group{
	margin-bottom: 75px;
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.panel-group .panel{
	height: auto!important;
	margin-bottom: 15px!important;
}
.panel-heading a{
    outline: 0 none;
}
label{
	color: #aaa;
	font-size: 14px;
	line-height: 16px;
	font-weight: 100;
	font-family: 'GothamRounded-Book';
}
label b{
	color: red;
}
/*.form-control {
	height: 36px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 16px;
	border-bottom: 1px solid rgba(48,48,48,0.15);
}*/

.tooltip > .tooltip-inner {
	max-width: 400px;
	padding: 5px 10px;
    background-color: rgba(30,30,30,0.9);    
    font-size: 14px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input{
	position: relative;
	width: 280px;
	height: 30px;
	margin-right: 5px;
    padding-left: 45px;
    padding-top: 6px;
	display: inline-block!important;
	background: white;
	border-radius: 4px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.custom-file-input::before {
	content: 'Adjuntar CV';
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #ccc;
	color: white;
	padding: 5px 15px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-size: 14px;
    border-radius: 4px 0px 0px 4px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.nav-pills{
	display: inline-block;
	margin-bottom: 50px;
}
.nav-pills li{
	margin: 0px!important;
	padding: 0px;
}
.nav-pills li a{
	position: relative;
	height: 34px;
	padding: 10px 20px;
	border-radius: 0px;	
	line-height: 1;
	background: #ccc;
	color: white!important;
	border-left: 1px solid white;
}
.nav-pills li:nth-child(1) a{
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
}
.nav-pills li:nth-last-child(1) a{
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
}
.nav-pills li.active a{
	border-left: none;
}
.nav-pills li.active a:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 8px;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	left: 50%;
	transform: translateX(-50%);
	top: 100%;	
}


.pat_20{
	padding-top: 20px;
}
.pat_30{
	padding-top: 30px;
}
.pat_50{
	padding-top: 50px;
}
.pat_75{
	padding-top: 75px;
}
.pab_20{
	padding-bottom: 20px;
}
.pab_30{
	padding-bottom: 30px;
}
.pab_50{
	padding-bottom: 50px;
}
.pab_75{
	padding-bottom: 75px;
}






.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop {
   background-color: rgba(255,255,255,0.5);
}
.modal-header{
	border: none;
}
.modal.alerta .modal-header{
	background: #d9534f;
}
.modal-header h4{
	color: white;
}
.modal-content{
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal .btn{
	width: auto!important;
    margin: 0px!important;
    background: #eee;
    /*color: #808080!important;*/
	-webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none;
}



.fancybox-close {
    top: 6px!important;
    right: 0px!important;
    width: 40px!important;
    height: 40px!important;
    background-image: url(../images/fancy_cerrar.svg)!important;  
    background-size: contain!important;
    background-position: center center;
    background-repeat: no-repeat;
}
.fancybox-lock .fancybox-overlay {
    background: rgba(0,180,170,0.25);
}



/*
	LOGIN
*/
.login .modal-header{
	background-color: #6600ff; 
}
.login .modal-body{
	padding-top: 150px;
	background: url(../images/home_login_gris.svg) center 30px no-repeat;
	background-size: 100px;
	text-align: center;
}
.login .form-control{
	text-align: center;
}
.login .btn{
	width: 100%;
	background-color: #6600ff;
}
.login .no_reg{
	display: inline-block;
	margin-top: 20px;
	color: #00c3ff!important;
	color: #6600ff!important;
	font-size: 14px;
	line-height: 14px;
}






@media (max-width: 992px){

	body{
		font-size: 14px;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 16px;
	}
	h1, h2, h3, h4, h5{
		font-family: 'GothamRounded-Book';
	}
	b{
		font-family: 'GothamRounded-Medium';
	}

}


@media (max-device-width: 480px){

	.login h4{
		font-size: 16px;
    	line-height: 16px;
    }    
    .fancybox-close {
        width: 30px!important;
	    height: 30px!important;	    
	}
	.login .modal-body {
	    padding-top: 100px;
	    background: url(../images/home_login_gris.svg) center 20px no-repeat;
	    background-size: 70px;
	}
	.form-control {
	    height: 30px;
	    margin-bottom: 15px;
	    font-size: 14px;
	    line-height: 14px;
	}

}



















