/*//////////NAVBAR/////////////*/

.buy-btn-header a{
	background-color: #9FBB2E !important;
    color: #ffffff !important;
		font-weight: 800 !important;
    height: 0 !important;
    display: inline !important;
    padding: 7px 15px !important;
    border-radius: 14px !important;
    margin-left: 15px !important;
}

.buy-btn-header a:hover{
	background-color: #b3cf42 !important;
}

.try-btn-header a{
	color: #9FBB2E !important;
	height: 0 !important;
  display: inline !important;
  padding: 6px 15px !important;
  border-radius: 14px !important;
	border: 1px solid #9FBB2E !important;
	margin-left: 5px !important;
	font-weight: 800 !important;
}

.try-btn-header a:hover{
	color: #b3cf42 !important;
	border: 1px solid #b3cf42 !important;
	background-color: #fff;
}

.contact-btn-header a{
	font-size: 20px !important;
	margin-left: 15px !important;
	color:#9FBB2E !important;
}

.login-btn-header a{
	font-size: 20px !important;
	margin-left: -10px !important;
	color:#9FBB2E !important;
}

.login-btn-header a:hover, .contact-btn-header a:hover{
	color:#b3cf42 !important;
}

@media only screen and (max-width: 1250px) {
	.buy-btn-header{
		position: relative !important;
    left: -7px !important;
	}
	.try-btn-header{
		position: relative !important;
    top: -65px !important;
    left: 95px !important;
	}
	.contact-btn-header{
		position: relative !important;
    top: -130px !important;
    left: 180px !important;
	}
	.login-btn-header{
		position: relative !important;
    top: -195px !important;
    left: 275px !important;
	}
	
}

#sket-btn-menu path, .mx-for-scketchup-tablet path{
	fill:#fff !important;
}
  /*/ para el problema de la altura del header//*/
.ehf-header #masthead {
    z-index: 99;
    position: relative;
    max-height: 70px;
}

/*//////////FIN NAVBAR/////////////*/
 
/*//////////FOOTER/////////////*/

.nav_footer_mw a{
	font-size: 14px;
  margin-left: 4px;
  margin-right: 4px;
	
}

.nav_footerppal_mw a{
	font-weight: 600 !important;
  margin-left: 6px;
  margin-right: 6px;
}

/*//////////FIN FOOTER/////////////*/

/*//////////PROGRESS BAR//////////////*/

.elementor-344 .elementor-element.elementor-element-1dac4d8 .elementor-progress-wrapper, .elementor-344 .elementor-element.elementor-element-b97f6da .elementor-progress-wrapper, .elementor-344 .elementor-element.elementor-element-fead959 .elementor-progress-wrapper, .elementor-344 .elementor-element.elementor-element-7cc94d7 .elementor-progress-wrapper, .elementor-440 .elementor-element.elementor-element-48b0688 .elementor-progress-wrapper, .elementor-440 .elementor-element.elementor-element-e8dd214 .elementor-progress-wrapper, .elementor-440 .elementor-element.elementor-element-c413650 .elementor-progress-wrapper, .elementor-440 .elementor-element.elementor-element-056ecc5 .elementor-progress-wrapper {
	border: 1px solid #707070;
}

/*//////////FIN PROGRESS BAR//////////////*/

/* ////////////BENCHWELL////////////// */

.wrapper-bench::-webkit-scrollbar {
    -webkit-appearance: none;
}

.wrapper-bench::-webkit-scrollbar:vertical {
    width:10px;
}

.wrapper-bench::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.wrapper-bench::-webkit-scrollbar:horizontal {
    height: 10px;
}

.wrapper-bench::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.wrapper-bench::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.wrapper-bench{
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    display: flex;
}

.tabla-benchwell{
    display: table;
    padding: 20px;
    margin: 10px;
    margin-left: 200px;
    color:#3d3d3d;
    counter-reset: ranking;
    
}

.tabla-benchwell tbody tr, .tabla-benchwell-home-alt tbody tr{
    counter-increment: ranking;
}

td.rank > span:before {
content: counter(ranking);
}

.tabla-benchwell-home{
    display: table;
    padding: 20px;
    margin: 10px;
    margin-left: 214px;
    color:#ccc;
    counter-reset: ranking;
}

.tabla-benchwell-home-alt{
    display: table;
    padding: 20px;
    margin: 10px;
    counter-reset: ranking;
}

.tabla-benchwell th, .tabla-benchwell td, .tabla-benchwell tr{
    /*border-bottom-style: solid;
    border-width: 1px;
    border-color: #ccc;*/
    white-space: nowrap;
}

.first-column{
        /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    /* max-width: 120px; */
    min-height: 30px;
    left: 2px;
    padding: 0 14px;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    z-index: 100;
    cursor: default;
   width: 50px;
    background-color: #fff;
    color: #93bf1f !important;
    font-weight: bold;
}

