*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*body{
	background: #173d50;
	font-family: 'Open sans', sans-serif;
}*/

a{
	text-decoration: none;
}

ul{
	list-style: none;
}



.wrap{
	width: 90%;
	max-width: 1170px;
	margin: 50px auto;
}


/* Tabla de precio*/

.pricing-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pricing-table{
	width: 32%;
	transition: transform .5s ease;

	-webkit-perspective: 2000px;
	perspective: 2000px;
}

.pricing-table a {
	color: #173d50;
	font-size: 1em;
}

/*.pricing-table:hover{
	transform: scale(1.03);
}*/

.pricing-table-cont{
	background: #fff;
	text-align: center;
	position: relative;
	height: 300px;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	transition: .3s ease;
}

.pricing-table-month , .pricing-table-year{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.pricing-table-year{
	transform: rotateY(180deg);
}

.rotando-tabla{
	transform: rotateY(180deg);
}

.pricing-table-head{
	color: #173D50;
	padding: 0px 0px;
}

.pricing-table-head h2{
	font-size: 30px;
	letter-spacing: 2px;	
	font-weight: bold;
}

.pricing-table-head h3{
	font-size: 60px;
	font-weight: 400;
	display: inline;
}

.pricing-table-head h3 sup, .pricing-table-head h3 sub{
	font-size: 20px;
	color: #ABB8C0;
	font-weight: 600;
}

.pricing-table-head h3 sub{
	font-size: 13px;
}

.pricing-table-head.estandar-title h2,
.pricing-table-head.estandar-title h3,
.pricing-table-head.estandar-title h3 sup,
.pricing-table-head.estandar-title h3 sub{
	color: #E97D68;

	
}

.fractitulo {
	color: #fff;
	font-size: 0.5em;
	/*font-weight: 600;*/
	font-family: 'Open sans', sans-serif;
	text-transform: none;
}

.vinculo {
	color: #ffffff;
	font-size: 0.6em;
	/*font-weight: 600;*/
	font-family: 'Open sans', sans-serif;
	font-size: 0.5em;
	
}
.vinculo a {
	color: #fff;
	text-transform: uppercase;
	
}


.titulotrimestres {
	color: #163347;
	font-size: 1em;
	font-weight: 600;
	font-family: 'Open sans', sans-serif;
	text-transform: none;
	display: flex;
	text-align: center;
	justify-items: center;
	text-transform: uppercase;
}
/*.modal-content {
	background: linear-gradient(60deg,  #ffffff,#b9f0fa);
	background-image: url("judge.png");
	background-repeat: no-repeat;
	background-position: right;
	
}*/

.icon{
	width: 18%;
	height: auto;
	margin-top: -10px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.pricing-table-list li{
	background: #F1F3F5;
	padding: 10px 0;
	font-size: .6em;
	color: #173d50;
	
}

.pricing-table-list li:nth-child(2n){
	background: #fff;
}

.pricing-table-button{
	display: block;
	width: 100%;
	padding: 20px 0;
	background: #0C1F28;
	color: #fff;
	margin-top: 23px;
}

.pricing-table-button.estandar{
	background: #E97D68;
}