/*
Theme Name: Kolbi
Author: Digevo
Description: Theme Kolbi
Version: 1.0
License: GNU General Public License v2 or later
Domain Path: /languages/
Tags: purple, light, white, gray, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, responsive-layout, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.
*/


/* =Global
----------------------------------------------- */

/* FULL BODY */

#content {
  max-width: 1920px;
  margin: 0 auto;
}

/*.carousel-indicators{
  display: none;
}*/

a {
  /* color: #54397E; */
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
	/* color: #54397E; */
}
h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


.btn-primary.focus, .btn-primary:focus{
  box-shadow: none;
}
.acordeon-clasificados{
  width: 100%; 
  background-color: #af272f !important; 
  border-color: #af272f !important;
  border-radius: 0px;
}

.card-body{
  border-radius: 0px !important;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media (max-width: 767px) {
   h1 {
     font-size: 30px;
   }

  .pull-left,
  .pull-right {
  	float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #54397E;
}
/* .btn-primary, .label-primary {
	background-color: #752296;
	border-color: #752296;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #4b3371;
	border-color: #4b3371;
} */
.widget .input-group {
    width: 110%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #54397E !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #54397E !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #54397E;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
  background-color: #54397E;
  font-weight: 200;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  border-right: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	color: #fff;
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
  padding-left: 5px;
  float: left !important;
  position: absolute;
}
li.dropdown {
  height: 100%;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;
	padding-left: 0;
}

.comment-list li {
	list-style: none!important;
}

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #EEE;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #54397E;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 52px;
  font-weight: 100;
  color: #54397E;
}
/* .btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #54397E;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
	color: #FFF;
  background-color: #54397E;
} */
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: #54397E;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
	margin: 0;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #54397E;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #FFFFFF;
  padding: 0;
  margin-top: 0px;
}
.site-info a {
  color: #eee;
}
.site-info a:hover {
	color: #999;
}
.site-info {
  color: #797676; /*#999;*/
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

.mt-text{
  margin-top: 35px;
}

.p-text{
  margin-bottom: 0;
  text-align: center;
  font: normal normal bold 13px/15px "Bryant Pro Bold";
  color: #fff;
  letter-spacing: 0px;
  opacity: 1;
}

.p-text a, .p-text a:hover{
  color: #92DB3F;
}

@media (max-width: 767px) {
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		/*display: none;*/
	}

  .order-first-md-6 {
    -ms-flex-order: -1;
    order: -1;
  }

  .ml-footer{
    margin-left: auto;
  }
  .mr-footer{
    margin-right: auto;
  }
}


/* =Social icons
----------------------------------------------- */

#social {
  float: right;
  top: 55px;
  position: relative;
}
.widget #social {
  float: none;
  top: 0;
}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 55px;
		position: relative;
	}
        .widget #social {
            float: none;
            top: 0;
        }
}

@media (max-width: 992px) {
	.site-branding {
		text-align: center;
	}
	#social {
		top: 0;
		float: none;
		text-align: center;
	}
        .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
          float: none;
        }
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
	background: #54397e;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  /*left: 20px;
  text-align: left;*/
  padding-bottom: 20px;
}
.carousel-caption p {
	background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
  margin: 0% 0% 2% 0%;
}

.button-inscription{
	/* background: transparent url('inc/images/home/Rectángulo1.svg') 0% 0% no-repeat padding-box; */
  background: #A61E9C;
  border-radius: 25px;
  opacity: 1;
  width: 200px;
  height: 45px;
}

.text-button-inscription{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: normal normal bold 15px/48px Bryant Pro Bold !important;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }

  .ml-footer{
    margin-left: auto;
  }
  .mr-footer{
    margin-right: 0;
  }

  .float-l{
    float: left;
  }

  .mt-container{
    margin-top: 122px;
  }

  .img-banner{
    position: absolute;
  }

  .slider-container{
    /*background: transparent url('inc/images/home/carousel/SLIDE-PRINCIPAL.png') 0% 0% no-repeat padding-box;*/
    position: relative;
    max-width: 100%;
    height: 650px;
  }

  .title-slider{
    text-align: left;
    font: normal normal normal 40px/48px 'Bruum FY';
    letter-spacing: 0px;
    color: #009697;
    opacity: 1;
  }

  .text-slider{
    text-align: left;
    font: normal normal 600 18px/21px 'Bryant Pro';
    letter-spacing: 0px;
    color: #3A3A3A;
    opacity: 1;
  }
}

/* =WooCommerce styling
----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
    margin-right: 30px;
}

body label,
body .label {
    color: #6B6B6B;
}

/* Layout */
.side-pull-left #primary{
    float: left;
}
.side-pull-right #primary{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}
/* WOOCOMMERCER CSS */ 
#sidebar_right
{
border-left: 1px solid black;
}
.jumbotron h1, .jumbotron .h1 {
  font-size: 35px;
  /* color: #aaa; */
  text-align: center;
}

.title
{
font-size: 11pt;
font-family: verdana;
font-weight: bold;
}
.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: 1.2em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:1.5em;
  }
.woocommerce nav.woocommerce-pagination ul{
  border:none;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  margin: 5px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #337ab7;
  color: #fff;
  padding: 12px;
}
.woocommerce-pagination ul.page-numbers a.page-numbers {
  color: #444;
  padding: 12px;
  margin: 0px;
  background: #ddd;
}
#footer {
  width: 100%;
  border-top: 1px #a2a2a2 solid;
  text-align: center;
  padding: 40px;
  background: #eee;
}
#footer h1 {
  /* color: #aaa; */
  font-size: 30px;
  font-weight: 500;
}


/* CUSTOM STYLES */

/* PHONE */
/*@media screen and (max-width: 768px) {
 .col-md-6 {
   margin-bottom: 10%;
 }
}*/

/* Footer */



#footerNavBar {
  height: 20px !important;
}

.social-footer {
  margin-bottom: 25px;
}

.footer-final-2 {
  height: 62px;
  background: #00A7A7 0% 0% no-repeat padding-box;
  opacity: 1;
}

.footer-link {
  /*margin-left: 2.5%;*/
  cursor: pointer;
	font-size: 16px;
	color: #888D91;
}

.text-mg {
  font-family: seravek;
}

.text-mg-bold {
  font-family: seravekbold;
}

.prize-container{
	height:auto;
	position: relative;
	/*left: 10px;*/
	top: 30px;
	z-index: 1;
}

.prize-row{
	position: absolute;
	left: 230px; /*95px;*/
	top: -60px;
	z-index: 2;
}

.prize-background{
	background: #00B5AE 0% 0% no-repeat padding-box;
	height:147px;
  opacity: 1;
}

.footer-container {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
}
.footer-title {
  color: white;
  text-align: center;
}

.footer-icon {
  margin: 10px;
  padding: 5px;
  border: 1px #47235D solid;
  border-radius: 10px;
  max-height: 75px;
}

.footer-logo {
  margin: 10px;
  padding: 5px;
  max-height: 30px;
}

