/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */
.posts__item--card .posts__cat.small--scort {
    left: 5px;
    top: 5px;
}
.posts__item--card .posts__cta.small--scort--cta {
    right: 5px;
    width: 35px;
    height: 35px;
}
.posts__item--card .posts__title.small--scort--title {
    font-size: 15px;
}
.posts__item--card .posts__footer.small--scort--footer {
    padding: 5px 5px;
}
@media (min-width: 992px) {
  .meta__item + .meta__item {
    margin-left: 8px;
  }
}
.meta__item.small--scort--meta__item {
    font-size: 13px;
}
.team-meta__place.small--meta-activity {
    font-size: 12px;
}


.modal--login .modal-header{
    height: 10px;
}
.modal--login .modal-header{
    background: none;
}

.modal--login .modal-account__item{
    padding: 15px 38px;
}


/* custom form reclamo by kou */

.form_style form {
    padding-top: 10px !important;
    position: relative;
}

.form_style *:focus,
.form_style input:invalid,
.form_style input:focus,
.form_style select:focus {
    box-shadow: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important
}

.form_style textarea::placeholder,
.form_style input::placeholder {
    opacity: 0 !important
}

.form_style .input,
.form_style input,
.form_style select {
    padding: 0 20px 0 10px !important;
    line-height: 40px !important;
    height: 40px !important
}

.form_style select {
    padding: 0 50px 0 6px !important;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-image: url(../images/arrow-select.jpg);
    background-size: 28px 28px
}

.form_style .input,
.form_style input,
.form_style select,
.form_style textarea {
    border-radius: 0 6px 6px 6px !important;
    border: 2px solid #F0F0F0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: inherit !important;
    color: #211F1F !important;
    background-color: #F0F0F0 !important
}

.form_style .xtipo {
    border-radius: 50% !important;
    border: 1px solid #F0F0F0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: inherit !important;
    color: #211F1F !important;
    background-color: #F0F0F0 !important;
    padding: 0 !important;
    height: 1em !important;
}

.form-check-input.xtipo:checked {
  background-color: #ff5e13 !important;
  border-color: #ff5e13 !important;
}

.form_style .active input {
    border-color: #4157ce !important
}

.form_style input:focus,
.form_style select:focus,
.form_style textarea:focus {
    border-color: #ff5e13 !important
}

.form_style .active input::placeholder,
.form_style input:focus::placeholder {
    opacity: 0.5 !important
}

.form_style .ele-group {
    margin-bottom: 35px !important
}

.form_style .ele-group h3{
    margin-bottom: 10px !important
}

.form_style .ele-group {
    position: relative
}


.form_style input:focus+label {
    color: #fc5f1d !important
}


.form_style input:focus+label,
.form_style textarea:focus+label {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #fc5f1d !important
}

.form_style .ele-group.active label {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #4157ce !important
}

.form_style .elementor-message {
    text-align: center
}

.form_style .form-check {
  position: relative;
}

.form_style label.error{
    display: inline-block;
    padding: 5px 0;
    color: #F04149; 
    text-align:left;
    font-weight: normal;
}
.form_style label.error{
    background: #fff url(../images/unchecked.gif) no-repeat 0 center;
    padding-left: 16px;
    margin-left: .3em;
    padding-top: 3px;
    margin: 0;
    margin-top: 5px;
}
.form_style label.valid {
    background: #fff url(../images/checked.gif) no-repeat center center;
    /*display: block;*/
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: -20px;
    border-radius: 45px;
}
.form_style .modal-form .form-group{
    position: relative;
}

.form_style span.error{
    display: block;
    padding: 5px 0;
    color: #F04149; 
    text-align:left;
    font-weight: normal;
}

.form_style span.nota{
    display: block;
}

/* vid portada */

.listing-video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


/* flotante whatsapp */
.icon_flotante {
  position: fixed;
  right: 80px;
  bottom: 100px;
  z-index: 99999;
}
.icon_flotante.pri{
  bottom: 15px;
}
.icon_flotante.sec{
  bottom: 100px;
}
.icon_flotante a{
  display: flex;
  justify-content: center;
}

.icon_flotante a h5 {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  color: #222;
  padding: 12px 20px 12px 10px;
  font-size: 14px;
  z-index: -1;
  font-weight: 600;
  margin: 10px 0;
  position: relative;
  top: 3px;
  left: 8px;
  box-shadow: 0px 0px 6px rgba(0,0,0,.2);
  line-height: 14px;
  text-transform: none;
}

.icon_flotante a h5 span{
    font-size: 12px;
}

.icon_flotante a .icon_whatsapp {
  width: 60px;
  height: 60px;
  display: block;
  background: #4caf50;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  line-height: 55px;
}

.icon_flotante a .icon_whatsapp img {
  width: 30px;
  height: 30px;
}

@media (max-width: 480px) {
    .icon_flotante a h5{
        font-size:12px;
    }
    .icon_flotante a .icon_whatsapp{
        width: 50px;
        height: 50px;
        line-height: 45px;
    }
}

.page-heading{
    padding: 25px 0 10px 0;
}

@media (min-width: 992px) {
  .page-heading {
    padding: 50px 0 10px 0;
  }
}


/* nav breadcumb */

.horizontal-scroll {
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

.position-static {
    position: static !important;
}


@media (max-width: 991.98px) {
    .horizontal-scroll-nonpadding {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}


.panelcity .breadcrumb .breadcrumb-item {
    padding: 0px;
    outline: none !important;
    margin-right: 0px;
    display: inline-block;
}

.panelcity .breadcrumb .breadcrumb-item:before {
  display: none;
}

.panelcity .breadcrumb .breadcrumb-item::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    white-space: nowrap;
    color: #fff;
}
.panelcity .breadcrumb .breadcrumb-item.last-child::after {
  display: none;
  content: none;
}

.panelcity .breadcrumb .btn.btn-default,  
.panelcity .breadcrumb .btn.btn-default:active, 
.panelcity .breadcrumb .btn.btn-default:focus {
    background-color: #333;
    color: #fff;
}

.panelcity .breadcrumb .btn.btn-circle {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top:4px;
}


.panelcity .breadcrumb .btn {
    background: transparent;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 36px;
    padding: 0px 10px;
    margin: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    color: #fff;
    -webkit-transition: background-color 100ms ease, border-color 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
    transition: background-color 100ms ease, border-color 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
    transition: transform 100ms ease, background-color 100ms ease, border-color 100ms ease, color 100ms ease;
    transition: transform 100ms ease, background-color 100ms ease, border-color 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 1px solid transparent;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent !important;
    position: relative;

    text-transform: none;
}

.panelcity .breadcrumb .btn:hover:not(:active):not(.no-hover):not(.btn-pure):not(.btn-link) {
  background-color: #4e4f4f;
  color: #e4e6eb;
}

.panelcity .breadcrumb .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-link:hover {
  text-decoration: underline;
}

.panelcity .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: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.panelcity .dropdown-menu {
    border: none;
    max-height: 80vh;
    width: 344px;
    padding: 8px;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px -10px #000;
    box-shadow: 0 20px 50px -10px #000;
    border-radius: 10px;
}

.panelcity .dropdown-compact {
    width: auto;
}

.panelcity .dropdown-item {
    font-size: 15px;
    line-height: 20px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    color: #000 !important;
    font-weight: 400;
    padding: 8px 12px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.panelcity .dropdown-menu:not(.dropdown-multilevel).show {
    overflow-y: auto;
}

.panelcity .dropdown-menu.show {
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    display: block;
}