	@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	border:0;
	font-weight:400;
	font-family: "Nunito Sans", sans-serif;
	font-size:16px;
	line-height:18px;
	color:#000000;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
img{
	-ms-interpolation-mode: bicubic;
}

.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.p-0 .vc_column-inner{
	padding:0px !important;
}
h2{
	font-size:30px;
	line-height:32px;
	margin: 20px auto;
	font-weight:800;
	color:#000000;
}
	h2 small {
		font-size: 60%;
		line-height: 60%;
	}
h3{
	font-size:26px;
	line-height:28px;
	margin:20px auto;
	font-weight:800;
	color:#000000;
}
h4{
	font-size:22px;
	line-height:24px;
	margin:20px auto;
	font-weight:800;
	color:#000000;
}
h5{
	font-size:18px;
	line-height:20px;
	margin:20px auto;
	font-weight:800;
	color:#000000;
}
h6{
	font-size:14px;
	line-height:16px;
	margin:10px auto;
	font-weight:800;
	color:#000000;
}
p{
	font-size:16px;
	line-height:20px;
	margin:20px auto;
	color:#484848;
	text-align: justify;
}
	td{
		font-size:13px;
		line-height:21px;
		color:#484848;
	}
	p small{
		font-size:11px;
		line-height:15px;
		margin:10px auto;
		color:#484848;
		text-align: justify;
	}
p a{
	text-decoration:none;
}
strong{
	font-weight:800;
}
blockquote{
    margin: 20px auto 20px;
    padding: 0px;
    border: none;
}
blockquote p{
	font-weight:bold;
	color:#008f9f;
}
ul{
	margin:0 auto 10px;
	padding: 0px 15px;
}
ol{
	margin:0 auto 10px;
	padding: 0px 15px;
}
ul li{
	font-size: 13px;
    line-height: 17px;
}
	.site-content ul li{
		font-size: 13px;
		line-height: 17px;
		margin: 10px auto;
		text-align: left;
		position: relative;
	}
	.site-content ul {
		padding: 0px 0px 0px 28px;
		list-style: none;
		margin: 0 auto;
	}
	.site-content ul li:before {
		content: '';
		background-image: url(../images/list-image.png);
		position: absolute;
		left: -24px;
		top: 2px;
		background-size: 15px;
		width: 15px;
		height: 11px;
	}
	small ul li{
		font-size: 85%;
		line-height: 1.4;
	}
ol li{
	font-size: 13px;
    line-height: 21px;
	margin: 10px auto;
}
	small ol li{
		font-size: 85%;
		line-height: 1.4;
	}
a{
	color:#606060;
	outline:none !important;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
	opacity:0.6;
}
button:hover{
	opacity:0.6;
}


/*** ESTILOS GUÍA ***/

.t-a-c{
	text-align:center;
}
.t-a-l{
	text-align:left;
}
.t-a-r{
	text-align:right;
}
.t-a-j{
	text-align:justify;
}
.width-1500{
	margin:0 auto;
	max-width:1500px;
	width:95%;
}
.width-1400{
	margin:0 auto;
	max-width:1400px;
	width:95%;
}
.width-1360{
	margin:0 auto;
	max-width:1360px;
	width:95%;
}
.width-1280{
	margin:0 auto;
	max-width:1280px;
	width:95%;
}
	.width-1200-all{
		margin:0 auto;
		max-width:1200px;
		width:100%;
	}
.width-1200{
	margin:0 auto;
	max-width:1200px;
	width:95%;
}
.width-1200-footer{
	margin:0 auto;
	max-width:1280px;
	width:95%;
}
.width-1000{
	margin:0 auto;
	max-width:1000px;
	width:95%;
}
.width-800{
	margin:0 auto;
	max-width:800px;
	width:95%;
}
.width-600{
	margin:0 auto;
	max-width:600px;
	width:95%;
}
.width-600-img{
	margin:0 auto;
	max-width:600px;
	width:100%;
}
	.width-520-img{
		margin:0 auto;
		max-width:520px;
		width:100%;
	}
	.width-360-img{
		margin:0 auto;
		max-width:360px;
		width:100%;
	}
