@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Montserrat', sans-serif !important;
    margin: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
}
button, input, select, textarea, optgroup {
  font-family: 'Montserrat', sans-serif !important;
}
/* Login */

/** Contact section start **/
.contact-section {
    font-family: 'Montserrat';
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    background: url(../img/login/fondo.png);
    background-size: cover;
  }
  
  .contact-section .login-box {
    background: #fff;
    max-width: 450px;
    border-radius: 4%;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  }
  
  .contact-section .form-section {
    text-align: center;
    padding: 50px;
    border-radius: 10px 0 0 10px;
  }
  
  .contact-section .bg-img {
    background: rgba(0, 0, 0, 0.04) url(../img/login2.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    border-radius:0px;
    opacity: 1;
    width: 100%;
    z-index: 999;
    min-height: 496px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-section-bg{
    background: #f7f7f7;
  }
  
  .contact-section .pad-0{
    padding: 0;
  }
  
  .contact-section .info{
    padding: 30px;
    text-align: center;
    border: solid 5px #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    margin: 0 auto;
  }
  
  .contact-section .info h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .contact-section .form-section p{
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
  }
  
  .contact-section .form-section p a{
    color: #fff;
    font-weight: 500;
  }
  
  .contact-section .form-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }
  
  .contact-section .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
  }
  
  .contact-section .logo-2 img{
    margin-bottom: 10px;
    height: 45px;
  }
  
  .contact-section .form-section .thembo{
    margin-left: 4px;
  }
  
  .contact-section .form-section h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #505050;
  }
  
  .contact-section .form-section .form-group {
    margin-bottom: 25px;
  }
  
  .contact-section .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
  }
  
  .contact-section .form-section .form-box input {
    float: left;
    width: 100%;
    padding-left: 45px;
  }
  
  .contact-section .form-section .input-text {
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    height: 50px;
    background: rgba(23, 23, 23, 0.72);
    color: #616161;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .contact-section .form-section .checkbox .terms{
    margin-left: 3px;
  }
  
  .contact-section .form-section .btn-md {
    cursor: pointer;
    padding: 15px 50px 13px 50px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    width: 100%;
  }
  
  .contact-section .form-section input[type=checkbox], input[type=radio] {
    margin-right: 3px;
  }
  
  .contact-section .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
  }
  
  .contact-section .form-section .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
  }
  
  .contact-section .form-section .btn-theme {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #333333;
    background: #ffcd00;
    font-weight: 800;
  }
  
  .contact-section .form-section .btn-theme:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  }
  
  .contact-section .none-2{
    display: none;
  }
  
  .contact-section .logo{
    top: 40px;
    position: absolute;
    left: 65px;
  }
  
  .contact-section .form-section .terms{
    margin-left: 3px;
  }
  
  .contact-section .btn-section {
    border-radius: 50px;
    margin-bottom: 25px;
    display: inline-block;
    background: #fff;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
  }
  
  .contact-section .btn-section .btn-1 {
    border-radius: 50px 0 0 50px;
    border-right: solid 2px #e6e6e6;
  }
  
  .contact-section .btn-section .link-btn {
    font-size: 13px;
    float: left;
    background: transparent;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-decoration: blink;
    line-height: 30px;
    width: 90px;
    color: #505050;
  }
  
  .contact-section .btn-section .btn-2 {
    border-radius: 0 50px 50px 0;
  }
  
  .contact-section .form-section .checkbox {
    font-size: 14px;
  }
  
  .contact-section .form-section .form-check{
    float: left;
    margin-bottom: 0;
  }
  
  .contact-section .form-section .form-check a {
    color: #fff;
    float: right;
  }
  
  .contact-section .form-section .form-check-input {
    position: absolute;
    margin-left: 0;
  }
  
  .contact-section .form-section .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
  }
  
  .contact-section .form-section .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  }
  
  .contact-section .form-section input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
  }
  
  .contact-section .form-section input[type=checkbox], input[type=radio] {
    margin-top: 4px;
  }
  
  .contact-section .form-section a.forgot-password {
    font-size: 15px;
    /*color: #616161;*/
    /*float: right;*/
    line-height: 50px;
    color: #00162d;
    font-weight: 600;
  }
  
  .contact-section .form-section a.forgot-password:hover {
    /*color: #616161;*/
    font-style: italic;
    text-decoration: underline;
  }
  
  .contact-section .social-list a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    margin: 2px;
    border-radius: 5%;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  }
  
  .contact-section .social-list a:hover{
    color: #fff;
  }
  
  /** Social media **/
  .contact-section .facebook-bg{
    color: #4867aa;
  }
  
  .contact-section .facebook-bg:hover {
    background: #4867aa;
  }
  
  .contact-section .twitter-bg {
    color: #33CCFF;
  }
  
  .contact-section .twitter-bg:hover {
    background: #33CCFF;
  }
  
  .contact-section .google-bg {
    color: #db4437;
  }
  
  .contact-section .google-bg:hover {
    background: #db4437;
  }
  
  .contact-section .linkedin-bg {
    color: #2392e0;
  }
  
  .contact-section .linkedin-bg:hover {
    background: #1c82ca;
  }
  
