a {
    color: #555555;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Overpass', "Helvetica Neue",Arial,sans-serif;
}

.navbar {
    padding: 0 1rem;
}

.bg-dark {
    background-color: #1a1a1a !important;
}

.bg-nawal {
    background-color: #0d216a !important;
}

.navbar-brand {
    margin-right: 2rem;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 14px;
    padding-top: 20px;
    padding-bottom: 24px;
    border-top: 4px solid #1a1a1a;
    font-size: 16px;
    font-family:     font-family: 'Overpass', "Helvetica Neue",Arial,sans-serif;
    color: #FFF;
}

.navbar-dark .navbar-nav .nav-link:hover {
    border-top: 4px solid #ee0000;
    color: #FFF;
}

.navbar-collapse {
    background: #1a1a1a;
}

.carousel, .carousel-inner, .carousel-item {
    max-height: 500px;
}

.carousel-caption {
    right: 15%;
    bottom: 20px;
}

.gray-bg {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.half-gray-bg {
background:  linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%) no-repeat;
background-size: calc(100%) calc(50%);
background-position: bottom;
    padding-top: 50px;
    padding-bottom: 50px;
}


.card-banner{
    background-image: url(img/banner.jpeg);
    background-position: center;
    background-size: cover;
    color: #FFF;
}

