@media screen and (min-width: 768px) and (max-width: 1080px) {
.secc_desktop1{
  display: none;
  }
.secc_phone1{
  display: -webkit-box;
  }


.botoon{
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .7s ease-in-out;
  }

.botoon:hover{
  background-color: #fff;
  color: #cb944c;
  border: 2px solid #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .7s ease-in-out;
  }

.booton{
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .7s ease-in-out;
  }

.booton:hover{
  background-color: #fff;
  color: #cb944c;
  border: 2px solid #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .7s ease-in-out;
  }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {

.botoon{
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .7s ease-in-out;
  }

.botoon:hover{
  background-color: #fff;
  color: #cb944c;
  border: 2px solid #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .7s ease-in-out;
  }

.booton{
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .7s ease-in-out;
  }

.booton:hover{
  background-color: #fff;
  color: #cb944c;
  border: 2px solid #fff;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .7s ease-in-out;
  }


.secc_desktop{
	display: none;
	}
.secc_phone{
	display: -webkit-box;
	}
.ftco-navbar-light .navbar-brand {
    color: #fff;
    position: relative;
    top: 0px !important;
	}
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
	}
.ftco-navbar-light {
    background: #fff !important;
    position: relative;
    top: 0;
    padding: 10px 15px;
	}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: .9rem;
    padding-bottom: .9rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
	}
.owl-carousel.home-slider .owl-dots{
	display: none;
	}
.titulo-empresa{
  color: #575757;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #c6893b;
  padding-bottom: 51px;
  text-align: justify;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
	}
.medidas-banner{
  padding-left: 0px !important;
  padding-right: 0px !important;
  top: -40px;
	}	

.invertir2 {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    position: relative;
    top: -50px !important;
    left: 0px !important;
    color: #737373;
    display: block !important;    
}


.color1{
  color: #575757;
  position: relative;
  top: 0px;
  font-size: 25px; 
  display: block !important;
    }

.color2{
  color: #c6893b;
  display: block !important;
  line-height: 20px;
    }

.color3{
  color: #575757;
  position: relative;
  top: 0px;
  font-size: 25px;
  line-height: 35px;
  display: block !important;  
    }

.color4{
  color: #c6893b;
  display: block !important;  
    }

.color5{
  display: block !important;
  position: relative;
  top: -30px;
  }    

.fondo-footer-phone{
  background-image: url('../images/footer-phone.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }

}