.logo-log{
    height: auto !important;
    width: 80%;
    opacity: 1;
  }
  
  .fg-show_Pass{
    margin-top: 20px;
    margin-bottom: 5px !important;
  }
  
  .inpt-show_pass{
    margin-left:20px !important; 
    width: 10px !important; 
    margin-top: 5px !important;
  }
  
  @media (max-width: 992px) {
    .contact-section .form-section {
        width: 100%;
    }
  
    .contact-section .bg-img {
        min-height: 100%;
        border-radius: 5px;
    }
  
    .inline-search-area.isa-5 .btn-search {
        height: 54px;
    }
  
    .counters-photo{
        display: none;
    }
  
    .counters-2.counters-4{
        padding: 0;
    }
  
    .none-992{
        display: none!important;
    }
  
    .main-header .navbar-light .navbar-toggler {
        border: solid 1px #797979;
        border-radius: 2px;
        font-size: 18px;
        font-weight: 400;
    }
  
    .main-header .navbar-light .navbar-toggler span {
        color: #fff;
    }
  
    .properties-details-Slider .slider-listing {
        height: 375px!important;
    }
  
    .intro-section-2 p{
        margin-bottom: 10px;
    }
  
    .intro-section-2 {
        padding: 30px 15px 30px;
        margin: 0 0 30px;
        text-align: center;
    }
  
    .service-info {
        padding: 30px 20px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
  
    .services-2 .service-info {
        padding: 30px 20px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
        background: transparent;
    }
  
    .property-box-5 .detail {
        padding: 15px 0 5px;
    }
  
    .contact-section .login-box {
        max-width: 500px;
        margin: 0 auto;
        padding: 0;
    }
  
    .property-box-5 .plan-price {
        font-size: 30px;
        bottom: 140px;
        right: 35px;
    }
  
    .property-box-5 .plan-price sup {
        top: -20px;
        color: #fff;
    }
  
    .property-box-5 .plan-price span {
        color: #fff;
    }
  }
  
  
  @media (max-width: 768px) {
    .contact-section .form-section{
        padding: 30px;
    }
  }

  .icons_input{
    position: absolute;
    top: 16px;
    left: 20px;
    color: gray;
  }

  
  
  .VIP_Client{
    color: #ffffff !important;
    display: inline-block;
    margin-top: 5%;
    margin-left: 5%;
    padding: 5px 22px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border: 0;
    border: 1px solid #fecf0e;
    -webkit-border-radius: 30px;
    background: #fecf0e;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
  }
  
  .VIP_Client:hover{
    font-size: 19px !important;
  }

/*Beneficios*/
.img_member{
  width: 100%;
}
.img_member:hover{
  transform: scale(1.07);
}

.title_bold{
  font-weight: bold;
}

.info_member{
  background: white;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 12%) 0px 0px 15px 2px;
  padding: 3% 6%;
}

.status_user{
  padding-left: 20px;
  font-weight: bold;
  color: #05f786;
}

.img_profile{
  width: 70%;
  height: 70%;
  background: gray;
  border-radius: 100%;
  margin-left: 15%;
}

.img_load{
  width: 100%;
  border-radius: 50%;
  height: auto;
}

.file-select {          
  position: absolute;
  display: flex;
  width: 37%;
  right: 17%;
  height: 37%;
}
 
.file-select::before {
  background-color: #ffffffa8;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 100%;
  content: 'Seleccionar';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;              
}
 
.file-select input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;          
}
 
#src-file1::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f044";
  font-size: 25pt;
  color: black;
}

.input_data_user{
  width: 100%;
  border-radius: 20px;
  border: 0px;
  background: #6d6d6d40;
  color: #333333;
  font-size: 14pt;
  padding: 5px 20px;
}

.input_data_user:focus{
  outline: none;
}

.pdn-col{
  padding: 15px 15px;
}

.a_pass{
  padding-left: 20px;
  margin-top: 20%;
  color: #002740;
  font-weight: 500;
}

.figure{
  width: 100%;
  height: 100%;
  margin: 0%;
}

.figure-caption {
  width: 100%;
}

.row_buttons{
  margin-top: 5%;
  text-align: center;
}

.button_cancel{
  width: 80%;
  border-radius: 20px;
  border: none;
  font-size: 13pt;
  color: #333333;
  font-weight: bold;
  padding: 5% 7%;
  background: #d4d4d4;
  cursor: pointer;
}

.button_cancel:focus{
  outline: none;
}

.button_save{
  width: 80%;
  border-radius: 20px;
  border: none;
  font-size: 13pt;
  color: #d4d4d4;
  font-weight: bold;
  padding: 5% 7%;
  background: #002740;
  cursor: pointer;
}

.button_save:focus{
  outline: none;
  
}


.lanzamientos{
  background: white;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 12%) 0px 0px 15px 2px;
  padding: 3% 6%;
  width: 100%;
  height: 100%;
  margin-top: 5%;
}

/*Carousel*/
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
      display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */


