body{
    padding: 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif!important;
    font-size: .7em; 
}   
a{
    text-decoration: none;
    color: #fff
}
a:hover{
    text-decoration: underline;
}

main{
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #25292c;
}
header{
    width: 90px;
    height: 100vh;
    background: #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
}
section{
        width: calc(100% - 90px);
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 90px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
section.active{
    z-index: 1;
    opacity: 1;
}
i.fa{
   font-size: 14px;
    width: 80px;
    height: 10px;
    padding: 10px 5px;
    cursor: pointer;
    margin-top: -1px;
}
i.fa:hover, i.fa.active{
    background: #25292c; 
    color: #eaeaea;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
div#buttons {
    margin-top: 50px;
}
section#info{
    background-color: #25292c;
    background-image: url(../images/logo-home.png);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 30% 45%;

}
section#servicios{
    background: #fff;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}
.data{
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0%;
    margin: auto;
    display: flex;
    color: #fff;
    font-size: 1.1em;
    align-items: center;
}
span.contact-text {
    font-size: 26px;
}
input, textarea{
    width: 280px;
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #999;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    max-width: 280px;
}
.g-recaptcha{
    margin-top: 20px;
}
.contact-form p {
    font-size: 16px;
    margin: 10px;
}
#thanks-content {
   width: 320px;
    max-width: 100%;
    height: 110px;
    top: 0;
    padding: 40px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: none;
    font-size: 16px;
    align-items: center;
    align-content: center;
}
footer{
        position: absolute;
    height: 50px;
    bottom: 0px;
    width: 100%;
}
footer p {
    margin: 0px;
    font-size: .8em;
    color: #fff;
}
p.footer1 {
        position: absolute;
    width: 55%;
    bottom: 10px;
    text-align: right;
}
p.footer2 {
       position: absolute;
    width: 40%;
    bottom: 10px;
    text-align: left;
    left: 60%;
}
div.square {
    width: 33.33333%;
    float: left;
    height: 50%;
        position: relative;
        overflow: hidden;
        cursor: pointer;
}
div.square#description{
    cursor: auto;
}
#description h2 img{
        width: 50px;
}
.outside.white{
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255,255,255, .7);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-end;
}
.outside.black{
        width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0, .7);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-end;
}
.background{
    position: absolute;
    width: 120%;
    height: 120%;
    top: 0;
    bottom: 0;
    left: -10%;
    right: 0;
    margin: auto;
    background-size: cover; 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-position: 50% 50%;
}
.square:hover .background{
    width: 140%;
    height: 140%;
    transform: rotate(5deg);
}
#control .background {
    background-image: url(../images/back-control.png);     
}
#etiquetas .background {
    background-image: url(../images/back-etiquetas.jpg);     
}
#escolar .background {
    background-image: url(../images/back-escolar.jpg);     
}
#it .background {
    background-image: url(../images/back-it.jpg);     
}
#muros .background {
    background-image: url(../images/back-muros.png);     
}
#control .inside, #etiquetas .inside{
    left: 0%;
    right: 0%;
    margin: auto;
    position: absolute;
    text-align: right;
    width: 370px;
}
#control .inside p, #etiquetas .inside p{
    font-size: 1em;
}

.inside-bottom{
    left: 5%;
    bottom: 5%;
    position: absolute;
    color: #0087f4;
    font-weight: bold;
    text-align: left;
    font-size: .8em;
}
#description .inside{
    left: 5%;
    top: 5%;
    position: absolute;
    color: #646464;
    max-width: 80%;
    text-align: justify;
}
#descrption .inside p{
    font-size: .8em;
}

#escolar .inside{
    left: 5%;
    top: 5%;
    position: absolute;
    color: #000;
    text-align: right;
}
#escolar .inside p{
    font-size: 1em;
}

#it .inside{
    left: 5%;
    top: 5%;
    position: absolute;
    text-align: right;
}
#it .inside p{
    font-size: 1em;
}
#muros .inside{
    left: 5%;
    top: 5%;
    position: absolute;
    text-align: left;

}
#muros .inside p{
    font-size: 1em;
    text-align: right;
    display: inline-block;
}
.inside h3{
        font-size: 1.5em;
    margin-top: 40px;
}
.inside img {
    max-width: 100%;
}
#description .inside img {
    transform: scale(1);
}
#muros .inside img, #escolar .inside img, #it .inside img{
        float: right;
}

.square:hover .outside.black{
    background-color: rgba(0,0,0, .5);
     -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-position: 50% 50%;
}

#muros:hover .outside.white{
    background-color: rgba(255,255,255, .5);
     -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-position: 50% 50%;
}



@media(max-width: 800px){
    header {
    width: 100%;
    height: 29px;
    background: #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
}
    div#buttons {
     margin-top: 0px; 
        }
    section {
    width: calc(100%);
    height: calc(100% - 29px);
    position: absolute;
    z-index: 0;
    top: 29px;
    opacity: 0;
    left: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    div.square {
    width: 100%;
    float: left;
    height: 400px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


}
.frm_form_field select {
    background-color: transparent!important;
    color: #fff!important;
}

.frm_form_field select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
}
select#mensaje {
    width: 100%;
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #999;
    padding: 10px 10px;
    color: #fff;
    font-size: 15px;
    max-width: 100%;
    display: in;
}

select#mensaje option {
    background: rgba(0,0,0,.3);
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
}