.width-480{
	margin:0 auto;
	max-width:480px;
	width:95%;
}
.width-400{
	margin:0 auto;
	max-width:400px;
	width:95%;
}
.width-360{
	margin:0 auto;
	max-width:360px;
	width:95%;
}
.width-300{
	margin:0 auto;
	max-width:300px;
	width:95%;
}
.width-300-img{
	margin:0 auto;
	max-width:300px;
	width:100%;
}

.width-200{
	margin:0 auto;
	max-width:200px;
	width:95%;
}
.width-100{
	margin: 0 auto !important;
	max-width:100px;
	width:95%;
}
	.width-200-img{
		margin: 0 auto !important;
		max-width:200px;
		width:100% !important;
	}
	.width-150-img{
		margin: 0 auto !important;
		max-width:150px;
		width:100%;
	}
	.width-100-img{
		margin: 0 auto !important;
		max-width:100px;
		width:100%;
	}
	.width-80-img{
		margin: 0 auto !important;
		max-width:80px;
		width:100%;
	}
	.width-60-img{
		margin: 0 auto !important;
		max-width:60px;
		width:100%;
	}
.width-all{
	width:100%;
}
.fondo-azul{
	background:#1f2a5b;
}
.fondo-morado{
	background:#6f0828;
}
.fondo-blanco{
	background:#ffffff;
}

.color-blanco{
	color:#ffffff;
}
	.color-negro{
		color:#000000;
	}
	.color-gris{
		color:#333333;
	}
	.color-gris-claro{
		color:#999999;
	}
.color-celeste{
	color:#25A9E0;
}
.color-rojo{
	color:#E9373D;
}
.color-azul{
	color:#317EC0;
}
.color-amarillo{
	color:#f5c03e;
}
	.color-verde{
		color:#1C7E36;
	}
	.color-verde-claro{
		color:#A8C438;
	}
	.color-fucsia{
		color:#E60188;
	}

