.alto-carousel{
    object-fit: cover;
    height: 600px;
}
p{
    font-size: 1.1em
}
.display-text {
    font-size: 2.5rem;
    font-weight: 250;
    line-height: 1.1;
}
#centri {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
  }
  .trans {
    width: 100%;
    margin-left: 2px;
    margin-right: 2px;
    z-index: 8;
    text-align: center;
  }
.bg-oscuro{
    background-color: #222831;
}
#somos{
    background: url(../images/slide-decodi.gif)no-repeat;
    background-size: cover;
}
#servicios{
   background: url(../images/blueprint-decodi.jpg)no-repeat;
   background-size: cover;
   color: #fff;  
}
.dark-overlay{
    background: rgba(0, 0, 0, 0.8);
    margin-left: -15px;
    margin-right: -15px;
}
form{
    padding-left: 8px;
    padding-right: 8px;
    margin: auto;

}
input,textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    box-sizing: border-box;
}
textarea{
    min-height: 50px;
    max-height: 100px;
    max-width: 100%;
}
.boton{
    background: #666;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 6px;
    width: 100%;
}
.seccion-contacto h1{
    color: #fff;
}
.contacto{
    width: 1010px;
    margin: auto;
}
.fondo-contacto{
    width: 100%;
    background: #333;
    color: #ddd;
}
.slide-container{
    position: relative;
    color: #333;
    position: absolute;
}
.h-300{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
@media (max-width: 575.98px) { 
    .logotipo{
        height: 40px;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    .logos{
        /* width: 200px; */
        margin: 5px;
    }
}
@media (min-width:576px){
    .display-text {
        font-size: 3rem;
        font-weight: 250;
        line-height: 1.1;
    }
}
@media (min-width:768px){
    .display-text {
        font-size: 4rem;
        font-weight: 250;
        line-height: 1.1;
    }
}
@media (min-width:992px){
    .display-text {
        font-size: 6rem;
        font-weight: 250;
        line-height: 1.1;
    }
}
@media (min-width:1200px){
    .display-text {
        font-size: 7.5rem;
        font-weight: 250;
        line-height: 1.1;
    }
}
