/*header*/

.login-btn-nav{
  color: #FFFFFF !important;
    text-align: center;
    font-family: 'Caviar Dreams Bold';
    letter-spacing: 3px;
    width: 100%;
    margin-top: 5%;
    font-size: 17px;
}

.navbar {
    padding-left: initial;
    padding-right: initial;
  }
  
  .logo-container {
    width: 11%;
    margin-top: .3125rem;
    margin: .3125rem;
    margin-left: initial;
    background-color: black;
    text-align: center;
  }
  
  .navbar-brand {
    display: inline-block;
    padding-top: initial;
    padding-bottom: initial;
    margin-right: initial;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  
  .navbar-brand img {
    width: 90%;
  }
  
  .vl {
    border-left: 3px solid white;
    height: 65px;
    position: absolute;
    margin-left: -6px;
    top: 0;
      /* padding-top: 2px; */
    top: 8px;
  }
  
  .title-contaner {
    background-color: black;
    width: 88%;
    text-align: center;
  }
  
  .title-contaner .row {
    height: 80px;
  }
  
  .main-title {
    line-height: 200%;
  }
  
  .user-menu {
    width: 10%;
    height: 80px;
    background-color: black;
  }
  
  .user-menu ul {
    line-height: 65px;
  }
  
  .user-menu ul li a.usernameAccount {
    color: white !important;
    text-align: center;
    font-family: 'Caviar Dreams Bold';
    letter-spacing: 3px;
  }
  
  .user-menu ul li .dropdown-menu .dropdown-item {
    font-family: 'Caviar Dreams Bold';
  }
  
  .user-menu ul li .dropdown-menu .dropdown-item:hover, .user-menu ul li .dropdown-menu .dropdown-item:active {
    background-color: black;
    color: white;
  }
  
  
  /**/
  
  #property-sec {
    margin-top: -70px;
  }
  
  .footer-bottom {
    padding: 0;
    margin-bottom: 10px;
  }
  
  .footer-widget {
    font-size: 15px;
  }
  
  .footer-bottom {
    font-size: 15px;
  }
  
  textarea {
    resize: none;
    height: 180px !important;
  }
  
  input, textarea {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    font-size: 18px !important;
  }
  
  .form-group>label {
    color: #000000;
  }
  
  form .nice-select {
    width: 100%;
    border: 1px solid #eeeeee;
    background-color: transparent;
    padding: 0;
    border-radius: 4px;
    height: auto;
  }
  
  form .nice-select, form .nice-select>.current {
    border-color: #000000;
    color: #000000;
  }
  
  form .nice-select .current {
    display: block;
    line-height: 30px;
    padding: 2px 20px;
    text-transform: capitalize;
    color: #666666;
    font-size: 15px;
  }
  
  #contacto_casasydepas {
    margin-top: 0 !important;
  }
  
  /*Footer*/
  
  .footer-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: initial;
    opacity: 0.50;
    z-index: -1;
  }
  
  .footer-section > div {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-widget .title .text {
    font-family: 'Caviar Dreams Bold';
  }
  
  .footer-widget p {
    font-family: 'Caviar Dreams';
  }
  
  .footer-widget .title .text {
    font-size: 35px;
    color: #FFFFFF;
  }
  
  .footer-widget p {
    color: #FFFFFF;
    font-size: 20px;
  }
  
  .footer-widget .title .shape {
    height: 3px;
    background-color: #FFFFFF;
  }
  
  .contacto_casasydepas {
    font-family: Caviar Dreams;
    color: #FFFFFF;
    font-size: 20px;
  }
  
  .acerca-de p {
    max-width: 500px;
    text-align: justify;
    direction: rtl;
    margin-left: auto;
  }
  
  #contacto_casasydepas label.error {
    color: red;
  }
  #movil_nav{
    display: none;
  }
  #movil_nav .navbar-brand{
    font-size: 14px;
    font-family: 'Caviar Dreams Bold';
    margin-left: auto;
    margin-right: auto;
  }
  
  /**/
  
  @media (min-width: 1920px) and (max-width: 1920px) {
  
    .navbar-brand img {
      width: 60%;
    }
  }
  
  @media (min-width: 1024px) and (max-width: 1152px) {
  
    .main-title {
      margin-top: 10px;
      font-size: 30px;
    }
  
    .navbar-brand img {
      width: 100%;
    }
  }
  
  @media (min-width: 576px) {
  
    .modal-dialog {
      margin: 1.75rem auto;
    }
  }
   /*
  @media only screen and (min-device-width: 720px) and (max-device-width: 1560px) {

    .footer-widget ul li i{
      line-height: 23px;
    }
    .contacto_casasydepas{
        font-size: 15px;
    }
    .acerca-de p{
        font-size: 14px;
    }
    #web_nav{
        display: none !important;
    }
    #movil_nav{
      display: flex;
    }
    #grid-titulo {
       margin-top:0;
      position: relative;
      bottom: 160px;
      z-index: 2;
      color: white;
  }
  }
  */
  @media (min-device-width: 360px) and (max-device-width: 768px) {
    .footer-widget ul li i{
      line-height: 23px;
    }
    .contacto_casasydepas{
        font-size: 15px;
    }
    .acerca-de p{
        font-size: 14px;
    }
    #web_nav{
        display: none !important;
    }
    #movil_nav{
      display: flex;
    }
    #grid-titulo {
       margin-top:0;
      position: relative;
      bottom: 160px;
      z-index: 2;
      color: white;
  }
  }

  
  