@charset "utf-8";
/* CSS Document */
/* Pen-specific styles */
body {
  font-family: 'Poppins', sans-serif;
}

.bg_container {
  background: linear-gradient( rgba(91, 82, 109, 0.9) 100%, rgba(91, 82, 109, 0.9)100%),url("../images/bg_foto.jpg");
  position: absolute; 
  background-size: cover;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-left: 3.4%;
  padding-top: 8%;
}
section {
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  vertical-align: middle; 
}
.section-1 {
	background-image: url("../images/bg_section_1.svg");	
	background-size: cover;
}
.section-2 {
	background-image: url("../images/bg_section_2.svg");	
	background-size: cover;
	padding-bottom: 4%;
}
.bg_nav-bar {
	background-color: #F9F9F9;
	padding-top: 0.50%;
	padding-bottom: 0.50%;
	padding-left: 15%;
	padding-right: 15%;
}
.logos {
	max-height: 76px;	
}
.title-big {
	font-weight: 800;
	color: #FFD400;
}
.title-big-1 {
	font-size: 73px;
}
.title-big-2 {
	line-height: 0.3;
	font-size: 60px;
}
.title-big-3 {
	line-height: 1.4;
	font-size: 100px;
}
.sub-title {
	text-transform: uppercase;
	font-weight: 700;
	color: #FFD400;
}
.button-1 {
	background-color: #FFD400;
	border-color: #FFD400;
	color: #5B526D;
	font-weight: bold;	
}
.button-1:hover {
	background-color: #FFC400;
	border-color: #FFC400;
	color: #5B526D;
	font-weight: bold;	
}
.button-2 {
	background-color: #5B526D;
	border-color: #FFD400;
	color: #FFD400;
	font-weight: bold;	
}
.button-2:hover {
	background-color: #3D2F5A;
	border-color: #FFC400;
	color: #FFD400;
	font-weight: bold;	
}
.texto {
	text-transform: uppercase;
	color: #5B526D !important;		
}
.bg-color {
	background-color: #F1F0F7;
}
.parrafo-1 {
	color: #F9F9F9;
	font-size: 13px;
}
.parrafo-2 {
	color: #5B526D;
	font-size: 15px;
}
.parrafo-3 {
	color: #FFD400;
	font-size: 15px;
}
/* Pen-specific styles */
/*html, body, section, div {
  height: 100vh;
}
body {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
  text-shadow: 0 2px 2px #b6701e;
}*/


/*article {
  position: relative;
  top: 50%;
  text-align: left;
  transform: translate(0, -50%);
  padding: 2rem;  
}*/
article {
    position: relative;
    top: 10%;
	padding-bottom: 20%;
	padding-left: 20%;
    text-align: left;
    
}
h1 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem 0;
  font-weight: 800;
}

/* Pattern styles */
.container {
  display: grid;
}

.left-half {
  background: #FFD400;
  grid-column: 1;
}

.right-half {
  background: #5B526D;
  grid-column: 2;
}


