﻿.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html{
    background-image: url(../images/exafdo.png);
    background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.selectNone
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.easeOut
{
	-webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mnuContainer
{
    top: 0;
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 2000;
    background-color: #1884c9;
    opacity: 0.9;
    overflow: hidden;
    box-shadow: 1px 1px 6px #afafaf;
}

.mnuLine
{
    padding: 0 36px 0 36px;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 980px;
	z-index: 1;
	overflow: hidden;
}

.mnuOpci
{
    cursor: pointer;
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 38px;
    padding: 0 26px 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mnuOpci:hover
{
    color: #ffd649;
}

.sideMnu
{
    padding: 40px 20px 20px 20px;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 260px;
    background-color: #1884c9;
    box-shadow: 1px 1px 6px #afafaf;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    opacity: 0.9;
    display: none;
    z-index: 1900;
}

.sideMnuOpci
{
    margin: 8px 0 0 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0 0 8px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px dashed #FFFFFF;
    z-index: 1900;
}

.sideMnuOpci:hover
{
    color: #ffd649;
}

.areaTitle
{
    margin: 0 0 0 0;
    padding: 16px 16px 16px 16px;
    background-color: #253c76;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: block;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.areaImage
{
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    display: block;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.tblRow
{
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
}

.tblColTitle
{
    padding: 14px 14px 14px 14px;
    color: #FFFFFF;
    background-color: #72777a;
    display: block;
    float: left;
    width: 50%;
    font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.tblCol
{
    padding: 14px 14px 14px 14px;
    color: #72777a;
    display: block;
    float: left;
    width: 50%;
    font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
}

.tbl
{
    margin: 10px 0 0 0;
    display: block;
    float: left;
    width: 100%;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
    box-shadow: 1px 1px 6px #afafaf;
}

.contentArea
{
    padding: 30px 30px 30px 30px;
    margin: 30px 0 0 0;
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 1px 6px #afafaf;
}

.video-container {
    width: 100%;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 1px 6px #afafaf;
}

.video-container video {
    width: 100%;
    height: auto;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dc0000;
    padding: 10px;
}

.secMainContainer
{
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    margin: 70px auto 30px auto;
    width: 100%;
    max-width: 980px;
	z-index: 1;
	overflow: hidden;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.secMain
{
    padding: 0 0 0 0;
    background-color: #ffffff;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 980px;
	z-index: 1;
	overflow: hidden;
}

.secContent
{
    padding: 30px 30px 30px 30px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.galleryContainer
{
	display: block;
	float: left;
}

.cardGallery{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: none;
}

.text
{
    color: #72777a;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    width: 100%;
}

.globalix
{
    margin: 10px 0 0 0;
    display: block;
    float: left;
    width: 100%;
}

.sponsorTitle
{
    color: #253c76;
    margin: 30px 0 20px 0;
    padding: 0 0 5px 0;
    display: block;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #959796;
}

.sponsorAmount
{
    margin: 20px 0px 10px 0px;
    padding: 10px 22px 10px 22px;
    background-color: #1D85C7;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    float: right;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.itemBox
{
    margin: 0 0 12px 0;
    padding: 0 0 0 14px;
    display: block;
    float: left;
    width: 100%;
}

.itemBullet
{
    margin: 4px 8px 0 0;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background-image: url(../images/exabullet.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.itemDetail
{
    color: #72777a;
    display: block;
    float: left;
    width: calc( 100% - 28px );
    font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: left;
}


.footerLogo
{
    display: block;
    float: left;
    width: 175px;
    height: 126px;
    scale: 0.85;
}

.footerData
{
    margin: 23px 0 0 60px;
    color: #72777a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    min-width: 250px;
    display: block;
    float: left;
}

.footerTitle
{
    margin: 0 0 26px 0;
    padding: 6px 6px 6px 6px;
    background-color: #1D85C7;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 130px;
    display: block;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mendoza
{
    min-height: 170px;
    padding: 30px 30px 30px 30px;
    margin: 30px 0 20px 0;
    cursor: pointer;
    background-color: #3593d1;
    display: block;
    float: left;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.mendoza_map
{
    min-height: 170px;
    padding: 30px 30px 30px 30px;
    margin: 30px 0 20px 30px;
    cursor: pointer;
    background-color: #3593d1;
    display: block;
    float: left;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.diplomatic
{
    min-height: 170px;
    padding: 30px 30px 30px 30px;
    margin: 30px 0 20px 0;
    cursor: pointer;
    background-color: #a78361;
    display: block;
    float: left;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.diplomatic_map
{
    min-height: 170px;
    padding: 30px 30px 30px 30px;
    margin: 30px 0 20px 30px;
    cursor: pointer;
    background-color: #a78361;
    display: block;
    float: left;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.puestoDelIndio
{
    min-height: 170px;
    padding: 30px 30px 30px 30px;
    margin: 30px 0 20px 0;
    cursor: pointer;
    background-color: #a78361;
    display: block;
    float: left;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.puestoDelIndio_pdf
{
    min-height: 170px;
    padding: 30px 30px 30px 30px;
    margin: 30px 0 20px 30px;
    cursor: pointer;
    background-color: #a78361;
    display: block;
    float: left;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.hotel
{
    padding: 10px 0 30px 0;
    margin: 20px 0 0 0;
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #b6bcb9;
}

.hotelImage
{
    display: block;
    float: left;
    width: 189px;
    height: 180px;
    background-image: url(../images/h_cacique.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#f1eee7;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
    border: 1px solid #7a85a1;
}

.hotelDetail
{
    margin: 0 0 5px 10px;
    display: block;
    float: right;
    width: calc( 100% - 210px );
}

.hotelDetailIcon
{
    background-image: url(../images/hi_web.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
}

.hotelDetailData
{
    margin: 3px 0 0 4px;
    color: #4e6292;
    display: block;
    float: left;
    width: calc( 100% - 38px );
    font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	word-break: break-word;
}

/* ############################################################### */
/* ############################################################### */
/* ############################################################### */


.secHeader
{
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1200px;
	z-index: 1;
	overflow: hidden;
}

.header
{
    width: 100%;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 1px 6px #afafaf;
}

.hdrImage
{
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.secFooter
{
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 980px;
	z-index: 1;
	overflow: hidden;
}

.footer
{
    padding: 40px 40px 40px 40px;
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

.gradientOne
{
    background: linear-gradient(-45deg, #acc9e5, #1b8fd8, #0861af, #054d73);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.optSec
{
    background-color: #f6e58d;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid black;
}


.main
{
    background-color: #ffffff;
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

.content
{
    margin: 20px 0 20px 0;
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;   
}

.menu
{
    background-color: #1D85C7;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1200px;
	z-index: 1;
	overflow: hidden;
}

.menuOpci
{
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.menuOpci:hover{
	color: #afe9fa;
}

.section
{
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1200px;
	z-index: 1;
	overflow: hidden;
	padding: 25px 25px 25px 25px;
}

.title
{
    margin: 20px 0 20px 0;
    padding: 6px 16px 6px 16px;
    color: #FFFFFF;
    background-color: #61a18a;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carrouselContent
{
    /*padding: 20px 0px 20px 0px;*/
    padding: 0px 0px 8px 0px;
    display: block;
    float: left;
    width: 100%;
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #f3f3f3 50%, #c3f1e1 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}

.hilightImage{
	-webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hilightImage:hover{
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
}

.newsItem
{
    border-top: 6px solid #38ada9;
}

#newsScrolling
{
    margin: 18px 0 0px 0;
    padding: 0 0 4px 0;
    width: 100%;
    overflow: hidden;
}

#newsScrolling ul {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    margin-top:0;
    list-style-type: none;
    -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#newsScrolling li 
{   
    margin: 0 16px 0 0;
    font-size:16px;
    float: left;
    width: 380px;
    min-width: 220px;
    color: #000;
    font-weight: 300;
    text-align: center;
    
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    
    
    
    cursor: pointer;
    background: #FFF;
}

#newsScrolling .itemslide-active
{
    /*

    */
}

.newsImage
{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: auto;
}

.newsViewmore
{
    margin: 12px 18px 0 calc( 100% - 116px );
    background-image: url(../images/viewmore.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 103px;
    height: 41px;
    display: block;
    position:absolute;
    z-index: 10;
}

.newsTitle
{
    padding: 16px 20px 16px 20px;
	color: #ffffff;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	font-style: normal;
	text-align: left;
	-webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.modalOverlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	/*background-color: rgba(0, 0, 0, 0.7);*/
	z-index: 20000;
	overflow: auto;
	display: none;
}

.modalContent
{
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
    margin: 60px auto 50px auto;
    padding: 0 0 0 0;
    width: calc( 100% - 32px );
    max-width: 1100px;
	background-color: #ececec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;  
	display: none;
	z-index: 1;
}

.spinnerContainer{
	padding: 10px 10px 10px 10px;
	width: 150px;
	height: 150px;
	display: none;
	background-color: rgba(255, 255, 255, 0.80);
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	border: 1px solid #616161;
}

.loadSpinner{
	width: 130px;
	height: 130px;
	background-image: url('../images/spinner_2.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.modalWindowContent
{
    display: block;
    float: left;
    width: 100%;
    padding: 18px 18px 18px 18px;
    color: #767f88;
    font-size: 17px;
	line-height: 25px;
	font-weight: 300;
	font-family: 'Rubik', sans-serif;
	text-align: justify;
}

.secNews{
	display: block;
	float: left;
	width: 100%;
	border-bottom: 10px solid #0693e3;
	border-top: 10px solid #0693e3;
}

.secNewsHead{
	padding: 26px 26px 26px 26px;
	display: block;
	float: left;
	background-color: #61a18a;
	width: 100%;	
}

.secNewsHeadDate{
	cursor: default;
	color: #ffffff;
	background-color: #4c6a90;
	margin: 0 8px 9px 0;
	padding: 8px 12px 8px 12px;
	display: block;
	float: left;
	font-weight: 400;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.secNewsHeadTitle{
	color: #f1ebdd;
	margin: 26px 0px 24px 0;
	width: 100%;
	display: block;
	float: left;
	font-weight: 700;
	font-size: 34px;
	line-height: 38px;
	text-align: left;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.22);
}

.secNewsHeadCaption{
	color: #f1ebdd;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	width: 100%;
	display: block;
	float: left;
	text-align: left;
}

.secNewsBody{
	padding: 26px 26px 26px 26px;
	color: #979CA0;
	background-color: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	display: block;
	float: left;
	text-align: justify;
}

.newsCentralImage{
	-webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.newsCentralImage:hover{
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-moz-filter: brightness(1.3);
	-o-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
}

.iNewsOptionContainer{
	margin-top: 20px;
	display: block;
	float: left;
	width: 100%;
}

.iNewsOption{
	cursor: pointer;
	display: block;
	float: right;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
}

.secNewsLinksSepa{
	margin: 28px 0 28px 0;
	display: block;
	float: left;
	background-color: #61a18a;
	height: 2px;
	width: 100%;
}

.secNewsLinksContent{
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
}

.secNewsLinkText{
	color: #767f88;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	margin-left: 10px;
	cursor: pointer;
	display: block;
	float: left;
	text-align: left;
	width: calc( 100% - 60px );
	overflow: hidden;
}

.secNewsLinkText:hover{
	color:#61a18a;
}

.secNewsLinks
{
    margin-top: 20px;
	cursor: pointer;
	display: block;
	float: left;
	width: 99%;
	overflow: hidden;
}

.secNewsLinkIcon{
	cursor: pointer;
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: top;
}


.secSponsorship
{
    margin: 0 auto 0 auto;
    padding: 0 0 0 10px;
    width: 100%;
    max-width: 1200px;
	z-index: 1;
	overflow: hidden;
}

.sponsorship
{
    background: rgb(105,186,237);
    background: -moz-linear-gradient(132deg, rgba(105,186,237,1) 12%, rgba(133,193,231,1) 30%, rgba(245,245,245,1) 81%);
    background: -webkit-linear-gradient(132deg, rgba(105,186,237,1) 12%, rgba(133,193,231,1) 30%, rgba(245,245,245,1) 81%);
    background: linear-gradient(132deg, rgba(105,186,237,1) 12%, rgba(133,193,231,1) 30%, rgba(245,245,245,1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#69baed",endColorstr="#f5f5f5",GradientType=1);
    padding: 40px 40px 40px 40px;
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

.secInstitutional
{
    margin: 0 auto 0 auto;
    padding: 0 0 0 10px;
    width: 100%;
    max-width: 1200px;
	z-index: 1;
	overflow: hidden;
}

.institutional
{
    padding: 40px 40px 40px 40px;
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

.boxContainter{
    display: block;
    float: left;
}

.boxContainterImage {
    margin: 0 20px 40px 0;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #f5f5f5;
    width: 180px;
    height: 120px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #8dc2af;
    overflow: hidden;
}

.actDay
{
    margin: 10px 0 10px 0;
    padding: 12px 12px 12px 12px;
    color: #FFFFFF;
    background-color: #1D85C7;
    display: block;
    float: left;
    width: 100%;
    font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.actBox
{
    margin: 0 0 10px 0;
    padding: 12px 12px 12px 12px;
    background-color: #d7f4ea;
    display: block;
    float: left;
    width: 100%;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: hidden;
}

.actTime
{
    margin: 0 0 10px 0;
    padding: 12px 12px 12px 12px;
    color: #FFFFFF;
    background-color: #de8e03;
    display: block;
    float: left;
    width: 130px;
    font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.actDetail
{
    padding: 0 0 0 10px;
    display: block;
    float: left;
    width: calc( 100% - 130px );
    overflow: hidden;
}

.actTimeCompress
{
    margin: 0 0 10px 0;
    padding: 12px 12px 12px 12px;
    color: #FFFFFF;
    background-color: #de8e03;
    display: block;
    float: left;
    width: 100%;
    font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
    -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: none;
}

.actTitle
{
    padding: 0 12px 0 12px;
    margin: 0 0 10px 0;
    color: #1D85C7;
    display: block;
    float: left;
    width: 100%;
    font-weight: 500;
	font-size: 19px;
	line-height: 24px;
	text-align: left;
}

.actText
{
    margin: 0 0 10px 0;
    padding: 0 12px 0 12px;
    color: #838684;
    display: block;
    float: left;
    width: 100%;
    font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
}

.actExpo
{
    padding: 0 12px 0 12px;
    color: #579981;
    display: block;
    float: left;
    width: 100%;
    font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
}

.actBlock
{
    margin: 10px 0 10px 0;
    padding: 12px 12px 12px 12px;
    color: #1D85C7;
    background-color: #98d3f8;
    display: block;
    float: left;
    width: 100%;
    font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.formIcontent
{
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
    float: left;
}

.formIcon
{
    margin: 14px 0 0 20px;
    background-image: url(../images/formregistration.png);
    background-repeat: no-repeat;
    width: 102px;
    height: 102px;
    display: block;
    float: left;
}

.formText
{
    word-break: break-word;
    margin: 14px 0 0 0;
    color: #959796;
    padding: 35px 0 0 14px;
    background-repeat: no-repeat;
    width: calc( 100% - 124px );
    display: block;
    float: left;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}


