/* https://newtodesing.com/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*Load google font*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');*/


/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration: none;
	text-transform: none;
	color: #2d6a89;
}

body {
	line-height: 1.3;
	font-family: "Playwrite+NZ+Basic", ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	text-rendering : optimizeLegibility;
	-webkit-font-smoothing : antialiased;
	font-size: 19px;
	background-color: #F8FBFD;
	color: #60778e;
	background-image: url(../images/bg-4-blue.png);
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;  
	background-size: 120%;
	background-position: -120px bottom;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	font-size: 17px;
	line-height: 31px;
	margin-bottom: 24px;
}
*>p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: 600;
}

div , footer {
	box-sizing: border-box;
}

/* Reset ends */

img {
	max-width: 100%;
	height: auto;
}

.center{
	text-align: center !important;
}

.container {
	max-width: 1100px;
	height: auto;
	margin: 15px auto;
}

.title{
	margin-bottom: 24px;
	font-weight: 600;
	text-align: left;
	font-size: 1.4em !important;
	color: #0a2540;
}
h1.name {
	font-size: 70px;
	font-weight: 300;
	display: inline-block;
}

.h2{
	font-size: 20px;
}

.job-title {
	vertical-align: top;
	background-color: #D9E7F8;
	color: #2d6a89;
	font-weight: 600;
	margin-top: 5px;
	margin-left: 20px;
	border-radius: 5px;
	display: inline-block;
	padding: 15px 25px;
}

.email {
	display: block;
	font-size: 24px;
	font-weight: 300;
	color: #2d6a89;
	margin-top: 10px;
}

.lead {
	font-size: 44px;
	font-weight: 300;
	margin-top: 60px;
	line-height: 55px;
}

