@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0px
}

.navbar {
    min-width: 0;

    background: #222;
}

.navbar .container {
    min-width: 0;
}

.nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    min-width: 0;
    /*
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;*/
    /*padding: 0rem 16rem;*/
    /*max-height: 100px;
    background: #222;
    z-index: 100000;*/
}


.nav h2 {
    color: #fff;
    font-size: 1.7rem;
    /*padding: 0 3rem;*/
}

#item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#item li {
    list-style: none;
    padding-right: 50px;
}

#item li a {
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff
}

#item li a:hover,
#item .icon i:hover {
    color: #63A8E0;
    cursor: pointer;
}

#item .icon i {
    color: #fff;
    padding-right: 30px;
    /*padding-right: 3rem;*/
    font-weight: bolder;
}

.back {
    background-image: url(../img/background-image.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -1;
}

.back .overlay {
    background: #171819;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}


.profile-image img {
    position: relative;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    padding: 0;
    margin: 0;
    border: 10px solid transparent;
    z-index: 9999;
    transition: all .3s ease-out;
}

.mid {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*padding: 0 15px;*/
    width: 100%;
    max-width: 880px;
}

.mid h2 {
    color: #fff;
    font-size: 2rem;
}

.mid p {
    color: #fff;
    font-size: 1.4rem;
    margin-top: -25px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    /*max-width: 1100px;*/
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-body {
    min-height: 190px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}


.section {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 70px 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.h4 {
    font-size: 1.714em;
    line-height: 1.45em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.titulo {
    font-weight: 700;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.row-main,
.row-secondary {
    display: flex;
    justify-content: space-between;
}

.left,
.right {
    flex-grow: 1;
    flex-basis: 0;
}

.row-main h3 {
    margin-top: 15px;
    margin-bottom: 0;
}

.row-main p {
    font-size: 0.8rem;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.row-secondary {
    margin-top: 15px;
}

.col1,
.col2 {
    margin: 0px;
}

.proyectos .col1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.proyectos .col1 .proyecto-img {
    padding: 5px;

}

.proyecto-img .img-raised {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.proyecto-img figure {
    position: relative;
    overflow: hidden;
    text-align: center;

}

.proyecto-img img {
    position: relative;
    border-radius: 5%;
    height: 300px;
    width: 300px;
    padding: 0;
    margin: 0;
    border: 10px solid transparent;
    z-index: 9999;
}



.contacto {
    padding-top: 50px;
    padding-bottom: 85px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.contacto .contacto-info {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);

}



.contacto .contacto-info .contacto-form {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 30px 30px 30px;
    width: 100%;
    position: relative;

}

.contacto .contacto-info .contacto-form h2 {
    /*font-size: 2rem;*/
    color: #212529;
    /*padding-bottom: 10px;*/
    width: 100%;
}

.contacto .contacto-info .contacto-form .enviar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}


.contacto .contacto-info .contacto-form .enviar input,
.contacto .contacto-info .contacto-form .enviar textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #95a5a6;
    outline: none;
    margin: 13px 0;
    font-size: 1.1rem;
}

.contacto .contacto-info .contacto-form .enviar textarea {
    resize: vertical;
    max-height: 135px;
    min-height: 70px;
}

.contacto .contacto-info .contacto-form .enviar input:focus,
.contacto .contacto-info .contacto-form .enviar textarea:focus {
    border: 1px solid #111;

}

.contacto .contacto-info .contacto-form .enviar input::placeholder {
    color: #7f8c8d;
    font-size: 1.1rem;
}

.contacto .contacto-info .contacto-form .enviar textarea::placeholder {
    color: #7f8c8d;
    font-size: 1.1rem;
    height: 80%;
}

.contacto .contacto-info .contacto-form .enviar a {
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    background-color: #222;
    color: #fff;
    font-size: 1.1rem;
    margin: 13px 0;
}

.contacto .contacto-per {
    width: 19.3rem;
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center;
    border-radius: 00.25rem;
    box-shadow: 8px 10px 25px 2px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
}

.footer {
    background-color: #222;
    width: 100%;
    border-top: 1px solid #ecf0f1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 8rem;
}

.footer .container {
    /*display: flex;*/
    justify-content: center;
    width: 100%;
    max-width: 900px;

}

.footer .page-about {
    text-align: justify;
    width: 100%;
}

.footer .page-about .page-logos {
    display: flex;
    justify-content: space-evenly;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer .page-about .page-logos i {
    color: #8c8c8c;
}

.footer h3 {
    font-size: .95rem;
    margin-bottom: 0px;
}

.footer p {
    margin-top: 5px;
    font-size: .8rem;
}

.footer p,
.footer h3 {
    color: #8c8c8c;
    justify-content: left;
}

.footer .page-fm {
    width: 100%;
    padding-top: 30px;
}

.footer .container .copy-fm {
    text-align: center;
    margin-top: 20px;
}

.footer .container .copy-fm p {
    margin: 0;
}

.footer .container .copy-fm a {
    color: inherit;
    text-decoration: none;
}


/*---Media Query*/

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

}



@media screen and (max-width: 1042px) {
    /*
    .nav {
        padding: 1rem 1rem;
    }

    .nav h2 {
        color: #fff;
        font-size: 1.7rem;
        padding: 0 3rem;
    }

    #item {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #item li {
        list-style: none;
        padding-right: 50px;
    }

    #item li a {
        text-decoration: none;
        font-size: 1rem;
        text-transform: uppercase;
        color: #fff
    }

    #item li a:hover,
    #item .icon i:hover {
        color: #63A8E0;
        cursor: pointer;
    }

    #item .icon i {
        color: #fff;
        padding-right: 30px;
        /*padding-right: 3rem;*/
    /*font-weight: bolder;*/
}

/*
.container {
    max-width: 1024px;
}
*/

}

@media screen and (max-width: 991px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 496px) {
    .footer {
        padding: 2rem 2rem;
    }
}