
body {
    font-family: 'Rubik', sans-serif;
}
section {
    padding: 100px 0;
}
p {
    color: #646f79;
    font-size: 15px;
}
a {
    color: #fff;
    font-size: 14px;
}
a:hover {
    text-decoration: none;
}
li{
    list-style: none;
}
th {
    text-align: inherit;
}

img {
  vertical-align: middle;
  border-style: none;
}
h1 , h2 ,h3 ,h4 {
    color: #000;
}
table {
  border-collapse: collapse;
}
.btn-success{
    background: linear-gradient(60deg, #0575E6, #0842FC) !important;
    margin: 10px;
    width: 150px;
}
.btn-danger{
    background: linear-gradient(60deg, #FF3220, #E81613);!important;
    margin: 10px;
    width: 150px;
}
.file::-webkit-file-upload-button{
    cursor: pointer;
    visibility: hidden;
}
.fa-facebook{
    background: #3b5998;
}
.fa-twitter{
    background: #55acee;
}
.fa-skype{
    background: #00aff0;
}
.fa-linkedin{
    background: #0e76a8;
}
.fa-instagram{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.title{
    font-size: 18px;
    
}
.other-text{
    color: #0575e6 ;
}
.text-sm {
    font-size: 0.875rem !important;
}
.btn {
    background-color: #0575e6;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: +.5px;
    text-align: center;
    padding: 12px 24px;
    -webkit-font-smoothing: subpixel-antialiased;
    top: -4px;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
/*    box-shadow: 0 16px 26px -10px rgba(5,117,230, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5,117,230, 0.2);*/
}
.btn:hover{
    color: #fff;
}

.btn.btn-link {
    background-color: transparent !important;
    font-weight: 500 !important;
    border: none !important;
    color: #fff;
}
.btn.btn-link:hover {
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
}
.btn-search{
    background-color: #0575e6 ;
    border-radius: 50% !important;
}
.btn-search .fa{
    color: #fff;
}
.vh-full {
    height: 80vh;
}

.section-tag {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.section-title-border {
    width: 50px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background: #fff ;
    border-radius: 50%;
    opacity: .8;
}

.Logo-img{
    padding: 0;
}

/*======= HEADER ========*/
.navbar-custom {
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-btn {
    color: #fff !important;
    background-color: #0575e6;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid rgba(0,0,0, .1);
}
.navbar-btn:hover {
    color: #fff !important;
}

.navbar-brand {
    font-weight: 700;
    color: #fff;
    letter-spacing: +.8px;
    cursor: pointer;
}

.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
/*    background-color: transparent !important;*/
    padding: 6px 0;
    margin: 0 15px;
    font-weight: 400;
}
.navbar-custom .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}
.navbar-custom .navbar-nav li a.active {
    border-bottom: 2px solid #0575e6;
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    color: #0f1f3e !important;
}
.nav-sticky.navbar-custom img{
    border-radius: 50%;
    background: -webkit-linear-gradient(330deg, #0575E6, #0842FC);
    background: -o-linear-gradient(330deg, #0575E6, #0842FC);
    background: linear-gradient(60deg, #0575E6, #0842FC);
}

.nav-sticky.navbar-custom .navbar-brand,
.nav-sticky.navbar-custom .navbar-nav li a {
    color: #000;
}

.patter-1 {
    position: relative;
    background-image: url("../images/header/city-header.jpg");
/*    background:linear-gradient(60deg, #ab47bc, #7b1fa2);*/
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.overlayed{
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .9));
    background: -moz-linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .9));
    background: -ms-linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .9));
    background: -o-linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .9));
    background: linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .9));
}
.home-1.waves:after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/svg/waves.svg") bottom no-repeat; 
    background-size: cover;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 3;
}
.home-1 .vh-full {
    min-height: 500px;
    width: 100%;
}
.home-content {
    z-index: 2;
    position: relative;
    text-align: center;
}
.home-content p {
    position: relative;
    width: 100%;
    line-height: 30px;
    color: #fff;
    opacity: .8;
}
.home-content h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    word-spacing: 2px;
    letter-spacing: 2px;
    opacity: .6;
}
.home-content h1 {
    font-size: 45px;
    color: #fff;
}
.photo-header img{
    z-index: 200;
}
.photo-header img{
    position: relative;
    z-index: 100;
    width: 284px;
    top: 70px;
    margin: auto;
}
.img-responsive{
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.header-inner{
    display: table;
    height: 500px;
    width: 100%;
}
.header-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 200;
}
/*=======================*/