.footer-p{
  font-family: Bryant Pro Bold;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.entry-title {
  padding-left: 5%;
}

.center-item {
  align-content: center;
  align-items: center;
  align-self: center;
}

/* HEADER AND FOOTER */

.dropdown-menu,

.dropdown-menu .divider {
	background-color: white;
}

.logout-btn > a:hover {
  color: #47235D !important;
}

.logout-btn > a {
  color: #F9B216;
  font-family: seravek;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: white;
  border: 0.5px solid gray;
  border-radius: 0px;
}

#menu-menu>.nav-item>.nav-link, .navbar-dark .navbar-nav .nav-link, #navbarNav li.nav-item.active>a, div {
  text-align: left !important;
  font: normal normal 600 18px/21px 'Bryant Pro';
  letter-spacing: 0px;
  color: #009697;
  opacity: 1;
}

#navbarNav {
  justify-content: center !important;
}

#navbarNav>.navbar-nav>.nav-item>.nav-link:hover, .navbar-dark .navbar-nav .nav-link:hover {
    color: #009697 !important;
}

.account-manage:hover {
  color: #47235D;
  font-family: seravekbold;
}

.navbar-toggle {
  margin-top: 0px;
}

.header-button {
  margin-top: 10px;
  margin-right: 10px;
}

.btn {
  /* margin-right: 20px; */
}

.dropdown-item {
  color: white !important;
}

.dropdown-item:hover {
  color: #F9B216 !important;
}

.social-icon {
  height: 40px;
  margin: 0% 1% 0% 1%;
  padding-top: 1%;
	display: block !important;
}
.mobile-footer {
  margin-bottom: 5%;
}


.account-drop {
  color: #F9B216 !important;
  font-family: seravek !important;
}

.operator-banner-logo {
  float: right;
  margin-top: -50px;
  margin-right: 10px;
}

/* .menu-center{
    margin-left: 130px;
} */

/* PHONE */
@media screen and (max-width: 768px) {
  #btn-header-mobile {
    display: none;
  }
  .footer-icon {
    max-width: 150px;
    max-height: 150px;
  }
  .footer-mobile-margin {
    margin-bottom: 25px;
  }
  .nav-item {
    height: 40px;
    padding-top: 6%;
    padding-bottom: 2%;
    font-size: 18px;
    width: 100% !important;
    border-bottom: 1px solid rgba(112, 112, 112, 1);
    /*border: 1px solid #707070;*/
  }
  .navbar-brand {
    min-width: 150px;
  }
  .desktop-footer {
    display: none;
  }
  .mobile-footer {
    display: inline-block;
  }

  .menu-center{
    margin-left: 20px;
	  margin-right: 20px;
	  /*height: 50vh;*/
  }

	#menu-menu > .nav-item > .nav-link{
		text-align: left;
	}

  .nav-item > .nav-link{
      /*border-bottom: 1px solid #80868A;*/
      /*margin-left: 20px;*/
      width: 310px;
  }

	.site-branding {
		margin-top: 0px;
		/*margin-bottom: 0px;*/
		z-index: 1000;
		position: absolute;
		background-color: #ffffff;
		left: 0px;
		top: 0px;
	}

	.carousel {
		margin: 15% 0% 5% 0%;
	}

	/*.carousel-inner{
		width: 100%;
		/*margin: 55px auto;
	}*/
}

/* PC */
@media screen and (min-width: 768px) {
  #menu-menu>.nav-item>.nav-link, .navbar-dark .navbar-nav .nav-link, #navbarNav li.nav-item.active>a, .footer-final div {
    text-align: center !important;
  }

  #btn-header-mobile {
    padding-left: 0px !important;
    margin-bottom: 10px !important;
  }
  .footer-icon {
    max-width: 150px;
    max-height: 150px;
  }
  .site-title {
    color: #47235D;
    padding-right: 100px;
  }
  .mobile-footer {
    display: none;
  }
  .desktop-footer {
    display: inline-block;
  }

  .prize-row{
    left: 20px;
    top: -70px;
  }
}