.second-column {
    display: -webkit-box; 
     display: -webkit-flex; 
    display: table-cell;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
     -webkit-flex-direction: column; 
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
     -webkit-justify-content: center; 
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30px;
    left: 51px;
    padding: 0 14px;
     -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    z-index: 100;
    cursor: default;
    width: 150px;
    background-color: #fff;
    -webkit-box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.33);
    -moz-box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.33);
    box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.33);
    overflow: hidden;
    font-weight: bold;
}

.first-column-home{
       /* display: -webkit-box; */
    /* display: -webkit-flex; */
     display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    /* max-width: 120px; */
    min-height: 30px;
    left: 2px;
    text-align:right;
    padding: 0 14px;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    z-index: 100;
    cursor: default;
   width: 50px;
    color: #93bf1f !important;
    font-weight: bold;
    background-color: #282828;
}

.second-column-home{
    display: -webkit-box; 
     display: -webkit-flex; 
    display: table-cell;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
     -webkit-flex-direction: column; 
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
     -webkit-justify-content: center; 
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30px;
    left: 51px;
    padding: 0 14px;
     -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    z-index: 100;
    cursor: default;
    width: 160px;
    -webkit-box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.33);
    -moz-box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.33);
    box-shadow: 2px 0px 2px -1px rgba(0,0,0,0.33);
    overflow: hidden;
    font-weight: bold;
    background-color: #282828;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    margin-top:-1px;
}

.first-column-home-alt{
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    /* max-width: 120px; */
    min-height: 30px;
    text-align:right;
    padding: 0 14px;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    z-index: 100;
    cursor: default;
    color: #93bf1f !important;
    font-weight: bold;
}

.second-column-home-alt{
    display: -webkit-box; 
     display: -webkit-flex; 
    display: table-cell;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
     -webkit-flex-direction: column; 
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
     -webkit-justify-content: center; 
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 14px;
     -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    z-index: 100;
    cursor: default;
    overflow: hidden;
    font-weight: bold;
    margin-top:-1px;
    font-size:14px;
}

.btn-bench{
    cursor: pointer;
    width: 40px;
    display: block;
    height: 20px;
    margin: auto;
    
}

.table thead th {
    /* vertical-align: bottom; */
    border-bottom: 0px !important;
    border-top: 0px;
    color: #93bf1f !important;
}

.tabla-benchwell-home tbody tr, .tabla-benchwell-home-alt tbody tr{
    border-color: #ccc;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
}



table {
    
    border-width: 0px 0 0 1px;
   
}

table.tabla-benchwell-home {
    
    border-width: 0px 0 0 1px;
    border-color: #fff;
    font-size:16px;
   
}

table.tabla-benchwell-home-alt tbody {
    
    border-width: 0px 0 0 1px;
    border-color: #fff;
    font-size:18px;
   
}
table.tabla-benchwell-home-alt thead {
    
    border-width: 0px 0 0 1px;
    border-color: #fff;
    font-size:14px;
   
}
table, td, th {
    border: 0px;
}

thead .first-column, thead .second-column, thead .first-column-home, thead .second-column-home{
    border:0px;
}

thead .first-column span, thead .second-column span, thead .first-column-home span, thead .second-column-home span{
    opacity:0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
}
table {
    border-collapse: collapse;
    /*/////PARCHE PARA QUE SE VEA MEDIO BIEN EN FIREFOX //////*/
    width:80% !important;
}

table.tabla-benchwell-home-alt {
    border-collapse: collapse;
    /*/////PARCHE PARA QUE SE VEA MEDIO BIEN EN FIREFOX //////*/
    width:100% !important;
}

.table thead th {
    vertical-align: bottom;
}
.table thead th {
    vertical-align: bottom;
    
}
.table td, .table th {
    padding: .75rem;
    
}
th {
    text-align: inherit;
}

@media (max-width: 900px){
    .table-responsive-break {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
}

@media (max-width: 450px) {
  .first-column, .first-column-home{
      width: 20px;
  }
  .second-column, .second-column-home{
      width: 100px;
      left: 22px;
  }
 
  .tabla-benchwell {
    margin-left: 123px;
    }
    table.tabla-benchwell-home-alt {
    
    border-width: 0px 0 0 1px;
    border-color: #fff;
    font-size:14px;
    margin:0px;
   
    }
    .second-column-home-alt{
        font-size:11px;
    }
}

/* ///////////FIN BENCHWELL////////////////// */


/* ///////////FORMS////////////////// */
.btn-contact-maxwell{
	border: 1px solid #606060 !important;
    border-radius: 14px !important;
    color: #606060 !important;
	    text-align: center;
    margin: auto;
    display: block;
}

.btn-contact-maxwell:hover{
	background-color:#f6f6f6!important;
}

.formulario-item{
	margin-bottom:20px;
}

.formulario-item label{
	display:block !important;
}

/* ///////////FIN FORMS////////////////// */



.helado-img {
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
}

#icon-students .elementor-button-icon{
	  font-size: 23px !important;
    position: relative;
    top: -6px;
}

#icon-students .st0{
	fill: #fff !important;
}

#Rectangle_1_ rect, #Rectangle rect, #Rectangle_2_ rect {
	fill: #2e2e2e !important;
}

