#projectsRef{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
}
#projectsTitleSection{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
    background-color: white;
}
#projectsTitle{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
    max-width: 800px;
    margin: 0px auto;
    text-align: left;
    color: #00aaff;
    font-size: 53px;
    margin-top: 35px;
    margin-bottom: 15px;
}
#projectsDataSection{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
    max-width: 800px;
    margin: 0px auto;
    text-align: justify;
}
#projectsDataSection1{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-top: 40px;
}
#projectsText1{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    color: white;
    width: 64%;
}
#projectsTextTitle{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 30px;
}
#projectsTextText{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 13px;
    margin-top: 13px;
    line-height: 20px;
}
#projectsTextText p{
    margin-top: 10px;
    font-size: 17px;
}
#proyectsImg{
    position: absolute;
    height: auto;
    display: block;
    width: 33%;
    right: 0px;
    top: 43px;
}
#projectsDataSection2{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 17px;
    color: white;
    line-height: 20px;
    margin-top: 10px;
}
#projectsDataSection2 p{
    margin-top: 10px;
}

@media screen and (orientation: portrait) {
    #projectsRef{

    }
    #projectsTitleSection{

    }
    #projectsTitle{font-size: 30px;margin-left: 10px;margin-top: 18px;margin-bottom: 7px;}
    #projectsDataSection{

    }
    #projectsText{

    }
    #projectsTextTitle{font-size: 18px;}
    #proyectsImg{right: 6px;}
    #projectsDataSection1{
        width: 94%;
        margin-left: 3%;
        margin-top: 16px;
    }
    #projectsDataSection2{
        width: 94%;
        margin-left: 3%;
        font-size: 10px;
        line-height: 11px;
        margin-top: 0px;
    }
    #projectsTextText{
        margin-top:  0px;
        font-size: 10px;
        line-height: 11px;
    }
    #projectsTextText p {
        margin-top: 4px;
        font-size: 12px;
    }
    #projectsDataSection2 p{
        margin-top: 6px;
        font-size: 12px;
    }
}

@media only screen and (max-height: 600px) {
    #projectsTextText p {
        margin-top: 4px;
        font-size: 12px;
    }
    #projectsDataSection2 p{
        margin-top: 6px;
        font-size: 12px;
    }
}

@media only screen and (max-height: 700px) {
    #projectsTextText p {
        margin-top: 4px;
        font-size: 14px;
        line-height: 16px;
    }
    #projectsDataSection2 p{
        margin-top: 6px;
        font-size: 14px;
        line-height: 16px;
    }
}