@charset "utf-8";


.flex-content{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.top{
	padding: 40px 0;

}

.top h1{
	background-image: url(../img/logo.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	height: 73px;
}

.top h3{
	background-image: url(../img/sello.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 50px;
}

.head-body{
	padding: 40px 0;
	background-color: #f4c24c;
}

.head-body .tit{
	max-width: 450px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 0;
	transform: skewY(-3deg);
}

.head-body .tit h2{
	transform: skewY(3deg);
	color: #322f36;
	font-weight: 800;
	line-height: 1em;
	font-style: italic;
	font-size: 53px;
	text-align: center;
}

.head-body p{
	color: #508eb5;
	font-weight: 700;
	font-size: 25px;
	margin-top: 1em;
	text-align: center;
}

.link{
	text-decoration: none;
	max-width: 450px;
	font-weight: 900;
	font-size: 25px;
	padding: 0.5em 0.8em;
	text-align: center;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33); 
box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.33);
}

.head-body a{
	color: #fff;
	background-color: #508eb5;
}

.link:hover{
	text-decoration: none;
	background-color: #322f36;
	color: #f4c24c;
	transition: all 0.2s;
}

.head-body .tit h2 strong{
	font-size: 1.113em;
}

.digital{
	padding: 60px 0;
	background-color: #508eb5;
}

.digital h3{
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}

.link-body{
	color: #322f36;
	background-color: #f4c24c;
}

.iconos .icon-item{
	margin-top: 80px;
}

.iconos .icon-img{
	width: 150px;
	height: 150px;
	margin: 0 auto 20px auto;
	border-radius:50%;
	background-color: #f4c24c;
	border:solid 2px #508eb5;
	-webkit-box-shadow: 3px 3px 0px 0px #312e36; 
	box-shadow: 3px 3px 0px 0px #312e36;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iconos .icon-item h5{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.iconos .icon-item i{
	font-weight: 400;
	font-style: italic;
}

.nosotros{
	padding: 40px 0;
	margin: 80px 0;
	background-color: #508eb5;
}

.nosotros p{
	color: #fff;
	font-size: 20px;
	line-height: 2em;
	margin: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #f6f6f6;
	background-color: #ed6e0b;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
	position: relative;
    bottom: 12px;
}

.owl-carousel .owl-nav button.owl-next span:focus, .owl-carousel .owl-nav button.owl-prev:focus,.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev span:focus{
	border-color: unset;
	outline: unset;
}

.formulario{
	background-color: #494949;
	padding: 40px 0;
	margin-top: 40px;
	color: #f6f6f6;
}

.formulario h3{
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 0;
}

.formulario p{
	margin-bottom: 3em;
}

.logos{
	margin: 40px 0;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.terminos{
}

.terminos-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.terminos img{
	fle
}

@media (max-width: 1200px){
}

@media (max-width: 1400px){
}

@media (max-width: 992px){
	.head-body .tit h2{font-size: 33px}
	.head-body p{font-size: 19px;}
	.link{font-size: 22px;}
}

@media (max-width: 768px){
	.head-body .link{margin-bottom: 40px;}
	.digital h3{margin-top: 1em;}
	.formulario h3{font-size: 30px; text-align: center;}
	.formulario p{text-align: center;}
	.vict-logo{margin-bottom: 30px;}
}

@media (max-width: 500px){
	.top h3{width: 100px; height: 100px;right: 5px;}
	.digital h3{font-size: 25px;}
	.iconos .icon-item{margin-top: 40px;}
	.nosotros p{font-size: 16px;}
	.logos{flex-direction: column;}
	.logos img{margin-top: 20px;}


}

@media (max-width: 380px){
	.top{padding: 20px 0;}
	.head-body .tit h2{font-size: 30px;}
	.top h1{height: 57px;}
	.top h3{width: 70px;height: 70px;}
	.link{font-size: 18px;}
	.digital h3{font-size: 23px}
	.iconos .icon-img{width: 120px; height: 120px;}
	.iconos .icon-img img{width: 60px;}
	.vict-logo{width: 200px;}
}


/*-------------------------------------------------*/

@media (min-width: 768px){
	.flex-content{	max-width: 750px;}
}

@media (min-width: 992px){
	.flex-content{	max-width: 970px;}
		
}

@media (min-width: 1200px){
	.flex-content{	max-width: 1170px;}
}

@media (min-width: 1400px){
	.flex-content{	max-width: 1370px;}
}

@media (min-width: 1920px){
	.flex-content{	max-width: 1400px;}
}
