html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    height: 100%;
    min-height: 100%;
    color: #343434;
    background: #eeeeee;
    background: -moz-radial-gradient(center, ellipse cover,  #eeeeee 0%, #cccccc 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #eeeeee 0%,#cccccc 100%);
    background: radial-gradient(ellipse at center,  #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );

}

html {scroll-behavior:smooth!important;}

a , img , link , hover , :hover , ::after , div {
    -webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

a:link {color: #FFF;}
a:visited {color: #FFF;}
a:hover {color: #FFF;}
a:active {color: #FFF;}


.box-content-wrap {
    width: 400px;
    margin: 10% auto;
    background: #FFF;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.box-content-wrap::after {
    content: "";
    width: 20px;
    height: 100%;
    background: #086394;
    top: 0px;
    left: 0px;
    position: absolute;
}

.box-content-wrap p {
    margin: 0px;
}

.box-logo {
    width: 200px;
    margin: auto;
    padding: 30px;
}

.class-name {
    font-size: 34px;
    color: #393939;
    text-align: center;
    font-weight: 500;
}

.class-job {
    color: #086394;
    text-align: center;
    font-weight: 500;
}

.box-contact-wrap {
    width: 100%;
    margin-left: 50px;
    margin-bottom: 15px;
}

.box-gray {
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #FFF;
    margin-right: 15px;
}

.whatsapp {
    background: url(../img/whatsapp.png) no-repeat center;
    background-color: #CCC;
}

.phone {
    background: url(../img/phone-call.png) no-repeat center;
    background-color: #CCC;
}

.web {
    background: url(../img/internet.png) no-repeat center;
    background-color: #CCC;
}

.mail {
    background: url(../img/mail.png) no-repeat center;
    background-color: #CCC;
}


.box-blue {
    height: 40px;
    width: calc(100% - 70px);
    display: inline-block;
    background: #086394;
    vertical-align: top;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
}

.box-name {
    width: 100%;
    margin-bottom: 50px;
}

.box-brick {
    width: 40px;
    height: 150px;
    background: #CCC;
}

.box-brick-wrap {
    width: 100%;
    margin-left: 50px;
}
