@font-face {
    font-family: constantia;
    src: url(../font/constan.ttf);
}

@font-face {
    font-family: FreeSansBold;
    src: url(../font/FreeSansBold.ttf);
}


body {
    margin: 0;
}

ul {
    padding: 0;
}

a {
    text-decoration: none;
}

p {
    font-family: constantia;
}

h1,
h3 {
    font-family: FreeSansBold;
}

.content-1,
.content-2,
.content-3,
.content-4,
.content-5 {
    width: 1440px;
    height: 850px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    position: relative;
}

/* conten 1 */
.border-container-1 {
    position: relative;
    background-image: url(../img/01\ fondo.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 5px solid #e7e7e7;
}

.img-bg {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item-flex {
    flex: 0 1 50%;
    height: auto;
}

.list-media {
    text-align: right;
    margin-right: 15px;
}

.list-media ul li {
    display: inline-block;

}

.list-media ul li img {
    width: 60px;
}

.btn-1 {
    position: absolute;
    bottom: 20px;
    background-color: #FFF800;
    padding: 20px 40px;
    font-size: 32px;
    font-family: constantia;
    border-radius: 10px;
    transition: box-shadow .3s;
}

.btn-1:hover {
    box-shadow: 0px 0px 1px 6px rgb(255 255 255 / 20%);
}

.item-primero {
    position: relative;
    background-image: url(../img/img1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 45%;
}

.item-second h3 {
    font-size: 38px;
    color: #FFF800;
}

.item-second span {
    font-size: 42px;
    display: inline-block;
    color: #fff;
}

.item-second p {
    font-size: 32px;
    line-height: 1.2em;
    margin-left: 60px;
    margin-right: 60px;
    color: #fff;
}

.img-bg h3,
.img-bg span {
    margin-left: 60px;
}

/* content 2 */
.border-container-2 {
    position: relative;
    background-image: url(../img/02\ fondo\ completo.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 5px solid #e7e7e7;
}

.img-2 {
    position: relative;
    background-image: url(../img/img2.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 65%;
    padding: 30px;
}

.item-info-1 h3 {
    font-size: 38px;
    margin: 0px 45px;
}

.item-info-1 p {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0px 45px;
}

.contact-number {
    margin: 60px;
}

.contact-number P {
    display: inline;
    margin: 0px;
}

.contact-number span {
    font-size: 32px;
    background-color: #FFF800;
    padding: 0px 10px;
}

.contact-number ul {
    display: flex;
    width: 400px;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
}

.contact-number ul li {
    display: inline-block;
}

.contact-number ul p {
    font-weight: 800;
    font-size: 38px;
    margin-left: 10px;

}

.item-info-1 {
    background-color: #d084b3;
    padding-top: 65px;
}

.btn-contactame {
    font-size: 32px;
}

/* content 3 */
.border-container-3 {
    position: relative;
    background-image: url(../img/03\ fondo\ completo.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 5px solid #e7e7e7;
}

.text-content-2 {
    padding: 60px 0px;
    background-color: #980082;
    box-shadow: 55px 7px 51px -11px rgb(152 0 130);
    z-index: 1;
}

.text-content-2 h1 {
    margin-left: 60px;
    margin-right: 20px;
    margin-bottom: 0px;
    color: #ffff;
    font-size: 34px;
}

.text-content-2 span {
    margin-left: 60px;
    margin-right: 20px;
    font-size: 38px;
    color: #FFBA00;
    font-weight: 700;
}

.text-content-2 p {
    margin: 5px 40px 40px 60px;

    font-size: 26px;
}

.content-img-2 {
    position: relative;
    background-image: url(../img/img3.jpeg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 60%;
    padding: 30px;
    border-bottom: 0px solid #e7e7e7;
}

.btn-2 {
    position: absolute;
    background-color: #FFF800;
    padding: 20px 30px;
    bottom: 50px;
    left: 250px;
    font-size: 28px;
    border-radius: 10px;
    transition: box-shadow .3s;
}

.btn-2 a {
    color: #31013F;
    font-family: constantia;
}

.btn-2:hover {
    box-shadow: 0px 0px 1px 6px rgb(255 255 255 / 20%);
}

/* content-4 */
.border-container-4 {
    position: relative;
    background-image: url(../img/04\ fondo.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 5px solid #e7e7e7;
}

.content-4 {
    display: flex;
    align-items: center;
}

.bloque-text {
    width: 540px;
    background-color: yellow;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 30px auto;
}

.content-amarre {
    text-align: center;
}

.content-amarre h1 {
    font-size: 38px;
    margin: 15px 110px;
    color: #fff;
    text-decoration: underline;
}

.content-amarre h2 {
    font-size: 38px;
    margin: 10px 15px;
}

.btn-3 {
    display: inline-block;
    transition: box-shadow .3s;
    margin-top: 10px;
    padding: 20px 30px;
    font-size: 38px;
    background-color: #7f00b2;
    color: #FFBA00;
    border-radius: 10px;
}

.btn-3:hover {
    box-shadow: 0px 0px 1px 6px rgb(255 255 255 / 20%);
}

.content-4 iframe {
    border: 8px solid #7f00b2;
    border-radius: 10px;
}

/* content-5 */
.content-5 {
    display: flex;
    align-items: center;
}

.content-5 h1 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
}

.content-5 h1 span {
    color: #FFF800;
}

.border-container-5 {
    position: relative;
    background-image: url(../img/05\ fondo.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px;
    border-bottom: 5px solid #e7e7e7;
}

.facebook-content {
    text-align: center;
}

.link-media-2 {
    font-size: 38px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 400px;
    justify-content: space-between;
}

.address {
    font-size: 38px;
    color: #fff;
    margin-top: 10px;
}

.list-media-3 a {
    margin: 10px;
    display: inline-block;
}

.embed-maps {
    margin-bottom: 20px;
}

/* Responsive */
@media only screen and (max-width: 1475px) {

    .content-1,
    .content-2,
    .content-3,
    .content-4,
    .content-5 {
        width: 1240px;
    }

    .contact-number {
        margin: 45px;
    }

    .item-second p {
        font-size: 28px;
    }

    .content-5 h1 {
        font-size: 36px;
    }

    .content-amarre h1 {
        margin: 5px 50px;
    }

    .text-content-2 {
        padding: 20px 0px
    }
}

@media only screen and (max-width: 1290px) {

    .content-1,
    .content-2,
    .content-3,
    .content-4,
    .content-5 {
        width: 970px;
        height: auto;
    }

    .btn-2 {
        left: 150px;
    }

    .text-content-2 p,
    .text-content-2 h1 {
        margin: 5px 25px 10px 20px
    }

    .contact-number span,
    .content-5 h1 {
        padding: 15px 10px;
        font-size: 22px;
    }

    .contact-number ul {
        margin-left: 0px;
    }

    .item-second p {
        margin-left: 20px;
        margin-right: 20px;
    }

    .img-bg h3,
    .img-bg span {

        margin-left: 20px;
    }

    .facebook-content {
        margin: 15px;
    }

    .address {
        font-size: 24px;
    }

    .content-4 {
        display: grid;
        text-align: center;
        padding: 40px 0px;
    }

    .content-1 {
        height: 800px;
    }

}

@media only screen and (max-width: 1024px) {
    .border-container-5 {
        padding: 0px;
    }

    .content-5 {
        display: grid;
        text-align: center;
        padding: 40px 0px;
    }

    .link-media-2 {
        margin: 0 auto;
    }

    .content-3 {
        display: grid;
        text-align: center;
        padding: 40px 0px;
    }

    .content-img-2 {
        padding: 30%;
    }

    .btn-2 {
        left: 35%;
    }

    .content-2 {
        display: grid;
        text-align: center;
        padding: 40px 0px;

    }

    .contact-number {
        display: grid;
        width: 390px;
        margin: 0 auto;
        margin-top: 25px;
    }

    .contact-number ul {
        margin: 30px auto;
    width: 390px;
    }

    .img-2 {
        padding: 30%;
    }

    .wrap {
        display: grid;
    }

    .btn-2 a {
        font-size: 28px;
    }

    .content-amarre h1 {
        width: 460px;
        margin: 30px auto;

    }

}

@media only screen and (max-width: 520px) {
    .item-second p {
        font-size: 24px;
    }

    .item-second span {
        font-size: 28px;
    }

    .list-media ul li img {
        width: 42px;
    }

    .list-media ul {
        text-align: right;
    }