/*
 **  ESTILOS ESPECIFICOS PARA LAS PAGINAS DEL CAPITULO 3
 **
*/

.cap3-p3-img-points{
  width:765px;
}

.txt-sub-small-icons{
	font-size: 10px;
	margin:2px;
	font-family: 'FuturaSdt-Bold';
}


.paragraph-cap3-premio{
	font-family: 'FuturaSdt-Book';
}

.titles-icons-caps-3-2{
	font-family: 'Futura-Medium';
}

.paragraph-icons-side{
	font-size: 15px;
	max-width: 250px;
	text-align: left;
	padding-left: 10px;
	font-family: 'FuturaSdt-Book';
}

.p-side-p3{
	font-family: 'FuturaSdt-Light';
}

.titles-p4-cap3-icons{
	font-family: 'FuturaSdt-Heavy';
}

.comunicacion-iconos div{
   padding-right: 15px;
   padding-left: 10px;
}


.border-right-icon{
	border-right: 3px solid white;
}

.social-icons div{
	margin-bottom: 17px;
}

.social-icons div span{
	margin-left: 8px;
}

.items-list li{
	line-height: 27px !important;
}

@media screen and (max-width: 768px) {
	.icons-col-paragraph{
		display: flex;
		flex-direction: column;
	}

	.border-right-icon{
			border-right: none;
	}

	.comunicacion-iconos div{
	 	padding-bottom: 10px;
	}

	

}


/*
	* ESTILOS PARA LA PAG 3 DEL CAP 3
	*
*/

.tag-year{
	background-color: white;
	padding: 20px 0px;
	font-family: 'FuturaSdt-Light';
}

.tag-year h2{
	background-color: white;
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   /*margin: 10px 0 20px;*/
}

.tag-year h2 span{
	 background:#fff; 
    padding:0 10px; 
}


.flex-p3-icons{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.subtitle-p3{
	font-family: 'FuturaSdt-Heavy';
	font-size: 30px;
}

.div-paragraph-p3{
	max-width:43%;
}

.subtitle-paragraph-p3{
	font-family: 'FuturaSdt-Bold';
	font-size: 19px;
	position: relative;
	left:17px;
}

.subtitle-paragraph-p3::before{
	content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ffcd00;
    left: -20px;
    top: 3px;
}

.paragraph-icons-p3{
	font-family: 'FuturaSdt-Book';
	font-size: 16px;
}

.order-list-cap3 {
  width: 300px;
  height: 120px;
  margin: 0 30px;

}
.order-list-cap3 span {
  font-size: 39px;
  font-family: "FuturaSdt-Bold";
  color: #ffffff;
  background-color: #ffcc00;
  border-radius: 50%;
  padding: 10px 15px;
  line-height: 39px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.order-list-cap3 p {
  font-size: 18px;
  font-family: "FuturaSdt-Light";
  line-height: 21px;
  padding: 0 00px;
  text-align: left;
}

.txt-p3-subtitle{
	font-size: 20px;
	font-family: "FuturaSdt-Bold";
}

.font-circle-cap3{
	font-family: "FuturaSdt-Bold";
	font-size: 23px;
}



@media screen and (max-width: 768px) {
	/*d-flex flex-wrap justify-content-around align-items-center*/
	.flex-p3-icons > div:nth-child(1){
		order:1;
	}

	.flex-p3-icons > div:nth-child(3){
		order:2;
	}

	.flex-p3-icons > div:nth-child(2){
		order:3;
	}

	.div-paragraph-p3{
		max-width:95%;
	}
}