.sombra-bloque{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

.p-r{
	position:relative;
}
.p-a{
	position:absolute;
}
.p-f{
	position:fixed;
}
.d-i{
	display:inline;
}
.d-i-b{
	display:inline-block !important;
}
.v-a-t{
	vertical-align:top;
}
.v-a-m{
	vertical-align:middle;
}
.v-a-b{
	vertical-align:bottom;
}

.p-0-0{
	padding:0px 0px;
}
.p-12{
	padding: 12px;
}
.p-10-0{
	padding:10px 0px;
}
.p-20-0{
	padding:20px 0px;
}
.p-20{
	padding:20px;
}
.p-30-0{
	padding:30px 0px;
}
.p-30{
	padding:30px;
}
.p-40-0{
	padding:40px 0px;
}
.p-40{
	padding:40px;
}
.p-50-0{
	padding:50px 0px;
}
.p-60-0{
	padding:60px 0px;
}
.m-0-auto{
	margin:0 auto;
}
.m-10-auto{
	margin:10px auto;
}
.m-20-auto{
	margin:20px auto;
}
.m-30-auto{
	margin:30px auto;
}
.m-45-auto-0{
	margin:45px auto 0px;
}
.m-l-0{
	margin-left:0px !important;
}


.bt-caja{
	color: #ffffff !important;
	border:1px solid #00A281 !important;
	font-weight:700 !important;
	padding: 12px 24px;
    display: inline-block;
    margin: 4px auto !important;
    text-decoration: none !important;
    cursor: pointer;
    background: #00A281 !important;
    width: auto !important;
    min-width: 120px !important;
    max-width: 200px !important;
	text-align: center;
	border-radius: 12px !important;
}
	.bt-caja-white{
		color: #00A281 !important;
		border:1px solid #ffffff !important;
		font-weight:700 !important;
		padding: 12px 24px;
		display: inline-block;
		margin: 4px auto !important;
		text-decoration: none !important;
		cursor: pointer;
		background: #ffffff !important;
		width: auto !important;
		min-width: 120px !important;
		max-width: 200px !important;
		text-align: center;
		border-radius: 12px !important;
	}
	.bt-caja-borde:hover {
		opacity:0.6 !important;
	}
	.bt-caja-azul, .bt-caja-celeste, .bt-caja-rojo, .bt-caja-verde, .bt-caja-amarillo, .bt-caja-naranja, .bt-caja-morado{
		color: #ffffff !important;
		border: 1px solid #333333 !important;
		font-weight: 800 !important;
		padding: 15px 25px;
		display: inline-block;
		margin: 4px auto !important;
		text-decoration: none !important;
		cursor: pointer;
		background: #ffffff !important;
		width: auto !important;
		min-width: 180px !important;
		text-align: center !important;
		border-radius: 30px !important;
	}
	.bt-caja-azul{
		background: #317EC0 !important;
		border: 1px solid #317EC0 !important;
	}
	.bt-caja-celeste{
		background: #25A9E0 !important;
		border: 1px solid #25A9E0 !important;
	}
	.bt-caja-rojo{
		background: #E9373D !important;
		border: 1px solid #E9373D !important;
	}
	.bt-caja-verde{
		background: #1C7E36 !important;
		border: 1px solid #1C7E36 !important;
	}
	.bt-caja-amarillo{
		background: #f5c03e !important;
		border: 1px solid #f5c03e !important;
	}
	.bt-caja-naranja{
		background: #ff9e18 !important;
		border: 1px solid #ff9e18 !important;
	}
	.bt-caja-morado{
		background: #5c6a88 !important;
		border: 1px solid #5c6a88 !important;
	}

	.bt-borde-azul, .bt-borde-celeste, .bt-borde-rojo, .bt-borde-verde, .bt-borde-amarillo, .bt-borde-naranja, .bt-borde-morado{
		color: #333333 !important;
		border: 1px solid #333333 !important;
		font-weight: 800 !important;
		padding: 15px 25px;
		display: inline-block;
		margin: 4px auto !important;
		text-decoration: none !important;
		cursor: pointer;
		background: #ffffff !important;
		width: auto !important;
		min-width: 180px !important;
		text-align: center !important;
		border-radius: 30px !important;
	}
	.bt-borde-blanco{
		color: #FFFFFF !important;
		border: 1px solid #FFFFFF !important;
		font-weight: 800 !important;
		padding: 15px 25px;
		display: inline-block;
		margin: 4px auto !important;
		text-decoration: none !important;
		cursor: pointer;
		background: transparent !important;
		width: auto !important;
		min-width: 180px !important;
		text-align: center;
		border-radius: 30px !important;
	}
	.bt-borde-azul{
		color: #317EC0 !important;
		border: 1px solid #317EC0 !important;
	}
	.bt-borde-celeste{
		color: #25A9E0 !important;
		border: 1px solid #25A9E0 !important;
	}
	.bt-borde-rojo{
		color: #E9373D !important;
		border: 1px solid #E9373D !important;
	}
	.bt-borde-verde{
		color: #1C7E36 !important;
		border: 1px solid #1C7E36 !important;
	}
	.bt-borde-amarillo{
		color: #f5c03e !important;
		border: 1px solid #f5c03e !important;
	}
	.bt-borde-naranja{
		color: #ff9e18 !important;
		border: 1px solid #ff9e18 !important;
	}
	.bt-borde-morado{
		color: #5c6a88 !important;
		border: 1px solid #5c6a88 !important;
	}





hr{ 
   height: 5px;
    background-color: #ffc708;
    width: 160px;
    margin: 10px auto 20px 0px;
    border: 0px;
}

input, textarea, select{
	border:1px solid #999999 !important;
	max-width: 100% !important;
	font-style:normal !important;
	border-radius:0px !important;
}
	.m-r-10{
		margin-right:10px !important;
	}