.card_carousel{
  height: 55vh;
  width: 90% !important;
}
.img_card_carousel{
  height: 80%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.centered{
  text-align: -webkit-center;
}

.carousel-control-prev {
  left: -7%  !important;
  opacity: 1 !important;
}

.carousel-control-next {
  right: -7% !important;
  opacity: 1 !important;
}

#recipeCarousel .carousel-control-prev {
  left: -4%  !important;
  opacity: 1 !important;
}

#recipeCarousel .carousel-control-next {
  right: -4% !important;
  opacity: 1 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 40px !important;
  height: 40px !important;
  background: #d0d0d0 no-repeat center center !important;
  align-self: center;
}

.fa-span{
  color: black;
  font-weight: bold;
  font-size: x-large;
  margin: 2px;
}

.btn-modal{
  background: #ffcd00;
  border-radius: 40px;
  padding: 3% 20%;
  font-weight: 700;
}


.btn-modal:hover{
  color: #333333;
  background: #ffcd00c9;
}

.pd-card{
  padding: 5px 0%;
}

.font-color{
  color: gray;
}

.allign-end{
  text-align: end;
}

.select-order{
  padding: 2% 6%;
  border-radius: 40px;
  border: none;
  background: #d4d4d4;
}
.select-order:focus{
  outline: none;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", sans-serif;
  font-size: 18px;
  color: #60666d;
  text-align: left;
  font-weight: bolder;
}
@media (min-width: 768px) {
  .select-box {
    width: 70%;
    margin-left: 30%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 60%;
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 50%;
    margin-left: 50%;
  }
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5% 6%;
  background-color: #dadada;
  border-radius: 40px;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.img_proyect{
  height: 100px;
  border-radius: 20px;
}

.table td, .table th {
  vertical-align: middle;  
}

.margin-table{
  margin-bottom: 5%;
}

.level_l {
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  margin: 0%;
}

.text-name_l {
  font-size: 10pt;
  font-weight: bold;
  color: gray;
}

.a_l{
  font-weight: bold;
  color: #002740;
}

.pad-0{
  padding: 0 !important;
}

.self-center{
  align-self: center;
}

.col-wha{
  align-self: center;
  margin-top: 5%;
}

.btn-cita{
  margin-bottom: 6%;
  margin-left: 20%;
  width: 70%;
  border-radius: 20px;
  background: #ffcd00;
  color: #333333;
  font-weight: bold;
  border: none;
  padding: 1% 1%;
  cursor: pointer;
}

.btn-cita:hover{
  background: #ffcd00e0;
}

.btn-cita{
  outline: none;
}

.ht_img_u{
  height: 35vh;
}

.btn_closeM{
  margin-top: -8%;
  margin-right: -3%;
  position: relative;
  float: right;
  outline: none;
  background: transparent;
  border: none;
  font-size: 14pt;
}



@media (max-width: 767px){
  .w3-modal-content {
      width: 500px;
      margin: 5% !important;
  }
  .img_member:hover {
    transform: scale(1.1);
  }
  .ht_img_u{
    height: 45vh;
  }
  .btn_closeM{
    margin-top: -4%;
    margin-right: -3%;
    position: relative;
    float: right;
  }  
  .t_cntr{
    text-align-last: center;
  }
  .desc_M{
    padding: 15px;
    text-align: justify;
  }
  .btn-cita {
    margin-bottom: 6%;
    margin-left: 15%;
    width: 70%;
    border-radius: 20px;
    background: #ffcd00;
    color: #333333;
    font-weight: bold;
    border: none;
    padding: 1% 1%;
    cursor: pointer;
    margin-top: 5%;
  }
}

@media (max-width: 767px){
  .card_carousel {
      height: 40vh !important;
      width: 90% !important;
  }
  .middle_nav h6 {
    font-size: 1rem;
  }
}



@media (max-width: 1024px) {
  .btn-modal {
    background: #ffcd00;
    border-radius: 40px;
    padding: 3% 10% !important;
    font-weight: 700;
    width: 100% !important;
  }
}

@media (min-width: 768px) and  (max-width: 1024px) {
  .ht_img_u{
    height: 30vh;
  }
  .card_carousel {
    height: 30vh !important;
    width: 90% !important;
  }
}

@media (min-width: 1900px) {
  .card_carousel {
    height: 45vh;
    width: 90% !important;
  }
  .btn-modal {
    font-size: 1.5rem;
  }
  .title_bold {
    font-size: 1.5rem;
  }
  .font-color {
    font-size: 1.4rem;
  }
  .text-name_l {
    font-size: 13pt;
  }
  .level_l {
    font-size: 14pt;
  }
  .a_l {
    font-size: 1.3rem;
  }
}

.amount_icon{
  height: auto;
  width: 55%;
}

.col_a_i{
  text-align: center;
  align-self: center;
}

.ui-widget-content {
  border: 1px solid #e6e6e6 !important;
  background: #e6e6e6 !important;
  color: #fecf0e;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px !important;
  height: 105% !important;
  background: #fecf0e !important;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

