html,body{
	  overflow-x: hidden;	
  
}

body {
  font-family: 'Days One', sans-serif;
  font-size: 1.5rem;
  background-color:azure;      
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Carter One', cursive;
  
}


.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/header.jpg);	
background-size: cover;
}


.contacto {
background-image: url(../img/footer.jpg);	
background-size: cover;
	background-position: center;
}





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;
}

@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: 3rem;			
	}
    
    .display-2 {
		font-size: 1.9rem;		
	}
    
    .display-3{
		font-size:1.8rem;
	}
	
	.display-4 {
		font-size: 1.7rem;	
	}  
   
	
	.display-5{
		font-size:1.4rem;
	}
    
    .display-6{
		font-size:1.2rem;
	}
    
   
	h3{
		margin-bottom: 25px;
		font-size: 1rem;
	}
	
	body{
		text-align: center;
	}
	
	.banner {
		background-image: url(../img/portada_celu.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		
	}
	
	.margenMovil{
		margin-top: 50px;
	}
	
	.tituloCelular{
		font-size: 1.7em;
	}
      
}

.absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.tramaPersonalizada{
background-image:url(../img/sky.png);
}

.servicios{
    font-family: 'Della Respira', serif;
}

