@media (max-width:1200px) {
  .container {
    padding: 0 80px !important
  }
  .map {
    width: 90%;
  }
  #welcome .img-welcome {
    width: 100%;
    height: 500px;
  }
  #welcome .description {
    width: 90%;
  }
  #header-menu p {
    font-size: 18px;
  }
}

@media (max-width:1000px) {
  .map {
    margin-top: 100px;
  }
  .img-map {
    bottom: 120px;
  }
}

@media (max-width: 953px) {
  .img-map {
    bottom: 150px;
    width: 95%;
  }
}

@media (max-width: 900px) {
  .container {
    padding: 0 60px !important
  }
  .sub-title {
    font-size: 40px;
  }
  .map {
    height: 450px;
  }
}

@media (max-width:800px) {
  .map {
    margin-top: 50px;
    height: 400px;
  }
  .img-map {
    bottom: 100px;
  }
}

@media (max-width:750px) {
  #header #btn-menu {
    display: flex;
  }
  #header #menu {
    display: none;
  }
  #welcome .container {
    flex-direction: column-reverse;
  }
  #welcome .main-welcome, #welcome article {
    width: 100% !important;
  }
  #welcome article {
    justify-content: center;
  }
  #welcome .img-welcome {
    height: 400px;
    width: 60%;
  }
  #welcome .description, #welcome .sub-title {
    text-align: center;
  }
  #welcome .description {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 710px) {
  .map {
    height: 300px;
  }
  .img-map {
    bottom: 80px;
  }
}

@media (max-width:650px) {
  #welcome .img-welcome {
    width: 80%;
  }
  
  #contact .trigo2{
    right: 5px;
  }
  #contact .trigo1{
    left: 5px
  }
  #contact .trigo1,
  #contact .trigo2{
    
  height: 150px;
  width: 120px;
  }
  
  #footer main{
    flex-direction: column;
  }
  #footer article{
    width: 100% !important;
    margin-bottom: 20px;
  }
  #footer .sub-title{
    text-align: center;
  }
  #footer #info{
    align-items: center;
    
    flex-direction: column-reverse;
  }
  #footer #info p{
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
  }
  #footer .social-media{
    display: flex;
  }
  #footer .social-media span{
    display: none;
  }
  
  #footer footer{
    
  font-size: 13px;
  } 
}

@media (max-width:550px) {
  .container{
    padding: 0 30px !important;
  }
  .title{
    
  font-size: 50px;
  }
  #home{
    flex-direction: column-reverse;
    padding-bottom: 60px !important;
  }
  #home main .description,
  #home .title{
    text-align: center;
  }
  #home main .description{
    max-width: 80%;
    margin: 0 auto;
    
    font-size: 12px;
    line-height: 20px;
  }
  #home .btn-contactanos{
  width: 190px !important;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  }
  #home main{
    height: inherit;
    width: 100% !important;
  }
  #home aside{
    
  width: 100% !important;
  }
  #home .square{
    
  width: 375px;
  height: 375px;
  margin: 0 auto;
  bottom: -50px;
  }
  #home .img-square{
     
  left: 50%;
  transform: rotate(25deg) translateX(-50%);
  top: 58px;
  width: 100%;
  height: 100%;
  }
   .map {
    height: 250px;
    margin-top: 70px;
  }
  #header-menu p{
    font-size: 15px;
    width: 310px;
  }
  .btns-carousel{
    
  top: -5px;
  }
  #footer-menu a{
    
  padding: 13px 18px;
  }
}

@media (max-width:480px) {
  .container{
    padding: 0 20px !important;
  }
  #header .square-menu{
    
  width: 80%;
  height: 280px;
  }
  #welcome .img-welcome{
    width: 90%;
  }
  #welcome .description{
    
  font-size: 11px;
  padding: 0 13px;
  }
  #header-menu p{
    font-size: 13px;
    line-height: 20px;
  }
  .btns-carousel{
    top: 10px;
  }
  #contact{
    
  padding-bottom: 100px;
  }
  .sub-title{
    
  font-size: 35px;
  line-height: 72px;
  }
  .map{
    
  margin-top: 60px;
  height: 200px;
  }
  .img-map{
    
  bottom: 50px;
  }
  #home .square{
    
  width: 350px;
  height: 350px;
  }
  #home::before{width: 110px;}
  #welcome::after{
    
  width: 90px;
  }
  #header-menu h3:before{
    
  width: 200px;
  }
  #contact .vatidor{
    
  width: 130px;
  }
  #footer-menu .bkg-image{
    
  width: 120px;
  }
  
  #contact .trigo1, #contact .trigo2{
    
  height: 170px;
  }
}












