@charset "utf-8";
body{
    background-color:34495e
}

#overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index: 10002;
}
#modal, #modal-tutorial, #modal-politica {
    position: absolute;
    border-radius: 2px;
    padding: 8px;
    z-index: 10003;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    top: 0;
}
#modal-tutorial, #modal-politica {
    min-height: 100%;
    height: auto;
    padding: 20px;
    background: rgba(0,0,0,.5);
}

.politica > *{
    display: inline-block
}
#modal-tutorial .modal-content, #modal-politica .modal-content{
    background: #e1e1e1;
    padding: 20px;
}
#modal-tutorial .close-tut, #modal-politica .close-pol{
    position: fixed;
    right: 10px;
    height: 10px;
    background: #004d96;
    width: 30px;
    height: 30px;
    z-index: 10;
    padding: 5px;
}

#modal img{
    margin: auto;
}
#modal-content, .modal-comntent {
    border-radius:8px;
    padding:20px;
    text-align: center;
}

#modal-content img{
    height: 140px;
}
small{
    font-size: 60%;
}
.card{
    background: rgba(252,234,187,1);
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 41%, rgba(248,181,0,1) 60%, rgba(251,223,147,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(41%, rgba(252,205,77,1)), color-stop(60%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 41%, rgba(248,181,0,1) 60%, rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 41%, rgba(248,181,0,1) 60%, rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 41%, rgba(248,181,0,1) 60%, rgba(251,223,147,1) 100%);
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #DEB91A;
    margin-bottom: 30px;
}
#reinicia{
    margin: auto;
}
.card h1{
    font-size: 30px;
}
.card p{
    margin-bottom: 10px;
}
#close {
    position: absolute;
    background-color: #a71b1e;
    width: 15%;
    height: 50px;
    display: block;
    line-height:50px;
    text-align:center;
    text-decoration:none;
    bottom: 0;
    left: 0;
    color:#ffffff;
    min-width: 150px;
}
#sending, #uploadimagen {
    position: absolute;
    background-color: #80ff80;
    width: 15%;
    height: 50px;
    display: block;
    line-height:50px;
    text-align:center;
    text-decoration:none;
    bottom: 0;
    right: 0;
    color:#262626;
    min-width: 150px;
    z-index:10;
}
.all-elements{
    overflow-x:hidden
}
.decoration{
    background-color:#cacaca;
    height:1px;
    margin-bottom:20px;
    width:100%
}
.page-content{
    background-color:#fff;
    z-index:10;
    display:block;
    position:relative;
    min-height:100vh
}
.page-sidebar{
    width:262px;
    display:block;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    bottom:0;
    overflow:hidden;
    position:fixed
}
.page-sidebar-scroll{
    z-index:2;
    width:282px;
    overflow:scroll;
    overflow-x:hidden;
    height:100%
}
.sidebar-decoration{
    display:block;
    height:1px;
    width:220px;
    margin-left:20px;
    background-color:rgba(255,255,255,.1)
}
.sidebar-section{
    height:50px
}
.sidebar-section em{
    font-family:dosis,sans-serif;
    font-weight:500!important;
    font-size:14px;
    color:#fff;
    text-align:right;
    font-style:normal;
    display:block;
    text-transform:uppercase;
    padding-right:20px;
    font-weight:200;
    line-height:50px
}
.sidebar-close{
    background-image:url(../images/misc/sidebar-close.png);
    background-repeat:no-repeat;
    background-position:20px 20px;
    width:50px;
    height:50px;
    background-size:10px 10px;
    position:absolute;
    top:0;
    left:0
}
.sidebar-social{
    background-image:url(../images/misc/sidebar-share.png);
    background-repeat:no-repeat;
    background-position:20px 20px;
    width:50px;
    height:50px;
    background-size:13px 13px;
    position:absolute;
    top:0;
    left:0
}
.sidebar-logo{
    background-image: url(../images/misc/reale.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 90px;
    display: block;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.sidebar-navigation{
    margin-top:20px;
    margin-bottom:20px;
    color:#fff;
}
.nav-item{
    width:220px;
    margin-left:20px
}
img{
    max-width: 100%;
}
.nav-item a{
    font-size:14px;
    line-height:50px;
    color:rgba(255,255,255,.7);
    font-family:dosis,sans-serif;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:1px;
    -webkit-font-smoothing:antialiased
}
.nav-item-submenu{
    display:none
}
.active-submenu{
    display:block
}
.nav-item-submenu a{
    background-image:url(../images/misc/sidebar-arrow.png);
    background-size:13px 13px;
    background-position:right;
    background-repeat:no-repeat;
    padding-left:30px;
    font-size:12px
}
.active-subnav{
    background-image:url(../images/misc/sidebar-active.png)!important;
    background-size:13px 13px;
    background-position:right;
    background-repeat:no-repeat
}
.nav-regular{
    background-image:url(../images/misc/sidebar-arrow.png);
    background-size:13px 13px;
    background-position:right;
    background-repeat:no-repeat
}
.active-nav{
    background-image:url(../images/misc/sidebar-active.png);
    background-size:13px 13px;
    background-position:right;
    background-repeat:no-repeat
}
.dropdown-nav{
    background-image:url(../images/misc/sidebar-dropdown.png);
    background-size:13px 13px;
    background-position:right;
    background-repeat:no-repeat
}
.call-nav{
    background-image:url(../images/misc/sidebar-phone.png);
    background-position:205px 17px;
    background-size:18px 18px;
    background-repeat:no-repeat
}
.text-nav{
    background-image:url(../images/misc/sidebar-text.png);
    background-position:205px 17px;
    background-size:18px 18px;
    background-repeat:no-repeat
}
.link-nav{
    background-image:url(../images/misc/sidebar-link.png);
    background-position:205px 17px;
    background-size:18px 18px;
    background-repeat:no-repeat
}

.form-style-2{
    max-width: 500px;
    padding: 20px 0px 10px 10px;
    font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
    font-weight: bold;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.form-style-2 label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}

.mdt--ERROR{
    background: #cc0000;
}
.mdt--SUCCESS{
    background:  #00897b;
}
.form-style-2 span.required{
    color:red;
}
.form-style-2 .tel-number-field{
    width: 48%;
    text-align:left;
}
.form-style-2 input.input-field, .form-style-2 .select-field{
    width: 48%;
}
.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .textarea-field,
.form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style-2 .input-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .textarea-field:focus,
.form-style-2 .select-field:focus{
    border: 1px solid #004d96;
}
.form-style-2 .textarea-field{
    height:100px;
    width: 55%;
}
.destacado{
    padding: 10px;
    background: #f1b600;
    margin-bottom: 20px;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #004a99;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}


.text-whatsapp{
    background-image:url(../images/misc/whatsapp.png);
    background-position:202px 17px;
    background-size:18px 18px;
    background-repeat:no-repeat
}
.dropdown-nav-inactive{
    background-image:url(../images/misc/sidebar-dropdown-inactive.png)!important
}
.sidebar-copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    color: #ccc;
}
.content-controls{
    margin-bottom:20px
}
.deploy-sidebar{
    background-position:17px 17px;
    background-image:url(../images/misc/content-deploy.png);
    background-repeat:no-repeat;
    background-size:14px 14px;
    width:50px;
    height:50px;
    top:0;
    left:5px
}
.content-controls em{
    display:block;
    text-align:right;
    padding-right:23px;
    margin-top:-35px;
    font-style:normal;
    font-family:raleway,sans-serif;
    font-size:14px;
    color:#1f1f1f
}
.content-logo{
    background-image:url(../images/misc/reale.jpg);
    background-position:0 3px;
    background-repeat:no-repeat;
    background-size:75px 20px;
    display:block;
    width:118px;
    height:44px;
}
.content-facebook{
    background-image:url(../images/misc/facebook.png);
    background-size:27px 27px;
    background-repeat:no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:right;
    margin-top:-35px;
    margin-right:30px
}
.content-twitter{
    background-image:url(../images/misc/twitter.png);
    background-size:27px 27px;
    background-repeat:no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:right;
    margin-top:-35px
}
.content-instagram{
    background-image:url(../images/misc/instagram.png);
    background-size:27px 27px;
    background-repeat:no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:right;
    margin-top:-35px;
    margin-right:60px
}
.content-linkedin{
    background-image:url(../images/misc/linkedin.png);
    background-size:27px 27px;
    background-repeat:no-repeat;
    width:27px;
    height:27px;
    display:block;
    float:right;
    margin-top:-35px;
    margin-right:90px
}
.content-header{
    margin-bottom:20px
}
.services-item em{
    text-align:center;
    display:block;
    color:#e34e47;
    margin-bottom:10px
}
.services-item h4{
    color:#fff;
    line-height:100px;
    position:relative;
    z-index:99999;
    margin-bottom:-100px;
    text-align:center
}
.services-item strong{
    text-align:center;
    font-style:normal;
    font-weight:400;
    display:block;
    width:120px;
    margin-left:auto;
    margin-right:auto
}
.services-item img{
    width:100px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    border-radius:100px
}
.overlay{
    opacity:.7;
    width:100px;
    height:100px;
    border-radius:100px;
    margin-bottom:-100px;
    z-index:9999;
    margin-left:auto;
    margin-right:auto
}
.red-overlay{
    background-color:#c0392b
}
.blue-overlay{
    background-color:#2980b9
}
.yellow-overlay{
    background-color:#f39c12
}
.green-overlay{
    background-color:#27ae60
}
.dark-overlay{
    background-color:#2c3e50
}
.quote-item img{
    border-radius:100px;
    width:100px;
    float:left;
    margin-right:20px
}
.quote-item strong{
    float:left;
    display:block;
    font-weight:400;
    color:#1f1f1f;
    font-size:14px;
    margin-top:10px;
    font-family:raleway,sans-serif
}
.copyright{
    font-size:10px
}
.footer-socials{
    width:115px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px
}
.footer-socials a{
    float:left;
    margin-left:5px;
    margin-right:5px
}
.facebook-footer{
    background-image:url(../images/misc/facebook.png);
    background-repeat:no-repeat;
    background-size:27px 27px;
    height:27px;
    width:27px
}
.goup-footer{
    background-image:url(../images/misc/up.html);
    background-repeat:no-repeat;
    background-size:27px 27px;
    height:27px;
    width:27px
}
.twitter-footer{
    background-image:url(../images/misc/twitter.png);
    background-repeat:no-repeat;
    background-size:27px 27px;
    height:27px;
    width:27px
}
.wide-overlay{
    z-index:9999;
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7)
}
.wide-folio{
    margin-bottom:20px
}
.wide-item{
    margin-bottom:3px
}
.wide-item .responsive-image{
    margin-bottom:0
}
.wide-image{
    max-height:100px;
    overflow:hidden
}
.wide-item-titles{
    position:relative;
    z-index:99999;
    top:30px;
    margin-bottom:-45px;
    pointer-events:none
}
.wide-item-titles h4{
    font-family:open sans,sans-serif;
    font-weight:200;
    font-size:18px;
    text-transform:uppercase;
    color:#fff;
    position:relative;
    z-index:99999;
    text-align:center;
    margin-bottom:5px
}
.wide-item-titles p{
    color:#fff;
    margin-bottom:0;
    color:rgba(255,255,255,.7);
    text-align:center;
    position:relative;
    z-index:99999
}
.wide-item-content{
    display:none;
    margin-top:20px;
    margin-left:20px;
    margin-right:20px
}
@media(min-width:760px){
    .wide-image{
        max-height:150px
    }
    .wide-item-titles{
        top:55px;
        margin-bottom:-45px
    }
}
.contact-call{
    padding-top:5px;
    color:#666;
    padding-left:30px;
    background-image:url(../images/misc/contact_phone.html);
    background-position:0 5px;
    background-repeat:no-repeat;
    background-size:18px 18px;
    height:30px;
    display:block
}
.contact-text{
    color:#666;
    padding-left:30px;
    background-image:url(../images/misc/contact_message.html);
    background-position:0 2px;
    background-repeat:no-repeat;
    background-size:18px 18px;
    height:20px;
    display:block;
    margin-bottom:2px
}
.contact-mail{
    color:#666;
    padding-left:30px;
    background-image:url(../images/misc/contact_mail.html);
    background-position:3px 3px;
    background-repeat:no-repeat;
    background-size:14px 14px;
    height:20px;
    display:block;
    margin-top:5px;
    margin-bottom:2px
}
.contact-facebook{
    color:#666;
    padding-left:30px;
    background-image:url(../images/misc/contact_facebook.html);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:20px 20px;
    height:20px;
    display:block;
    margin-top:5px;
    margin-bottom:2px
}
.contact-twitter{
    color:#666;
    padding-left:30px;
    background-image:url(../images/misc/contact_twitter.html);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:20px 20px;
    height:20px;
    display:block;
    margin-top:5px;
    margin-bottom:2px
}
.contact-instagram{
    color:#666;
    padding-left:30px;
    background-image:url(../images/misc/contact_instagram.html);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:20px 20px;
    height:20px;
    display:block;
    margin-top:5px;
    margin-bottom:2px
}

.nav-item.big{
    background: #f1b600;
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}
.nav-item.big .call-nav{
    background-position: 50% 17px;
    padding: 20px;
    line-height: 1.8rem;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100vh;
}

.nav-item.big.w50{
    width: 47.5%;
    float: left;
    background: #004a99;
    display: table;
    height: 100px;
}
.nav-item.big a{
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.elnav .nav-item.big:last-child{
    margin-left: 5%;
}

.nav-item.big .text-whatsapp {
    background-position: 50% 17px;
}