.logo {
	padding: 0 20px;
	margin: 2em 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*skills & intrests*/

.section-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.list-card {
	margin: 30px 0;
}

.list-card .exp , .list-card div{
	display: inline-block;
	vertical-align: top;
}

.list-card .exp {
	margin-right: 15px;
	color: #2d6a89;
	font-weight: 600;
	width: 100px;
}

.list-card div {
	width: 70%;
}

.list-card h3 {
	font-size: 15px;
	font-weight: 600;
	color: #2d6a89;
	line-height: 26px;
	margin-bottom: 8px;
}

.list-card2 h3 {
	font-size: 15px;
	font-weight: 600;
	color: #2d6a89;
	line-height: 26px;
	margin-bottom: 8px;
}

.list-card div span {
	font-size: 16px;
	color: #81899C;
	line-height: 22px;
}

/*skill and intrests ends*/

.tag-line{
	font-size: 18px;
	font-weight: 400;
	color: #81899C;
	text-align: center;
}

/* Achievements */

.cards {
	max-width: 1120px;
	display: block;
	margin: 32px auto;
	overflow: auto;
}

.card {
	width: 47.9%;
	min-height: 210px;
	display: inline-block;
	margin: 7px 5px;
	vertical-align: top;
	border-radius: 10px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 35px;
	border: 1px solid #dce2e1;
  	background: #F0EBFA;
}
.card.s2{
	background: #EDF6E7;
}
.card-active , .card:hover{
	transform: scale(1.02);
	transition: 0.5s;
	background-color: #fff;
	box-shadow: 0px 5px 50px -8px #ddd;
	cursor: pointer;
}
.card img {
	max-width: 100px;
}

.skill-level {
	display: inline-block;
	max-width: 160px;
}

.skill-level span {
	font-size: 35px;
	font-weight: 300;
	color: #2d6a89;
	vertical-align: top;
}

.skill-level h2 {
	font-size: 95px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	color: #2d6a89;
	letter-spacing: -5px;
}

.skill-meta {
	vertical-align: top;
	display: inline-block;
	max-width: 300px;
	text-align: left;
	margin-top: 15px;
	margin-left: 15px;
}

.skill-meta h3 {
	font-size: 32px;
	font-weight: 600;
	color: #0a2540;
	margin-bottom: 5px;
}

.skill-meta span{
	color: #60778e;
	line-height: 20px;
	font-size: 16px;
}

/* Achievements ends */



/* Timeline styles*/


ol {
	position: relative;
  margin: 0;
  /*background: #EEF0F7;*/
  display: flex;
  flex-direction: column;
}

/* ---- Timeline elements ---- */
li {
	position: relative;
	border-top: 3px solid #EEF0F7;
	margin-bottom: 32px;
}
li .point {
	content: "";
	top: -9px;
	left: 0%;
	display: block;
	width: 8px;
	height: 8px;
	border: 4px solid #fff;
	border-radius: 10px;
	background: #2d6a89;
	position: absolute;
}
li .description {
	padding: 10px 0;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  /*max-width: 95%;*/
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #333;
}
.timeline{
	text-align: center;
}
.timeline .date{
	font-size: 16px;
  color: #333;
	font-weight: 300;
}

/* ---- Hover effects ---- */
li:hover {
	color: #2d6a89;
}

footer.container{
	margin-bottom: 32px;
	padding-top: 32px;
}

.sections-wrap{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.list{
	list-style: disc;
}

/* Media queries*/
@media(max-width: 1024px){
	.container {
		padding: 15px;
		margin: 0px auto;
	}
}

@media(max-width: 768px){
	.container {
		padding: 15px;
		margin: 0px auto;
	}
	.card {
		padding: 15px;
		text-align: left;
	}
	.card h2 {
		font-size: 70px;
	}
	.card , .sections {
		width: 100%;
		margin: 10px 0;
	}

	.timeline{
		border: none;
		background-color: rgba(0,0,0,0);
	}
}

@media(max-width: 425px) {
	h1.name {
		font-size: 40px;
	}
	.job-title {
		position: absolute;
		font-size: 15px;
		top: -40px;
		right: 20px;
		padding: 10px
	}
	.lead {
		margin-top: 15px;
		font-size: 20px;
		line-height: 28px;
	}
	.container {
		margin: 0px;
		padding: 0 20px;
	}
	footer {
		margin-top: 2050px;
	}
	.tag-line{
		padding: 15px;
		margin-bottom: 15px;
	}
}

.emoji {
  font-size: 1.2em;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
}
h2 .emoji {
  font-size: inherit;
  width: 1.5em;
  height: 1em;
}

@media (min-width: 768px){
	ol{
		flex-direction: row;
	}
	li {
		width: 25%;
	}
	.logo {
		min-height: 250px;
	}
	footer.container{
		text-align: center;
		padding-top: 0;
	}
	.sections-wrap{
		flex-direction: row;
	}
	.sections {
		vertical-align: top;
		display: inline-block;
		width: 49.7%;
	}
}

footer.container {
	margin: 0;
	width: 100%;
	min-width: 100%;
	padding: 0 20px 3em 20px;
	color: #333;
	line-height: 1.5;
	background: #E3F3FB;
}
footer.container a{
	color: #333;
	text-decoration: underline;
}
.steps-wrapper{
	margin-top: 32px;
}
.steps-wrapper>.container{
	padding: 0;
}
.steps-wrapper .section-inner{
	background: #E3F3FB;
	padding: 10px 0;
}

/* Two columns grid layout */
.two-columns-grid {
	display: flex;
	flex-direction: column;	
	gap: 20px;
}

.ux-mb-md{
	margin-bottom: 32px !important;
}


.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #325f7f;
	border: 0.1rem solid #325f7f;
	background-color: #4082b2;
	border: 0.1rem solid #4082b2;
	background-color: #0054A6;
	border: 0.1rem solid #0054A6;
	box-shadow: 0px 10px 16px 0px rgba(0, 84, 165.99999999999997, 0.2);
	border-radius: .4rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	height: 3.8rem;
	letter-spacing: .1rem;
	line-height: 3.8rem;
	padding: 0 3.0rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.mask{
	background-image: url(../images/mask.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 16px;
  display: inline-block;
  background-size: 74%;
  /*filter: 
    saturate(0.7)
    hue-rotate(90deg)
    brightness(1.2)
    contrast(1.1);*/
}
.mask img{
	max-width: 65%;
}

@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.img-float-wrap img {
  transition: box-shadow 0.3s ease;
}

.img-float-wrap:hover img {
  animation: floatAnimation 2s ease-in-out infinite;
}

@media(max-width: 768px){
	.rwd-desk{
		display: none !important;
	}
	footer.container {
		text-align: center;
	}
}

@media(min-width: 768px){
	body{
		background-size: 80%;
		background-position: left bottom;
	}
	.rwd-mobile{
		display: none !important;
	}
	.two-columns-grid {
		flex-direction: row;
	}
	.two-columns-grid>div:first-child {
		width: 40%;
		margin-right: 20px;
	}
	.two-columns-grid>div:last-child {
		width: 60%;
	}
	.title{
		font-size: 2.3em !important;
	}	
}


.section-divisor::before {
	content: "";
	position: absolute;
	top: -58px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-bottom: 60px solid #E3F3FB;
}
.section-divisor {
	margin-top: 80px;
	position: relative;
}

/*
.triangle-sides {
  --bg: lightpink;
  position: relative;
  background: var(--bg);
  padding: 80px 100px;
}

.triangle-sides::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;

  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid var(--bg);
}
*/
/* LADO DERECHO */
/*.triangle-sides::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;

  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid var(--bg);
}*/

/* SECCIÓN INFERIOR (roja) */
.section-inner {
  position: relative;
  margin-bottom: 110px;
}
/*
.section-bottom::before {
content: "";
position: absolute;
bottom: -120px;
left: 0;
width: 100%;
height: 120px;
background: orange;
clip-path: polygon( 100% 100%, 100% 0, 50% 0 );
}

.section-bottom::after {
content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  background: gold;
  clip-path: polygon( 0 0, 50% 0%, 0% 100%, 0% 100%);
}
*//*
.section-bottom::after {
content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  background: silver;
}
.section-bottom>.container {
  position: relative;
  z-index: 1;
}*/
.section-inner::before {
content: "";
position: absolute;
bottom: -119px;
left: 0;
width: 100%;
height: 120px;
background: #E3F3FB;
clip-path: polygon( 100% 100%, 100% 0, 50% 0 );
}

.section-inner::after {
content: "";
  position: absolute;
  bottom: -119px;
  left: 0;
  width: 100%;
  height: 120px;
  background: #E3F3FB;
  clip-path: polygon( 0 0, 50% 0%, 0% 100%, 0% 100%);
}