/*
H O M E
*/

body{
    background-color:aliceblue;
}

.contenedor-img{
    height: 70vh;
    background-image: url('../img/frente3.jpg');
    background-size: cover;
    background-position: top;
    filter: brightness(50%);
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.about-us:before, .products:before {
    position: absolute;
    content: '';
    left: 20%;
    right: 20%;
    width: 60%;
    height: 1px;
    background: #3B3D94;
}
.about-us {
    width: 70%;
}

.about-us h2, .contact h2 {
    font-size: 2em;
    text-align: center;
}

.about-us p {
    font-size: 1em;
    font-weight: 200;
}

.main-features {
    width: 70%;
    display: flex;
}

.main-features div {
    margin: 1em;
    width: 33%;
}

.main-features h3 {
    font-size: 2em;
    text-align: center;
    font-weight: 200;
}
.main-features p, .contact p {
    font-size: 1em;
    font-weight: 200;
}

.products {
    width: 70%;
}

.products h2 {
    font-size: 2em;
    font-weight: 400;
    text-align: center;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.float:hover{
    color: black;
}

.my-float{
    margin-top:16px;
}

.btn-product-home {

    padding: 10px 15px;
    background: #0a53be;
    color: white;
    border-radius: 50px;
    border: solid 1px #0a53be;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
}

.btn-product-home:hover {
    color: #0a53be;
    background: white;
    border: solid 1px #0a53be;
}

/*

F O O T E R

*/
footer {
    background-color: #f4f4f4;
    color: #303030;
}

footer a {
    text-decoration: none;
}

footer h5 {
    letter-spacing: 2px;
    color: #303030;
}

footer table {
    color: #4f4f4f;
    border-color: #666;
}

footer .container-fluid {
    padding: 2em 15%;
}
