@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;800&display=swap');

html,
body {
  margin: 0px;
}

:root{
  --color-carts: #cd8600;
  --color-carts-hover: #d6a000;
  --color-back: #24195e;
}

textarea{
  resize: none;
}

#trucazo {
  opacity: 0;
}

.flip-box-index{
  display: block !important;
    background-color: transparent !important;
    color: black !important;
    width: auto !important;
    border-radius: 0px !important;
    text-align: center !important;
    height: auto !important;
    padding: 10px !important;
    box-shadow: none !important;
}

.flip-box-index img{
  width: 20% !important;
}

.texto h2{
  margin: 0px !important;
}
.texto h3{
  font-size: 30px !important;
  font-weight: 700 !important;
  text-align: left !important;
}

.texto p{
  margin: 0px !important;
}

.formulario h1 {
  text-transform: Uppercase;
  margin-bottom: .5em;
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  color: #E4E5E6; }
  
  .formulario h1 {
  position: relative;
  background: linear-gradient(to right, hwb(36 20% 2%), hsl(36, 100%, 71%), #ff9100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }
  

form {
  margin-top: 35px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 15px 25px;
  box-shadow: 2px 2px 12px rgb(107, 107, 107);
  border-radius: 15px;
  text-align: center;
  width: 350px;
  float: right;
  margin-right: 50px;

}


.form-txt {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-txt a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 25px;
}

.form-txt a:hover {
  color: var(--color-carts-hover);
}

.input-group {
  display: flex;
  flex-direction: column;
}

input,
textarea {
  background-color: #f7f7f8;
  padding: 15px;
  border: 1px solid gray;
  margin-bottom: 25px;
  border-radius: 6px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  
}

::placeholder {
  color: rgb(173, 172, 172);
  font-size: 15px;

}

:focus {
  outline: 1px solid #161817;
}

.btn {
  background-color: var(--color-carts);
  color: rgb(255, 255, 255);
  font-size: 25px;
  padding: 10px 5px !important;
  font-family: 'Rubik', sans-serif;
  width: 50% !important;
  margin: auto;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  
}

.btn:hover {
  background-color: rgb(255, 255, 255);
  color: var(--color-carts-hover);
border: 1px solid var(--color-carts-hover);
transition-duration: 0.5s;
}


.texto {
  display: flex;
    justify-content: center;
    margin: 10px 2%;
    width: 60%;
    margin-top: 2%;
    box-shadow: 0px 0px 4px gray;
    padding: 10px;
    border-radius: 20px
}

.texto h2 {
  margin-top: 10px;
  font-size: 32px;
  color: rgb(0, 0, 0);
}

.texto p {
  
  font-size: 23px;
}

.texto_info{
  margin: 0px 30px;
  width: 70%;
}

.contacto {
  padding-top: 5%;
  padding-bottom: 1%;
}


.mapa{
  width: 450px;
  height: 150px;
  margin-left: 3%;
}

.estem {
  margin-left: 5%;
  padding-top: 1%;
}

.estem h4 {
  font-size: 30px;
  padding-bottom: 0px;
  margin: 0px;
  font-weight: 700;
}

.info_contact{
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 30px !important;
}

.info_contact a{
  color: var(--color-carts) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.info_contact a:hover{
  color: var(--color-carts-hover) !important;
}

.contacato{
  font-size: 35px;
}

.map{
  display: flex;
  margin-top: 5%;
  margin-bottom: 10%;
}


@media screen and (min-width: 1024px) and (max-width: 1400px) {

  form {
    padding: 20px 100px;
    border-radius: 10px;
    float: none;
    margin-right: 0px;
    margin-left: 0%;
    margin: auto;
    margin-top: 100px;
  }

  .form-txt a {
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 25px;
  }

  .input-group {
    display: flex;
    flex-direction: column;
  }

  .texto {
    box-shadow: none;
    width: auto;
    margin: 10px 5%;
   
  }

  .estem {
    margin-left: 0%;
    justify-content: center;
    align-items: center;
     text-align: center;
  }

  #wrapper-9cd199b9cc5410cd3b1ad21cab2e54d3 {
    margin:auto;
  }

  .mapa{
    display: flex;
    width: 500px;
    height: 150px;
    margin: auto;
    
  }
  .map{
    display: block;
  }

}

@media screen and (max-width: 1024px) {

  form {
    min-height: 45vh;
    padding: 20px 100px;
    float: none;
    margin-right: 0px;
    margin-left: 0%;
    margin: auto;    
    margin-top: 8%;

  }

  .texto {
    margin-left: 0px;
    width: auto;
    margin: 10px 5%;
    box-shadow: none;
  }

  .texto h3 {
    margin-left: 0px;
    font-size: 25px !important;
  }

  .flip-box-index-back{
    height: auto !important;
    gap: 10px;
  }

  #wrapper-9cd199b9cc5410cd3b1ad21cab2e54d3 {
    margin:auto;
    align-items: center;
    align-content: center;

  }

  .estem {
    margin-left: 0%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .mapa{
    display: flex;
    width: 500px;
    height: 150px;
    margin: auto;
    
  }
  .flip-boxes-index{
    margin: 0px !important;
    padding: 0px !important;
  }

  .info_contact{
    font-size: 12px   !important;
  }

  .flip-box-index img{
    margin-top: 0px !important;
  }
  .map{
    display: block;
  }
}

@media screen and (min-width: 545px) and (max-width: 765px) {

  form {
    padding: 20px 70px;
    float: none;
    margin-right: 0px;
    margin-left: 0%;
    margin-top: 100px;
    margin: auto;
    margin-top: 50px;
  }

  .texto {
    margin-left: 0px;
  }

  .texto h3 {
    font-size: 20px !important;
  }

  .texto h3 {
    margin-left: 0px;
  }

  .estem {
    margin-left: 0%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  
.info_contact{
font-size: 10px !important; 
}
.map{
  display: block;
}
}

@media screen and (min-width: 360px) and (max-width: 575px) {


 form {
    padding: 20px 10px;
    float: none;
    margin-right: 0px;
    margin-left: 0%;
    margin-top: 100px;
    margin: auto;
    margin-top: 50px;
    width: 340px;
  }

  .texto {
    margin-left: 0px;
    display: block;
  }

  .texto_info{
    width: 100%;
  }

  .texto h2 {
    font-size: 22px;
  }

  .texto p {
    font-size: 17px;
  }

  .texto h3 {
    margin-left: 0px;
    font-size: 20px !important;
  }
    
  .estem {
    margin-left: 0%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .estem h4 {
    font-size: 25px;
  }

  .mapa{
    display: flex;
    width: 350px;
    height: 120px;
    margin: auto;
    
  }
  
.info_contact{
  font-size: 12px !important;
}
.map{
  display: block;
}
}
