body{
    margin: 0px;
    padding: 0px;
    font-family: poppins;
    
}


.navbar{
    background-color: antiquewhite;
}

.imagenes{
    background-color: grey;
    height: 100%;
}

.PRODUCTOS{
    background-color: rgb(50, 50, 50);
    color: white;
}

#carouselExampleIndicators{
    height: 200px;
}


.boton{
    font-size: 20px;
    background-color: orange;
    padding: 10px;
    border-radius: 5px;
    color:white;
    text-decoration: none;
    border: 5px solid orange;
}

.boton:hover{
    background-color: white;
    border: 5px solid orange;
    color: orange;
    border-radius: 5px;
}

.call_to_action{
    margin-top: 100px;
}















ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul>li {
    padding: 4px;
    color:white;
}

ul>li:hover {
    color: orange;
    cursor: pointer
}

hr {
    border-width: 3px;
    border-color: white;
}

.card {
    padding: 2% 7%;
    background-color: rgb(50, 50, 50);
}

.social>i {
    padding: 1%;
    font-size: 15px
}


.policy>div {
    padding: 4px
}

.heading {
    color: orange
}

.divider {
    border-top: 2px solid
}

.footer{
    background-color: rgb(50, 50, 50);
}

nav>a:hover{
    color: orange;
}


.img_1{
    background-image: url(images/sew-g06bef211a_1280\ copiaa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.img_2{
    background-image: url(images/disenador-masculino-sastre-cuero-trabajando-fabrica.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}

.sobre_nosotros{
background-color: rgb(255, 248, 235)
}

.img_3{
    background-image: url(images/tableta-exploracion-hombre-cultivo.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
}

.collage{
    box-shadow: rgb(246, 246, 246) 10px 10px 10px
}

.img_nosotros{
max-height: 100vh;
}

a{
    text-decoration: none;
}