@font-face {
    font-family: carnas;
    src: url(CarnasBold.otf);
    src: url(CarnasRegular.otf);
}

br {
    display: none;
}

* {
    overflow: hidden;
}

.top {
    display: block;
    box-shadow: 10px 5px 5px #ccc;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.top2 {
    display: none;
    box-shadow: 10px 5px 5px #ccc;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.left {
    width: 50%;
    margin-left: 130px;
    float: left;
    position: relative;
    margin-top: 50px;
}

.titulo {
    font-weight: bold;
    color: #E42B29;
    font-family: carnas, sans-serif;
}

.right {
    width: 23%;
    font-family: carnas, sans-serif;
    float: left;
    margin-top: 70px;
    margin-left: 225px;
    position: relative;
    z-index: 2;
}

.bottom {
    float: left;
    width: 55%;
    margin-left: 130px;
    margin-bottom: 2%;
    position: relative;
    z-index: 1;
}

p {
    font-weight: bold;
    font-family: carnas, sans-serif;
    text-align: justify;
}

.btn {
    width: 80%;
    margin-bottom: 2%;
}

.btn:hover {
    opacity: 0.5;
}

.image1 {
    width: 8%;
    margin-right: 10px;
}

.image2 {
    width: 16%;
    margin-right: 10px;
}

.image3 {
    width: 16%;
    margin-right: 10px;
}

.image4 {
    width: 8%;
    margin-right: 10px;

}

.image5 {
    width: 16%;
    margin-right: 0px;

}

.image1:hover {
    opacity: 0.75;
}

.image2:hover {
    opacity: 0.75;
}

.image3:hover {
    opacity: 0.75;
}

.image4:hover {
    opacity: 0.75;
}

.image5:hover {
    opacity: 0.75;
}

footer {
    position: fixed;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
    font-family: carnas, sans-serif;
    color: white;
    background-color: #646567;
}

/* Extra small devices (phones, 600px and down) */