@media screen and (min-width: 990px) {
  #btn-header {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title-slider {
    padding-left: 10px;
    padding-top: 60px;
  }

  .text-slider {
    width: 462px;
    height: 147px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .title-slider {
    padding-left: 32px;
    padding-top: 96px;
  }

  .text-slider {
    width: 462px;
    height: 147px;
    margin-left: 32px;
    margin-right: auto;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .title-slider {
    padding-left: 52px;
    padding-top: 96px;
  }

  .text-slider {
    width: 462px;
    height: 147px;
    margin-left: 52px;
    margin-right: auto;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1670px) {
  .title-slider {
    padding-left: 150px;
    padding-top: 120px;
  }

  .text-slider {
    width: 462px;
    height: 147px;
    margin-left: 150px;
    margin-right: auto;
  }
}

@media screen and (min-width: 1671px) and (max-width: 1880px) {
  .title-slider {
    padding-left: 220px;
    padding-top: 150px;
  }

  .text-slider {
    width: 462px;
    height: 147px;
    margin-left: 220px;
    margin-right: auto;
  }
}

@media screen and (min-width: 1881px) {
  .title-slider {
    padding-left: 322px;
    padding-top: 196px;
  }

  .text-slider {
    width: 462px;
    height: 147px;
    margin-left: 322px;
    margin-right: auto;
  }
}

.navbar-title-phone {
  font-size: 22px;
  color: white;
  text-align: left;
} 

/* NAVBAR */

/*#navbarNav > .navbar-nav > .nav-item > .nav-link:hover {
  color: #EAA50D;
}*/

.navbar-toggler-icon {
  color: #93DD3D;
}

.fa.fa-navicon {
  font-size: 25px;
  color: #93DD3D !important;
}

.navbar.transparent.navbar-inverse .navbar-inner {
  border-width: 0px;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: rgba(0,0,0,0.0);
  background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
  background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
  background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

.site-title  {
  padding-top: 5px;
  padding-left: 15px;
}
.site-title {
  color: #47235D;
}

.navbar {
  border-radius: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

.navbar-brand{
  /*margin-left: 50px;*/
  margin-right: 0px !important;
}

#navbarNavFooter li.nav-item.active > a {
  color: white !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #46235d;
}

.header-button > a {
  color: #F9B216 !important;
  font-family: Byant Pro;
  font-size: 20px;
}

/* TOURNAMENT */
.btn-tournament{
	background-color: #00B5AE;
	color: #ffffff;
	border-radius: 22px;
  font-weight: bold;
  width: 282px;
}

.btn-tournament:hover{
	color: #ffffff;
}

.text{
	font-size: 24px;
  text-align: center;
	color: #71777B;
}

.tournament-info{
	color: #000000;
	font-size: 17px;
}

.input-group-append{
	border-bottom: 1px solid black !important;
	border-radius: 0px !important;
}

/* HOME */

.home-title {
  margin: 28px 0% 22px 0%;
  text-align: center;
  font: normal normal 900 20px/24px "Bruum FY Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}

.home-subtitle {
  margin: 0px 0% 28px 0%;
  text-align: center;
  font: normal normal bold 20px/23px "Bryant Pro";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
}


.first-title {
  font-size: 22px;
  color: white;
}

.img-game{
	/*width: 50%;*/
	margin-top: 15px;
  margin-bottom: 23px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  position: initial !important;
}

.woocommerce-message {
  border-top-color: #47235D;
  text-align: center;
}

.title-home{
  margin-bottom: 1em;
  font-family: Bryant Pro;
}

/* PHONE */
@media screen and (max-width: 320px) {
  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bruum FY;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }

  .title-gamers{
    margin-bottom: 33px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 20px/28px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F;
    opacity: 1;
  }

  .prize-row{
    left: 70px;
  }

  .prize-background {
    height: 900px !important;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /*margin-bottom: 30px;*/
  }

  .title-final{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .navbar-brand {
    /*margin-left: 10px !important;*/
  }

  /*.menu {
    margin-right: 103px !important;
  }*/

  #colophon{
    margin-top: 62px;
  }

  .footer-final{
    margin-top: 45px;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bruum FY;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }

  .title-gamers{
    margin-bottom: 33px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 20px/28px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F;
    opacity: 1;
  }

  .prize-row{
    left: 90px;
  }

  .prize-background {
    height: 900px !important;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /*margin-bottom: 30px;*/
  }

  .title-final{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .navbar-brand {
    /*margin-left: 40px !important;*/
  }

  /*.menu {
    margin-right: 113px !important;
  }*/

  #colophon{
    margin-top: 62px;
  }

  .footer-final{
    margin-top: 45px;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  .logo-fortnite{
    height: 72px;
  }

  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bruum FY;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }

  .title-gamers{
    margin-bottom: 33px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 20px/28px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F; /*#00B5AE;*/
    opacity: 1;
  }

  .prize-row{
    left: 95px;
  }

  .prize-background {
    height: 900px !important;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /*margin-bottom: 30px;*/
  }

  .title-final{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  /*.menu {
    margin-right: 110px !important;
  }*/

  #colophon{
    margin-top: 62px;
  }

  .footer-final{
    margin-top: 45px;
  }
}

/*@media screen and (min-width: 376px) and (max-width: 410px) {
  .menu {
    margin-right: 120px !important;
  }
}

@media screen and (min-width: 410px) and (max-width: 415px) {
  .menu {
    margin-right: 155px !important;
  }
}*/

@media screen and (min-width: 376px) and (max-width: 425px) {
  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bruum FY;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }

  .title-gamers{
    margin-bottom: 33px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 20px/28px BrYant Pro Bold;
    letter-spacing: 0px;
    color: #04857F; /*#00B5AE;*/
    opacity: 1;
  }

  .prize-row{
    left: 115px;
  }

  .prize-background {
    height: 900px !important;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /*margin-bottom: 30px;*/
  }

  .title-final{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  #colophon{
    margin-top: 62px;
  }

  .footer-final{
    margin-top: 45px;
  }
}

@media screen and (max-width: 430px) {
  .img-pc{
	  display: none;
  }
}

@media screen and (min-width: 426px) and (max-width: 576px) {
  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bruum FY;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }

  .title-gamers{
    margin-bottom: 33px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 20px/28px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F; /*#00B5AE;*/
    opacity: 1;
  }

  .prize-row{
    left: 198px;
  }

  .prize-background {
    height: 900px !important;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /*margin-bottom: 30px;*/
  }

  .title-final{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  #colophon{
    margin-top: 62px;
  }

  .footer-final{
    margin-top: 45px;
  }
}

@media screen and (min-width: 430px) and (max-width: 767px) {
  .img-mobile{
	  display: none;
  }
}

@media screen and (min-width: 667px) and (max-width: 700px) {
  .prize-row{
	  left: 245px;
  }
}

@media screen and (min-width: 732px) and (max-width: 740px) {
  .prize-row{
	  left: 280px;
  }
}

@media screen and (max-width: 767px) {
  /*#menu-menu>.nav-item>.nav-link, .navbar-dark .navbar-nav .nav-link, #navbarNav li.nav-item.active>a, .footer-final div {
    text-align: left !important;
  }*/

  .site-branding{
    background: #FFFFFFE6 0% 0% no-repeat padding-box;
    opacity: 1;
  }

  .slider-container{
    /*background: transparent url('inc/images/home/carousel/SLIDE-PRINCIPAL.png') 0% 0% no-repeat padding-box;*/
    max-width: 100%;
  }

  .title-slider{
    text-align: center;
    font: normal normal normal 20px/24px 'Bruum FY';
    letter-spacing: 0px;
    color: #009697;
    padding-top: 23px;  
    opacity: 1;
  }

  .text-slider{
    text-align: center;
    font: normal normal 600 14px/17px 'Bryant Pro';
    letter-spacing: 0px;
    color: #3A3A3A;
    padding-left: 56px;
    padding-right: 55px;
    opacity: 1;
  }

  .mt{
    margin-top: 16px;
  }

  .first-subtitle {
    text-align: left;
    font-family: seravekbold;
    font-size: 30px;
    color: #47235D;
    padding-right: 50px;
  }
  /* First Section */
  .bg-first-home {
    /* background-image: url('/wp-content/themes/kolbi/inc/images/home/box-bg.png'); */
    /* Full height */
    height: 400px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .first-home {
    margin-top: 10%;
    width: 100%;
  }

  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bruum FY;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }

  .title-gamers{
    margin-bottom: 33px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 20px/28px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F; /*#00B5AE;*/
    opacity: 1;
  }

  .prize-container{
	  height: auto;
  }

  .prize-row{
	  /*left: 70px;*/
	  top: 50px;
	  width: 180px;
  }

  .prize-background{
	  background: #00B5AE;
	  height: 900px;
	  width: 80px;
	  margin-left: auto;
	  margin-right: auto;
  }

  .prize{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    /*margin-bottom: 30px;*/
  }

  .title-final{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
  }

  #colophon{
    margin-top: 10px;
  }

  .footer-final{
    margin-top: 45px;
  }

  .block{
	  display: block !important;
  }

  .no-title{
	  display: none;
  }

  .separator{
	  width: 1px;
	  height: 30px;
	  background: #B7BABD;
  }

  .site-branding{
	  padding-left: 0px;
	  padding-right: 0px;
	  text-align: justify;
  }

  .menu{
    margin-left: auto;
	  margin-right: auto
  }

  .header-logo{
	  margin-left: 80px;
  }

  /*.img-game{
	  width: 75%;
    margin-top: -30px;
  }*/

  .carousel-indicators{
	  top: 280px;
  }

  .button-inscription{
	  margin-bottom: 0px;
	  margin-right: 10px;
  }  

  .hidden{
    display: none !important;
  }
}


