﻿h2 {
    text-align: center;
    font-family: roboto;
    color: #287ab6;
}

h4 {
    text-align: justify;
    font-family: roboto;
}

.card-title {
    color: #163048;
    text-align: center;
}

.card-text {
    text-align: justify;
    color: #1f1e1e;
}

#carr {
    height: 582px;
}

#fot {
    height: 276.422px;
}

#fot2 {
    height: 290.422px;
}
#fot3 {
    height: 290.422px;
}



.modal-body {
    text-align: justify;
    font-family: roboto;
    color: #1f1e1e;
}

.modal-title {
    color: #1f1e1e;
    text-align: center;
    font-size: 20px;
    font-family: roboto;
    text-decoration: underline;
}

#cont {
    margin-top: 23px;
}

#col {
    position: relative;
}

#circulo_img {
    animation: slideInLeft 3s ease-out;
    width: 69%;
    margin-left: 108px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.7);
}

#text {
    animation: slideInRight 3s ease-out;
}


@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 900px) {
    #fot3, #fot2, #fot {
        height: 149px;
    }

    #circulo_img {
        width: 95%;
        margin-top: 59px;
        margin-left: 6px;
    }
}

@media screen and (max-width: 400px) {
    #circulo_img {
        margin-left: 51px;
    }

    #text {
        margin-top: 31px;
    }

    #fot3, #carr {
        height: auto;
    }

    .card {
        margin-bottom: 10px;
    }
}
