*{
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    
}

body{
    margin: 0px;
    padding: 0px;
}

html{
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

@media screen and (max-width: 540px){
    html {
        font-size: 12px;   
    }
 }
/* STYLES OF HEADER */
#navbar {
width: auto;
height: 8vh;
}

#primary-box {
    background-color: rgb(241,241,241);
    height: 92vh;
}

.bg-color {
    background-color: rgb(241,241,241);    
}

/* STYLES OF HEADER */


#wrapped-img {
    width: 90vw;
    height: 45vh;
    background-image: url(./images/adela.jpg);

}

#wrapped-box {
    width: 70%;
    height: auto;
}

.padding-5 {
    padding-left: 5%;
    padding-right: 5%;
}
/* STYLES OF SECTION "MI HISTORIA" */

.wrapped01 {
    margin: 0px;
    padding: 0px;
    background-image: url(./images/adela02.jpg);
    background-position: center;
    background-size: cover;
    width: 50vw;
    height: 100vh;

}

.wrapped02 {
    background-color: ;
    margin: 0px;
    padding: 0px;
    width: 50vw;
    height: 100vh;
}

.wrapped02 > div {
    background-color:;
    width: 50%;
    height: 80%;
    
}

.padding-top-5{
    padding-top: 5%;
}
.trabajando > p {
    font-size: 1rem;
}
/* STYLES OF SECTION "SERVICIOS" */

#img-01{
    background-image: url(./images/ilustraciones/ilu001-250.png);
    width: 50vw;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
}

#img-02{
    background-image: url(./images/ilustraciones/ilu002-250.png);
    width: 50vw;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
}

#img-03{
    background-image: url(./images/ilustraciones/ilu003-250.png);
    width: 50vw;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
}

.width-tune {
    width: 97%;
}

#img-04{
    background-image: url(./images/img-pizarra.jpg);
    height: 60vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}

#img-05{
    background-image: url(./images/ilustraciones/ilu004-250.png);
    width: 50vw;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
}

/* SECCIÓN "MIS CURSOS" */

.wrapped-boxes {
    background-color:;
    width: 16vw;
    height: 32vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

#curso01{
    background-image: url(./images/curso01.jpg);
    background-position: center;
    background-size: cover;
}
#curso02{
    background-image: url(./images/curso02.jpg);
    background-position: center;
    background-size: cover;
}
#curso03{
    background-image: url(./images/curso03.jpg);
    background-position: center;
    background-size: cover;
}
#buttom-img {
    background-image: url(./images/buttom-img-1920.jpg) ;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 60vh;
    margin: 0px;
}

/* STYLES OF TEXT AND FONTS*/

.primary-h1 {
    padding: 15px;
    text-transform: uppercase;
    font-size: 4.3rem;
    color: black;
    font-weight:200;
}
.primary-p {
    line-height: 1.5rem;
    color: black;
    font-weight:bold;
}
.secondary-h1{
    padding: 15px;
    text-transform: uppercase;
    font-size: 2.8rem;
    color: black;
    font-weight:200;
}
.secondary-p {
    font-size: 1.3rem ;
}
.p03{
    font-size: 1.3rem;

}

header img {
    width: 85vw;
    height: 45vh;
    
}

#rescue-box {
    width: 100%;
}

/* GENERAL STYLES */

.mg-pd-0 {
    margin: 0px;
    padding: 0px;
}

