p,h2,h3,h5,h6{
    font-family: Arial, Helvetica, sans-serif !important; 
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: 0;
  text-align: center;
  font-family: arial;
  max-height: 500px;
}

.title {
  color: rgba(60, 32, 92, 0.3);
  font-size: 18px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}



button:hover, a:hover {
  opacity: 0.7;
  color: #b0adb3;
}

/*TIMELINE*/

.container-timeline {
	width: 100%;
	max-width: 1140px;
	padding: 0 0px;
	box-sizing: border-box;
	margin: 0 auto;
}
.timelines {
	text-align: center !important;
	color: black !important;
	font-weight: 600;
	margin-bottom: 0px;
    margin-top: -80px;
	font-size: 20px;
}
.d-flex-2 {
	display: flex;
	align-items: center;
}
.timeline-area {
	padding: 80px 0;
}
.all-timelines {
	position: relative;
}
.all-timelines::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 2px;
	background: rgba(60, 32, 92, 0.3);
	top: 20px;
}
.single-timeline {
	margin-bottom: 22px;
}
.timeline-blank {
	width: 50%;
}
.timeline-text {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.timeline-text h6 {
	color: black;
	font-weight: 900;
	display: inline-block;
	font-size: 1rem;
}
.timeline-text span {
	color: black;
	display: block;
	width: 100%;
}
.single-timeline:nth-child(even) .timeline-text span {
	text-align: right;
}
.t-square {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: -6px;
	background: rgba(60, 32, 92, 0.3);
}
.single-timeline:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.single-timeline:nth-child(even) .t-square {
	right: -6px;
	left: unset;
}
.single-timeline:nth-child(even) .timeline-text {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

@media all and (max-width: 991px) {
}
@media all and (max-width: 768px) {
	.all-timelines::before {
		right: unset;
		top: 0;
	}
	.single-timeline:nth-child(2n) .timeline-text {
		padding-left: 30px;
		padding-right: 0;
		text-align: left;
	}
	.single-timeline:nth-child(2n) .t-square {
		left: -6px;
		right: unset;
	}
	.timeline-blank {
		display: none;
	}
	.timeline-text {
		width: 100%;
	}
	.single-timeline:nth-child(even) .timeline-text span {
		text-align: left !important;
	}
}
@media all and (max-width: 575px) {
}
@media all and (max-width: 360px) {
	.all-timelines::before {
		top: 32px;
	}
}

/*SKILLS*/
.iria{
	margin-bottom: 50px;
	text-align: center;
}

.container{
	padding: 0px;
}

.progress {
    width: 110px;
    height: 110px !important;
    float: left;
    line-height: 150px;
    background: none;
    margin: 5px;
    box-shadow: none;
    position: relative
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 11px solid #fff;
    position: absolute;
    top: 0;
    left: 0
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #281C2D;
    font-size: 20px;
    color: #fff;
    line-height: 130px;
    text-align: center !important;
    position: absolute;
    top: 2%;
    left: 4%;
}

.progress.purple .progress-bar {
    border-color: #695E93;
}

.progress.purple .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

.progress.purplehaze .progress-bar {
    border-color: #BDB5C0
}

.progress.purplehaze .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}


.progress.violet .progress-bar {
    border-color: #C8B4D0
}

.progress.violet .progress-right .progress-bar {
    animation: loading-1 1.8s linear forwards
}

.progress.pink .progress-bar {
    border-color: #f78da89d
}

.progress.pink .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}


.progress.carcoal .progress-bar {
    border-color: #323E42
}

.progress.carcoal .progress-right .progress-bar {
    animation: loading-1 1.8s linear forwards
}

.progress.brown .progress-bar {
    border-color: #4C3D40
}

.progress.brown .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

/*
.progress.yellow .progress-left .progress-bar {
    animation: none
}*/

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}
	

  .iria2{
      display:flex;
      text-align: center;
  }

  /*LENGUAGES*/
  .dot {
    height: 25px;
    width: 25px;
    background-color: rgba(60, 32, 92, 0.3);
    ;
    border-radius: 50%;
    display: inline-block;
  }
  .dot2 {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: #bbb;
  }