.hidden {
  display: none !important;
}

.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../img/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.input-localizador {
    font-size: 3em;
    display: inline-block !important;
}

.btn-localizador {
    font-size: 2.5em;
    padding: 10px 10px 10px 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

/*********************************************
* FONT SIZE **********************************
**********************************************/
h2 {
    font-size: 1.9rem
}

h3 {
    font-size: 1.5rem
}

.font-xss {
    font-size: .6rem;
}

.font-xs {
    font-size: .8rem;
}

.font-xsm {
    font-size: .9rem;
}

.font-sm {
    font-size: 1rem;
}

.font-md {
    font-size: 1.1rem;
}

.font-mdl {
    font-size: 1.25rem;
}

.font-lg {
    font-size: 1.6rem;
}

.font-xl {
    font-size: 2rem;
}

/*********************************************
* BUTTONS ************************************
**********************************************/
button {
    cursor: pointer;
}

button[disabled="disabled"] {
    cursor: default;
}

.btn:focus {
  outline: none !important;
}

.input-group-addon > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control:focus {
    box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .25);
}

.btn.btn-animated i {
    margin-left: 10px;
    transition: .2s;
}

.btn.btn-animated:hover i {
    margin-left: 20px;
}

/*********************************************
* BORDER *************************************
**********************************************/
.bd-0 {
    border-width: 0 !important;
}

.bordered {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.border-b-default {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*********************************************
* FORM ***************************************
**********************************************/
.form-control-custom {
    position: relative;
}

.form-control-custom .form-control {
    padding-right: 35px;
}

.form-control-custom .form-control-icon {
    color: rgba(0, 0, 0, .7);
    line-height: 1;
    padding-right: inherit;
    position: absolute;
    right: 7.5px;
    text-align: right;
    top: calc(50% - 0.5em);
    width: 30px;
}

/*********************************************
* SEPARATOR **********************************
**********************************************/
.separator {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.separator-2,
.separator-3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}

/* SEPARATOR 1 ********************************/
.separator:after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}

h3 + .separator,
h4 + .separator,
h5 + .separator {
    margin-top: 15px;
}

/* SEPARATOR 2 ********************************/
.separator-2:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}

/* SEPARATOR 3 ********************************/
.separator-3:after {
  height: 1px;
  background: #d1d1d1;
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: -1px;
  left: 0px;
  content: "";
  width: 100%;
}

/*********************************************
* HEADER TOP *********************************
**********************************************/
#header-top {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}

.social-links a {
    display: inline-block;
    border-radius: 100%;
}

.social-links i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.form-login {
    width: 290px;
    padding: 15px;
}

/*********************************************
* HEADER NAVBAR ******************************
**********************************************/
#navbar {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(170,170,170,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(170,170,170,1);
    box-shadow: 0px 1px 5px 0px rgba(170,170,170,1);
}

/*********************************************
* FRONT **************************************
**********************************************/
#front {
    background: url(../img/bg.jpg) no-repeat center center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}

#front .layer {
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#front .title {
    font-weight: normal;
}

.accept-terms{
    box-shadow: 0 0 35px rgba(140,152,164,.125);
    border: 1px solid #e7eaf3;
    border-radius: .35rem;
}

.links {
    text-decoration: none;
    color: #3697d9;
    cursor: pointer;
}

.links:hover {
    color: #000;
    transition-duration: 0.5s;
}

.fixed-bottom{
    position: fixed;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 1030;
}

/*********************************************
* PRICING ************************************
**********************************************/

/* Pricing tables
---------------------------------- */
.plan .header {
    margin: 0 -1px;
}

.plan .header h3 {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    padding: 15px 0 10px;
}

.plan .header .price {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 1;
    padding: 8px 0 10px;
}

.plan ul li {
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #FFFFFF;
    padding: 12px 5px;
}

.plan.best-value ul li {
    padding: 15px 5px;
}

/* Pricing radio selection
---------------------------------- */
.new-account-plan-list,
.new-account-plan-list .new-account-plan-wrapper {
    padding: 0 7.5px;
}

.new-account-plan-wrapper {
    position: relative;
}

.new-account-plan-wrapper label {
    border: 2px solid #3697d9;
    color: #3697d9;
    cursor: pointer;
    width: 100%;
}

.new-account-plan-wrapper label:hover,
.new-account-plan-wrapper label:focus {
    outline: 2px solid #3697d9;
}

.new-account-plan-wrapper input:checked + label {
    border: 2px solid #21bb9d;
    color: #21bb9d;
    outline: 4px solid #21bb9d;
}

.new-account-plan-wrapper input:checked + label button {
    border-color: #21bb9d !important;
    background-color: #21bb9d !important;
}

.new-account-plan-name,
.new-account-plan-price {
    line-height: 1em;
    font-size: 1.5em;
    margin: 10px 0;
}

.new-account-plan-description {
    min-height: 87px;
}

.new-account-plan-description,
.new-account-plan-price {
    font-size: 1.1em;
    margin: 10px 0;
}

.new-account-plan-price small {
    font-size: 0.7em;
}

@media (max-width: 767px) {
    .new-account-plan-wrapper:nth-child(1),
    .new-account-plan-wrapper:nth-child(2),
    .new-account-plan-wrapper:nth-child(3) {
        margin-bottom: 7.5px;
    }
    
    .mg-t-md-10{
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .best-value.plan {
        top: -30px;
        position: relative;
        z-index: 2;
    }
}

/*********************************************
* MODULOS FRONT ******************************
**********************************************/
#modulos-front .container {
    background-position: bottom right;
    background-origin: border-box;
    background-clip: border-box;
    background-repeat: no-repeat;
}

@media (min-width: 770px) {
	.ulButtonsMenu {
		display:flex !important;
	}
}
@media (max-width: 500px) {
	
	.ulButtonsMenu{
		display:none !important;
	}
	/*
	.ulButtonsMenu .btn{
		width:50% !important;
		margin:0 !important;
	}
	*/
}

/*********************************************
* FRONT **************************************
**********************************************/
@media (max-width: 767px) {
    .form-control + .input-group-addon:not(:first-child) {
        border: 1px solid rgb(206, 212, 218);
        border-radius: 4px;
    }

    .input-group-addon > .btn {
        border-radius: 4px;
    }

    .section-accept-terms{
        width: 100% !important;
        height: 100vh !important;
        background-color: rgba(0, 0, 0, 0.2);
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1029;
    }
    
    .div-accept-terms{
        bottom: 45% !important;
    }

}

/*********************************************
* MODAL **************************************
**********************************************/
@media (max-width: 992px) {
    .modal-dialog {
        width: 97.5% !important;
        max-width: 97.5% !important;
    }
}