/* PC */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #colophon {
    /* position: absolute; */
    margin-top: 62px;
    bottom: 0;
    width: 100%;
    /*height: 165px;*/           /* Footer height */
  }
  .first-subtitle {
    text-align: left;
    font-family: seravekbold;
    font-size: 55px;
    color: #47235D;
  }
  /* First Section */
  .bg-first-home {
    /* background-image: url('/wp-content/themes/kolbi/inc/images/home/box-bg.png'); */
    /* Full height */
    height: 800px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .first-home {
    height: 800px;
    position: absolute;
    width: 100%;
    text-align: left;
  }

  .img-mobile{
	  display: none;
  }

  .logo-fortnite{
    height: 72px;
  }

  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bruum FY;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }  

  .title-gamers{
    margin-bottom: 96px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 30px/38px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F; /*#00B5AE;*/
    opacity: 1;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 17px/20px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-final{
    text-align: center;
    font: normal normal bold 17px/20px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 17px/20px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 17px/20px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .footer-final{
    margin-top: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  .prize-row {
    left: 30px;
    top: -60px;
  }

  .prize{
    margin-left: 5px;
    margin-right: 5px;
    width: 170px;
  }
}

@media screen and (min-width: 801px) and (max-width: 991px) {
  .prize-row {
    left: 45px;
    top: -60px;
  }

  .prize{
    margin-left: 5px;
    margin-right: 5px;
    width: 170px;
  }
}

@media screen and (min-width: 992px) {
  #colophon {
    /* position: absolute; 
    margin-top: 62px;
    bottom: 0;*/
    width: 100%;
    /*height: 165px;*/           /* Footer height */
  }
  .first-subtitle {
    text-align: left;
    font-family: seravekbold;
    font-size: 55px;
    color: #47235D;
  }
  /* First Section */
  .bg-first-home {
    /* background-image: url('/wp-content/themes/kolbi/inc/images/home/box-bg.png'); */
    /* Full height */
    height: 800px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .first-home {
    height: 800px;
    position: absolute;
    width: 100%;
    text-align: left;
  }

  .img-mobile{
	  display: none;
  }

  .logo-fortnite{
    height: 72px;
  }

  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }

  .prize-row {
    /*left: 130px;*/
    top: -80px;
  }

  .prize{
    margin-left: 10px;
    margin-right: 10px;
    width: 220px;
  }

  .title-gamers{
    margin-bottom: 96px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 40px/48px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F; /*#00B5AE;*/
    opacity: 1;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-final{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .footer-final{
    margin-top: 45px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px){
  .margin-container-tournament{
    margin-bottom: 100px;
  }

  .margin-container-trofeo{
    margin-bottom: 100px;
  }

  .img-game {
    width: auto;
  }

  .prize-row {
    left: 200px;
    top: -100px;
  }

  .title-gamers{
    margin-bottom: 66px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 30px/38px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F; /*#00B5AE;*/
    opacity: 1;
  }

  .trofeo{
    position:absolute;
    z-index:1;
    background: transparent url('inc/images/home/Trofeo.png') 0% 0% no-repeat padding-box;
    width: 935px;
    height: 1102px;
    top: -190px; /*-215px;*/
    left: -290px; /*-190px;*/
    background-size: 90% 90%;
  }  
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .prize{
    margin-left: 10px;
    margin-right: 10px;
    width: 220px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1440px) {
  .prize{
    margin-left: 20px;
    margin-right: 20px;
    width: 220px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1920px){
  .container {
    max-width: 1694px;
  }

  .margin-container-tournament{
    margin-bottom: 100px;
  }

  .margin-container-trofeo{
    margin-bottom: 100px;
  }
  
  .logo-fortnite{
    height: 72px;
  }

  .title-date-inscription{
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 22px;
    text-align: center;
    font: normal normal 900 20px/24px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .inscription-btn-content{
    text-align: center;
  }

  .margin-inscription-btn{
    margin-bottom: 45px;
  }

  .img-game {
    width: auto;
    /*margin-top: -195px;*/
  }

  .prize-row {
    left: 450px;
    top: -100px;
  }

  .title-gamers{
    margin-bottom: 66px;
    margin-top: 30px;
    text-align: center;
    font: normal normal 900 40px/48px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #04857F; /*#00B5AE;*/
    opacity: 1;
  }

  .trofeo{
    position:absolute;
    z-index:1;
    background: transparent url('inc/images/home/Trofeo.png') 0% 0% no-repeat padding-box;
    width: 935px; height: 1102px;
    top: -405px; /*-215px;*/
    left: -290px; /*-190px;*/
    /*background-size: 80% 80%;*/
  }

  .prize{
    margin-left: 35px;
    margin-right: 35px;
  }

  .title-torneos-clasificatorios{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-final{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-repechaje{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  .title-twitch{
    text-align: center;
    font: normal normal bold 20px/23px Bryant Pro;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
  }

  /*#colophon{
    margin-top: 62px;
  }*/

  .footer-final{
    margin-top: 45px;
  }
}

.first-btn {
  margin-top: 5%;
  border-radius: 5px;
  background-color: #47235D !important;
  font-family: seravekbold;
  font-size: 20px;
  color: #F9B216;
  padding: 16px 14px 16px 14px;
  box-shadow: 0px 0px 20px 5px rgba(71, 35, 93, 0.35);  
  border: transparent;
}

/*Second Section */

.second-btn {
  margin: 5% 0% 5% 0%;
  border-radius: 5px;
  background-color: #F9B216 !important;
  font-family: seravekbold;
  font-size: 20px;
  color: #47235D;
  padding: 16px 20px 16px 20px;
  box-shadow: 0px 0px 20px 5px rgba(249, 178, 22, 0.35);  
  border: transparent;
}

.second-box-title {
  margin-bottom: 0;
}

/*.container-second {
  padding-bottom: 3%;
}*/

.bg-second-home {
  max-height: auto;
}

.img-icon {
  width: 100%;
  max-width: 169px;
  max-height: 113px;
  margin-bottom: 15%;
}

.second-title {
  margin-bottom: 3%;
}

.second-icon-title {
  color: #47235D;
  font-size: 22px;
  margin: 15% 0% 5% 0%;
  font-family: seravekbold;
}

.second-icon-subtitle {
  color: #47235D;
  font-size: 20px;
  font-family: seravek;
  line-height: 1.2;
}

/* third section */
.container-third {
  margin-bottom: 5%;
}

.third-btn {
  margin-top: 5%;
  border-radius: 5px;
  background-color: #47235D !important;
  font-family: seravekbold;
  font-size: 20px;
  color: #F9B216;
  padding: 16px 20px 16px 20px;
  box-shadow: 0px 0px 20px 5px rgba(71, 35, 93, 0.35);  
  border: transparent;
}

.line-top {
  border-top: 1px solid #d0d0d0;
  width: 25%;
}

.bg-third-home {
  background-color: white;
  max-height: auto;
  padding-bottom: 2.5%;
}

.check-icon {
  color: #F9B216;
  font-size: 35px !important;
}

.third-title {
  color: #47235D;
  font-size: 18px;
  font-family: seravekbold;
  margin-bottom: 6px;
}

.third-subtitle {
  color: #47235D;
  font-size: 18px;
  font-family: seravek;
  line-height: 1.2;
}


.img-third {
  width: 100%;
  max-height: 465px;
  max-width: 567px;
}

.icon-third {
  max-width: 50px;
}

.third-list {
  padding-left: 20px;
  margin-bottom: 10px;
}

.margin-text {
  padding-top: 10px;
  position: relative;
}

/* QUARTER HOME */
.final-btn {
  margin-top: 5%;
  background-color: #47235D !important;
  font-family: seravekbold;
  font-size: 20px;
  color: #F9B216;
  padding: 16px 22px 16px 22px;
  box-shadow: 0px 0px 20px 5px rgba(71, 35, 93, 0.35);  
  border: none;
}


/* PHONE */
@media screen and (max-width: 767px) {
  .first-btn {
    margin-top: 10% !important;
  }
  .quarter-button {
    margin-top: 5%;
  }
  .center-mobile {
    text-align: center;
  }
  .bg-sub-quarter {
    padding: 5%;
    width: auto;
    line-height: 1.2;
  }
  .img-cyber {
    width: 100%;
    max-width: 90px !important;
    max-height: 90px;
    position: absolute;
    top: -20px;
    right: 5px;
  }
  .col-not-pd {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
  .final-subtitle {
    width: 100%;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  .bg-sub-quarter {
    padding-left: 5%;
    width: auto;
    line-height: 1.2;
  }
  .img-cyber {
    width: 100%;
    max-width: 110px !important;
    max-height: 110px;
    position: absolute;
    top: -32px;
    right: -20px;
  }
  .col-not-pd {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .final-subtitle {
    width: 70%;
  }
}

.quarter-title-box {
  color: white;
  font-family: seravekitalic;
  font-size: 40px;  
}

.quarter-month-box {
  color: #F9B216;
  font-family: seravekbold;
  font-size: 30px;  
}

.quarter-surprise-box {
  color: white;
  font-family: seravek;
  font-size: 20px; 
  margin: 5% 0% 5% 0%;
}

.quarter-price-normal-box {
  color: white;
  font-family: seravek;
  font-size: 20px;
}

.quarter-price-sale-box {
  color: #F9B216;
  font-family: seravekbold;
  font-size: 40px;  
}

.quarter-discount-box {
  color: #F9B216;
  font-family: seravekbold;
  font-size: 25px;  
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin-bottom: 0px !important;
}

.quarter-btn, .btn-redirect {
  margin-top: 5%;
  border-radius: 5px;
  background-color: #f9b216 !important;
  font-family: seravekbold;
  font-size: 20px;
  color: #47235D;
  padding: 14px 30px 14px 30px;
  box-shadow: 0px 0px 20px 5px rgba(249, 178, 22, 0.35);  
  border: transparent;
}

.img-cyber-btn {
  height: 80px;
  margin-top: 5%;
}

.fas.fa-circle {
  color: #f9b216;
}

.container-quarter {
  padding: 10% 0% 10% 0%;
}

.bg-quarter-home {
  background-color: #47235D;
  /* background-image: url('/wp-content/themes/kolbi/inc/images/home/box-bg-2.png'); */
  max-height: auto;
}

.img-quarter-small {
  max-height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.test {
  background-color: white;
}

/* HOME COURSEL */
.img-carousel {
  width: 100%;
  padding: 1%;
}
.btn-carousel {
  background-color: #47235D;
  color: white;
}


.carousel-inner {
  width: 100%;
  margin: 0 auto;
}

/* Indicadores de punto*/
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	/*background-color: #ED7B00;*/
}
.carousel-indicators .active{
	background-color: #ED7B00;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }


/* LOST PASSWORD */

.lost-password-title {
  margin-top: 15px;
  margin-bottom: 25px;
}

.lost-password-form {
  text-align: center;
  margin-bottom: 50px;
}

.lost-password-button {
  margin-top: 25px;
  margin-bottom: 50px;
}

/* PRODUCT ¨*/

section.related.products {
  display: none;
}

#single-product { 
  padding: 5% 10% 5% 10%;
}

/* CHECK OUT PAGE */

.phone-input {
  position: relative;
}

.phone-input .plus-icon {
  position: absolute;
  font-size: 1rem;
  line-height: 37px;
  text-align: center;
  margin-left: 0px;
  margin-top: 0px;
  width: 48px;
  z-index: 1;
  background-color: #ebe9eb;
  border: 1px solid #c5c4c5;
  border-radius: 3px 0px 0px 3px;
}

.phone-input input {
  text-indent: 40px;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: #e2401c;
  display: block !important;
  text-align: left;
}

/* NAVBAR */

.woocommerce-billing-fields__field-wrapper > p > label {
  text-align: left;
}
.woocommerce-shipping-fields__field-wrapper > p > label {
  text-align: left;
}

.col-id-2 > h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px !important; 
  margin-top: 5% !important;
}

.woocommerce form .form-row {
  text-align: left;
  display: inline-block; 
  float: none !important;
}

#place_order {
  float: none !important;
}

.woocommerce form .form-row label {
  line-height: 1.15 !important;
}

p > label {
  width: 100%;
}

#ship-to-different-address {
  font-size: 18px;
}

.col-1 {
  width: 100% !important;
  padding: 0px !important;
  max-width: 100% !important;
}

.col2-set {
  text-align: center;
  display: inline-block;
}

.form-row {
  width: 100% !important;
}

.center-data {
  text-align: center;
  display: inline-block;  
}

.title-checkout {
  padding: 2% 5% 0% 5% !important;
}


.woocommerce-input-wrapper {
  width: 100%;
}

.payment_box {
  height: auto !important ;
}

.box-btn {
  width: 200px;
  font-size: 20px;
}

/*  HEADER IMG */


/* MY ACCOUNT */

.woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
}

.my-account-header-img {
  width: 100%;
  max-height: 250px;
}

.my-account-title {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

/* PRODUCT WOOCOMMERCE */

.product-p {
  max-width: 60%;
  margin-bottom: 5%;
}

.product-title {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

/* PHONE */
@media screen and (max-width: 767px) {
  .home-image-product {
    /* display: none; */
    padding: 5%;
  }
  #footerNav {
    text-align: center;
    display: inline-block;  
    width: 100% !important;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  #content-woocommerce {
    margin-left: 0%;
    margin-right: 0%;
    max-width: 100% !important;  
  }

  #customer_details {
    margin: 2.5% 5% 2.5% 5%;
  }
  #footerNav {
    padding-left: 15px !important;
  }
}

.woocommerce-tabs {
  display: none;
}

/* FAQ */



@media screen and (max-width: 768px) {
  .faq-container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  .faq-container {
    margin-left: 25%;
    margin-right: 25%;
  }
}

.faq {
  border-style: solid;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 1%;
  margin: 2.5%;
}

.faq-title {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

.faq-icon {
  margin-left: 2.5%;
}

.faq-card {
  margin-bottom: 2.5% !important;  
}

.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}

/* ERROR 404 */

.error-404-container {
  margin-top: 2.5%;
}

.error-404-img {
  max-width: 150px !important;
  max-height: 150px !important;
  margin-bottom: 2.5%;
}

/* WOOCOMMERCE STYLE */

#btnSubscription {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #fff;   
  cursor: pointer;
  padding: 2.5% 5% 2.5% 5%;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0; 
}

.footer-button {
  background-color: #fff !important;
  color: #555555 !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.menu-menu-1 {
  width: 100%;
}

/* PROFILE */

.container-profile {
  padding: 2.5%;
}

.profile-title {
  padding-bottom: 5%;
}

.personalization-btn {
  /*
  float: right;
  position: relative;
  left: -50%;
  text-align: left; 
  */
}

.personalization-title {
  position: relative;
  font-size: 20px;
  margin: 0% 5% 2% 5%;
}

.personalization-title-div {
  text-align: center;
  display: inline-block;
  width: 100%;
}

#digevo_tags_form {
  margin-top: 0px !important;
}

#dgv-request-status {
  /* display: none !important; */
}
.container-profile-tab {
  /* border: 1px #dee2e6 solid; */
  width: 100% !important;
}


/* PHONE */
@media screen and (max-width: 768px) {
  .profile-premium {
    margin: 2.5% 1% 1% 1%;
  }
  .container-profile-tab {
    padding: 1% 1% 1% 1%;
  }
  #digevo_tags_form .control-group {
    padding-top: 10px;
    width: 100%;
  }
  .tab-content {
    margin-top: 5%;
  }
  .nav-item {
    font-size: 16px !important;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .logocyber-home {
    max-width: 200px;
  }
  .logocyber-container {
    text-align: left;
  }
}


/* PC */
@media screen and (min-width: 768px) {
  .profile-premium {
    margin: 5% 5% 5% 5%;
  }
  .container-profile-tab .tab-content {
    padding: 5% 5% 5% 5%;
    /* border: 1px #dee2e6 solid; */
    width: 100% !important;
    height: 100% !important;
  }
  #digevo_tags_form .control-group {
    padding-top: 10px;
    width: 70%;
  }
  .full-width {
    width: 100%;;
  }
  .logocyber-home {
    margin-top: 20px;
    position: absolute;
    max-width: 200px;
  }
}

.profile-title-tab {
  padding: 5% 5% 1% 0%;
}

.tab-content > .active {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.container-tab-premium {
  margin: 1% 5% 1% 5% !important;
}

.profile-container {
  padding-top: 5%;
  padding-bottom: 2.5%;
}

/* PROFILE MY ACCOUNT */

.card-info-user {
  margin-bottom: 5% !important;
}

#digevo_tags_view > fieldset {
  /*
  border: 1px gray solid;
  border-radius: 25px;
  */
  /* padding: 5%; */
}

.list-group-item {
  padding: 1% 5% 1% 5% !important;
}

.big-icon {
  font-size: 20px !important;
  padding-top: 2%;
}

.evaluate-font {
  font-size: 18px !important;
}

.icon-product {
  margin: 2% !important;
  max-width: 30px !important;
}

.disable-overflow {
  overflow: auto !important;
}

.fix-row {
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-bottom: 3%;
}

.start-img {
  height: 20px !important;
  max-width: 20px !important;
}

.rating-radio {
  display: none;
}
.checker {
  background-position: left center;
  background-size: auto 100%;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.rating-radio:checked + .checker {
  background-position: right center;
  background-color: red;
}
/*
#digevo_tags_view > fieldset > div.control-group {
  text-align: left;
}
*/

.product-image {
  display: none;
}

.product-image.active-image {
  display: block !important;
}

.selected-product {
  background-color: skyblue;
}

#billing_first_name_field > label {
  width: 100%;
}

/* ORDER PAGE */

.order-title {
  margin: 2.5%;
}

/* BLUEXPRESS STYLE */

div.description > label {
  color: white !important;
}

.btn-box-blueex {
  padding: 1% !important;
  color: white;
  border-color: white !important;
}



.woocommerce-additional-fields__field-wrapper > p > label {
  text-align: left !important;
}

input {
  /* border-radius: 0px !important; */
}

.container-plan {
  background-color: #dfdfdf;
  margin: 2% 10% 5% 10%;
  padding: 2.5%;
}

.container-detail {
  border-top: 1px gray solid;
  padding: 0% 15% 5% 15%;
}

.subcontainer-detail {
  border-bottom: 1px gray solid;
  padding: 5% 0% 5% 0%;
}

#item {
  display:inline-block;
  font-size: 20px;
} 
#price {
  display:inline-block;
  font-size: 20px;
  font-weight: bold;
} 
.button-buy {
  margin-top: 10%;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .5s;
  transition-property: height;
}

.btn-content {
  text-align: center;
  margin-bottom: 20px;
}
.header-button > a:hover {
  color: #47235D !important; 
}

#digevo_tags_view ul.perso-icon-gender-avatar li img {
  max-width: 100% !important;
}

ul.thumbnails.image_picker_selector {
  width: 100% !important;
}

ul.thumbnails.image_picker_selector li {
  border: none !important;
}

.icon-option{
  border: none !important;
}

/* .carousel-control-next, .carousel-control-prev {
  align-items: baseline !important;
} */

.carousel-control-next, .carousel-control-prev{
  width: 15px !important;
  /*display: none;*/
}

.carousel-control-next i, .carousel-control-prev i{
  color: #000 !important;
  font-size: 40px !important;
  /*display: none;*/
}


@media (max-width: 600px) {
  ul.thumbnails.image_picker_selector li {
      width: 33.3% !important;
  }
  /* .carousel-control-prev {
    display: none !important;
  } */
}

.radio-btns {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .carousel-control-prev, .carousel-control-next {
    visibility: visible !important;
  }
}

/* Profile */
h4.title-complete-profile {
  text-align: center;
  margin-bottom: 40px;
}

#digevo_tags_form .btn{
  max-width: 100px;
}

