@supports (transition: initial) {
  /* CSS to use if transitions are supported */
}



.containerplus-boton{
    position: fixed;
    border-radius: 25%;
    bottom: 5px;
    left: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
      
}

.container-boton:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.boton{
    width:150px;
    transition: ease 1s;
    border: none;
    background: transparent;
    font: inherit;
}



 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 10px 50px 30px;
    border: 1px solid #888;
    width:100%;
    max-width: 450px;
    text-align: center;
    border-radius: 20px;
    align-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  .modal-content h1{
    font-family: "Lexend" !important;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
    position: relative;
  }

  .modal-content input{
    width: 100%;
    font-size: 0.8em;
    background: transparent;
    border: 0;
    outline: none;
    padding: 18px 15px;
    color: rgb(55, 55, 55);

  }
  
  .modal-content input::placeholder{
    color: #155b79;
  }


  input[type="checkbox"] {
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        color: #547915;
        padding-left: 10px;
        height: 15px !important;
        margin-top: 2px;
        margin-left: 8px !important;
        width: 20px !important;
        padding: 0;
        flex:unset;
        border: 2px solid #b3b0b0;
	
  }
  


  .input-field{
    background-color: hsl(37, 65%, 92%);
    margin: 15px 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    transition: max-height 05s;
    overflow: hidden;
  }

  .input-field-select{
    background-color: hsl(37, 65%, 92%);
    margin: 10px 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    transition: max-height 05s;
    overflow: hidden;
  }

  .input-field-option{
    background-color: hsl(37, 65%, 92%);
    margin: 5px 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    transition: max-height 05s;
    overflow: hidden;
    height: 35px;
  }


  .modal-content i{
    margin-left: 15px;
    color:#888;
  }


  form p{
    color: rgb(116, 118, 118);
    text-align: left;
    font-size: 13px;
    display: flex;
  }

  form p a{
   
    color: #155b79;
    margin-left: 5px;
  }

  .btn-field{
    width: 100%;
    display: flex;
   
    padding-top: 20px;
  }

 .btn-field button{
    flex-basis: 58%;
    font-size: 16px;
    align-items: center;
    text-align: center;
    background-color: #c25621;
    color: #ffffff;
    height: 40px;
    border-radius: 9px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: background 1s;

  }

   .btn-field button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: hsl(37,27%,79%);
    border-color: hsl(37,27%,79%);
    transition: var(--transition);
    z-index: -1;
    box-shadow: 0px 3px 0px 0px rgb(188, 188, 188);
    border: 0;
    border-radius: 9px;
    outline: 0;
  }


  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: #000;
     float: right;
    font-size: 28px;
    font-weight: normal;

  }
  
  .close:hover,
  .close:focus {
    color: rgb(152, 151, 151);
    text-decoration: none;
    cursor: pointer;
  }
  
  .close1 {
    color: #000;
     float: right;
    font-size: 28px;
    font-weight: normal;

  }
  
  .close1:hover,
  .close1:focus {
    color: rgb(152, 151, 151);
    text-decoration: none;
    cursor: pointer;
  }

  .modal-header {
    padding: 2px 16px;
    background-color: #155b79;
    color: white;
  }
  
  .modal-body {
    padding: 20px 20px;
    padding-left: 120px !important;
    height: 50%;
    align-content: center;
    align-items: center;
    align-self: center;
    font-size: 1.3em;
}

    #pswd{
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        width: 140px;
        height: 30px;
    }

    #user{

        font-family: "Lexend" !important;
        font-size: 0.8em;  
        width: 180px;
        height: 30px;
    }
  
    #tel{
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        width: 180px;
        height: 30px;
    }

    #mail{
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        width:270px;
        height: 30px;
    }

    #pagos{
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        color: #155b79;
        padding-left: 10px;
        height: 30px;
        margin-top: 12px;

    }
    
    #tipopago{
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        padding-left: 4px;
        margin-left: 10px;
        color: #155b79;
    }
  
    #lblanticipo{
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        color: #155b79;
        padding-left: 10px;
        height: 30px;
        margin-top: 12px;

    }

    #selanticipo{
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        padding-left: 4px;
        margin-left: 10px;
        color: #155b79;
    }

    #lbloferta{
        font-family: "Lexend" !important;
        font-size: 0.8em;  
        color: #155b79;
        padding-left: 2px;
        margin-top: 3px;
        float: left;
    }  
    
    #ofertado {
      font-family: "Lexend" !important;
      font-size: 0.8em;  
      /**color: #155b79;*/
      color:hsl(37, 65%, 92%);
      width:15%;
      border: 1px;
      border-radius: 2px;
      display: inline-block;
    }

    #lblmonto{
      font-family: "Lexend" !important;
      font-size: 0.8em;  
      color: #155b79;
    }


    .privacidad{
      margin-top: 8px;
    }

  

  .modal-footer {
    padding: 2px 16px;
    background-color: #155b79;
    color: white;
  }



  .btn-modal {
    --fs-5: 1rem;
    padding: 12px 28px;
  }




  .btn-modal {
    position: relative;
    background: var(--orange-soda);
    color: var(--white);
    font-family: var(--ff-lexend);
    font-size: var(--fs-5);
    text-transform: var(--text-transform, capitalize);
    border: 1px solid var(--orange-soda);
    padding: 10px 20px;
    left: 70px;
    z-index: 1;
  }
  
  .btn-modal:is(:hover, :focus) {
    background: var(--black);
    color: var(--dark-jungle-green);
    border-color: var(--black);
  }
  
  .btn-modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--white);
    transition: var(--transition);
    z-index: -1;
  }
  
  .btn-modal:is(:hover, :focus)::before { width: 100%; }


 




