:root{
    --Amarillo: 	#feb60c;
    --Azulmarino: 	#231d89;
    --Verdeoscuro:	#156171;
    --Verdeclaro: 	#156171;
    --Negro: 		#060606;
    --blanco: #fff;
    --azulfuerteclaro: #1563AC;
    --aqua: #00A1A1;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* 4k 3840x2160*/
@media screen and (min-width: 3840px){
    .title{
        color: #1563AC;
        margin-top: 85px;
        margin-left: 100px;
        margin-right: 100px;
        font-family: 'Merriweather', serif;
        font-size: 120px;
        border-bottom: var(--Amarillo) 11px ridge;
        text-align: center;
    }
    
    .content{
        display: flex;
        flex-direction: row;
        font-family: 'Rubik', sans-serif;
        margin-left: 400px;
        margin-right: 400px;
    }
    
    .mainView{
        align-items: center;
        width: 100%;
    }
    
    .mainView h2{
        font-family: 'Merriweather', serif;
        color: var(--Azulmarino);
    }
    
    .content li {
        font-family: 'Rubik', sans-serif;
        margin: 85px 0px;
    }
    
    .content h3 {
        font-family: 'Rubik', sans-serif;
    }

    .uk-accordion-title{
        font-size: 70px;
        font-family: 'Merriweather', serif;
        color: black;
    }

    .uk-accordion-content{
        font-size: 60px;
        font-family: 'Rubik', sans-serif;
        color: black;
    }
    
    .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* 2k 2560x1440*/
@media screen and (min-width: 2560px) and (max-width: 3839px){
    .title{
        color: #1563AC;
        margin-top: 65px;
        margin-left: 100px;
        margin-right: 100px;
        font-family: 'Merriweather', serif;
        font-size: 100px;
        border-bottom: var(--Amarillo) 11px ridge;
        text-align: center;
    }
    
    .content{
        display: flex;
        flex-direction: row;
        font-family: 'Rubik', sans-serif;
        margin-left: 300px;
        margin-right: 300px;
    }
    
    .mainView{
        align-items: center;
        width: 100%;
    }
    
    .mainView h2{
        font-family: 'Merriweather', serif;
        color: var(--Azulmarino);
    }
    
    .content li {
        font-family: 'Rubik', sans-serif;
        margin: 45px 0px;
    }
    
    .content h3 {
        font-family: 'Rubik', sans-serif;
    }

    .uk-accordion-title{
        font-size: 60px;
        font-family: 'Merriweather', serif;
        color: black;
    }

    .uk-accordion-content{
        font-size: 50px;
        font-family: 'Rubik', sans-serif;
        color: black;
    }
    
    .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* FULLHD 1920x1080 */
@media screen and (min-width: 1920px) and (max-width: 2559px){
    .title{
        color: #1563AC;
        margin-top: 65px;
        margin-left: 100px;
        margin-right: 100px;
        font-family: 'Merriweather', serif;
        font-size: 80px;
        border-bottom: var(--Amarillo) 11px ridge;
        text-align: center;
    }
    
    .content{
        display: flex;
        flex-direction: row;
        font-family: 'Rubik', sans-serif;
        margin-left: 200px;
        margin-right: 200px;
    }
    
    .mainView{
        align-items: center;
        width: 100%;
    }
    
    .mainView h2{
        font-family: 'Merriweather', serif;
        color: var(--Azulmarino);
    }
    
    .content li {
        font-family: 'Rubik', sans-serif;
        margin: 30px 0px;
    }
    
    .content h3 {
        font-family: 'Rubik', sans-serif;
    }

    .uk-accordion-title{
        font-size: 40px;
        font-family: 'Merriweather', serif;
        color: black;
    }
   
    .uk-accordion-content{
        font-size: 30px;
        font-family: 'Rubik', sans-serif;
        color: black;
    }
    
    .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* Pantalla grande T1*/
@media screen and (min-width: 1201px) and (max-width: 1919px){
    .title{
        color: #1563AC;
        margin-top: 35px;
        margin-left: 100px;
        margin-right: 100px;
        font-family: 'Merriweather', serif;
        font-size: 35px;
        border-bottom: var(--Amarillo) 11px ridge;
        text-align: center;
    }
    
    .content{
        display: flex;
        flex-direction: row;
        font-family: 'Rubik', sans-serif;
        margin-left: 180px;
        margin-right: 180px;
    }
    
    .mainView{
        align-items: center;
        width: 100%;
    }
    
    .mainView h2{
        font-family: 'Merriweather', serif;
        color: var(--Azulmarino);
    }
    
    .content li {
        font-family: 'Rubik', sans-serif;
        margin: 20px 0px;
    }
    
    .content h3 {
        font-family: 'Rubik', sans-serif;
    }

    .uk-accordion-title{
        font-size: 25px;
        font-family: 'Merriweather', serif;
        color: black;
    }

    .uk-accordion-content{
        font-size: 20px;
        font-family: 'Rubik', sans-serif;
        color: black;
    }
    
    .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* Pantalla grande T2*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .title{
        color: #1563AC;
        margin-top: 35px;
        margin-left: 70px;
        margin-right: 70px;
        font-family: 'Merriweather', serif;
        font-size: 50px;
        border-bottom: var(--Amarillo) 11px ridge;
        text-align: center;
    }
    
    .content{
        display: flex;
        flex-direction: row;
        font-family: 'Rubik', sans-serif;
        margin-left: 130px;
        margin-right: 130px;
    }
    
    .mainView{
        align-items: center;
        width: 100%;
    }
    
    .mainView h2{
        font-family: 'Merriweather', serif;
        color: var(--Azulmarino);
    }
    
    .content li {
        font-family: 'Rubik', sans-serif;
        margin: 20px 0px;
    }
    
    .content h3 {
        font-family: 'Rubik', sans-serif;
    }

    .uk-accordion-title{
        font-size: 30px;
        font-family: 'Merriweather', serif;
        color: black;
    }

    .uk-accordion-content{
        font-size: 22px;
        font-family: 'Rubik', sans-serif;
        color: black;
    }
    
    .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* Pantalla de laptop T3*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .title{
        color: #1563AC;
        margin-top: 20px;
        margin-left: 70px;
        margin-right: 70px;
        font-family: 'Merriweather', serif;
        font-size: 40px;
        border-bottom: var(--Amarillo) 11px ridge;
        text-align: center;
    }
    
    .content{
        display: flex;
        flex-direction: row;
        font-family: 'Rubik', sans-serif;
        margin-left: 90px;
        margin-right: 90px;
    }
    
    .mainView{
        align-items: center;
        width: 100%;
    }
    
    .mainView h2{
        font-family: 'Merriweather', serif;
        color: var(--Azulmarino);
    }
    
    .content li {
        font-family: 'Rubik', sans-serif;
        margin: 12px 0px;
    }
    
    .content h3 {
        font-family: 'Rubik', sans-serif;
    }

    .uk-accordion-title{
        font-size: 25px;
        font-family: 'Merriweather', serif;
        color: black;
    }

    .uk-accordion-content{
        font-size: 18px;
        font-family: 'Rubik', sans-serif;
        color: black;
    }
    
    .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* Pantalla de tablet T4*/
@media screen and (min-width: 481px) and (max-width: 768px) {
    .title{
        color: #1563AC;
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 40px;
        font-family: 'Merriweather', serif;
        font-size: 40px;
        border-bottom: var(--Amarillo) 11px ridge;
        text-align: center;
    }
    
    .content{
        display: flex;
        flex-direction: row;
        font-family: 'Rubik', sans-serif;
        margin-left: 80px;
        margin-right: 80px;
    }
    
    .mainView{
        align-items: center;
        width: 100%;
    }
    
    .mainView h2{
        font-family: 'Merriweather', serif;
        color: var(--Azulmarino);
    }
    
    .content li {
        font-family: 'Rubik', sans-serif;
        margin: 12px 0px;
    }
    
    .content h3 {
        font-family: 'Rubik', sans-serif;
    }

    .uk-accordion-title{
        font-size: 25px;
        font-family: 'Merriweather', serif;
        color: black;
    }

    .uk-accordion-content{
        font-size: 18px;
        font-family: 'Rubik', sans-serif;
        color: black;
    }
    
    .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

/* Pantalla de movil T5*/
@media screen and (max-width: 480px) {
    .title{
        color: #1563AC;
        margin-top: 20px;
        margin-left: 25px;
        margin-right: 25px;
        font-family: 'Merriweather', serif;
        font-size: 28px;
        border-bottom: var(--Amarillo) 11px ridge;
        text-align: center;
    }
    
    .content{
        display: flex;
        flex-direction: row;
        font-family: 'Rubik', sans-serif;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .mainView{
        align-items: center;
        width: 100%;
    }
    
    .mainView h2{
        font-family: 'Merriweather', serif;
        color: var(--Azulmarino);
    }
    
    .content li {
        font-family: 'Rubik', sans-serif;
        margin: 12px 0px;
    }
    
    .content h3 {
        font-family: 'Rubik', sans-serif;
    }

    .uk-accordion-title{
        font-size: 20px;
        font-family: 'Merriweather', serif;
        color: black;
    }

    .uk-accordion-content{
        font-size: 16px;
        font-family: 'Rubik', sans-serif;
        color: black;
    }
    
    .right{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}