.dropdown-menu {
  width: 100%;
  top: 35px;
}

.ocultar {
  display: none !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
body {
	color: #6B6B6B;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 15px;
}

a {
  /* color: #54397E; */
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
.site-branding {
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
}
html{
    margin:0!important;
}
body
{
    text-align: left;
}
.header-logo {
    text-align: center;
    max-height: 30px;
  }
  .header-logo img {
    height: 45px;
  }
a {
    text-decoration: none;
}
.woomenucart-menu-item {
    display: none;
  }  
/*.nav-item > .nav-link {
    color: #009697 !important;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 20px;
}*/
.header-shadow {
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}
.account-manage {
    color: #F9B216;
    font-family: seravekbold;
}
.navbar {
    min-height: 40px;
}
@media screen and (min-width: 768px) {
    .navbar-brand {
      min-width: 150px;
    }
}

html, body {
    overflow-x: hidden;
}
#masthead {
    /*background-color:#FFFFFF;*/
    background: #00000052;
    padding-top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    line-height: 1.15 !important;
}
  
.navbar {
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
  
#navbarNav li.nav-item.active > a {
    color: /*#92DB3F*/  #00B5AE !important;
}
.navbar-dark .navbar-nav .active > .nav-link {
    color: #fff
}
.container-header {
    /*position: absolute;*/
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@media screen and (min-width: 768px) {
    #page {
      position: relative;
      min-height: 100vh;
      overflow-y: hidden !important;
      overflow-x: hidden !important;
    }
    #content {
      min-height: 5vh;
      padding-bottom: 205px;    /* Footer height */
    }
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
}
body {
color: #6B6B6B;
word-wrap: break-word;
line-height: 1.7;
font-size: 15px;
}

