.bg-red {
    background-color: #CD081A;
}

.f-red {
    color: #CD081A;
}

.f-25 {
    font-size: 3vh;
    font-weight: normal;
}

.carousel-item img {
    height: 80vh;
    width: 100%;
}

.cont-icon {
    width: 100%;
    display: flex;
}

.fa {
    font-size: 60px;
    width: 60px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CD081A;
}

.txt-link {
    font-size: 30px;
    color: black;
    height: 100%;
}

.icon {
    text-decoration: none;
    justify-content: center;
    display: flex;
}

.bg-black {
    background-color: black;
}

.card img {
    width: 25%;
    padding: 45px;
}

.img-serv-1 {
    background-image: url("/Img/Iconos/1.png");
    height: 300px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-serv-1:hover {
    background-image: url("/Img/Iconos/1-2.png");
    height: 300px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.img-serv-2 {
    background-image: url("/Img/Iconos/2.png");
    height: 300px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-serv-2:hover {
    background-image: url("/Img/Iconos/2-2.png");
    height: 300px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.img-serv-3 {
    background-image: url("/Img/Iconos/3.png");
    height: 300px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-serv-3:hover {
    background-image: url("/Img/Iconos/3-2.png");
    height: 300px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.card-group :hover,
.card :hover {
    background-color: white;
    color: black;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #CD081A;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #000;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #d9232d;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: white;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #d9232d;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #df3740;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    font-weight: 600;
}

#footer .credits a:hover {
    color: white;
}

@media only screen and (max-width: 768px) {
    .carousel-item img {
        height: 40vh;
        width: 100%;
    }
}