/*
Theme Name:   Plixsite
Theme URI: https://plixsite.com
Description:  Plixsite - Hosting Wordpress Theme
Author:       aleks rc
Author URL:   https://plixsite.com
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor
Tags: domains, host, hosting, hosting templates, landing page, layout, layout switcher, modern, one page, template, web hosting templates, whmcs, whmcs templates, whmcsdes
Text
*/



.page-content {
    overflow: hidden;
}


::selection {
    background: #fff !important;
    color: #000 !important;
}


::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #393939;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
      background: #8a8a8a;
}

::-webkit-scrollbar-track {
  background: #000000;
}

.bg-fil {
backdrop-filter: blur(10px);
}

.cleverwa-description p span {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 12px !important;
}








/* HEADER SCROLL */

#Top_bar {
        top: 0;
        z-index: 19;
        -webkit-transition: top .3s 
ease-out;
        transition: top .3s 
ease-out;
}




/* CURSOR ANIMADO */

.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0;
  z-index: 10000;
  user-select: none;
	pointer-events:none;
}




/* WP CONTACT FORM 7 */



.cfkit {
    margin: 0px !important;
}

.cfkit .col-md-12 {
    padding: 0 5px !important;
}
.wpcf7 .cfkit .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 5px;
}



.wpcf7 textarea {
    padding: 15px !important;
}



.wpcf7 form.sent .wpcf7-response-output, .wpcf7-spinner  {
    display: none !important;
}



@media screen and (min-width: 960px) {
    
 .cfkit .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}  
.cfkit .col-md-3 {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
} 

}








/* BARRA SCROL SIMPREMARQUE */



.msd-content {
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-right: 11vw 211.2px;
}


   
   
@media screen and (min-width: 992px) {
    
.msd-content img {
    padding: 5px 30px;
    width: 110px;
 }
    
 .simplemarque {
    display: inline-block;
    animation-duration: 40.2245s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-name: simplemarquee-15;
    animation-timeline: auto;
    animation-range: normal;
}  

@keyframes simplemarquee-15{
0% {
    transform: translate(0, 0);
}

100% {
    transform: translate(-220%, 0);
}
}

}    



   
   
@media screen and (max-width: 991px) {
    
.msd-content img {
    padding: 5px 30px;
    width: 90px;
 }
    
 .simplemarque {
    display: inline-block;
    animation-duration: 40.2245s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-name: simplemarquee-15;
    animation-timeline: auto;
    animation-range: normal;
}  

@keyframes simplemarquee-15{
0% {
    transform: translate(0, 0);
}

100% {
    transform: translate(-620%, 0);
}
}

}    







/* MENU HAMBURGUESA */

.hamburger {
cursor: pointer; 
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal .close {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 70px;
    font-weight: 800;
    color: #ff5a00;
    cursor: pointer;
    z-index: 9;
}


.modal-content {
  height: 100%;
}





