@charset "utf-8";
/* CSS Document */
/* Typography */
/**************************/
body {
	background-color: white;
}
#parallax-world-of-ugg h1 {
	padding-top: 2rem;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem; 
	text-transform: uppercase;
	color:black; 
	margin:0;
}

.first-character {
	font-weight:400;
	float: left; 
	font-size: 84px; 
	line-height: 64px; 
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px; 
	font-family: 'Source Sans Pro', sans-serif;
}
.block strong {
	color: #878A8C;
	font-weight: bold;
	font-size: 1.1rem;
}


/* Section - Title */
/**************************/
.title-parallax {
	font-weight: 700 !important;
	background: white;
	padding: 60px; 
	margin:0 auto;
	text-align:center;
}


/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {
	background: white; 
	padding: 60px; 
	
	margin:0 auto; 
	
}
#parallax-world-of-ugg 
.block-gray {
	background: #f2f2f2;
	padding: 60px;
}
#parallax-world-of-ugg .section-overlay-mask {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background-color: black;
	opacity: 0.70;
}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {
	padding-top: 200px;
	padding-bottom: 200px; 
	overflow: hidden; 
	position: relative;
	background-attachment:fixed;
	width: 100%; 
	background-image: url("../img/parallax.jpg");
	background-size: cover; 
	-moz-background-size: cover; 
	-webkit-background-size: cover;
	background-repeat: no-repeat; 
	background-position: bottom center;
}


/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {
	border-bottom:1px solid black;
	width: 150px; 
	margin:0 auto;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {
	  padding: 40px; 
	  width:620px;
	}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg 
	.block {
		padding: 30px; 
		width:420px;}
  #parallax-world-of-ugg h2 {
	  font-size:30px;
	}
  #parallax-world-of-ugg .block {
	  padding: 30px;
	}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {
	  padding-top:100px; 
	  padding-bottom:100px;
	}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg 
	.block {
		padding: 30px 15px; 
		width:290px;
	}
}
#section-1 {
	background-color: white;
}
.h3-titulo {
	font-size: 1.75rem;
	color: black!important;
}
#section-1 h2 {
	font-size: 1.8rem;
	font-family: 'Roboto', sans-serif; 
	color: #6c757d !important;
}
/*COMIENZA LA SEGUNDA SECCIÓN QUIENES SOMOS*/

.incon-orange {
	color: rgb(235, 133, 17);
}


.bg-banner {
    background: url("../img/quienes-somos/quines-somos-bg.jpg")no-repeat center center;
    background-size: cover;
    padding: 40px 0 40px 0; 
}
.bg-banner .container {
      display: flex;
      justify-content: space-around;
      align-items: baseline; 
}
@media screen and (max-width: 767px) {
      .bg-banner .container {
		  flex-direction: column;
          justify-content: center;
          align-items: center; } 
}
.bg-banner h3 {
	
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem; 
	text-transform: uppercase;
	color: white;
}
.nav-item .marcada-1 {
    background-color: rgba(255,255,255,.1);
}