/*========= SERVICIOS/SOBRE NOSOTROS ==============*/
.main-color {
    color: #fff;
}

.service-card {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.hover-effect {
    transition: all .3s ease-in-out;
    transform: translateY(0);
}
.hover-effect:hover {
    transform: translateY(-1rem);
}
.service-card .icon {
    background-color: transparent;
    color: #0575E6;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding-top: 16px;
    font-size: 50px;
}
.icon.fa-th-large{
    color: #e91e63;
}
.icon.fa-align-justify{
    color: #4caf50;
}

.feature-card,
.service-card {
    line-height: 30px;
}

.service-2 .service-card i {
    position: relative;
}
.service-2 .service-card i::after {
    content: '';
    background-color: rgba(46, 208, 120, .15);
    position: absolute;
    width: 100%;
    height: 100%;
    right: -16px;
    border-radius: 4px;
    top: -16px;
}
/*  features */
.features .feature-card {
    max-width: 550px;
}
.features .right {
    margin-left: auto;
    text-align: right
}
.feature-card .feature-icon {
    background: rgba(46, 208, 120, .15);
    border-radius: 3px;
    padding: 8px;
    font-size: 28px;
    border: 1px solid rgba(46, 208, 120, .2);
}
.feature-card h5 {
    line-height: 30px;
}

/* call to action */
.action-1.waves-top::before{
    content: '';
    background: url(../images/svg/topWaves.svg);
    background-size: 100% 150px;
    top: 0;
    height: 139px;
    z-index: 1;
    width: 100%;
    display: block;
    position: absolute;
}
.action-1{
    background: url('../images/header/city-header.jpg') no-repeat center center fixed;
    background-size: auto;
    position: relative;
    padding: 0;
}
.btn.btn-action {
    color: #000;
    background: #fff;
    font-weight: 500;
    padding-right: 10px;
}
.overlayed.call-container{
    display: block;
    width: 100%;
    height: 100%;
    background-color: red;
}
/*=======================*/

/*==================== TESTIMONIAL =====================*/
.testimonial .section-tag,
.testimonial .section-detail-para,
.testimonial .section-title h2 {
    color: #ffffff;
}
.testimonial-wrap {
    max-width: 750px;
}    
.testimon-icon {
    float: left;
    margin-right: 20px;
    height: 200px;
    min-width: 100px;
}
.testimon-icon i {
    font-size: 70px;
    color: #fff;
}
.testimon-detail {
    max-width: 750px;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 50px;
    background: linear-gradient(98deg, #0575E6 17%, transparent 17%, #fff 10%);
}
.testimon-detail strong {
    color: #555;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: 3px;
    position: relative;
}
.testimon-detail strong::after {
    display: block;
    border-top: 1px solid #999;
    position: absolute;
    top: 13px;
    right: -45px;
    height: 8px;
    width: 40px;
    content: '';
}
.testimon-detail p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 2;
    color: #888;
}
.testimon-img-wrap img {
    border-radius: 50%;
    width: 76px;
    border: 3px solid #eee;
   
}
.testimon-img::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: none;
    position: absolute;
    border-radius: 50%;
    top: -20px;
    margin-left: 32px;
}
.testimon-img::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ffff;
    transform: none;
    position: absolute;
    border-radius: 50%;
    top: -42px;
    margin-left: -8px;
}
.testimon-img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
    align-items: center;
}
.testimon-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    word-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: .5px;
}
.testimon-tag {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    color: #f1f1f1;
    font-family: 'EB Garamond', serif;
    letter-spacing: 8px;
}
.container-fluid {
    width: 100%;
}

