.container{
    max-width: 1200px;
    text-align: center;
    
}

.carousel {
    text-align: center;
    
}

.descripcionsuperior{
    background-color:#F0F0F0;
    padding: 10px 10px 10px 10px;
}

h1{
    font-family: 'Telex' !important;
    font-weight: 400;
    color: #707070 !important;
    
}


h3{
    font-family: 'Telex' !important;
    font-weight: 800;
    font-size: 16px !important;
    background-color:#F0F0F0;
    padding: 8px;
    color: #707070 !important;
}

p{
    font-family: 'Telex'; 
    text-align: left;
    font-size: 14px !important;
    color: #707070 !important;
}

.contenido{
    margin-top: 30px;
}

.footer {
    font-family: 'Telex' !important;
    font-weight: 600;
    font-size: 13px !important;
    background-color:#F0F0F0;
    text-align: center;
    margin: 10px;
    color: #707070 !important;
    
    
}





/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
        
    .descripcionsuperior{
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;        
    }   
    
        .contenido{
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
    }
    
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .descripcionsuperior{
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;        
    }   
    
        .contenido{
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
    }
        
    

    
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    
    .descripcionsuperior{
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        color: #707070 !important;
    }
    
    .contenido{
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        color: #707070 !important;
    }

  
}


/*quienes somos*/
.quienessomos {
    background-color:#F0F0F0;
    padding: 10px 10px 10px 10px;
    color: #707070 !important;
}

/*contacto*/
.formulario {
    background-color:#F0F0F0;
    padding: 10px 10px 10px 10px;
    color: #707070 !important;
}

/*companias*/
.img{
    text-align: center;
}

/*home*/
.img-responsive{
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.img-responsive:hover {
  -webkit-filter: grayscale(100%);
}




