/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
section.main{
	padding: 0;
}
span.button_span{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	text-transform: none;
	margin-left: 5px;
}
div.panel-heading-perfil{
	background: #DA4146;
}
div.panel-heading-perfil h5{
	margin:0px;
	padding: 10px;
	color: #fff;
}
div#userTopCssStatus{
    background: #032B43;
    margin: 0px 0px 20px 0px;
    color: #fff;
}
p#new_user_explain{
    font-size: 11px;
    color: grey;
    text-transform: none;
    font-weight: bold;
}

a.emailProm{	
	font-size:14px;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	text-transform: none;
}
a.emailPromSent{	
	color: #c0c0c0;
}
a.emailProm:hover{
	color: #337ab7;
}
body a.emailProm i span{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
}

#numbers {
    margin: 2em auto;
    padding: 0;
    width: 15em;
    height: 10em;
    overflow: auto;
    text-align: center;
    list-style-type: none;
}

#login-dp{   
    padding: 14px 14px 0;
    overflow:hidden;
    /*background-color:rgba(255,255,255,.9);*/
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.9);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        /*color: #fff;*/
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;}
}

.vertical-middle{
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 350px;
	left: 0;
	right: 0;
	margin: auto;		
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

  .avatar-circle{
  	height : 70px;
  }
  
  .card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

button.botones_user{
	border-radius: 10px;
	min-width: 105px;
	width: 100%;
	font-size: 12px;
}

/* User profile settings*/
div.user_profile_gen{
	color: #777;
}
div.user_profile_gen h6#passMessage{
	margin: 15px 0px 22px 0px;
}
div.user_profile_gen h6.field_error{
	color:red;
    font-size: 10px;
    min-height: 11px;
    text-transform: none;
    margin: 5px 0px 0px 0px;
}
h7#msgRequisitosPass{
	color: grey;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
div.userprofile_block{
	min-height: 581px;
}
div.lang_settings{	
	text-align: right;
}
div.lang_settings label{
	font-size: 12px;
    font-weight: normal;
    text-transform: none;
    color: #474747;
}
div.lang_settings select#lang_settings_options{
    color: #DA4146;   
    font-size: 12px;  
}
hr.patch_columns{
	margin-top: 48px;
}
@media ( max-width : 1199px) {
	body hr.patch_columns {
		margin-top: 28px;
	}
}
/* End user profile settings */

/* Table article Studies*/
body ul li.admin_li{
	height: auto;
	padding-bottom:10px;
}
body table tr td.vmiddle{
	vertical-align: middle;
}
.event-list>li.admin_li time {
    width: 100%;
    height: 20px;
    padding: 0px;
    margin: 0px;
    min-height: 20px;
}
/* end Table article */

div.topuserdetail{   
    background: #032B43;   
    color: #fff;
    margin: 0px;
    float: none;
    clear: both;
    display: inline-block;
    width: 100%;
}
div.buttons_userdetail{    
    margin: 0px;
    float: none;
    clear: both;
    display: inline-block;
    width: 100%;
}
div.botonStatus{
	float:right;
	margin-right: 10px;
}
div.botonEditar{
	float:right;
}
div.topuser_icon{
	float: left;
	margin-left: 15px;
}
div.topuser_icon h6{
	font-size:10px;
}
button.standarBut, button.standarBut:focus{
	color: #fff;
	background: #D30006;	
	transition: background 0.2s ease-in;
	width:auto;
	font-size: 11px;
    text-align: center;
    text-transform: none;
}
button.standarBut:hover{
	color: #fff;
	background: #8B0000;	
}
button.user-button1, button.user-button1:focus{
	color: #fff;
	background: #D30006;	
	transition: background 0.2s ease-in;
	width:100px;
	font-size: 11px;
    text-align: left;
}
button.user-button1:hover{
	color: #fff;
	background: #8B0000;	
}
button.user-button2, button.user-button1:focus{
	color: #fff;
	background: #FBBE01;	
	transition: background 0.2s ease-in;
	width:100px;
	font-size: 11px;
    text-align: left;
}
button.user-button2:hover{
	color: #fff;
	background: #886A08;	
}
button.user-button3, button.user-button1:focus{
	color: #fff;
	background: #5CB85C;	
	transition: background 0.2s ease-in;
	width:100px;
	font-size: 11px;
    text-align: left;
}
button.user-button3:hover{
	color: #fff;
	background: #006400;	
}
h5.userDetailTexts{
	color: #474747;
	overflow: hidden;
	font-size: 12px;
}
h5.userDetailTextsGray{
	color: #788184;
	overflow: hidden;
	font-size: 12px;
}
div.userDetailStudies{
    border-top: 1px solid #D6D9DA;
    border-bottom: 1px solid #D6D9DA;
    margin-bottom: 20px;	
}