/* slick slider config */
.slick-dots li button::before {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.slick-dots {
    bottom: 0;
    z-index: 100;
}

.slick-dots li.slick-active button {
    background: #fff;
    opacity: .9;
}
.slick-dots li button{
    width: 12px;
    height: 12px;
    transform: none;
    border-radius: 50%;
}
.slick-dots li{
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    margin:0 50px;
}

/* blog */
.item4{
    display: block;
    height: 700px;
}

/*========= CONTACT FORM ==============*/

.contact{
    background: url("../images/contact/bg-contact.jpg") no-repeat center center;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}
.contact p{
    color: #fff;
}
.contact-form {
    background-color: #FFFFFF;
    padding: 35px;
    border-radius: 6px;
    background: #fff;
    color: rgba(0,0,0,0.87);
    box-shadow: 0 16px 26px -10px rgba(5,117,230,0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5,117,230, 0.2); 
}

.goolge-map {
    width: 100%;
    border: 1px solid #dedfe6;
    border-radius: 3px;
}
.contact-img {
    max-height: 200px;
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control{
  background-color: #F3F2EE;
  border: 1px solid #e8e7e3;
  border-radius: 4px;
  color: #66615b;
  font-size: 14px;
  padding: 15px 10px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: transparent;
}

.form-control:focus {
  border: 1px solid #e8e7e3;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

/* footer */
.text-footer{
    color: #fff;
    margin: 10px;
}
.text-footer a{
    color: #0575e6 ;
}
.footer {
    background-color: #43476b;
    padding: 20px 0;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    border-radius: 3px;
    background: linear-gradient(60deg, #0575E6, #0842FC);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.back-to-top i {
    color: #ffffff;
    font-size: 35px;
    display: block;
    line-height: 35px;
}


.sharing-area .btn {
  margin: 15px 4px 0;
  color: #FFFFFF;
}

.sharing-area .btn i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

#navbar {
  margin-bottom: -20px;
}

.sharing-area .btn-twitter {
  background-color: #55acee;
}

.sharing-area .btn-facebook {
  background-color: #3b5998;
}

.sharing-area .btn-google-plus {
  background-color: #dd4b39;
}

.sharing-area .btn-github {
  background-color: #333333;
}

.btn-social{
    box-shadow: none;
}

/*=========== LOGIN ============*/
#modal-login-custom{
    padding-right: 0px !important;
    padding-left: 22px !important;
}
#modal-login-custom .fa.fa-twitter{
    background: none !important;
}
.login-1 {
    position: relative;
    background-image: url("../images/header/city-header.jpg");
/*    background:linear-gradient(60deg, #ab47bc, #7b1fa2);*/
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}
.overlayed-login{
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .5));
    background: -moz-linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .5));
    background: -ms-linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .5));
    background: -o-linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .5));
    background: linear-gradient(-45deg, rgba(5, 117, 230, .9), rgba(37,60,164, .5));
}
.login-page .page-header {
    min-height: 100vh;
    max-height: 1000px;
    height: 100%;
    width: 100%;
  }
.login-page .page-header>.container {
    padding-top: 20vh;
    padding-bottom: 200px;
}
.navbar.navbar-transparent{
    background-color: transparent;
    box-shadow: none;
    padding-top: 25px;
    color: #fff;
}
.login-page .page-header {
    min-height: 100vh;
    max-height: 1000px;
    height: 100%;
  }
