/*contacto*/
#contact {
  width: 100%;
  height: auto;
}


.container-contact {
  justify-content: center;
  margin: 0 20px;     /* Center the row */
  align-items: center;     /* Vertically center the content */
  padding: 0.5% 5%;
}


.contact-wrapper {
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.8); /* Adjust the opacity value (0.9) as desired */
  margin: auto;
  position: relative;
  border-radius: 6px;
  color: #232323;
}


.img1 {
  float: center;
  width: 90%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 98%;
/*  font-family: 'Lato';*/
  font-weight: 800;
}

.form-control, 
textarea {
  max-width: 98%;
  background-color: #000;
  color: rgba(255,255,255,.6);
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 98%;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 98%;
  height: 34px;
  transition: all .2s ease-in-out;
  transform: translate3d(0, 0, 0); /* Start with initial position */
}

.send-text {
  display: block;
  margin-top: 10px;
  font-family: "Oswald", Helvetica, Arial, sans-serif!important;
  letter-spacing: 2px;
}


/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: auto;
}

.list-item {
  line-height: 2;
  color: lightskyblue;
}

.contact-text {
  /*font: 300 12px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #232323;*/
  font-size:15px;
	line-height:2;	
	font-family: "Oswald", Helvetica, Arial, sans-serif!important;
	color:#232323;
}


.gmail, .phone, .place {
  margin-left: 10px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: rgba(255,255,255,.6);
  text-decoration: none;
}


hr {
  border-color: rgba(255,255,255,.6);
}

h4, h5{
  text-align: center;
}


/* Begin Media Queries*/
@media screen and (max-width: 480px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
/*    max-width: 300px;*/
  }    

}

@media screen and (max-width: 480px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}


/* Container for the contact section */

/* Left contact column */
.col-3 {
  flex: 1 1 100%;
  max-width: 300px;
  text-align: center;
}


/* Button styling */
#contacto {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  width: auto;
  white-space: nowrap;
}

#contacto a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .col-3 {
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
  }

  #contacto {
    width: 100%;
    font-size: 1rem;
  }
}

/* @media screen and (max-width: 480px) {
  #contacto {
    font-size: 0.95rem;
    padding: 10px;
  }
} */
