@import url("general.css");

/* tamaño imagenes */
img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.cotiza {
  width: 100%;
  height: auto; /* 
  background: rgb(168, 168, 168); */
  background: rgb(168, 168, 168);
  background: radial-gradient(
    circle,
    rgba(168, 168, 168, 1) 0%,
    rgba(66, 66, 66, 1) 100%
  );
}

/* banner cotiza */
.cotiza-banner {
  /* background: rgb(168, 168, 168);
    background: radial-gradient(circle,
            rgba(168, 168, 168, 1) 0%,
            rgba(65, 65, 65, 1) 50%); */
  width: 100%;
  height: 650px;
  padding-top: 110px;
}

.cotiza-banner .col-lg-6:nth-child(1) {
  margin-top: auto;
  margin-bottom: auto;
}

.cotiza-banner .col-lg-6:nth-child(2) {
  margin-top: auto;
  margin-bottom: auto;
}

.cotiza-banner .the-button-submit {
  float: left;
}

/* cotiza ventana */
.cotiza-ventana {
  padding: 50px 0px;
  margin-bottom: 100px;
}

.cotiza-ventana .paso {
  position: relative !important;
  display: block;
  margin-bottom: -159px;
  font-family: "Poppins-SemiBold";
  font-size: 200px;
  color: var(--color-gris);
  text-shadow: 0px -3px 2px rgba(0, 0, 0, 0.6);
  z-index: -2;
  opacity: 0.4 !important;
  
}

.cotiza-ventana .r-activo p {
  font-family: "Poppins-Regular" !important;
  font-size: 13px;
  text-transform: uppercase;
}

.cotiza-ventana .datosextra input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 10px 0 10px 0;
  font-family: "Poppins-Regular";
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: none;
}

.cotiza-ventana .datosextra input:hover {
  border-color: var(--color-rojo);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.cotiza-ventana .datosextra input:focus {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.r-apartura {
  width: 100%;
  height: 185px;
  position: relative;
  margin-bottom: 30px;
}

.r-apartura .radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 185px;
  margin: 0;
  cursor: pointer;
}

.r-apartura .r-activo {
  height: 185px !important;
}

.r-apartura img {
  padding-top: 7px;
}

.r-apartura .radio:checked + .r-activo {
  background-color: var(--color-rojo);
  width: 100%;
  height: 185px;
}

.m-ventana {
  width: 100%;
  height: 170px;
  position: relative;
}

.m-ventana .radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  margin: 0;
  cursor: pointer;
}

.m-ventana .r-activo {
  height: 170px !important;
}

.m-ventana img {
  padding-top: 7px;
}

.m-ventana .radio:checked + .r-activo {
  background-color: var(--color-rojo);
  width: 100%;
  height: 150px;
}

.the-button-submit {
  margin-top: 50px;
}

#cotiza .nav-tabs {
  border-bottom: 0px solid var(--color-gris);
  margin-bottom: 40px;
}

#cotiza .nav-tabs button {
  font-family: "Poppins-Regular" !important;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--color-negro);
}

#cotiza .nav-tabs .nav-link {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.r-color {
  width: 100%;
  height: 150px;
  position: relative;
  margin-top: 15px;
}

.r-color .radio {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  margin: 0;
  cursor: pointer;
}

.r-color .radio:checked + .r-activo {
  background-color: var(--color-rojo);
  width: 100%;
  height: 150px;
}



.modal-content{
  background-color: var(--color-negro);
}

.modal-header {
  padding: 1rem 1rem;
  border-bottom: none !important;
}

.btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}

.btn-close svg{
  width: 30px;
  height: 30px;
}


#corredera-tradicional iframe{
  width: 100% !important;
  height: 500px;
}

#abatible-interior iframe{
  width: 100% !important;
  height: 500px;
}

#ventana-pivotante iframe{
  width: 100% !important;
  height: 500px;
}

#practicable-interior iframe{
  width: 100% !important;
  height: 500px;
}

#oscilobatiente iframe{
  width: 100% !important;
  height: 500px;
}

#plegable iframe{
  width: 100% !important;
  height: 500px;
}

.espacio {
    height: 100px !important;
}



@media (max-width: 991.98px) {
  .cotiza-banner {
    height: 450px;
  }
  .cotiza-ventana {
    padding: 0px 0px;
    margin-bottom: 100px;
  }
}


@media (max-width: 767.9px) {
  .cotiza-banner {
    height: auto !important;
  }
}