@charset

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    font-family: "helvetica";
}

body{
	font-family: helvetica;
}

:root{
	--principal:#6BB8FE;
	--beigev:#f7f7f7;
	--azull:#1d66ff;
}

#section1{
    padding-bottom: 25px;
    padding-top: 25px;
}

#section2{
    padding-top: 40px;
    padding-bottom: 20px;
    color: white;
}

#bgsection2{
	/*background-color: var(--beigev);*/	background-image: url(../img/background/wall6.jpg);
	background-attachment: fixed;
	background-size: cover;
}

#section3{
    padding-top: 55px;
	padding-bottom: 30px;
}

#section4{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    width: 100%;
}

#bgsection4{
	background-image: url(../img/background/wall6.jpg);
	background-attachment: fixed;
	background-size: cover;
}

#section5{
    height: 80px;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    margin-top: 13px;
}

#section4 h2{
	padding-top: 40px;
}

#section4 p{
    text-align: justify;	
}

#text-algn{
    text-align: justify;
}

@media only screen and (max-width: 751px){

	#bgsection2{
		/*background-color: var(--beigev);*/	background-image: url(../img/background/wall6.jpg);
		background-attachment: scroll;
		background-size: cover;
	}
}