.inspiration {
    background: url(img/inspiration.jpeg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.inspiration .card {
    margin: 50px 0px;
    padding:
}

.inspiration .card-body {
    position: relative;
}

.inspiration .card-body p {
    margin-top: 30px;
}

.btn {
    font-family: Overpass,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    padding: .9rem 3.2rem;
}

.btn-primary {
    color: #fff !important;
    background-color: #e00;
    border-color: #e00;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c80000;
    border-color: #b00;
}

footer {
    background: #252525;
    color: #FFF;
}

footer .x-box {
    padding: 30px 15px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
}

footer li a {
    color: #ccc;
    font-size: .8rem;
}
footer li a:hover {
    color: #FFF;
    text-decoration: underline;
}

.red-bg {
    background-color: #e00;
    padding: 30px 20px;
}

footer .icons {
    font-size: 1rem !important;
}

footer .icons a {
    color: #FFF;
}

.red-bg p {
    font-size: .8rem;
    margin-top: 1.5rem;
    line-height: 1.5;
}

.footer-row {
    background-color: #1a1a1a;
    color: #FFF;
    padding: 10px;
}

.footer-row p {
    font-size: .7rem;
    color: #aaa;
    padding: 1rem;
    margin: 0;
}

.footer-row a {
    color: #aaa;
}

.footer-row a:hover {
    color: #FFF;
}

.blog-item {
    margin-top: 50px;
}

.carousel-caption-black {
    color: #000 !important;
    background-color: #FFFFFFBB;
}

.red-box {
    padding: 3rem 1rem !important;
    background-image: url(/data/img/red-bg.png);
    background-size: cover;
    color: #FFF;
}

.red-box h3 {
    font-size: 2.1111111111em;
    font-weight: 700;
}

.red-box p {
    font-weight: 400;
    line-height: 1.44;
    font-size: 18px;
    padding: 1rem 8rem;
}

.planes {
    background: url(/data/img/planes-web.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.planes .card {
    margin: 50px 0px;
    padding:
}

.planes .card-body {
    position: relative;
}

.planes .card-body p {
    margin-top: 30px;
}


.entrada {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.titulo {
    color: #000000;
    line-height: 1.6;
}

@media (min-width:320px) {
    .titulo {
        font-size: 1.8rem;
    }
}

@media (min-width:480px) {
    .titulo {
        font-size: 2rem;
    }
}

@media (min-width:768px) {
    .titulo {
        font-size: 2.2rem;
    }
}

@media (min-width:960px) {
    .titulo {
        font-size: 2.4rem;
    }
}


@media (max-width: 768px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .red-box p {
        padding: .3rem .7rem;
    }
}


p {
    font-size: 1.2rem;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 1.7rem;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

@media (min-width:320px) {
    h2 {
        font-size: 1.4rem;
    }
}

@media (min-width:480px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:768px) {
    h2 {
        font-size: 1.7rem;
    }
}

h3 {
    font-size: 1.4rem;
}

@media (min-width:320px) {
    h3 {
        font-size: 1.1rem;
    }
}

@media (min-width:480px) {
    h3 {
        font-size: 1.2rem;
    }
}

@media (min-width:768px) {
    h3 {
        font-size: 1.4rem;
    }
}

h4 {
    font-size: 1.2rem;
}

@media (min-width:320px) {
    h4 {
        font-size: .9rem;
    }
}

@media (min-width:480px) {
    h4 {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    h4 {
        font-size: 1.1rem;
    }
}

@media (min-width:960px) {
    h4 {
        font-size: 1.2rem;
    }
}

.vh100 {
    min-height: 70vh;
}

.p-max {
    padding: 55px;
}

.border {
    border: 9px solid #8C92AC;
}

.bg-b {
    background-color: black;
}

.bg-g {
    background-color: #8C92AC;
}

.bg-t {
    background-color: rgba(255, 255, 255, 0.3);
    ;
}

.bg-t2 {
    background-color: rgba(255, 255, 255, 0.7);
    ;
}

.lh-2 {
    line-height: 2;
}

.lh-3 {
    line-height: 3;
}

.mh-150 {
    min-height: 150px;
}

.mh-250 {
    min-height: 270px;
}

.mh-350 {
    min-height: 350px;
}

.mh-400 {
    min-height: 400px;
}

.max-h {
    min-height: 10rem;
    max-height: 10rem;
}

.lolo {
    font-size: 1.5rem;
    font-weight: 400;
}

.efecto-btn-1:hover {
    color: #ffffff;
    background-color: #0288d1;
}

.efecto-btn-2:hover {
    color: #ffffff;
    background-color: #388e3c;
}

.efecto-btn-3:hover {
    color: #ffffff;
    background-color: #ee0000;
}

.efecto-btn-4:hover {
    color: #ffffff;
    background-color: #ee0000;
}

.efecto-btn-5:hover {
    color: #ffffff;
    background-color: #0288d1;
}

.efecto-btn-6:hover {
    color: #ffffff;
    background-color: #fbc02d;
}

.shake {
    -webkit-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    transition: transform .3s ease;
}

.shake:hover {
    border: 1px solid black;
    -webkit-transform: scale(1.2) rotate(8deg);
    -ms-transform: scale(1.2) rotate(8deg);
    transform: scale(1.2) rotate(8deg);
}

.escudo-1 {
    min-height: 8rem;
    max-height: 5rem;
    max-width: 8rem;
}

.escudo-2 {
    min-height: 8rem;
    max-width: 8rem;
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}

.btn-xaandia {
    background-color: #ee0000;
}

.hov:hover {
    -webkit-transform: scale(1.2);
}


.docs{
    color: #000;
    background-color: #FFF;
    font-size: 1.2rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.docs a{
    color: #0D47A1;
    transition: 0.3s;
    text-decoration: none;
}
.docs a:hover{
    color: #71a5f4!important;
    text-decoration: none!important;
}
.docs h6{
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 0;
}
.docs .card-header{
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.tgde{
    font-size: 2.25rem;
}

.blog-item {
    margin-bottom: 80px;
}

.blog-item ul {
    padding-left: 30px !important;
    padding-bottom: 30px !important;
}

.blog-item ul li {
    white-space: normal !important;
    padding-bottom: 10px;
}

.blog-item ul li p {

}

.solomovil{
        display: inline;
    }
.arr{
    height: 50px;
}
.imgperfil{
    max-height: 50px;

}
.nombre{
    font-size: 16px;

}
.estado{
 font-size: 10px;
 position: absolute;
 top: 30px;
}
.conv{
 background: #efefef;
 color: #3a3a3a;
}
.envio{
    height: 50px;
    background: #d1d1d1;
}
.mnsjenvio{
    border-radius: 20px;
    height: 30px;
    border: 1px solid #FFF;
    padding-left: 30px;
    width: 70%;
    position: absolute;
    left: 10%;
    top: 10px;
}
.mnsjenvio:focus {
    outline: none;
    outline-color: none;
    outline-style: none;
    outline-width: 0px;
}
.btnenvio{
    font-size: 30px;
    position: absolute;
    top: 10px;
    background: green;
    padding: 5px;
    border-radius: 45px;
    height: 30px;
    width: 30px;
    color: #FFF;
    display: inline;
    left: 82%;
}
.btnenvio i{
    font-size: 20px;
    position: relative;
    top: -16px;
}
.barras {
    margin-right: 2rem;
    margin-top: 0.45rem;
}
.bloqueo {
    display: inline!important;
}
.flecha {
    position: absolute;
    top: 100px!important;
    height: 400px!important;
    z-index: 5;
    width: 100px;
}
.indicadores{
    position: absolute;
    top: 450px!important;
    z-index: 2;
}
.sobreBanner{
    position: absolute;
    top:100px;
    left: 0%;
    max-width: 100%!important;
}
.myAccordion .card-header{
    background-color: #FFF;
}
.myAccordion i{
    color: #bbb;
}
.myAccordion{
    background: #FFF!important;
}
.myAccordion .card{
    cursor: pointer;
}
.myAccordion2 .card-header{
    background-color: #FFF;
}
.myAccordion2 i{
    font-weight: 400;
    color: #000;
    background-color: transparent;
}
.myAccordion2 {
    background: #FFF!important;
}
.myAccordion2 .card{
    cursor: pointer;
}
.blanco:hover{
    color:#EEE!important;
    text-decoration: underline!important;
}
.blanco{
    color:#CCC!important;
}
.home-prod {
    background: #2d2d2d;
    padding: 20px;
    min-height: 390px;
}
.home-prod-web {
    border-top: 2px solid #1565c0;
}
.home-prod-dev {
    border-top: 2px solid #c62828;
}
.home-prod h5 {
    font-size: 16px;
    min-height: 40px;
}
.home-prod h6 {
    font-size: 14px;
}
.home-prod-web h6 {
    color: #1565c0;
}
.home-prod-dev h6 {
    color: #c62828;
}
.home-prod p.desc {
    min-height: 50px;
}
.home-prod p {
    font-size: 13px;
}
.home-prod a {
    color: #FFF;
}
.home-prod p a {
    font-size: 15px;
}
.blue-text.text-darken-4 {
    color: #0D47A1 !important;
}
.grey.lighten-3 {
    background-color: #eee !important;
}
.grey.lighten-4 {
    background-color: #f5f5f5 !important;
}
.blog:hover{
    color:#e00;
    text-decoration: none!important;
}
.blog{
    transition: 0.5s;
    color: #000;
}
.blue.darken-4 {
    background-color: #0D47A1 !important;
}
.dark-body{
	background: #212121;
    color: #FFF;
}
.grey.darken-3 {
    background-color: #424242 !important;
}
.grey.darken-4 {
    background-color: #212121 !important;
}
.grey-text {
    color: #9e9e9e !important;
}
.black-text {
    color: #000 !important;
}
.red-text.text-darken-4 {
    color: #B71C1C !important;
}
.red.darken-4 {
    background-color: #B71C1C !important;
}
.verde {
	color: #27db3f;
}
.white {
    background-color: #fff !important;
    margin-bottom: 20px;
}
.white-text {
    color: #fff !important;
}
.yellow.darken-2 {
    background-color: #fbc02d !important;
}
.yellow.darken-4 {
    background-color: #f57f17 !important;
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    line-height: inherit;
}
.btn:hover, .btn-large:hover, .btn-floating:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn-link {
    font-weight: 400;
    color: #000;
    background-color: transparent;
}
.botonwp {
    background-color: green!important;
    color: white!important;
}
.cart {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.cart-help {
    min-height: 250px;
}
.cart .cart-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}
/*.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997;
}
.navbar-fixed nav {
    position: fixed;
}
nav {
    background: #000;
    width: 100%;
    height: 56px;
    }*/
    img {
        border: 0;
    }
    img.responsive-img, video.responsive-video {
        max-width: 100%;
        height: auto;
    }
    .row {
        margin-left: auto;
        margin-right: auto;
        /*margin-bottom: 20px;*/
    }
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .container {
        margin: 0 auto;
        max-width: 1280px;
        width: 90%;
    }
    .bottom-margin-md {
        margin-bottom: 20px;
    }
/*nav .nav-wrapper {
    position: relative;
    height: 100%;
}
.logo {
	position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    white-space: nowrap;
    }*/
    img {
        border: 0;
    }
    ul:not(.browser-default) {
        padding-left: 0;
        list-style-type: none;
    }
    ul.promesas li {
        list-style: circle;
        padding-left: 0px;
        margin-left: 30px;
    }
    li {
        display: list-item;
        text-align: -webkit-match-parent;
        list-style-type: none;
    }
    article h2 {
        color: #191919;
    }
    h2 {
        font-size: 3.56rem;
        line-height: 110%;
        margin: 1.78rem 0 1.424rem 0;
    }
    h3 {
        font-size: 2.92rem;
        line-height: 110%;
        margin: 1.46rem 0 1.168rem 0;
    }
    h4 {
        font-size: 2.28rem;
        line-height: 110%;
        margin: 1.14rem 0 .912rem 0;
    }
    h5 {
        font-size: 1.64rem;
        line-height: 110%;
        margin: .82rem 0 .656rem 0;
    }
    h6 {
        font-size: 1rem;
        line-height: 110%;
        margin: .5rem 0 .4rem 0;
    }
    .right {
        float: right !important;
    }
    i.right {
        float: right;
        margin-left: 15px;
    }
    i.left {
        float: left;
        margin-right: 15px;
    }
/*nav ul {
    margin: 0;
}
nav ul li {
    transition: background-color .3s;
    float: left;
    padding: 0;
}
nav ul a {
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
    }*/

    .collapsible {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        margin: .5rem 0 1rem 0;
    }
    .card-header {
     font-size: 16px;
     display: block;
     cursor: pointer;
     min-height: 3rem;
     line-height: 3rem;
     padding: 0 1rem;
     background-color: #fff;
     border-bottom: 1px solid #ddd;
 }
 .card-body {
    /*display: none;*/
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 2rem;
}
footer {
    font-size: 12px;
}
footer a {
    color: #FFF;
}
.movetoxaa {
    margin-top: 0px;
    margin-bottom: 0px;
}
.movetoxaa .col {
    padding: 0px 0px;
}
.movetoxaa .parallax-container {
    height: 400px;
}
.movetoxaa .box-content {
    margin: 80px 40px;
    height: 240px;
}
.movetoxaa h5 {
    font-size: 22px;
}
.movetoxaa p {
    width: 70%;
}
.sep1 {
    height: : 10px;
}
.space {
	padding-top: 40px;
}
.space2 {
	padding-bottom: : 40px;
}
.space3{
	padding-bottom: 10px;
	padding-top: 10px;
}
.space4{
	padding-bottom: 20px;
	padding-top: 20px;
}
.space5{
    padding-bottom: 20px;
    padding-top: 50px;
}
.container .row {
    margin-left: -.75rem;
    margin-right: -.75rem;
}
.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.contacto{
    background-image: url('/templates/Xaandia/img/contact.jpg')
}
@media only screen and (min-width: 992px){
    .acerca{
        margin-left: 27%;
    }
}
.parallax {
    position: static;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rowcol {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}
.web-features li {
    list-style: circle !important;
    padding-left: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
    margin: 5px 0px;
}
.web-prod {
    padding: 20px;
}
.web-prod .desc {
    height: 40px;
}
.web-prod a.btn {
    color: #FFF;
    font-size: 12px;
}
.web-prod a {
    color: #1565c0;
}
.web-prod h5 {
    font-size: 22px;
}

.bgszacerca{
    height: 300px;
}
.nmb {
    margin-bottom: 0px;
}
.bgszcontact {
    height: 300px;
}
.solomovil{
    display: none;
}
.soporte{
    background-image: url('/templates/Xaandia/img/help-center.jpg');
    height: 500px;
    background-position: center!important;
    background-size: cover!important;
}

    .empresatop{
        height: 500px;
        background-position: 0vw 0vh!important;
    }
@media only screen and (min-width: 0) {

    html {
        font-size: 14px;
    }
}

@media only screen and (max-width: 601px){
    .soporte{
        background-position: -139vh 0vh!important;
    }
    .parallax {
        position: initial;
        background-attachment: initial;
    }
    .solomovil{
        display: block;
    }
    .bgszcontact{
        background-size: cover!important;
        background-position: center!important;
        height: 400px;
   }
    .bgszacerca{
        background-position: 0vw 0vh;
        background-size: 100% 100%;
        height: 400px;
    }

    nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 60px;
        line-height: 60px;
    }
    .navbar-fixed {
        height: 60px;
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (min-width: 992px){
    .tgde{
        font-size: 3.25rem;
    }
    .empresatop{
        height: 500px;
        background-position: 0vh -35vh!important;
    }
    .sobreBanner{
        position: absolute;
        top:250px;
        left: 5%;
        max-width: 80%!important;
    }
    .opmenu{
        font-size: 0.75rem;
        padding-left: 0.4rem!important;
        padding-right: 0.4rem!important;
    }
    .opnume{
        font-size: 1.25rem;
        padding-left: 0.75rem!important;
        font-weight: 500;
        padding-right: 0.75rem!important;
    }
    .navbar-nav {
    }
    .bloqueo {
        display: none!important;
    }
    .bgszcontact{
        background-size: contain!important;
        background-position: -30vh 0vh!important;
    }
    .bgszacerca{
        background-position: 50vw 0vh;
        background-size: 75% 100%;
    }
    .container {
        width: 70%;
    }
    .parallax {
        position: static;
        background-attachment: fixed!important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .col-lg-3-e {
        -ms-flex: 0 0 28%!important;
        /*flex: 0 0 28%!important;
        max-width: 28%!important;*/
        flex: 1 0 28%!important;
        max-width: 31%!important;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
    .opmenu{
        font-size: 1rem;
        padding-left: 0.75rem!important;
        padding-right: 0.75rem!important;
    }

}