a {
/* color: #54397E; */
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
.site-branding {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-nav > li > a {
padding-top: 0px;
padding-bottom: 0px;
}
html{
  margin:0!important;
}
body
{
  text-align: left;
}
.header-logo {
  text-align: center;
  max-height: 30px;
}
.header-logo img {
  height: 45px;
}
a {
  text-decoration: none;
  line-height: 1rem!important;
}
.woomenucart-menu-item {
  display: none;
}  

.header-shadow {
  box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}
.account-manage {
  color: #F9B216;
  font-family: seravekbold;
}
.navbar {
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .navbar-brand {
    min-width: 150px;
  }
}

html, body {
  overflow-x: hidden;
}
#masthead {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding-top: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  line-height: 1.15 !important;
}

#navbarNav li.nav-item.active > a {
  color: #F9B216;
}
/*.navbar-dark .navbar-nav .nav-link {
  color: #47235D; 
}*/

.navbar-dark .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.5);
}

@media screen and (min-width: 768px) {
  #page {
    position: relative;
    min-height: 100vh;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  #content {
    min-height: 5vh;
    padding-bottom: 1px;    /* Footer height */
  }
}


button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
}

.mg-font-bold {
  font-family: seravekbold;
}

.mg-font {
  font-family: seravek;
}

