.header-custom-style{

	padding: 25px;
}

.txtMenu{
	text-align: center;
	font-size: 1.5em;
	font-weight: 350;
}
.txtMenu2{
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
}
.contacts-abc-custom{
	display: inline;
	z-index: -99;
}
.custom-contacts{
	background-image: url(../img/iconos_png/contacts-abc.png)!important;
	width: 100%;
}

.nosotros-bg{
	background-size: cover;
    background-position: center;
   
    background-image: url(../img/bgs/nosotros1-2.jpg);
    
}
.proyectos-bg{
	background-size: cover;
    background-position: center;
   
    background-image: url(../img/bgs/clientes-2.jpg);
    
}
.contacto-bg{
	background-size: cover;
    background-position: center;
   
    background-image: url(../img/bgs/contacto-2.jpg);
    
}

.floating-button {
	position: fixed;
	bottom: 30px;
	right: 50px;
	margin: 20px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-color: #3FD44B;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
       
.floating-button a {
	text-decoration: none;
	color: white;
}
.floating-button:hover {
    background-color: black;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.quote-divider {
  background-color: rgba(255, 255, 255, 0.45);
  padding: 45px;
  padding-top: 30px;
  text-align: center;
  margin-left: 25%;
  margin-right: 15%;
  border-radius: 70px;
  overflow: hidden;
  width: 45%;
}
.quote-text {
  font-size: 24pt;
  font-family: sans-serif;
  font-style: italic;
  font-weight: 500;
}
.quote-text span {
 font-size: 40pt;
 color: #49CFF5;
}


#video-background {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
}

/*ESTILO DEL SLIDER*/
.slider {
      width: 800px;
      height: 600px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }
    
    .slider iframe {
      width: 100%;
      height: 100%;
    }
    
    .slider-comment {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: yellow;
      padding: 10px;
      font-weight: bold;
    }
    
    .slider-controls {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    
    .slider-controls button {
      width: 30px;
      height: 30px;
      border-radius: 30px;
      border: none;
      background-color: white;
      margin: 0 10px;
      transition: background-color 0.3s ease;
    }
    
    .slider-controls button:hover {
      background-color: black;
    }
  