/* The Modal Premium (background) */
.modalpremium {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 96px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modalpremium-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    /*padding: 10px 10px 10px;*/

    padding-right:10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-top-width: 10px;

    border: 1px solid #888;
    width:85%;
    max-width: 85%;
    text-align: center;
    border-radius: 20px;
    align-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  .modalpremium-content h1{
    font-family: "Lexend" !important;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
    position: relative;
  }

  .modalpremium-content input{
    width: 100%;
    background: transparent;
    border: 0;
    outline: none;
    padding: 18px 15px;
    color: rgb(55, 55, 55);

  }
  
  .modalpremium-content input::placeholder{
    color: #155b79;
  }


  .modalpremium-content i{
    margin-left: 15px;
    color:#888;
  }


  .modalpremium-header {
    padding: 2px 16px;
    background-color: #155b79;
    color: white;
  }

  .modalpremium-body {
    padding: 20px 20px;
    padding-left: 120px !important;
    height: 50%;
    align-content: center;
    align-items: center;
    align-self: center;
    font-size: 1.3em;
}

 .modalpremium-footer {
    padding: 2px 16px;
    background-color: #155b79;
    color: white;
  }

    /* The Close Button */
  .closepremium {
    color: #000;
     float: right;
    font-size: 28px;
    font-weight: normal;

  }
  
  .closepremium:hover,
  .closepremium:focus {
    color: rgb(152, 151, 151);
    text-decoration: none;
    cursor: pointer;
  }

     /* The Close Button */
  .closeAgent {
    color: #000;
     float: right;
    font-size: 28px;
    font-weight: normal;

  }
  
  .closeAgent:hover,
  .closeAgent:focus {
    color: rgb(152, 151, 151);
    text-decoration: none;
    cursor: pointer;
  }



  /**
   * SLIDE
   */
.mySlidespremium {display: none;}
.mySlidespremium img {
  vertical-align: middle; 
  box-shadow: 2px 2px 5px rgba(204, 185, 131, 1);
  width:100%;
}


/* Caption text */
.mySlidespremium .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.mySlidespremium .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bfbdb1;
  border-radius: 60%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* .active {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.0s;
}


@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .textslide {font-size: 11px}
  .textslidetwo {font-size: 11px}
}



 .input-field-agent{
    background-color: hsl(40, 75%, 95%);
    margin: 15px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: max-height 05s;
    overflow: hidden;
  }

  .input-field-agent-select{
    background-color: hsl(40, 75%, 95%);
    margin: 10px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: max-height 05s;
    overflow: hidden;
  }

  .input-field-agent-option{
    background-color: hsl(40, 75%, 95%);
    margin: 5px 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    transition: max-height 05s;
    overflow: hidden;
    height: 35px;
  }
