*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

.contenedor{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

/* Header */

header::before{
    content: "";
    display: block;
    margin-bottom: 100px;
}

nav{
    width: 100%;
    height: 100px;
    background: #ffffff;
    border-bottom: 1px solid transparent;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    z-index: 100;
}

.nav{
    display: flex;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    align-items: center;
    padding: 0 40px;
}

.nav .logo1{
    height: 70px;
}


/* Section 1 */

.bgimg{
    width: 100%;
    background-image: url(../assets/bg-1.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.contenedorA{
    width: 95%;
    max-width: 1200px;
    padding: 40px;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

.contenedor1{
    width: 95%;
    max-width: 1200px;
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

h1{
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

h2{
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

/* Section 2 */

.seccion2{
    background: #ffffff;
    text-align: center;
}

.title{
    padding-bottom: 30px;
}

.h3-1{
    font-size: 42px;
}

hr{
    width: 100%;
    height: 3px;
    border: none;
    background-color: #80e2ec;
}

.contenedor2{
    width: 95%;
    max-width: 1200px;
    padding: 40px;
    padding-top: 0;
    padding-bottom: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

.seccleft{
    width: 50%;
    text-align: center;
}

.seccleft img{
    width: 70%;
    padding-bottom: 50px;
}

.seccright{
    width: 50%;
    font-size: 24px;
    text-align: justify;
    color: #000;
}

/* Section 3 */

#bgimg2{
    width: 100%;
    background-image: url(../assets/bg-2.jpg);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.h3-2{
    font-size: 42px;
    color: #ffffff;
}

.text1{
    padding: 30px;
    color: #ffffff;
    font-size: 27px;
    text-align: center;
}

.text2{
    padding: 30px;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

ul {
    list-style: none;
  }

ul li::before {
    content: "\2022";
    color: #80e2ec;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

.seccleft2{
    width: 50%;
    color: #ffffff;
    font-size: 32px;
    text-align: left;
    line-height: 45px;
    padding: 10px;
}

.seccright2{
    width: 50%;
    color: #ffffff;
    font-size: 32px;
    text-align: left;
    line-height: 45px;
    padding: 10px;
}

/* Section 4 */

.seccion4{
    background: #d3d2d2;
    text-align: center;
}

.text3{
    color: #000;
    font-size: 24px;
    padding-bottom: 30px;
}

/* Section 5 */

.text4{
    color: #000;
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: bold;
}

.contenedor3{
    width: 95%;
    max-width: 1200px;
    padding: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

.contenedor3 ul{
    font-size: 24px;
    text-align: left;
}

/* Section 6 */

.contenedor4{
    width: 95%;
    max-width: 1200px;
    padding: 40px;
    padding-top: 0;
    padding-bottom: 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

.text5{
    font-size: 32px;
    font-weight: lighter;
    line-height: 50px;
}

/* Footer */

footer{
    background:#353535;
    width: 100%;
    color: #ffffff;
    padding: 30px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 540px){

/* Section 1 */

.bgimg{
    background-position: 50%;
}

.contenedorA{
    padding: 20px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.contenedor1{
    padding: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}

h1{
    font-size: 32px;
}

h2{
    font-size: 20px;
}

/* Section 2 */

.title{
    padding-bottom: 20px;
}

.h3-1{
    font-size: 30px;
}

hr{
    width: 100%;
    height: 3px;
    border: none;
    background-color: #80e2ec;
}

.seccleft{
    width: 100%;
    text-align: center;
}

.seccleft img{
    width: 70%;
}

.seccright{
    width: 100%;
    font-size: 20px;
    text-align: center;
}

/* Section 3 */

.h3-2{
    font-size: 30px;
    text-align: center;
}

.text1{
    padding: 20px;
    font-size: 20px;
}

.text2{
    padding: 20px;
    font-size: 24px;
}

ul {
    list-style: none;
  }

ul li::before {
    content: "\2022";
    color: #80e2ec;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

.seccleft2{
    width: 100%;
    font-size: 20px;
    line-height: 35px;
}

.seccright2{
    width: 100%;
    font-size: 20px;
    line-height: 35px;
}

/* Section 4 */

.text3{
    color: #000;
    font-size: 20px;
    padding-bottom: 20px;
}

/* Section 5 */

.text4{
    padding-bottom: 20px;
}

.contenedor3{
    padding: 20px;
}

.contenedor3 ul{
    font-size: 20px;
}

/* Section 6 */

.contenedor4{
    width: 100%;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

.text5{
    font-size: 16px;
    font-weight: lighter;
    line-height: 50px;
}

/* Footer */

footer{
    background:#353535;
    width: 100%;
    color: #ffffff;
    padding: 30px;
    text-align: center;
    margin: auto;
}

}