/*
 * Card
 */
.card {
/*     background-color: #F7F7F7; */
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.logo-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;    
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;   
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }

/* .btn{ */
/*     box-shadow: 1px 1px 5px #888888; */
/* } */

.btn-xs{
    font-weight: 300;
}
   
.btn-hot {
color: #fff;
background-color: #db5566;
border-bottom:2px solid #af4451;
}

.btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
color: #fff;
background-color: #df6a78;
border-bottom:2px solid #b25560;
outline: none;}


.btn-hot:active, .btn-hot.active {
color: #fff;
background-color: #c04b59;
border-top:2px solid #9a3c47;
margin-top: 2px;
}

.btn-sunny {
color: #fff;
background-color: #f4ad49;
border-bottom:2px solid #c38a3a;
}

.btn-sunny:hover, .btn-sky.active:focus, .btn-sunny:focus, .open>.dropdown-toggle.btn-sunny {
color: #fff;
background-color: #f5b75f;
border-bottom:2px solid #c4924c;
outline: none;
}

.btn-sunny:active, .btn-sunny.active {
color: #fff;
background-color: #d69840;
border-top:2px solid #ab7a33;
margin-top: 2px;
}

.btn-fresh {
color: #fff;
background-color: #51bf87;
border-bottom:2px solid #41996c;
}

.btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open>.dropdown-toggle.btn-fresh {
color: #fff;
background-color: #66c796;
border-bottom:2px solid #529f78;
outline: none;
}

.btn-fresh:active, .btn-fresh.active {
color: #fff;
background-color: #47a877;
border-top:2px solid #39865f;
outline: none;
outline-offset: none;
margin-top: 2px;
}

.btn-sky {
color: #fff;
background-color: #0bacd3;
border-bottom:2px solid #098aa9;
}

.btn-sky:hover,.btn-sky.active:focus, .btn-sky:focus, .open>.dropdown-toggle.btn-sky {
color: #fff;
background-color: #29b6d8;
border-bottom:2px solid #2192ad;
outline: none;
}

.btn-sky:active, .btn-sky.active {
color: #fff;
background-color: #0a97b9;
border-top:2px solid #087994;
outline-offset: none;
margin-top: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 10px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #DA4146;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
button,
a,
label {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "*";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    /*background: rgb(71, 71, 71);*/
    background: #032B43;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

/* Cambios Home Responsive */
button.rojo-button1, button.rojo-button1:focus{
	color: #fff;
	background: #DA4146;	
	transition: background 0.2s ease-in;
}
button.rojo-button1:hover{
	color: #fff;
	background: #C0393E;	
}
button.gray-button1, button.gray-button1:focus{
	color: #fff;
	background: #677474;	
	transition: background 0.2s ease-in;
}
button.gray-button1:hover{
	color: #fff;
	background: #4C5B61;	
}
.blue-button1, .blue-button1:focus{
	color: #fff;
	background: #032B43;	
	transition: background 0.2s ease-in;
}
.blue-button1:hover{	
	color: #fff;
	background: #150811;	
}
a.button_normal{
	background: #DA4146;
	color: #ffffff;
	font-size: 12px; 
	margin-top: 20px;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;	
    transition: background 0.2s ease-in;
}
a.button_normal:hover{
	background: #C0393E;
	text-decoration: none;		
}
a.button_normal_min{
	background: #DA4146;
	color: #ffffff;
	font-size: 12px; 	
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;	
    cursor: pointer;
    transition: background 0.2s ease-in;
}
a.button_normal_min:hover{
	background: #C0393E;
	text-decoration: none;		
}
a.button_normal i{
	margin-right:10px;
}
a.download_guia_link i{
	margin-right:10px;
}
a.download_guia_link {
	font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.2s ease-in;
    color: #D6D9DA;
}
a.download_guia_link:hover {
	color: #fff;
	text-decoration: none;
	}
div.home-text-explain h3, div.home-text-explain h1{
	font-size: 30px;
}

header img.logo-reec-home{
	/*animation-name: fadeIn;
    animation-duration: 3s;*/
	width: 40%;
	min-width: 200px;
}
input#msgGuia{
	width: auto;
    font-size: 10px;
}
body h4#msgReec {    
	/*animation-name: fadeIn;
    animation-duration: 3s;*/
    /*margin-bottom: 30px;*/
}