.login-page .page-header>.container {
    padding-top: 20vh;
    padding-bottom: 200px;
}
#sectionsNav{
    background-color:rgba(255,255,255,.2);
    border-bottom: 0.5px solid rgba(255,255,255,0.25);
    color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar .navbar-nav .nav-item .nav-link-login {
    position: relative;
    color: inherit;
    padding: 0.9375rem;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 20px;
}
.navbar .navbar-nav .nav-item .nav-link .material-icons {
    font-size: 15px;
    max-width: 24px;
    margin-top: -1.1em;
}
.dropdown {
    position: relative;
}
.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: scale(1);
}
.dropdown-menu {
    display: none;
    padding: 0.3125rem 0;
    border: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: 0 0;
    will-change: transform, opacity;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.dropdown-menu.dropdown-with-icons .dropdown-item {
    padding: 0.75rem 1.25rem 0.75rem 0.75rem;
}
.dropdown-menu.dropdown-with-icons .dropdown-item .material-icons {
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 1px;
    margin-right: 12px;
    opacity: .5;
}
.dropdown-menu .dropdown-item {
    position: relative;
    width: auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: 0.125rem;
    margin: 0 0.3125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    min-width: 7rem;
    padding: 0.625rem 1.25rem;
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.navbar-nav .fa.fa-th{
    font-size: 20px;
    margin-right: 5px;
}
.navbar .navbar-nav .nav-item .nav-link-login {
    position: relative;
    color: inherit;
    padding: 0.9375rem;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 20px;
}

.dropdown-menu.dropdown-with-icons .dropdown-item {
    padding: 0.75rem 1.25rem 0.75rem 0.75rem;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(5,117,230, 0.4);
    background-color: #0575e6 ;
    color: #FFFFFF;
}
.nav-item .fa{
    font-size: 20px;
}

.card-login .card-header {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -40px;
    padding: 20px 0;
    margin-bottom: 15px;
}
.card [class*="header-"], .card[class*="bg-"] {
    color: #fff;
}
.card .card-header-primary {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(5, 117, 230, 0.6);
}
.card .card-header-primary, .card.bg-primary, .card.card-rotate.bg-primary .front, .card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, #0575E6, #0842FC);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.text-center {
    text-align: center !important;
}
.description {
    font-size: 14px;
    margin: 0 0 10px;
    color: #999;
}
.card-login .card-body {
    padding: 0px 30px 0px 10px;
}

.card-login .input-group {
    padding-bottom: 7px;
    margin: 27px 0 0 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-prepend, .input-group-append {
    display: flex;
}
.overlayed-login .footer{
    background-color: rgba(255,255,255,.1);
}
.overlayed-login .footer .text{
    color: #000;
}
/*************************************/
.form-control-login {
    background: no-repeat center bottom, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    border: 0;
    height: 36px;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 14px;
}
.input-group>.form-control-contact, .input-group>.custom-select, .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control-contact, label, input::placeholder {
    line-height: 1.1;
}

.form-control-contact:focus, .bmd-form-group.is-focused .form-control-contact {
    background-size: 100% 100%, 100% 100%;
    transition-duration: 0.3s;
    box-shadow: none;
}
.input-group>.form-control-contact, .input-group>.custom-select, .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control-contact:focus {
    color: #495057;
    background-color: rgba(0, 0, 0, 0);
    border-color: #9acffa;
    outline: 0;
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 123, 0.25);
}
.form-control-contact, label, input::placeholder {
    line-height: 1.1;
}
.form-control-contact, .is-focused .form-control-contact {
    background-image: linear-gradient(to top, #0575E6 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.icon-login.fa{
    width: 20px;
    border: none;
    font-size: 20px;
}
.input-group-text{
    border-bottom: none;
    border: none;
    background: #fff;
}

.card-login .footer{
    padding: 15px;
    background: #fff;  
}
.card-login .footer .btn{
    text-decoration: none;
    color: #0575E6;
}
.card-login .footer p a{
    color: #0575E6;
}
/*=======================*/

/*==========REGISTER USER=============*/
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control {
  background-color: #F3F2EE;
  border: 1px solid #e8e7e3;
  border-radius: 4px;
  color: #66615b;
  font-size: 14px;
  padding: 7px 18px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #e8e7e3;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
.has-success .form-control, .has-error .form-control, .has-success .form-control:focus, .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control, .form-control.error {
  background-color: #FFC0A4;
  color: #EB5E28;
  border-color: #EB5E28;
}
.has-success .form-control, .form-control.valid {
  color: #66615b;
  border-color: #e8e7e3;
}
.has-error .form-control:focus, .form-control.error:focus {
  background-color: #FFFFFF;
  border-color: #EB5E28;
}
.has-success .form-control:focus, .form-control.valid:focus {
  background-color: #FFFFFF;
  border-color: #7AC29A;
}
.form-control + .form-control-feedback {
  border-radius: 6px;
  font-size: 14px;
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%;
  vertical-align: middle;
}
.open .form-control {
  border-bottom-color: transparent;
}
.form-control.input-no-border {
  border: 0 none;
}
.input-group .form-control:not(:first-child):not(:last-child) {
  border-left: 0;
  border-right: 0;
}

label.error:not(.form-control) {
  color: #EB5E28;
  font-weight: 300;
  font-size: 0.8em;
}

.input-lg {
  height: 55px;
  padding: 11px 30px;
}

.has-error .form-control-feedback, .has-error .control-label {
  color: #EB5E28;
}

.has-success .form-control-feedback, .has-success .control-label {
  color: #7AC29A;
}

.input-group-addon {
  background-color: #F3F2EE;
  border: 1px solid #e8e7e3;
  border-radius: 4px;
}
.has-success .input-group-addon, .has-error .input-group-addon {
  background-color: #FFFFFF;
}
.has-error .form-control:focus + .input-group-addon {
  color: #EB5E28;
}
.has-success .form-control:focus + .input-group-addon {
  color: #7AC29A;
}
.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon {
  background-color: #FFFFFF;
}
.has-error .input-group-addon {
  color: #EB5E28;
  border-color: #EB5E28;
}
.has-error .input-group-addon {
  color: #7AC29A;
  border-color: #7AC29A;
}
.input-group-addon + .form-control {
  padding-left: 0;
}

.input-group {
  margin-bottom: 15px;
}

.input-group[disabled] .input-group-addon {
  background-color: #E3E3E3;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-left: 0 none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #E3E3E3;
  cursor: not-allowed;
  color: #9A9A9A;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control[disabled]::-moz-placeholder {
  color: #9A9A9A;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control[disabled]:-moz-placeholder {
  color: #cfcfca;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control[disabled]::-webkit-input-placeholder {
  color: #cfcfca;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control[disabled]:-ms-input-placeholder {
  color: #cfcfca;
  opacity: 1;
  filter: alpha(opacity=100);
}

.input-group-btn .btn {
  border-width: 1px;
  padding: 9px 18px;
}

.input-group-btn .btn-default:not(.btn-fill) {
  border-color: #cfcfca;
}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="button"]:focus {
  outline: 0 !important;
}

.btn:focus,
.btn:hover,
.btn:active {
  outline: 0;
}


/*Navigation menu */
/*
.nav-pills {
  background-color: #F3F2EE;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 40px;
  text-align: center;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li > a {
  padding: 0;
  max-width: 78px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
  top: -32px;
  z-index: 100;
}
.nav-pills > li > a:after {
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -1px;
  top: -4px;
  transform: scale(0);
  transition: .2s all linear;
}
*/

/*
.nav-pills > li.active .icon-circle:before,
.nav-pills > li.active .icon-circle:after {
  content: '';
  width: 71px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  right: -1px;
  top: -2px;
  background: red;

}
*/

/*
.nav-pills > li.active > a [class*="fa-"],
.nav-pills > li.active > a:hover [class*="fa-"],
.nav-pills > li.active > a:focus [class*="fa-"] {
  color: #FFFFFF;
  font-size: 24px;
  top: 21px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
*/

.card .card-checkboxes {
  background-color: #F3F2EE;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
}
.card .card-hover-effect {
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.card .card-hover-effect:hover {
  box-shadow: 0px 12px 17px -7px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transition: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.wizard-card {
  padding: 20px;
  border: none;
  min-height: 410px;
  box-shadow: 0 20px 16px -15px rgba(0, 0, 0, 0.57);
}
.wizard-card .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
  align-content: center;

}

.wizard-card .picture {
  width: 106px;
  height: 106px;
  background-color: #d8d1c9;
  border: 4px solid transparent;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-card .picture:hover {
  border-color: #2ca8ff;
}
.wizard-card .picture-src {
  width: 100%;
}


.wizard-card .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.wizard-card .tab-content {
  min-height: 435px;
/*  padding: 105px 20px 10px;*/
}
.wizard-card .wizard-footer {
  padding: 0 15px 5px;
  justify-content: center;
}
.wizard-card .disabled {
  display: none;
}
.wizard-card .wizard-header {
  padding: 15px 15px 15px 15px;
  position: relative;
  border-radius: 3px 3px 0 0;
  z-index: 3;
}
.wizard-card .wizard-header h3 {
  text-align: center;
}
.wizard-card .wizard-title {
  color: #252422;
  font-weight: 300;
  margin: 0;
}
.wizard-card .category {
  font-size: 14px;
  font-weight: 400;
  color: #9A9A9A;
  margin-bottom: 0px;
  text-align: center;
}

.icon-circle {
  font-size: 50px;
  text-align: center;
  border-radius: 70%;
  color: #FFF;
  font-weight: 600;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  top: -2px;
  background: linear-gradient(60deg, #0575E6, #0842FC);
}
.icon-circle [class*="fa-"] {
  position: absolute;
  z-index: 1;
  left: 1px;
  right: 0px;
  top: 23px;
}


.wizard-card .info-text {
  color: #252422;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 12px;
  font-weight: 400;
}
.wizard-card .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 38px;
}
.wizard-card .choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  background-color: #999999;
  color: #FFFFFF;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-card .choice i {
  font-size: 32px;
  line-height: 55px;
}
.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
  border-color: #2ca8ff;
}
.wizard-card .choice input[type="radio"],
.wizard-card .choice input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}
.wizard-card .description {
  color: #999999;
  font-size: 14px;
}

.btn-next{
  background: linear-gradient(60deg, #0575E6, #0842FC);
}
.btn-previous{
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border:1px solid rgb(204, 204, 204,.9);
}
.btn-previous:hover{
    color: rgb(51, 51, 51, .6);
}
.btn-finish{
  background: linear-gradient(60deg, #4CC773,#4CAF50 ); 
}


.circle-icon-user{
    margin:15px 0px 20px;
}
.container-check{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-content{
    justify-content: center;
}
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}
.container-check input:checked ~ .checkmark {
   background: linear-gradient(60deg, #0575E6, #0842FC);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-check input:checked ~ .checkmark:after {
  display: block;
}
.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=======================*/

/*===========LIST CONTACT============*/
#directory{
    display: none;
}
.header-form{
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 15px;
    margin-top: 15px;
}
.header-form p{
    line-height: 5px;
}
.directory-content{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
}
.card-directory { 
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.card-directory:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.table-responsive {
  
  text-align: left;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
  border: 0;
}

.card-directory+.list-group .list-group-item:first-child {
  border-top: 0;
}
.card-directory .table td, .card .table th {
     padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.card-directory .search-container{
    margin-top: 15px;
    width: 55%;
}

.table.align-items-center td, .table.align-items-center th {
    vertical-align: middle;
}
.align-items-center {
  align-items: center !important;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.table {
    border-collapse: collapse !important;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table thead th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #e9ecef;
}
.table a{
    color: #000;
}
.table td .progress {
  height: 3px;
  width: 120px;
  margin: 0;
}

.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.badge-dot {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: none;
}

.badge-dot strong {
  color: #32325d;
}

.badge-dot i {
  display: inline-block;
  vertical-align: middle;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  margin-right: .375rem;
}

.badge-dot.badge-md i {
  width: .5rem;
  height: .5rem;
}

.badge-dot.badge-lg i {
  width: .625rem;
  height: .625rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table th {
  font-weight: 500;
}

.table tbody+tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #f8f9fe;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}
.table .thead-light th {
  color: #8898aa;
  background-color: #f6f9fc;
  border-color: #e9ecef;
}


.table td,
.table th {
    background-color: #fff !important;
}

.card .table {
  margin-bottom: 0;
}

.card .table td,
.card .table th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card .table td .name-comany:hover{
    border-bottom: 1px solid #000;
}
.table .thead-light th {
  color: #8898aa;
  background-color: #f6f9fc;
  border-color: #e9ecef;
}
.table-flush td,
.table-flush th {
  border-left: 0;
  border-right: 0;
}
.table td, .table th {
    font-size: 0.8125rem;
    white-space: nowrap;
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}


.avatar {
  color: #fff;
  background-color: #adb5bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.avatar+.avatar-content {
  display: inline-block;
  margin-left: .75rem;
}

.avatar-lg {
  width: 58px;
  height: 58px;
  font-size: 0.875rem;
}

.avatar-sm {
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
}
.avatar-group .name-comany, 
.avatar-group .fa{
    position: relative;
    font-size: 12px;
    top: -11px;
}
.avatar-group .fa{
    background-color: #FFF;
    padding: 5px;
    color: #0842FC;
    font-size: 13px;
}
.avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

.avatar-group .avatar:hover {
  z-index: 3;
}

.avatar-group .avatar+.avatar {
  margin-left: -1rem;
}
.rounded-circle {
  border-radius: 50% !important;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
/*
.progress {
  height: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
*/
.table td .progress {
  height: 3px;
  width: 120px;
  margin: 0;
}
.progress-bar {
  box-shadow: none;
  border-radius: 0;
  height: auto;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.dropdown {
  position: relative;
}
.btn-option{
    position: relative;
    text-transform: none;
    /* transition: all 0.15s ease; */
    letter-spacing: 0.025em;
    font-size: 0.875rem;
    will-change: transform;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-icon-only {
  
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
}

.btn-icon-only:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-icon-only:not(:last-child) {
    margin-right: .5rem;
}
.btn-icon-only:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}
a.text-light:hover, a.text-light:focus {
    color: #b1bbc4 !important;
}
a.text-light:hover, a.text-light:focus {
    color: #919ca6 !important;
}

a.btn-icon-only {
  line-height: 2.5;
}
.text-light {
  color: #adb5bd !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #919ca6 !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #525f7f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4375rem;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);

}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-menu.show {
    
  display: block;
}
.dropdown-menu {
  min-width: 12rem;
}

.dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
  font-size: 0.875rem;
}

.dropdown-menu .dropdown-item>i,
.dropdown-menu .dropdown-item>svg {
  margin-right: 1rem;
  font-size: 1rem;
  vertical-align: -17%;
}

.dropdown-menu a.media>div:first-child {
  line-height: 1;
}

.dropdown-menu a.media p {
  color: #8898aa;
}

.dropdown-menu a.media:hover .heading,
.dropdown-menu a.media:hover p {
  color: #172b4d !important;
}
.dropdown-menu-right {
      position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(32px, 31px, 0px);
  right: 0;
  left: auto;
}

.card-footer {
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.page-item.disabled .page-link {
  color: #0575e6;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0575e6 ;
}

.page-item.disabled .page-link {
  color: #8898aa;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.page-item .page-link,
.page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 3px;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
}

.input-group  .btn-filtro{
    padding: 0;    
    font-size: 8px;
    height: 20px;
    width: 10%;
    line-height: 22.5px;
    margin: 0px 5px;
    margin-top: -12px;
    min-width: 35px;
    background: linear-gradient(60deg, #0575E6, #0842FC);
}
/*=======================*/
/*==========CONTACT DETAIL============*/
.nav-directory{
    display: flex;
    flex-direction: row;
}
.nav-directory li{
    margin-left: 0;
    padding: 2px;
    width: 25%;
}
.nav-directory li a{
    color: #000;
}
.nav-tabs .nav-link.active{
    background: linear-gradient(60deg, #0575E6, #0842FC);
    color: #FFF;
}
#directory .card-directory .row h3,
#directory .card-directory .row button{
    float: right;
}
.header-contact{
    background-image: url("../images/header/city-header.jpg");
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    height: 200px;
}
.option-directory .menu-opciones .navbar-collapse{
    margin-top: 8px;
}
.option-directory .menu-opciones .navbar-collapse .navbar-nav a{
    color: #8898aa;
}
.menu-opciones button{
    padding: 12px;
    font-size: 13px;
    float: right;
}
.container-task p{
    padding: 0;
    margin: 5px;
    width: 250px;
    height: auto !important;
}
.menu-opciones .navbar-collapse{
    padding-left: 30px;
    max-width: 125px;
    text-align: left;
}
.menu-opciones .dropdown-menu .btn.btn-task{
    width: 50%;
    margin: auto;
}
.menu-opciones .navbar-collapse .navbar-nav .dropdown-menu a:hover p{  
    color: #fff;
}
.menu-opciones .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item{
    border-bottom: 0.5px solid rgba(0,0,0,.1);
    padding: 0;
    white-space: normal;
}

.menu-opciones button i{
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
}
.option-directory .menu-opciones .dropdown-menu a .circle-little img{
    height: 60px;
    width: 60px
}
.card .card-section {
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
}
.card-section .card-aside{
    border-radius: 12px;
    box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0 none;
    padding: 0 5px 5px;;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.card-section .card-aside .row div span{
    padding: 0;
    margin-top: -15px;
}
.card-section .card-aside .row .col-5 p{
    float: right;
    min-width: 150px;
    height: auto;
}
.card-section .card-aside .row .fa{
    float: left;
    margin-left: 40px;
    margin-top: -5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    box-shadow: 0 6px 10px 6px rgba(0, 0, 0, 0.11);
    color: #fff;
}
.card-section .card-aside .row .fa-phone{
    background: green;
}
.card-section .card-aside .row .fa-envelope{
    background: #C9211B;
}
.card-section .card-aside .row .fa-star-half-o{
    background: #0575e6;
}
.card-section .card-aside .row .fa-facebook,
.card-section .card-aside .row .fa-twitter,
.card-section .card-aside .row .fa-instagram,
.card-section .card-aside .row .fa-skype,
.card-section .card-aside .row .fa-linkedin{
    box-shadow: none;
    margin-left: 0;
}
.card-section .card-aside i{
    font-style: normal;
}
.card-contact .avatar-content {
  text-align: center;
  text-transform: none;
  margin-top: -77px;
}
.card-contact .avatar-content {
  text-align: center;
  text-transform: none;
  margin-top: -105px;
}

.card-contact .card-body .avatar {
  width: 170px;
  height: 170px;
  border: 1px solid #FFFFFF;
  position: relative;
}

.card-contact .card-body {
  padding: 0px;
  min-height: 300px;
}

.card-contact .button-container {
  margin-bottom: 6px;
  text-align: center;
}
.circle-little{
    color: #252422;
}
.circle-little  img{
    padding: 2px;
    width: 35px;
    height: 35px;
}
.card-directory-custom .search-container{
    margin-bottom: -15px;
    padding-bottom: 0;
}
.card-directory-custom .section-title{
    font-size: 20px;
}
.card-directory-custom .card.shadow {
    border: none;
    box-shadow: none !important;
}
.text-mail{
    display: block;
    text-align: right;
    vertical-align: middle;
    line-height: 40px;
}
.custom-msj{
    margin-top: 70px;
}
.custom-msj .card-aside .avatar{
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.15);
    margin-top: -150px;
}
.custom-msj .card-aside .avatar .fa{
    color: #0842FC;
    font-size: 40px;
}
.btn-content{
    margin: auto;
    align-content: center;
    text-align: center;
}
.coorganizadores-list .avatar-group .avatar{
    width: 35px;
    height: 35px;
}
.coorganizadores-list .avatar-group .text-coorganizadores{
    line-height: -20px;
    margin-top: -15px;
}
.custom-participants{
    background:transparent;
    width: 75%;
    margin: auto;
    border: none;
}
.modal-qr{
    background: transparent;
    height: 700px;
}
.card-qr{
    margin: auto;
    text-align: center;
    padding: 20px;
    width: 70%;.
}
.custom-qr p .fa-qrcode{
    width: 100%;
    text-align: center;
    font-size: 150px;
}
/*=======================*/
/*===========Others dates============*/
.dowloads .mb-4{
    margin: auto;
    line-height: 200px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: linear-gradient(60deg, #0575E6, #0842FC);
}
.dowloads .fa{
    color: #fff;
    font-size: 5em;
}
.dowloads p{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.dowloads .dowloads-number{
    font-size: 44px;
    font-weight: 700;
}
.dowloads .footer-detail{
    font-size: 18px;
    font-weight: 700;
}
/*=======================*/
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar-custom .navbar-collapse {
        background: #fff;
        border-radius: 4px;
        padding: 10px 5px 20px;
        margin: 0 15px;
    }
    .navbar-custom .navbar-nav li a {
        color: #0f1f3e;
    }
    .navbar-custom .navbar-right .btn,
    .navbar-custom .navbar-brand {
        margin-left: 15px;
    }
    .navbar-custom .navbar-toggler {
        margin-right: 15px;
    }
    .navbar-custom .navbar-right .btn {
        margin-top: 10px;
    }
    .nav-sticky.navbar-custom .navbar-collapse {
        padding: 10px 0 20px;
        margin: 0;
    }
    .navbar-custom .navbar-toggler {
        margin-right: 15px;
        background: #0575e6 ;
        border: 1px solid #ddd;
        color: #fff;
    }

    .features .right {
        margin-left: unset;
    }
    .features .feature-card {
        margin-top: 40px;
    }
    .login-page .navbar .navbar-translate .navbar-brand{
        display: none;
    }
    #sectionsNav{
        padding: 20px;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .img-responsive{
        display: none;
    }
    .testimon-icon i {
        font-size: 60px;
        color: #ddd;
    }
    .testimon-icon {
        min-width: 80px;
    }
     .testimon-detail {
        background: #fff;
        padding: 20px 15px;
    }
    .testimon-icon {
        float: none;
        margin-right: 0;
        height: auto;
        margin-bottom: 26px;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .card-resize {
        max-width: 325px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
