html,body{
	  overflow-x: hidden;	
}

body {
  font-family: 'Crimson Text', serif;
  font-size: 1.5rem;
 background-color:rgba(147,0,2,1.00);

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cinzel', serif;
  font-weight: 800 !important;
	color:	#FFE500;  
}

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.bg-black {
  background-color: #000 !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.banner {
background-image: url(../img/banner.jpg);	
background-attachment: fixed;
background-size: cover;
}

.trama {
background-image:url(../img/trama.png);
background-repeat: repeat;
background-attachment: fixed;
}

.tramaBW{
	background-image:url(../img/tramabn.png);
	background-repeat: repeat;
	background-attachment: fixed;
}


header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background-color: #f62c72;
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

header.masthead .bg-circle-1 {
  height: 80rem;
  width: 80rem;
  bottom: -55rem;
  left: -55rem;
}

header.masthead .bg-circle-2 {
  height: 40rem;
  width: 40rem;
  top: -25rem;
  right: -25rem;
}

header.masthead .bg-circle-3 {
  border-radius: 0;
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}

header.masthead .bg-circle-4 {
  height: 20rem;
  width: 20rem;
  top: -5rem;
  right: 35%;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(5rem + 55px);
    padding-bottom: 0rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  header.masthead {
    padding-top: calc(3rem + 55px);
    padding-bottom: 0rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

.bg-primary {
  background-color: #ee0979 !important;
}

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

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #bd0760 !important;
  border-color: #bd0760 !important;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
  background-color: #ff6a00;
  border-color: #ff6a00;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #cc5500 !important;
  border-color: #cc5500 !important;
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

.bg-info {
  background-color: #36a9e1 !important;
}

.btn-info {
  background-color: #36a9e1;
  border-color: #36a9e1;
}

.btn-info:active, .btn-info:focus, .btn-info:hover {
  background-color: #3992b5 !important;
  border-color: #3992b5 !important;
}

.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.sales{
	background-image: url(../img/sales_up.jpg);
	background-attachment: fixed;
   background-size: cover;
}

.redes{
	background-image: url(../img/redes_background.jpg);
	background-attachment: fixed;
   background-size: cover;
}



.bordesArriba{
	background-image: url(../img/bordesarriba.png);
	background-position: top;
	height: 425px;   
}

.bordesAbajo{
	background-image: url(../img/bordesabajo.png);
	background-position: bottom;
	height: 158px;
	
    
}

@media only screen and (max-width: 768px) {
	.display-1 {
		font-size: 2rem;
		margin-top: 5px;
	
	}
	
	.display-4 {
		font-size: 2rem;
		margin-bottom: 50px;
	}
	h3{
		margin-bottom: 25px;
		font-size: 1rem;
	}
	
	body{
		text-align: center;
	}
	
	.banner {
		height:750px; 
		background-image: url(../img/portada_celu.jpg);
		background-position: center;
		background-size: contain;
		
	}
	
	.margenMovil{
		margin-top: 50px;
	}
}

