.banner_catalogo_img{
    width: 100%;
}

.container_ppal{
    margin-top: 2rem;
}

.slider-container{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.btn_llamanos{
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 22rem;
    margin-left: 32rem;
}



/* MODAL */

.modal-content{
    background-color: #003c75;
    border-radius: 1.3rem !important;
}

.icon_phone_llama{
    margin-top: -0.5rem;
    width: 2rem;
}

.header_modal{
    text-align: right;
    padding-right: 1rem;
    padding-top: 0.5rem;
}

.icon_close{
    font-size: 1rem;
    color: white;
}

.icon_close:hover{
    color: #f4e72f;
    cursor: pointer;
}

.title_form_modal{
    text-align: center;
}

.modal-title{
    color: #f4e72f;
    font-size: 2.4rem;
}

.form_contain{
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
}

.input_neon{
    border: 2px solid transparent;
    width: 15em;
    height: 2em;
    padding-left: 0.8em;
    outline: none;
    overflow: hidden;
    background-color: #F3F3F3;
    border-radius: 10px;
    transition: all 0.5s;
    margin-bottom: 1.5rem;
}

.input_neon:hover, .input_neon:focus, .input_gde_modal:hover, .input_gde_modal:focus{
    border: 2px solid #f4e72f;
    box-shadow: 0px 0px 0px 7px rgba(166, 236, 74, 0.2);
    background-color: white;
}

.name_input, .empresa_input, .email_input, .tel_input, .city_input, .msn_input{
    width: 100% !important;
}

.input_gde_modal{
    border: 2px solid transparent;
    width: 15em;
    padding-left: 0.8em;
    outline: none;
    overflow: hidden;
    background-color: #F3F3F3;
    border-radius: 10px;
    transition: all 0.5s;
    margin-bottom: 1.5rem;
}

.foot_modal{
    padding-bottom: 3rem;
    text-align: center;
}

.btn_enviar_modal_c{
    border-radius: 10px;
    background-color: #f4e72f;
    color: #003c75;
    font-weight: 700;
    border-color: #f4e72f;
    border-width: 3px;
}

.btn_enviar_modal_c:hover{
    border-color: #f4e72f;
    border-width: 3px;
    background-color: transparent;
    color: #f4e72f;
}

/* From Uiverse.io by vishnupprajapat */ 
.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }
  
  .checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098a9;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #003c75;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f4e72f;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 8px;
  }
  .checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: #f4e72f;
  }
  
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    background: #f4e72f;
    border-color: #f4e72f;
    animation: wave-46 0.4s ease;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }
  
  @keyframes wave-46 {
    50% {
      transform: scale(0.9);
    }
  }
  
  .check_container{
    margin-top: -4rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .disclaimer_info{
    color: white;
    font-size: 0.8rem;
  }

  .msge_info{
    position: absolute;
    top: 32.7rem;
    left: 8rem;
  }

  .btn_first_modal{
    background-color: #f4e72f;
    width: 10rem;
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    color: #003c75;
    font-size: 1.7rem;
    font-weight: 700;
    position: absolute;
    top: 26.4rem;
    left: 72.7rem;
  }

  .btn_first_modal:hover{
    background-color: transparent;
    border-color: #f4e72f;
    border-width: 3px;
    cursor: pointer ;
    border-style: solid;
  }

  @media(min-width: 1920px) and (max-width: 1924px){
    .btn_first_modal{
      left: 84.7rem;
    }

    .btn_llamanos{
      margin-left: 40rem;
    }
  }

  .link_llamada_p{
    background-color: #f4e72f !important;
    color: #003c75;
    font-size: 2.2rem;
    width: 35rem !important;
    text-align: center;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    font-weight: 900;
    display: block;
    font-family: Robotob !important;
  }

  .link_llamada_p:hover{
    cursor: pointer !important;
    color: #003c75;
    background-color: transparent !important;
    border-style: solid;
    border-color: #f4e72f;
    border-width: 3px;
    padding-bottom: 0.1rem !important;
    padding-top: 0.2rem !important;
  }

  .text_btn_cat:hover{
    cursor: pointer!important;
    color: #003c75;
  }

  @media(min-width: 360px) and (max-width: 844px){

    .link_llamada_p{
      font-size: 1.2rem !important;
      width: 19rem !important;
    }

    .btn_llamanos{
      margin-left: 3rem !important;
    }

    .txt_subs{
      width: 18rem !important;
      margin-left: 3rem !important;
      font-size: 1.6em;
    }


  }