a {
    color: #9b005c;
    font-weight: 800;
}
a:hover {
    color: #212121;
}
#hero .half {
    height: 100vh;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
#hero .half a{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    line-height: 30px;
    margin-top: 20px;
    background: #9b005c;
    border-radius: 6px;
}
#hero .half a:hover{
    color: #fff;
    background: transparent;
}
#sp-header {
    position: fixed;
    background-color: transparent;
    width: 100%;
    top: 0;
    padding: 0 20px;
    box-shadow: none;
}
#sp-header.sticky {
    background-color: rgba(0,0,0,0.95);
}
#sp-header .logo img {
    width: 250px;
    transition: all 200ms linear;
    
}
#sp-header.sticky .logo img {
    width: 150px;
    transition: all 200ms linear;
    
}

#sp-header .logo {
    margin: 10px auto 0 auto;
    transition: all 800ms linear;
    
}
#sp-header.sticky .logo {
    margin: 10px 0 0 0;
    transition: all 800ms linear;
   
}
.sp-megamenu-parent {
    margin-right: 300px;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;

}
.sp-megamenu-parent > li > a:hover, 
.sp-megamenu-parent > li > span:hover {
    color: #9b005c;
}
.sp-megamenu-parent i.fa-facebook-f {
    background: #9b005c;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;

}
#offcanvas-toggler {
    position: fixed;
    top: 3px;
    right: 20px;
    z-index: 9999;
    
}
#offcanvas-toggler > i {
    color: #fff;
    font-size: 30px;

}
.presupuesto {
    position: fixed;
    right: 80px;
    top: 28px;
    z-index: 9999;    
}
.presupuesto .btn {
    background: #9b005c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
#consultas {
    background: #9b005c;
}
.sppb-addon-title {
    text-transform: none;
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
}
h3.sppb-title-heading {
    text-transform: none;
    text-align: center;
    font-size: 50px!important;
    margin-bottom: 20px;
    color: #696f67;
}
.texto-columna .sppb-addon-content {
    column-count: 3;
    margin: 30px 0;
    
}
.texto-columna .sppb-addon-content ul {
    list-style: none!important; /* Remove default bullets */
  }
  
  .texto-columna .sppb-addon-content ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #9b005c; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
.texto-columna .sppb-addon-content ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
.jd-simple-contact-form {
    max-width: 600px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    
}
.jd-simple-contact-form .btn {
    background-color: #696f67;
    font-size: 18px;
    font-weight: 600;
}
.button-phone a.sppb-btn {
    background: transparent;
    border: none;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 40px 0;

}
.miniaturas img{
    float: left;
    margin: 10px;

}
#sp-footer {
    background: #696f67;
    padding: 80px 0;
    font-size: 18px;
}
 /* The Modal (background) */
 .modaler {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: rgba(0,0,0,0.7);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 40px 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 700px;
    color: #fff;
  }
  
  /* The Close Button */
  .close {
    color: #fff;
    float: right;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
    margin-top: -10px;
    position: relative;
    z-index: 999;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  } 
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
    margin-top: 0;
}
.wap{
    position: fixed;
    right:20px;
    bottom:20px;
    z-index:999;
}
@media only screen and (max-width: 1310px) {
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        font-size: 14px;
        padding: 0 8px;
    }

}
@media only screen and (max-width: 1140px) {
    .presupuesto {
        right: 20px;
    }
    .sp-megamenu-parent {
        margin-right: 200px;
    }

}
@media only screen and (max-width: 991px) {
    #sp-header .logo {
        margin: 10px 0 0 0;
    }
    #sp-header .logo img {
        width: 200px;
    }
    #hero .half {
        height: 500px;
    }
    .presupuesto {
        right: 80px;
        top: 23px;
    }

}

@media only screen and (max-width: 600px) {
    .presupuesto {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
    }
    .presupuesto .btn {
        text-align: center;
        width: 100%;
        border-radius: 0;
    }
    #sp-header {
        top: 34px;
        background: #000;
    }
    #offcanvas-toggler {
        top: 34px;
    }
    #hero .half {
        font-size: 25px;
        line-height: 30px;
        height: 300px;
    }
    .texto-columna .sppb-addon-content {
        column-count: 1;
    }
    #sp-header .logo img {
        width: 150px;
    }
    #hero {
        margin-top: 120px!important;
    }

    

}
@media only screen and (max-width: 460px) {
    
    .button-phone a.sppb-btn {
        font-size: 25px;
    }

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

@media screen and (max-width: 768px) {  
.hidden-sm, .hidden-xs {display: none !important; visibility: hidden;}  
}
 .offcanvas {visibility: visible !important;}     
 .offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {   margin: 0 5px; display: block;}  
.offcanvas-menu .offcanvas-inner .sp-module {margin-top: 20px !important;}