/* SECTION "MAPA" */
#mapa {
    width: 1500px;
    height: 833px;
    background-image: url(./images/ilustraciones/mapa.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

/* Media Querys */

@media screen and (min-width: 0px) and (max-width: 540px){
    *{
        line-height: 1.4rem;
    }
    #wrapped-img {
        background-image: url(./images/adela002.jpg);
        background-position: center;
        background-repeat: no-repeat;
    }
    .trabajando > p {
        margin-top: 10px;
        width: 90vw!important;
        text-align:start!important;
        line-height: 1.5em;

    }
    
    #img-01 {
        width: 90vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu001-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-02 {
        width: 90vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu002-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-03 {
        width: 90vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu003-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-04 {
        width: 95vw;
        height: 50vh;
        background-image: url(./images/pizzarra-400.jpg);
        margin-bottom: 7vh;
    }
    #img-05 {
        width: 90vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu004-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #divBox {
        height: auto!important;
    }
    #rescue-box{
        margin-top: -35px!important;
    }

    .wrapped-boxes {
        width: 95vw;
        height: 40vh;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .miscursos{
        padding-top: 25px !important;
    }
    #buttom-img{
        margin-top: 10vh;
    }
    
    .wrapped01 {
        width: 100vw;
        height: 55vh;
        margin: 0px;
        padding: 0px;
        background-image: url(./images/adela02-420.jpg);
        background-position: center;
        background-size: cover;
    }
    .wrapped02 {
        width: 100vw;
        height: auto;
        margin-top: 2vh;
        margin-bottom: 2vh ;
    }
    .wrapped02 > div {
        width: 70%;
    }
    .primary-h1 {
        font-size: 2.3rem;
    }
    .secondary-p{
        font-size: 1.8rem;
    }
    #mapa {
        width: 340px;
        height: 270px;
        background-image: url(./images/ilustraciones/mapa-340.jpg);
    }
    .margin-30p x {
        margin-top: 30px !important;
    }
    .secondary-h1 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 541px) and (max-width: 768px){
    #wrapped-img {
        background-image: url(./images/adela003.jpg);
        background-size: cover;
        background-position: center;
    }
    #img-01 {
        width: 80vw;
        height: 60vh;
        background-image: url(./images/ilustraciones/ilu001-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-02 {
        width: 80vw;
        height: 60vh;
        background-image: url(./images/ilustraciones/ilu002-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-03 {
        width: 80vw;
        height: 60vh;
        background-image: url(./images/ilustraciones/ilu003-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-04 {
        width: 95vw;
        height: 60vh;
        background-image: url(./images/pizzarra-400.jpg);
        margin-bottom: 7vh;
    }
    #img-05 {
        width: 80vw;
        height: 60vh;
        background-image: url(./images/ilustraciones/ilu004-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .miscursos{
        padding-top: 25px !important;
        margin-bottom: 5vh;
    }
    .wrapped-boxes {
        width: 30vw;
        height: 30vh;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .primary-h1 {
        font-size: 2.8rem;
    }
    .secondary-p{
        font-size: 2.1rem;
    }
    .wrapped01 {

        width: 100vw;
        height: 50vh;
        margin: 0px;
        padding: 0px;
        background-image: url(./images/adela-576.jpg);
        background-position-y: -10px;

    }
    .wrapped02 {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100vw;
        height: auto;

    }
    .wrapped02 > div {
        width: 70%;
    }
    #mapa {
        width: 500px;
        height: 295px;
        background-image: url(./images/ilustraciones/mapa-500.jpg);
    }
}

@media screen and (min-width: 769px) and (max-width: 992px){
    #wrapped-img {
        background-image: url(./images/adela03.jpg);
        background-size: cover;
        background-position: center;
    }
    #img-01 {
        width: 80vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu001-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-02 {
        width: 80vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu002-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-03 {
        width: 80vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu003-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-04 {
        width: 98vw;
        height: 60vh;
        background-image: url(./images/img-pizarra.jpg);
        margin-bottom: 2vh;
    }
    #img-05 {
        width: 80vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu004-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .miscursos {
        margin-bottom: 2vh!important;
    }
    .wrapped-boxes {
        width: 95vw;
        height: 40vh;
    }
    .primary-h1 {
        font-size: 2.8rem;
    }
    .secondary-p{
        font-size: 2.3rem;
    }
    .miscursos{
        padding-top: 25px !important;
    }
    #mapa {
        width: 769px;
        height: 453px;
        background-image: url(./images/ilustraciones/mapa-769.jpg);
    }
/*    .wrapped01 {

        width: 45vw;
        height: 50vh;
        margin: 0px;
        padding: 0px;
        background-image: url(./images/adela-576.jpg);
        background-position-y: -10px;

    }
    .wrapped02 {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 45vw;
        height: auto;

    } */

    /* .wrapped01 {
        width: 50vw;
        height: 100vh;
    }
    .wrapped02 {
        width: 50vw;
        height: 100vh;

    } */
}

@media screen and (min-width: 993px) and (max-width: 1200px){
    #wrapped-img {
        background-image: url(./images/adela2.jpg);
        background-size: cover;
        background-position: center;
    }
    /*.wrapped01{
        height: 50%;
    }*/
    #divBox{
        width: 35vw;   
    }
    #divBox > p {
        font-size: 0.75rem!important;
    }

    #img-01 {
        width: 50vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu001-300.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-02 {
        width: 50vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu002-300.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-03 {
        width: 50vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu003-300.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #img-04 {
        width: 98vw;
        height: 60vh;
        background-image: url(./images/img-pizarra.jpg);
    }
    #img-05 {
        width: 50vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu004-250.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    #buttom-img {
        background-image: url(./images/buttom-img-760.jpg) ;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: top;
        width: 100%;
        height: 60vh;
        margin: 0px;
    }
    .wrapped-boxes {
        width: 29vw;
        height: 29vh;
        margin-top: 8vh;
        margin-bottom: 8vh;
    }
    .primary-h1 {
        font-size: 3.2rem;
    }
    .secondary-h1 {
        padding: 0px;
        font-size: 2rem;   
    }
    .secondary-p{
        font-size: 2.6rem;
    }
    #divBox > p {
        font-size: 0.7rem;
    }
    .vw-70{
        width: 70vw !important;
    }
    .trabajando > p {
        font-size: 0.8rem;
    }
    /* .wrapped01 {
        height: 100vh;
        width: 50vw;
    }

    .wrapped02 {
        width: 50vw;
    } */
}

@media screen and (min-width: 1201px){
    #wrapped-img {
        height: 53vh;
        background-image: url(./images/adela.jpg);
        background-size: cover;
        background-position:center;
        background-position-y: -20px;
    }
    .padding-top-5{
        padding-top: 2%;
    }
    #wrapped-box {
        padding: 0px !important;
        margin: 0px !important;
    }
    #divBox{
        width: 25vw;
        height: auto;
    }
    #img-01 {
        width: 50vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu001-300.png);
        background-position: center;
        background-repeat: no-repeat;

    }
    #img-02 {
        width: 50vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu002-300.png);
        background-position: center;
        background-repeat: no-repeat;

    }
    #img-03 {
        width: 50vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu003-300.png);
        background-position: center;
        background-repeat: no-repeat;

    }
    #img-05 {
        width: 50vw;
        height: 50vh;
        background-image: url(./images/ilustraciones/ilu004-250.png);
        background-position: center;
        background-repeat: no-repeat;

    }
    #buttom-img {
        background-image: url(./images/buttom-img-1920.jpg) ;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 65vh;
        margin: 0px;
    }
    .primary-h1 {
        font-size: 3.2rem;
        padding: 12px;
    }
    .secondary-h1 {
        padding: 0px;   
        font-size: 2.8rem;
    }
    .secondary-p{
        font-size: 2.9rem;
    }
    p > span {
        font-size: 0.8rem;
    }
    .vw-70{
        width: 70vw !important;
    }
    .trabajando > p {
        font-size: 0.8rem;
    }
    /* .wrapped01 {
        height: 100vh;
        width: 50vw;
    }

    .wrapped02 {
        height: 100vh;
        width: 50vw;
    } */
}

@media screen and (min-width: 1201px){
   p > span {
        font-size: 0.8rem;
    }
    #divBox {
        width: 28vw;
    }
    
}
@media screen and (min-width: 1600px){
.padding-top-5{
    padding-top: 5%;
    }
.secondary-h1 {
    padding: 0px;   
    font-size: 3.22rem;
    }
     p > span {
        font-size: 1rem;
    }
    .trabajando > p {
        font-size: 1rem;
    }
}