@media screen and (min-width: 300px) and (max-width: 600px) and (orientation: portrait) {

    * {
        overflow: auto;
    }

    .top2 {
        display: block;
    }

    .top {
        display: none;
    }

    .titulo {
        text-align: center;
    }

    .btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .left {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 5%;
        margin-bottom: -10%;
    }

    .right {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        width: 100%;
        float: none;
        margin-bottom: 10%;
    }

    .bottom {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        float: none;
    }

    .bottom > a {
        float: left;
        margin-left: auto;
        width: 100%;
    }

    .image1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        margin-bottom: 15%;
    }

    .image2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 65%;
        margin-bottom: 15%;
    }

    .image3 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-bottom: 10%;
    }

    .image4 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-bottom: 15%;
    }

    .image5 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-bottom: 15%;
        }

    footer {
        position: relative;
        bottom: 0;
        font-size: 12px;
        display: block;
        text-align: center;
        padding-bottom: 5px;
        padding-top: 5px;
        font-family: carnas, sans-serif;
        color: white;
        background-color: #646567;
    }

}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media screen and (min-width: 601px) and (max-width: 768px) {

    * {
        overflow: auto;
    }

    .top2 {
        display: block;
    }

    .top {
        display: none;
    }

    .left {
        display: block;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-top: 25px;
    }

    .btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .right {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        font-family: carnas, sans-serif;
        float: none;
        margin-bottom: 5%;
    }

    .bottom {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .image1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-bottom: 5%;
    }

    .image2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-bottom: 5%;
    }

    .image3 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-bottom: 2%;
    }

    .image4 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-bottom: 5%;
    }

    .image5 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-bottom: 5%;
    }

    footer {
        position: relative;
        bottom: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        font-family: carnas, sans-serif;
        color: white;
        background-color: #646567;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media screen and (min-width: 769px) and (max-width: 991px) {
    
    body {
        width: 100%;
        height: 100%;
    }

    * {
        overflow: auto;
    }

    .top2 {
        display: block;
    }

    .top {
        display: none;
    }

    .left {
        width: 80%;
        margin-left: 85px;
        margin-bottom: 4%;
    }

    .right {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        font-family: carnas, sans-serif;
        float: none;
        margin-bottom: 5%;
    }

    .btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .bottom {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        float: none;
    }

    .bottom > a {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .image1 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        width: 30%;
        margin-bottom: 10%;
    }

    .image2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        margin-bottom: 10%;
    }

    .image3 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        margin-bottom: 5%;
    }

    .image4 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 25%;
        margin-bottom: 10%;
    }

    .image5 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-bottom: 10%;
    }

    footer {
        position: relative;
        bottom: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        font-family: carnas, sans-serif;
        color: white;
        background-color: #646567;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    body {
            width: 100%;
            height: 100%;
        }
    
        .top {
            display: block;
            box-shadow: 10px 5px 5px #ccc;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }
    
        .top2 {
            display: none;
            box-shadow: 10px 5px 5px #ccc;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }
    
        .left {
            width: 50%;
            margin-left: 7%;
            margin-top: 2%;
            font-size: 11px;
        }
    
        .left > .titulo {
            font-size: 20px;
        }
    
        .right {
            width: 35%;
            position: absolute;
            margin-top: 8%;
            margin-left: 62%;
        }
    
        .bottom {
            float: left;
            width: 86%;
            margin-left: 7%;
            margin-top: -1%;
        }
    
        .btn {
            width: 90%;
            margin-bottom: 0.5%;
        }
    
        .btn:hover {
            opacity: 0.5;
        }
    
        .image1 {
            width: 10%;
            margin-right: 4%;
        }
    
        .image2 {
            width: 20%;
            margin-right: 4%;
        }
    
        .image3 {
            width: 20%;
            margin-top: 0%;
            margin-right: 4%;
        }
    
        .image4 {
            width: 10%;
            margin-right: 4%;
    
        }
    
        .image5 {
            width: 20%;
            margin-right: 0px;
    
        }
    
        .image1:hover {
            opacity: 0.75;
        }
    
        .image2:hover {
            opacity: 0.75;
        }
    
        .image3:hover {
            opacity: 0.75;
        }
    
        .image4:hover {
            opacity: 0.75;
        }
    
        .image5:hover {
            opacity: 0.75;
        }
    
        footer {
            position: fixed;
            bottom: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
            text-align: center;
            width: 100%;
            font-family: carnas, sans-serif;
            color: white;
            background-color: #646567;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1024px) and (orientation: portrait) {

        body {
                width: 100%;
                height: 100%;
            }
        
            .top {
                display: block;
                box-shadow: 10px 5px 5px #ccc;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
            }
        
            .top2 {
                display: none;
                box-shadow: 10px 5px 5px #ccc;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
            }
        
            .left {
                width: 50%;
                margin-left: 7%;
                margin-top: 2%;
                font-size: 11px;
            }
        
            .left > .titulo {
                font-size: 20px;
            }
        
            .right {
                width: 35%;
                position: absolute;
                margin-top: 8%;
                margin-left: 62%;
            }
        
            .bottom {
                float: left;
                width: 86%;
                margin-left: 7%;
                margin-top: -1%;
            }
        
            .btn {
                width: 90%;
                margin-bottom: 0.5%;
            }
        
            .btn:hover {
                opacity: 0.5;
            }
        
            .image1 {
                width: 10%;
                margin-right: 4%;
            }
        
            .image2 {
                width: 20%;
                margin-right: 4%;
            }
        
            .image3 {
                width: 20%;
                margin-top: 0%;
                margin-right: 4%;
            }
        
            .image4 {
                width: 10%;
                margin-right: 4%;
        
            }
        
            .image5 {
                width: 20%;
                margin-right: 0px;
        
            }
        
            .image1:hover {
                opacity: 0.75;
            }
        
            .image2:hover {
                opacity: 0.75;
            }
        
            .image3:hover {
                opacity: 0.75;
            }
        
            .image4:hover {
                opacity: 0.75;
            }
        
            .image5:hover {
                opacity: 0.75;
            }
        
            footer {
                position: fixed;
                bottom: 0px;
                padding-top: 5px;
                padding-bottom: 5px;
                text-align: center;
                width: 100%;
                font-family: carnas, sans-serif;
                color: white;
                background-color: #646567;
            }
        }    

/* Modify from here to bottom. */

/* Large devices (laptops/desktops, 992px and up) */

@media screen and (min-width: 1025px) and (max-width: 1199px) {

    .top {
        display: block;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .top2 {
        display: none;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .left {
        width: 50%;
        margin-left: 7%;
        float: left;
        position: relative;
        margin-top: 0.5%;
        font-size: 10.5px;
    }

    .left > .titulo {
        font-size: 20px;
    }

    .right {
        width: 33%;
        float: left;
        margin-top: 2%;
        margin-left: 5%;
    }

    .bottom {
        float: left;
        width: 87.5%;
        margin-left: 7%;
        margin-top: -1%;
    }

    .btn {
        width: 100%;
        margin-bottom: 1%;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .image1 {
        width: 8%;
        margin-right: 8%;
    }

    .image2 {
        width: 16%;
        margin-right: 8%;
    }

    .image3 {
        width: 16%;
        margin-right: 8%;

    }

    .image4 {
        width: 8%;
        margin-right: 8%;

    }

    .image5 {
        width: 16%;
        margin-right: 0px;
    }

    .image1:hover {
        opacity: 0.75;
    }

    .image2:hover {
        opacity: 0.75;
    }

    .image3:hover {
        opacity: 0.75;
    }

    .image4:hover {
        opacity: 0.75;
    }

    .image5:hover {
        opacity: 0.75;
    }

    footer {
        position: fixed;
        bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
        font-size: 10px;
        color: white;
        background-color: #646567;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1224px) {
    body {
        width: 100%;
        height: 100%;
    }

    .left {
        margin-top: 2%;
        display: block;
        width: 50%;
        margin-left: 75px;
        font-size: 13px;
    }

    .right {
        position: absolute;
        width: 40%;
        margin-top: 4%;
        margin-left: 60%;
    }

    .btn {
        width: 80%;
        margin-left: 6%;
        display: block;
        margin-bottom: 0%;
    }

    .bottom {
        margin-left: 6%;
        width: 88%;
        margin-top: -2%;
    }

    .image1 {
        margin-right: 8%;
    }

    .image2 {
        margin-right: 8%;
    }

    .image3 {
        margin-right: 8%;

    }

    .image4 {
        margin-right: 8%;

    }

    .image5 {
        margin-right: 0px;


    }

    footer {
        bottom: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        font-family: carnas, sans-serif;
        color: white;
        background-color: #646567;
    }
}

@media screen and (min-width: 1225px) and (max-width: 1352px) {

    .top {
        display: block;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .top2 {
        display: none;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .left {
        font-size: 12px;
        width: 50%;
        margin-left: 7%;
        float: left;
        position: relative;
        margin-top: 1.5%;
    }

    .left > .titulo {
        font-size: 26px;
    }

    .right {
        width: 35%;
        position: absolute;
        margin-top: 3%;
        margin-left: 60%;
    }

    .right > a > img {
        margin-left: 6%;
    }

    .bottom {
        float: left;
        width: 83%;
        margin-left: 7%;
        margin-top: 0%;
    }

    .btn {
        width: 80%;
        margin-bottom: 0.5%;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .image1 {
        width: 9%;
        margin-right: 6%;
    }

    .image2 {
        width: 18%;
        margin-right: 6%;
    }

    .image3 {
        width: 18%;
        margin-right: 6%;

    }

    .image4 {
        width: 9%;
        margin-right: 6%;

    }

    .image5 {
        width: 18%;
        margin-right: 0px;

    }

    .image1:hover {
        opacity: 0.75;
    }

    .image2:hover {
        opacity: 0.75;
    }

    .image3:hover {
        opacity: 0.75;
    }

    .image4:hover {
        opacity: 0.75;
    }

    .image5:hover {
        opacity: 0.75;
    }

    footer {
        position: fixed;
        bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
        font-family: carnas, sans-serif;
        color: white;
        background-color: #646567;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media screen and (min-width: 1353px) and (max-width: 1531px) {

    .top {
        display: block;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .top2 {
        display: none;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .left {
        width: 50%;
        margin-left: 7%;
        margin-top: 0%;
        font-size: 12px;
    }

    .left > .titulo {
        font-size: 24px;
    }

    .right {
        width: 40%;
        position: absolute;
        margin-top: 3%;
        margin-left: 60%;
    }

    .right > a > img{
        margin-left: 10%;
    }

    .bottom {
        margin-top: 0%;
        float: left;
        width: 86%;
        margin-left: 7%;
        margin-top: 0%;
    }

    .btn {
        width: 65%;
        margin-bottom: 0.5%;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .image1 {
        width: 9%;
        margin-right: 7%;
    }

    .image2 {
        width: 16%;
        margin-right: 7%;
    }

    .image3 {
        width: 16%;
        margin-top: 0%;
        margin-right: 7%;
    }

    .image4 {
        width: 7%;
        margin-right: 7%;

    }

    .image5 {
        width: 18%;
        margin-right: 0px;

    }

    .image1:hover {
        opacity: 0.75;
    }

    .image2:hover {
        opacity: 0.75;
    }

    .image3:hover {
        opacity: 0.75;
    }

    .image4:hover {
        opacity: 0.75;
    }

    .image5:hover {
        opacity: 0.75;
    }

    footer {
        position: fixed;
        bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
        font-size: 12px;
        color: white;
        background-color: #646567;
    }
}

@media screen and (min-width: 1532px) and (max-width: 1599px) {

    .top {
        display: block;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .top2 {
        display: none;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .left {
        width: 50%;
        margin-left: 7%;
        float: left;
        position: relative;
        margin-top: 1%;
        font-size: 15px;
    }

    .left > .titulo {
        font-size: 30px;
    }

    .right {
        width: 35%;
        margin-top: 2.5%;
        margin-left: 62%;
        position: absolute;
    }

    .bottom {
        margin-top: -1.5%;
        float: left;
        width: 86%;
        margin-left: 7%;
    }

    .btn {
        width: 90%;
        margin-bottom: 0%;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .image1 {
        width: 8%;
        margin-right: 9%;
    }

    .image2 {
        width: 15%;
        margin-right: 9%;
    }

    .image3 {
        width: 15%;
        margin-right: 9%;

    }

    .image4 {
        width: 8%;
        margin-right: 9%;

    }

    .image5 {
        width: 15%;
        margin-right: 0px;

    }

    .image1:hover {
        opacity: 0.75;
    }

    .image2:hover {
        opacity: 0.75;
    }

    .image3:hover {
        opacity: 0.75;
    }

    .image4:hover {
        opacity: 0.75;
    }

    .image5:hover {
        opacity: 0.75;
    }

    footer {
        position: fixed;
        bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
        font-family: carnas, sans-serif;
        color: white;
        background-color: #646567;
    }
}


@media screen and (min-width: 1600px) and (max-width: 1771px) {

    .top {
        display: block;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .top2 {
        display: none;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .left {
        margin-top: 1%;
        font-size: 16px;
        width: 49%;
        margin-left: 7%;
        margin-top: 1%;
    }

    .left > .titulo {
        font-size: 33px;
    }

    .right {
        position: absolute;
        width: 40%;
        margin-top: 2.5%;
        margin-left: 60%;
    }

    .right > a > img {
        margin-left: 6%;
    }

    .bottom {
        width: 87%;
        margin-left: 7%;
        margin-top: 0%;
    }

    .btn {
        width: 80%;
        margin-bottom: 0.5%;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .image1 {
        width: 8%;
        margin-right: 8%;
    }

    .image2 {
        width: 16%;
        margin-right: 8%;
    }

    .image3 {
        width: 16%;
        margin-right: 8%;

    }

    .image4 {
        width: 8%;
        margin-right: 8%;

    }

    .image5 {
        width: 16%;
        margin-right: 0px;

    }

    .image1:hover {
        opacity: 0.75;
    }

    .image2:hover {
        opacity: 0.75;
    }

    .image3:hover {
        opacity: 0.75;
    }

    .image4:hover {
        opacity: 0.75;
    }

    .image5:hover {
        opacity: 0.75;
    }

    footer {
        position: fixed;
        bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
        font-family: carnas, sans-serif;
        color: white;
        background-color: #646567;
    }
}

@media screen and (min-width: 1772px) and (max-width: 1920px) {
    body {
        width: 100%;
        height: 100%;
    }
    
    .left {
        width: 45%;
        margin-top: 1%;
        font-size: 18px;
    }
    .left > .titulo {
        
        font-size: 36px;
    }

    .right {
        position: absolute;
        margin-left: 60%;
        margin-top: 2.5%;
        width: 40%;
    }

    .right > a > img {
        margin-left: 6%;
    }

    .image1 {
        width: 8%;
        margin-right: 8%;
    }

    .image2 {
        width: 17%;
        margin-right: 8%;
    }

    .image3 {
        width: 13%;
        margin-right: 7%;
        margin-top: 0%;
    }

    .image4 {
        width: 7%;
        margin-right: 7%;
        margin-top: -1%;
    }

    .image5 {
        width: 20%;
        margin-right: 0px;

    }

    .bottom {
        float: left;
        width: 90%;
        margin-left: 7%;
        margin-top: -1.5%;
        position: relative;
        
    }
    
    .btn {
        margin-bottom: 0%;
        width: 80%;
        position: relative;
        display: block;
        z-index: 2;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {

    .top {
        display: block;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .top2 {
        display: none;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .left {
        font-size: 19px;
        width: 50%;
        margin-left: 7%;
        float: left;
        position: relative;
        margin-top: 1%;
        font-size: 22px;
    }

    .left > .titulo {
        font-size: 38px;
    }

    .right {
        width: 40%;
        position: absolute;
        margin-top: 7%;
        margin-left: 60%;
    }

    .bottom {
        float: left;
        width: 87%;
        margin-left: 7%;
        margin-top: 0%;
    }

    .btn {
        width: 80%;
        margin-bottom: 0.5%;
        margin-left: 5%;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .image1 {
        width: 9%;
        margin-right: 6%;
    }

    .image2 {
        width: 18%;
        margin-right: 6%;
    }

    .image3 {
        width: 18%;
        margin-right: 7%;

    }

    .image4 {
        width: 9%;
        margin-right: 7%;

    }

    .image5 {
        width: 18%;
        margin-right: 0px;

    }

    .image1:hover {
        opacity: 0.75;
    }

    .image2:hover {
        opacity: 0.75;
    }

    .image3:hover {
        opacity: 0.75;
    }

    .image4:hover {
        opacity: 0.75;
    }

    .image5:hover {
        opacity: 0.75;
    }

    footer {
        position: fixed;
        bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
        font-family: carnas, sans-serif;
        color: white;
        background-color: #646567;
    }
}

@media screen and (min-width: 2560px) and (max-width: 3840px) {

    .top {
        display: block;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .top2 {
        display: none;
        box-shadow: 10px 5px 5px #ccc;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .left {
        width: 50%;
        margin-left: 7%;
        float: left;
        position: relative;
        margin-top: 2%;
    }

    .left > .titulo {
        font-size: 50px;
    }

    .right {
        width: 43%;
        margin-top: 3%;
        margin-left: 0%;
    }

    .right > a > img {
        margin-left: 12%;
        display: block;
    }

    .bottom {
        float: left;
        width: 87%;
        margin-left: 7%;
        margin-top: -1%;
    }

    p {
        font-size: 26px;
        font-weight: bold;
        font-family: carnas, sans-serif;
        text-align: justify;
    }

    .btn {
        width: 75%;
        margin-bottom: 1%;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .image1 {
        width: 10%;
        margin-right: 5%;
    }

    .image2 {
        width: 20%;
        margin-right: 5%;
    }

    .image3 {
        width: 20%;
        margin-right: 4%;

    }

    .image4 {
        width: 10%;
        margin-right: 4%;

    }

    .image5 {
        width: 20%;
        margin-right: 0px;

    }

    .image1:hover {
        opacity: 0.75;
    }

    .image2:hover {
        opacity: 0.75;
    }

    .image3:hover {
        opacity: 0.75;
    }

    .image4:hover {
        opacity: 0.75;
    }

    .image5:hover {
        opacity: 0.75;
    }

    footer {
        position: fixed;
        bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
        font-size: 26px;
        color: white;
        background-color: #646567;
        z-index: 100;
    }
}