body h4#notResult{
	color:#DA4146;
}

img.img-loading{
	padding-top:18px;
	display:inline;
	width:5%;
}

a.butt_hid{
    width: 80px;
    text-align: left;
    padding: 5px 0px 5px 5px;
    margin-bottom: 5px;
}
body input#textoSimple {
    font-size: 14px;
    height: 50px;
}
body input#textoMapa {
    font-size: 14px;
}
body button.search_but_new_red{
	height: 50px;
    background: #DA4146;
    border: 1px solid #DA4146;
    transition: background 0.2s ease-in;
}
body button.search_but_new_red:hover{	
	color: #fff;
	border: 1px solid #883333;
    background:#883333;   
}	
/* queries */
@media (max-width: 1200px) {
	/*body h4#msgReec, body h4#notResult {
	   font-size: 15px;  
	}*/	
	body div.home-text-explain h3, div.home-text-explain h1{
		font-size: 28px;
	}
	body input#textoSimple {
    	font-size: 11px;
	}
	body input#textoSimple::placeholder {
    	font-size: 10px;    	
	}
	body table.admin_table{
		font-size: 11px;
	}
}

@media (max-width: 992px) {
	/*body h4#msgReec, body h4#notResult {
	   font-size: 12px; 
	}	*/
	body div.home-text-explain h3, div.home-text-explain h1{
		font-size: 22px;
	}
	body table.admin_table{
		font-size: 10px;
	}
	body div#filtro div.filter_left label{
		font-size: 9px;
		text-transform: none;
	}
	body div#filtro div.filter_left h7{
		font-size: 11px;
		text-transform: none;
	}
}

@media (max-width: 768px) {
	/*body h4#msgReec, body h4#notResult {
	   font-size: 11px;  
	}*/
	body input#textoSimple{
		font-size: 11px;
	}	
	body p{
		font-size: 14px;
	}
	body h1, body h3{
		font-size: 20px;
	}
}

@media (max-width: 620px) {
	/*body h4#msgReec, body h4#notResult {
	   font-size: 10px;  
	}*/
	body header img.logo-reec-home{
		margin: 0 auto 0px;
	}
	body input#textoSimple{
		font-size: 11px;
	}	
	body a#msgAdvancedSearch{
		font-size: 11px; 	
	}
	body div.home-text-explain h3, div.home-text-explain h1{
		font-size: 17px;
	}
	body th.order_button button#btnOrderFecha {
		font-size: 8px;
		width: auto;
	}
		
}
@media (max-width: 480px) {
	body div.home-text-explain h3, div.home-text-explain h1{
		font-size: 12px;
	}
	body p{
		font-size: 12px;
	}
	body h1, body h3{
		font-size: 18px;
	}	
	body input#textoSimple{
		font-size: 10px;
	}
	
	body .hiddible{
		display: none;
	}	
	body th.order_button button#btnOrderFecha {
		font-size: 7px;		
	}
	body a.butt_hid{
	    width: auto;
	    text-align: center;
	    padding: 4px 7px 4px 7px;
	    float: left;
	    margin-left: 10px;
	    font-size: 15px;
	}		
}


/* End cambios */

@media(min-width:768px) {
    header .container {
        margin-top: 50px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
   /* .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }*/

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    /*.navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }*/

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 10px;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
   border-bottom: 1px solid #d3d3d3;
}
.texto-filtro{
	font-size: 12px;
}
section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #9E1628;
}

section.other {
    color: #fff;
    background: #032b43;
}


section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}


.panel-heading {
    padding: 5px 15px;
}

.panel-footer {
	padding: 1px 15px;
	color: #A0A0A0;
}

.profile-img {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}
body i.est_oculto{
	font-size: 20px;
	color: #474747;
}
input, textarea, button { margin-top:10px }

/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}

/* Required field END */

.btn-bs-file{
    position:relative;
   vertical-align: bottom;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
    vertical-align: initial;
}

textarea
{
  width:100%;
   border:0;
}

.blink_me {
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}



.modal span{
   font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.tablemap{
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.tablemap tr{
	cursor:pointer
 }
 .tablemap tr:hover{
	background-color:#c0c0c0;
 }
    
.tablescroll{
	overflow: overlay;
    height: 700px;

    }
    
.titulomapa{
	background-color: #c0c0c0;
	padding: 3%;
	text-align:center
}   

.titulomapa h4{
	padding-right:5px;
} 
