.container{
    max-width: 1140px;
}

.cabecera__contenedor{
    background: #F4F4F4;
    height: 200px;
   
}


.cabecera__titulo{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 126.19%;
    /* or 50px */
    
    letter-spacing: 0.1em;
    
    color: #000000;
}

.cabecera__miga{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 130%;
/* or 18px */
text-decoration: none;

color: #848484;
}

.home__titulo{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    /* identical to box height */


    text-transform: uppercase;

/* GRIS OSCURO */

color: #333333;
}




.carousel-indicators [data-bs-target]{
    background-color: #757376;

}



.carousel__titulo{
    font-family: '';
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 72px;
    color: white;
    margin-top:200px;
  
  
}

   .carousel__descripcion{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
  
    color: #FFFFFF;
    width:550px;
  

   }




   .carousel__sm__titulo{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    /* or 121% */
    color: white;
    margin-top: 55px;
    margin-left: 10px;
    
  
}

   .carousel__sm__descripcion{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
   
    color: #838282;


   }




 .bg-inicio{
    border: 1px solid #ccc9c9;
    border-radius: 30px;
    height: 290px;
    background-color: #FFFFFF;
 }
 .bg__icono{
   margin: auto;
    width: 64px;
    height: 64px;
 }
 .bg__descripcion{
    text-align: center;
 }
.contenido__descripcion{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: black;
}

.cliente__titulo{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: black;
 }
 .border-radius{
    
    border-radius: 30px;
 }

 .proyecto__descripcion{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: black;
 }

 .equipos{
    text-decoration: none;
 }

.img__equipos{
    width: 120px;
    height: 120px;
}


.equipos__titulo{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
text-align: center;

color: black;
}
.equipos__descripcioncorta{
    font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 22px;
text-align: center;

color: black;
}

.equipos:hover .equipos__titulo{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    
    color: #FF7200 ;
}

.equipos:hover .equipos__descripcioncorta{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    
    color: #FF7200 ;
}

.equipo__titulo{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
text-align: center;

color: black;
}
.equipo__descripcioncorta{
    font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 22px;
text-align: center;

color: black;
}

.equipo__descripcion{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    
    
    color: black;
}

.btn-contacto{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    background-color:#FF7200 ;
    color: white;
    border-radius: 30px;
}


.btn-contacto:hover{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #FF7200;
    background-color:white ;
    color: #FF7200;
    border-radius: 30px;
}

.resultado__titulo{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    
    color: black;
}

.resultado__subtitulo{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    
    color: black;
}


.enlace__contacto{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    
    color: black;
}


.enlace__contacto:hover{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    
    color: #FF7200;
}

.iconocom{
    color: #FF7200;
}