h2, h3{
    padding: 10px 0;
}
h2 span{
    color: #141346;
}
h3 span{
    color: #141346;
}
body{
    margin-top: auto;
}
.navbar{
    background-color: #141346;
}
.logo{
    width: 80px;
}
.nav-link{
    margin: 0 30px;
}
/*Sección 1*/
.Seccion1{
    background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/Imagenes/Index/Ingeniero_en_fabrica.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.Seccion1 p{
    padding: 120px 0 20px 20px;
    line-height: 2em;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}
.Seccion1 span{
    font-size: 2em;
    color: orangered;
    -webkit-text-stroke: 1px rgb(49, 49, 49);
}
/*Sección 2*/
.Seccion2{
    background-color:lightgray;
}
.Seccion2 .col-md-4{
    padding: 20px 50px;
}
.Seccion2 h2 a{
    text-decoration: none;
    color:#141346;
}
.Seccion2 h2 a:hover{
    color:#2e2ca5;;
}
.Seccion2 h3 a{
    text-decoration: none;
    color:#141346;
}
.Seccion2 h3 a:hover{
    color:#2e2ca5;
}

/*Sección 3*/
.Seccion3{
    padding: 20px 50px;
}
.Seccion3 .Productos{
    padding: 0px 20px 20px 20px;
}
.Seccion3 .col-md-4{
    padding: 20px 50px;
}
.Seccion3 h2 a{
    text-decoration: none;
    color:#141346;
}
.Seccion3 h2 a:hover{
    color:#2e2ca5;;
}
.Seccion3 h3 a{
    text-decoration: none;
    color:#141346;
}
.Seccion3 h3 a:hover{
    color:#2e2ca5;;
}
.Seccion3 .rojo{
    background-color: red;
    opacity: 0.8;
    width: 90%;
    height: 2em;
}
.Seccion3 .amarillo{
    background-color: yellow;
    opacity: 0.8;
    width: 90%;
    height: 2em;
}
.Seccion3 .verde{
    background-color: green;
    opacity: 0.8;
    width: 90%;
    height: 2em;
}
/*Footer*/
.Footer1{
    padding: 20px 0;
    background-color: #414141;
}
footer .row .col-md-4 img{
    width: 10em;
}
footer .row{
    font-size: 20px;
    align-items: center;
}
footer .row hr{
    color:rgb(0, 0, 0);
    border-width: 0.2em;
    width: 75%;
}
footer .row p{
    font-size: 1em;
}
footer .row a{
    font-size: 0.8em;
}
footer .row .fa-envelope{
    color: rgb(56, 56, 56);
}
.Footer2{
    background-color: black;
    color: white;
    font-size: 1em;
}

@media (max-width:768px){
    h2,h3 a{
        font-size: 0.8em;
    }
    /*Sección 1*/
    .Seccion1 p{
        padding: 20px;
        font-size: 0.8em;
    }
    .Seccion1 span{
        font-size: 1.6em;
    }
    /*Sección 2*/
    .Seccion2 p{
        font-size: 0.8em;
        padding: 0 10px;
    }
    .Seccion2 img{
        width: 50%;
        height: 100%;
    }
    /*Sección 3*/
    .Seccion3 .Productos{
        padding: 0px 10px 20px 10px;
    }
    .Seccion3 .col-md-4{
        padding: 5px 10px;
    }
    .Seccion3 .imagen-panasonic img{
        width: 80%;
        height: 100%;
    }
    .Seccion3 img{
        width: 50%;
        height: 100%;
    }
    .Seccion3 p{
        font-size: 0.8em;
    }
    /*Footer*/
    footer .row .col-md-3 img{
        width: 5em;
    }
    footer .ContactoRedes i{
        font-size: 2em;
    }
    footer .Footer2 p{
        display: initial;
    }
}