.mg-font-purple {
  color: #47235D;
}

.mg-font-yellow {
  color: #F9B216 !important;
}

.sbi_load_btn  {
  color: #F9B216;
  background-color: #47235D;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 20px 5px rgb(71, 35, 93, 0.35);  
  font-family: seravekbold;
  font-size: 18px !important;
  padding: 5px 10px;
  margin-right: 10px;
}

.sbi_follow_btn > a {
  color: #F9B216;
  background-color: #47235D;
  border-radius: 5px;
  border: none;
  /* box-shadow: 0px 0px 20px 5px rgb(71, 35, 93, 0.35);  */
  font-family: seravekbold;
  font-size: 18px !important;
  margin: 0px !important;
}

.sbi_follow_btn {
  margin: 5px 0px 0px 10px !important;
  padding: 0px !important;
}

/*Reglamento*/
.site-info a.reglamento-link {
  color: #999;
}

/*Boton Volver*/
.site-info a.volver-link {
  color: #000;
  font-size:1.3rem;
}

/*Reset password*/
#submit-reset-password {
  background-color: #00B5AE !important;
  color: white;
}

.title {
  color: #000 !important;
}

.text-purple {
  color: #000 !important;
}

#btnInscribeBattlefy {
  background-color: #00B5AE !important;
  border-color: #00B5AE !important;
  margin-top: 10px;
}

.dgv_register_city,
.dgv_register_operator {
  width: 230px !important;
}

#btn-login .btn-tournament {
  margin-top: 10px !important;
}

.inscription-btn-content .rules-link {
  text-align: center;
  text-decoration: underline;
  font: normal normal bold 15px/18px Bryant Pro;
  letter-spacing: 0px;
  color: #A61E9C;
  text-transform: uppercase;
  opacity: 1;
}

.content-tournament-commingsoon {
  position: relative;
}

.content-tournament-commingsoon .text-block {
  position: absolute;
  background-color: #4c4c4c;
  color: white;
  padding-left: 7px;
  padding-right: 7px;
  display: none;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .content-tournament-commingsoon {
    margin-top: 10px;
  }
}

.button-comming-soon,
.button-comming-soon:hover,
.button-comming-soon:focus,
.button-comming-soon:active {
  /* background: transparent url('inc/images/home/Rectángulo1.svg') 0% 0% no-repeat padding-box; */
  margin-top: 0;
  border-radius: 25px !important;
  width: 200px !important;
  background: #7c7c7c !important;
  border-color: #7c7c7c !important;
  height: 45px !important;
  cursor: default !important;
  opacity: 1;
}

.mt{
  margin-top: 22px;
}

/********** TORNEOS Y GRAN FINAL **********/
.title-torneos-final{
  margin: 28px 0% 134px 0%;
  text-align: center;
  font: normal normal 900 20px/24px "Bruum FY Bold";
  letter-spacing: 0px;
  color: #707070;
  text-transform: uppercase;
  opacity: 1;
}

/************ GAMES ***********/
.container-games{
  margin: 28px 0% 22px 0%;
}

.imagen-port-home {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.imagen-port-home {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 200px;
  position: relative;
  cursor: pointer;
  border-radius: 45px;
}

.imagen-port-home>img {
  width: 100%;
  height: 100%;
  object-fit: inherit;
  display: block;
  border-radius: 45px;
}

.hover-galeria-home {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /*transform: scale(0);*/
  /*background: hsla(306, 82%, 46%, 0.62);*/
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.6));
  /*transition: transform .5s;*/
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 45px;
  padding: 5px;
  opacity: 1;
}

/*.hover-galeria img {
  width: 50px;
}*/

/*.hover-galeria p {
  color: #fff;
  font-weight: bold;
}*/

/*.imagen-port:hover .hover-galeria {
  transform: none;
}*/

.title-game{
  /*margin-top: auto;*/
  margin-bottom: auto;
	text-align: center;	
  font: normal normal bold 28px/32px 'Bryant Pro';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1
}

.game-container{
  margin-top: 82px;
}

@media screen and (min-width: 768px) {
  .ml-games{
    margin-left: auto;
  }
  
  .mr-games{
    margin-right: auto;
  }
}

/************ END GAMES ***********/

/* PHONE */
@media screen and (max-width: 320px) {
  
}

@media screen and (max-width: 360px) {
  
}

@media screen and (max-width: 375px) {
  
}

@media screen and (max-width: 430px) {
  
}

/*@media screen and (max-device-width: 480px){
  .img-fluid{
      max-width:100% !important;
      height:auto !important;
      margin-top: 40px;
      margin-bottom: 20px;
  }
}*/

@media screen and (max-width: 576px) {
  
}

@media screen and (max-width: 767px) {
  #navbarNav{
    padding-left: 27px;
    padding-right: 27px;
  }

  #navbarNav li.nav-item.active > a {
    color: #00B5AE !important;  
  }

  #menu-menu>.nav-item>.nav-link, .navbar-dark .navbar-nav .nav-link, #navbarNav{
    /*color: #009697 !important;*/
    height: 518px;    
  }

  #content{
    margin-top: 50px;
  }
  
  .margin-map-cr{
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .d-container{
    display: block !important;
  }

  .mt-container{
    margin-top: 56px;
  }
}

/* PC Y TABLET */
@media screen and (min-width: 768px) and (max-width: 800px) {
  .margin-map-fn{
    margin-top: 50px;
  }

  .margin-map-cr{
    /*margin-top: 149px;*/
    margin-bottom: 50px;
  }

  .d-container{
    display: flex !important;
  }
}

