@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

*{
    padding: auto;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
}

body{
    background-color: beige;
}

header{
    position: relative;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.3);
    width: 95%;
    height: 50px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: flex-start;
}

header #logo{
    position: absolute;
    top: 5px;
    left: 1%;
    text-decoration: none;
    font-size: 20px;
    font-weight: bolder;
    display: inline-block;
    color: white; 
}

header #logo img{
    width: 80px;
    height: 80px;
    border-radius: 3px;
    vertical-align: middle;
}

header #logo:hover{
    opacity: 0.5;
}

header #main{
    position: absolute;
    left:33%;
    top: 35.5px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

header #main ul{
    list-style: none;
    display: flex;
}

header #main ul li{
    display: inline-block;
    display: flex;
}

header #main ul li a{
    text-decoration: solid;
    display: inline-block;
    display: flex;
    font-weight: bolder;
    font-size: 20px;
    margin-right: 15px;
    color: white;
}

header #botones{
    position: absolute;
    right:5%;
    top: 29px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

header #botones ul{
    list-style: none;
    display: flex;
}

header #botones ul li{
    display: inline-block;
    display: flex;
}

header #botones ul li a{
    text-decoration: none;
    display: inline-block;
    display: flex;
    font-weight: bolder;
    font-size: 25px;
    margin-right: 10px;
    color: white;
}

header #main ul li a:hover, header #botones ul li a:hover{
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
}


#left-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#left-container img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#left-container h1{
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 170px;
    color: black;

    display: flex;
    text-align: center;
    vertical-align: center;
    justify-content: right;
}

#left-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    left: 170px;
    top: 40px;
}

#right-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    text-align: right;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#right-container img{
    position: absolute;
    right: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#right-container h1{
    position: absolute;
    font-size: 30px;
    font-weight: 800;
    top: 0;
    right: 170px;
    color: black;

    display: flex;
    vertical-align: center;
    text-align: center;
}

#right-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    right: 170px;
    top: 40px;
}


#mp-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    text-align: right;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#mp-container img{
    position: absolute;
    right: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#mp-container h1{
    position: absolute;
    font-size: 30px;
    font-weight: 800;
    top: 10px;
    right: 170px;
    color: black;

    display: flex;
    vertical-align: center;
    text-align: center;
}

#mp-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    right: 170px;
    top: 50px;
}

#mi-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#mi-container img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#mi-container h1{
    position: absolute;
    font-size: 30px;
    top: 35px;
    left: 170px;
    color: black;

    display: flex;
    text-align: center;
    vertical-align: center;
    justify-content: right;
}

#mi-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    left: 170px;
    top: 75px;
}

#et-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    text-align: right;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#et-container img{
    position: absolute;
    right: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#et-container h1{
    position: absolute;
    font-size: 30px;
    font-weight: 800;
    top: 30px;
    right: 170px;
    color: black;

    display: flex;
    vertical-align: center;
    text-align: center;
}

#et-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    right: 170px;
    top: 70px;
}

#gt-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#gt-container img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#gt-container h1{
    position: absolute;
    font-size: 30px;
    top: 30px;
    left: 170px;
    color: black;

    display: flex;
    text-align: center;
    vertical-align: center;
    justify-content: right;
}

#gt-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    left: 170px;
    top: 70px;
}

#pr-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    text-align: right;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#pr-container img{
    position: absolute;
    right: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#pr-container h1{
    position: absolute;
    font-size: 30px;
    font-weight: 800;
    top: 38px;
    right: 170px;
    color: black;

    display: flex;
    vertical-align: center;
    text-align: center;
}

#pr-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    right: 170px;
    top: 78px;
}

#ec-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    text-align: right;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#ec-container img{
    position: absolute;
    right: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#ec-container h1{
    position: absolute;
    font-size: 30px;
    font-weight: 800;
    top: 30px;
    right: 170px;
    color: black;

    display: flex;
    vertical-align: center;
    text-align: center;
}

#ec-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    right: 170px;
    top: 70px;
}


#lt-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#lt-container img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#lt-container h1{
    position: absolute;
    font-size: 30px;
    top: 18px;
    left: 170px;
    color: black;

    display: flex;
    text-align: center;
    vertical-align: center;
    justify-content: right;
}

#lt-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    left: 170px;
    top: 58px;
}

#cg-container{
    display: flex;
    position: relative;
    width: 95%;
    height: 150px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    vertical-align: center;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

#cg-container img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 150px;
    border-radius: 50%;
}

#cg-container h1{
    position: absolute;
    font-size: 30px;
    top: 35px;
    left: 170px;
    color: black;

    display: flex;
    text-align: center;
    vertical-align: center;
    justify-content: right;
}

#cg-container p{
    justify-content: right;
    align-items: center;
    font-size: 18px;
    color: black;
    display: inline-block;
    position: absolute;
    left: 170px;
    top: 75px;
}


@media only screen and (max-width: 768px) {
    #right-container, #left-container, #cg-container, #ec-container, #gt-container, #lt-container, #pr-container, #et-container, #mp-container, #mi-container{
        margin-bottom: 50px;
    }
    

    #right-container p, #left-container p, #cg-container p, #ec-container p, #gt-container p, #lt-container p, #pr-container p, #et-container p, #mp-container p, #mi-container p{
        font-size: 8px;
    }

    #right-container h1, #left-container h1, #cg-container h1, #ec-container h1, #gt-container h1, #lt-container h1, #pr-container h1, #et-container h1, #mp-container h1, #mi-container h1{
        font-size: 12px;
    }

    header{
        height: 15px;
    }

    header #logo{
        font-size: 12px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    header #logo img{
        width: 40px;
        height: 40px;
    }

    header #main{
        position: absolute;
        left:6%;
        top: 25px;
    }

    header #main ul li a{
        font-size: 10px;
    }

    header #botones{
        position: absolute;
        right: 13%;
        top: 22px;
    }

    header #botones ul li a{
        font-size: 14px;
    }

}