a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

.wrap {
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
}

footer {
    position: relative;
    background: #00a79f;
    height: auto;
    border-top: 16px solid rgb(48, 153, 163, 0.7);
    padding-top: 130px;
    padding-bottom: 100px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.cont-educ-home.wrap {
    width: 95%;
}

.logo-fotter img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    margin: 0 auto;
}

footer .image-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.logo-fotter.v-2 {
    margin-bottom: 3rem;
}

.item-footer {
    color: white;
    width: 300px;
    margin-bottom: 20px;
}

.item-footer h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.item-footer p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}

.cajon div h6,
.cajon div p {
    font-size: 16px;
    line-height: 16px;
}

.cajon {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cajon img {
    margin-right: 10px;
}

.cajon div h6 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 24px;
}

.cajon div p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.redes-iconos {
    display: flex;
    flex-wrap: wrap;
}

.redes-iconos img {
    margin-right: 25px;
    margin-bottom: 25px;
}

.carrusel img {
    max-width: 100%;
}

.newsletter {
    background: url("../images/bg-footer.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 10px solid #4bcac5;
    margin-top: 60px;
    padding: 30px 0 200px;
    margin-bottom: 0;
}

.newsletter .l-footer {
    text-align: center;
    margin: -100px auto 20px;
}

.newsletter .l-footer img {
    width: 150px;
}

.newsletter .form-news {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.newsletter .form-news label {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: block;
}

.newsletter .form-news input {
    display: inline-block;
    width: 70%;
    height: 50px;
    vertical-align: middle;
    border-radius: 4px;
    border: none;
    padding: 5px 15px;
}

.newsletter .form-news button {
    display: inline-block;
    width: 28%;
    height: 50px;
    background: #ec6d62;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    vertical-align: middle;
}

.newsletter .form-news button:hover {
    background: #d8574b;
}

button {
    cursor: pointer;
    transition: all 0.3s ease;
}

a {
    transition: all 0.3s ease;
}

* {
    outline: none !important;
}

@media (max-width: 1400px) {
    .wrap {
        width: 1180px;
    }
}

@media (max-width: 1024px) {
    .footer-content {
        max-width: 700px;
    }
}

@media (max-width: 425px) {
    .footer-content {
        max-width: 320px;
    }
    .item-footer h5 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .item-footer p {
        font-size: 16px;
    }
}