@media screen and (min-width: 801px) {
  .margin-map-fn{
    margin-top: 50px;
  }

  .margin-map-cr{
    margin-top: 114px;
    margin-bottom: 50px;
  }

  .d-container{
    display: flex !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .margin-map-fn{
    margin-top: 50px;
  }

  .margin-map-cr{
    margin-top: 114px;
    margin-bottom: 384px;
  }

  .d-container{
    display: flex !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .margin-map-fn{
    margin-top: 149px;
  }

  .margin-map-cr{
    margin-top: 114px;
    margin-bottom: 384px;
  }

  .d-container{
    display: flex !important;
  }
}

/********** FIN TORNEOS Y GRAN FINAL **********/

/********** MINITORNEOS **********/

.title-minitorneos{
  margin: 31px 0% 31px 0%;
  text-align: center;
  font: normal normal 900 20px/24px "Bruum FY Bold";
  letter-spacing: 0px;
  color: #707070;
  text-transform: uppercase;
  opacity: 1;
}

.text-minitorneos{
  text-align: center;
  font: normal normal bold 20px/23px "Bryant Pro Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.btn-minitorneos,
.btn-minitorneos:hover,
.btn-minitorneos:focus,
.btn-minitorneos:active{
  border-radius: 20px;
  background: transparent url('inc/images/minitorneos/Rectángulo\ 22.svg') 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal bold 15px/18px "Bryant Pro Bold";
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  padding: 15px;
}

.btn-inactive-minitorneos,
.btn-inactive-minitorneos:hover,
.btn-inactive-minitorneos:focus,
.btn-inactive-minitorneos:active {
  background: #707070 0% 0% no-repeat padding-box;
  border: #707070;
  border-radius: 20px;
  text-align: center;
  font: normal normal bold 15px/18px "Bryant Pro Bold";
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  padding: 15px;
}

.my-minitorneos{
  margin-top: 31px;
  margin-bottom: 34px;
}

/********** FIN MINITORNEOS **********/

/********** AYUDA **********/
.title-ayuda{
  margin: 31px 0% 31px 0%;
  text-align: center;
  font: normal normal 900 20px/24px "Bruum FY Bold";
  letter-spacing: 0px;
  color: #707070;
  text-transform: uppercase;
  opacity: 1;
}

.text-ayuda{
  text-align: left;
  font: normal normal bold 20px/23px Bryant Pro Bold;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

#col-2 > h2, #col-1 > h2{
  text-align: left;
  font: normal normal bold 20px/23px Bryant Pro Bold;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}

.btn-send-message {
  text-align: center;
  font: normal normal bold 15px/35px Bryant Pro Bold !important;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  background: #009697 0% 0% no-repeat padding-box !important;
  border-radius: 20px !important;
  opacity: 1;
}

.btn-send-message:hover{
  background: #009697 0% 0% no-repeat padding-box;
}

.vertical-align{
  vertical-align: middle !important;
}

/* PHONE */
@media screen and (max-width: 320px) {
  #col-2 > h2, #col-1 > h2{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    margin-left: 0px;
    text-align: left;
    font: normal normal bold 12px/18px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  #col-1{
    padding-right: 5%;
    margin-bottom: 10%;
  }
  #col-2 {
    padding-left: 5%;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  #col-2 > h2, #col-1 > h2{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    text-align: left;
    font: normal normal bold 12px/18px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  #col-1{
    padding-right: 5%;
    margin-bottom: 10%;
  }
  #col-2 {
    padding-left: 5%;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  #col-2 > h2, #col-1 > h2{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    text-align: left;
    font: normal normal bold 13px/18px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  #col-1{
    padding-right: 5%;
    margin-bottom: 10%;
  }
  #col-2 {
    padding-left: 5%;
  }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
  #col-2 > h2, #col-1 > h2{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    text-align: left;
    font: normal normal bold 13px/18px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  #col-1{
    padding-right: 5%;
    margin-bottom: 10%;
  }
  #col-2 {
    padding-left: 5%;
  }
}

@media screen and (min-width: 426px) and (max-width: 449px) {
  #col-2 > h2, #col-1 > h2{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    text-align: left;
    font: normal normal bold 13px/18px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  #col-1{
    padding-right: 5%;
    margin-bottom: 10%;
  }
  #col-2 {
    padding-left: 5%;
  }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
  #col-2 > h2, #col-1 > h2{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
  }

  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    text-align: left;
    font: normal normal bold 18px/22px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 18px/21px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  #col-1{
    padding-right: 5%;
    margin-bottom: 10%;
  }
  #col-2 {
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .faq-container {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }

  #col-1 > h2{
    text-align: center !important;
    margin-bottom: 71px;
  }

  #col-2 > h2{
    margin-bottom: 30px;
  }
}

/* PC Y TABLET */
@media screen and (min-width: 768px) {
  #col-1 > h2{
    margin-bottom: 28px;
  }

  #col-2 > h2{
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    text-align: left;
    font: normal normal bold 13px/18px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .mb-container{
    display: flex;
    margin-top: 75px;
    margin-bottom: 75px;
  }

  #col-1{
    padding-right: 5%;
    margin-bottom: 2%;
  }
}

@media screen and (min-width: 996px) {
  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    text-align: left;
    font: normal normal bold 18px/22px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 18px/21px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 18px/21px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .mb-container{
    display: flex;
    margin-top: 75px;
    margin-bottom: 75px;
  }

  #col-1{
    margin-bottom: 2%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .card .card-header .collapsed{
    text-align: left;
    font: normal normal bold 15px/18px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .faq-icon{
    text-align: left;
    font: normal normal bold 20px/24px FontAwesome;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.form-group > label{
    text-align: left;
    font: normal normal bold 20px/23px Bryant Pro Bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  div.card-body, div.card-body > a{
    text-align: justify;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .mb-container{
    display: flex;
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: 16%;
    margin-right: 10%;
  }

  #col-1{
    padding-right: 10%;
    margin-bottom: 15%;
  }
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #A61E9C !important;
  border-color: unset !important;
}

.btn-primary {
  color: #fff;
  background-color: #A61E9C;
  border-color: #A61E9C;
}


.btn .button-comming-soon{
  background: #7c7c7c !important;
  border-color: #7c7c7c !important;
}
/********** FIN AYUDA **********/

.h50{
  height: 50px;
  margin-top: 12px;
}

.h20{
  height: 20px;
  margin-top: 12px;
}

.h15{
  height: 15px;
  margin-top: 12px;
}

.h40{
  height: 40px;
  margin-top: 12px;
}

.text-r{
  text-align: right !important;
}

.text-c{
  text-align: center !important;
}

.text-l{
  text-align: left !important;
}




@media screen and (max-width: 767px) {
  .h50 .h40 .h20 .h15{
    padding-top: 5px;
    padding-bottom: 5px
  } 

  .footer-final-2 {
    text-align: center !important;
    height: 140px;
  }

  .text-r{
    text-align: center !important;
    margin-top: 10px;
  }
  
  .text-c{
    text-align: center !important;
    margin: auto;
  }
  
  .text-l{
    text-align: center !important;
    margin: auto;
  }
  
}

.nowrap{
  white-space: nowrap;
}