/* 
    ICONOS DE FUENTE 

    Los iconos de fuente fueron extraídos de icomoon, se usan en diferentes partes de la página
    como inicio de sesión, registro, formularios, footer, etc.
*/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?dr42d4');
    src: url('fonts/icomoon.eot?dr42d4#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?dr42d4') format('truetype'), url('fonts/icomoon.woff?dr42d4') format('woff'), url('fonts/icomoon.svg?dr42d4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Layout*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}

.logo_head {
    height: 84px;
}
.aspnetForm {
    height: 100%;
}
header {
    flex: none;
    /*border-bottom: 1px solid #c7c7c7;*/
    background:#031d40;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
}
header.shrink {
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
}
.title {
    float: left;
    padding: 8px 0px;
}
.title a {
    font-weight:600;
    font-size: 1.8em;
    color: #c7c7c7;
    text-decoration: none;
}
.title p {
    color: #b2b2b2;
    margin: 0;
}
.expandBar {
    padding: 0px !important;
    width: 100%;
}
.expandedPanel .title {
    display: none;
}
.panelContent {
    padding-top: 15px;
}
.expandedPanel .pull-right  {
    float: none !important;
}
.panelItem {
    display: inline-block;
}
.expandedPanel .panelItem {
    display: block;
}
.expandedPanel .panelContent {
    padding-bottom: 15px;
}
.searchBox {
    margin-left: 20px;
}
.searchBox img,
.searchBox .dx-acc {
    display: none;
}
.searchBoxButton {
    font-size: 17px;
}
.navMenu {
    float: right;
    margin: 0px 0px 2px 0px;
    color: #FFFFFF !important;
}
.expandedPanel .navMenu {
    width: 100%;
    margin: 10px 0px;
}
.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}
.loginButton {
    margin: 0px 0px 1px 20px;
}
.expandedPanel .loginButton {
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align:left;
}
.expandedPanel .loginButton .dropdown-toggle {
    width: 100%;
}
.loginButton-large,
.expandedPanel .loginButton-small {
    display: none;
}
.expandedPanel .loginButton-large {
    display: inline-block;
}
.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}
.btnBackToTop i {
    font-size: 60px;
    color: #c7c7c7;
}
.btnBackToTop i:hover {
    color: #e0e0e0;
}
.footerUp {
    padding-bottom: 26px;
    background: #6f6f6f;
}
.footerDown {
    background: #525252;
}
.footerDown p {
    margin: 16px 0px;
}
.wrapper {
    display: -webkit-box;
    display: flex;
    min-height: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.content {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    /*margin-bottom: 40px;*/
}
footer {
    flex: none;
    color: white;
}
footer a {
    color: #cecaca;
}
footer a:hover,
footer a:focus {
    color: #fff;
}
footer h4 {
    margin-top: 32px;
}
.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*Home*/
.mainText {
    margin: 0 auto;
    max-width: 650px;
}
.features {
    margin-top: 40px;
}
.features .media {
    margin-top: 20px;
}
.features .featureIcon {
    font-size: 50px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.customers .media {
    margin-top: 40px;
}
/*Contact Us*/
.map {
    height: 300px;
}
/*Blog*/
.blogImage {
    width: 100%;
}
.dataViewPosts .blogImage {
    padding-top: 25px;
}
.blogNavBar .blogNabVarGroupHeader a {
    text-decoration: none !important;
}
.blogNavBar {
    margin-top: 45px;
}
.user {
    font-size: 64px;
}

.itemNavBarMenu {
    font-size: 1.5em;
    background-color: transparent !important;
    border-color: transparent !important;
}


/*
    Forza color de fuente blanca en navbar menú
*/
.dxmLite_Moderno .dxm-item a.dx {
    color: #FFFFFF !important;
}



.bg-blue {
    background-color: #0070cd;
}

.bg-dark-blue {
    background-color: #031d40;
}

.sectionHeader {
    height: 90px;
    font-weight: 600;
    color: #031d40;
}

.bg-gray{
    background-color: #c6dbfc;
}

.btn-sectionServicio{
    height: 40px;
}

.mb-sectionHeader{
    margin-bottom: -8px;
}

.footer-item{
    width: 80%;
    border-top: 1px solid #53596c;
    margin:  0 auto;
    padding-top: 10px;
    font-size: 15px;
    color: #FFFFFF;
}

.logo-footer{
    width: 70%;
    margin: 0 auto;
}

@media only screen and (min-width: 700px){
    .logo-footer{
        width: 50%;
    }
}

@media only screen and (min-width: 1200px){
    .footer-item {
        width: 20%;
    }
}

.menu-movil div {
    background-color: #031d40;
}

.carousel-item-text{
    top: 10%;
    text-align: left !important;
}

.carousel-img {
    background-position: center;
    background-size: cover;
    height: 300px;
}

.slider-titulo-servicio{
    font-size: 25px;
    text-shadow: 5px 5px 12px #525252;
}



@media only screen and (min-width: 700px) {
    .carousel-item-text {
        top: 25%;
    }
    .carousel-img {
        height: 500px;
    }
    .slider-titulo-servicio{
        font-size: 45px;
    }
    
}

@media only screen and (min-width: 1200px){
    .btn-mas-info {
        width: 25%;
    }
}


.icon-facebook:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-twitter:before {
    content: "\ea96";
}