/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

@font-face {
  font-family: Nasalization;
  src: url(../font/nasalization-rg.otf);
}

@font-face {
  font-family: OpenSans;
  src: url(../font/OpenSans-VariableFont_wdth,wght.ttf);
}

.nasalization {
  font-family: Nasalization;
}

/*
 * Base structure
 */

body {
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  background-color:#fff;
  text-align:left;
}

.cover-container {
  /*max-width: 42em;*/
  background-color:#000;
}



/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
  text-transform:uppercase;
  font-family: Nasalization;
}

.nav-masthead {padding-top: 34px;}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #12E603;
  /*border-bottom-color: #12E603;*/
  text-transform:uppercase;
  font-family: Nasalization;
}

.esfera {
	background-image:url(../assets/img/Cubica-Tecnologia-esfera.png);
	background-repeat:no-repeat;
	background-position:top right;
	}

.titulo_1 {
	color:	#000;
	text-align:center;
	font-family:nasalization;
}

.titulo_2 {
	color:	#414042;
	text-align:center;
	font-size:32px;
	font-family:nasalization;
}

.parrafo_1  {
  color:	#000 !important;
  font-family: OpenSans;
  font-weight: 600 !important;
}

.parrafo_2  {
  color:	#58595B !important;
  font-family: nasalization;
  font-weight: 600 !important;
  font-size:29px;
}

.OpenSans {
  color:	#000 !important;
  font-family: OpenSans;
  font-weight: 600 !important;
}

.lista1 ul > li {
	list-style-type:none;
	margin-left:-20px;
}


/*li::marker {
  color: #12E603;
    content:"·";
    font-size:120px;
    vertical-align:middle;
    line-height:20px;
}*/

.lista1 li:before {
  color: #12E603;
  content:"·";
  font-size:90px;
  vertical-align:top;
  line-height:14px;
}


.section2 .lista2 ul > li {
	list-style-type:disc;
	margin-left:-20px;
}

.lista2 {
  color: #12E603;
  content:"";
  font-size:45px;
  vertical-align:bottom;
  line-height:34px;
}


.section2 {
	padding: 20px 20px 60px 50px;
}

.section3 {
	background-color:#efeff0;
	padding: 30px 20px 30px 20px;
}

.titulo_3 {
	color:	#414042;
	text-align:center;
	font-size:30px;
	font-family:nasalization;
}

.menu-inferior {
	font-size:18px;
	font-family:nasalization;
    color: #B9FF4D;
	text-transform:uppercase;
	margin-bottom: 0;
}

.bg-body-tertiary {
	background-color: #000 !important;
    padding: 20px 0 15px 0 !important;
}

.linea-derecha {
	border-right:solid 1px #B9FF4D;
	
}

.menu-inferior2-p {
    color: #D0D2D3;
	font-size:14px;
	font-family:OpenSans;
}

.menu-inferior2-t {
    color: #D0D2D3;
	font-size:14px;
	font-family:OpenSans;
	text-transform:uppercase;
}

.logo-vertical {
    text-align:right;
}

.boton-tickets a:active {
    background-color:#12E603 !important;
    padding:5px 15px;
    color:#000;
}

@media (max-width: 747px) and (min-width: 1px) {
	.centro-movil {
		text-align:center;
	}
	.section2 {
		padding-top: 60px;
	}
	.section3 {
		padding: 60px 20px 60px 50px;
	}
	dl, ol, ul {
	    margin-bottom: 0;
	}
    .logo-vertical {
        text-align:left;
    }
}
@media (max-width: 767px) and (min-width: 1px) {
    .linea-derecha {
	border-right:none !important;
	    margin-bottom:30px;
}
}

@media (max-width: 747px) and (min-width: 575px) {
    .logo-vertical {
	    text-align:right !important;
	}
}
@media (max-width: 574px) and (min-width: 1px) {
    .logo-vertical {
	    text-align:left !important;
	    margin-bottom:30px;
	}
	.bg-body-tertiary {
        padding-right: 20% !important;
        padding-left: 20% !important;
    }
}

@media (max-width: 991px) and (min-width: 748px) {
	.section2 {
		padding-top: 60px;
	}
	.section3 {
		padding: 60px 20px 60px 50px;
	}
	dl, ol, ul {
	    margin-bottom: 0;
	}
.section2 .lista2 ul > li {
	margin-left:20px;
}
}