body{
    background-image: url("../img/index.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

div, body, header, nav, ul, footer{
    box-sizing: border-box;
}

.main-wrapper, header, footer{
    width: 100%;
}

h1, h2, h3, h4, h5, h6{
    overflow-wrap: break-word;
}

p{
    overflow-wrap: break-word;
}

*{
    box-sizing: border-box;
    text-decoration: none;
}

header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/* Main Section */

.main-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    max-width: 1000px;
    width: 100%;
    
}

h1{
    font-weight: 700;
    color: #fff;
    font-size: 1.5rem;
    text-shadow:  5px 5px 10px #000;
    text-align: center;
}

h2{
    font-weight: 900;
    color: #fff;
    font-size: 2rem;
    text-shadow:  5px 5px 10px #000;
    text-align: center;
}

h3{
    font-family: "Montserrat-Bold", Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 1.3rem;
    text-align: left;
    color: #001689;
}

h4{
    font-size: 0.7rem;
    color: #fff;
}

h5{
    font-family: "Montserrat-Bold", Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 1.3rem;
    text-align: center;
    color: #ffcd00;
    background-color: #001689;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #000;
}

p{
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    text-shadow:  1px 1px 10px #000;
    text-align: center;
}

.logo-index {
    display: flex;
    justify-content: center;
}

.logo-index img {
    width: 200px;
}

.imagen-intro {
    width: 1000px;
}

.main-container {
    box-sizing: border-box;
    width: 1000px;
    margin-top: 400px;
    display: block;
    justify-content: center;
}

.columna-triple {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    gap: 10px;
    width: 1000px;
}

.columna {
    box-sizing: border-box;
    display: block;
    justify-content: center;
    align-items: center;
    width: 32%;
}

.columna-2 {
    box-sizing: border-box;
    display: block;
    width: 30%;
}

.columna img {
    width: 260px;
}

/* Footer */

footer{
    margin-top: auto;
    background-color: #333;
    padding-left: 25%;
    width: 100%;
    height: 130px;
    text-align: center;
}

.footer{
    width: 500px;
    display: block;
    float: left;
    height: 100px;
    padding: 50px;
}

.siguenos{
    font-size: 1rem;
    color: #fff;
}

.footer-1{
    width: 500px;
    display: block;
    float: left;
    height: 90px;
}

.iconos{
    margin: 20px;
    width: 30px;
    transition: all 300ms ease;
}



@media screen and (min-width: 2460px){
    .main-container{
        margin-top: 850px;
        width: 1000px;
    }
    .imagen-intro {
        width: 1000px;
    }

    .columna img {
        width: 330px;
    }

    .columna-triple {
        width: 1000px;
    }

    p {
        font-size: 1rem;
    }
}