.help-block {
   font-size:smaller;
   margin-top: 2px;
   margin-bottom: -5px;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700');

.atss .at-share-btn:focus, .atss .at-share-btn:hover, .atss a:focus, .atss a:hover {
	width: 3pc !important;
}
.atss .at-share-btn, .atss a {
	position: relative;
	display: block;
	width: 2.5pc !important;
	margin: 0;
	outline-offset: -1px;
	text-align: center;
	float: left;
	transition: width .15s ease-in-out;
	overflow: hidden;
	background: #e8e8e8;
	z-index: 100030;
	cursor: pointer;
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
	display: block;
	padding: 4px 0 !important;
}
html {
	background-color: #153965;
}
body {
	opacity: 1;
	transition: 1s opacity;
}
body.fade-out {
	opacity: 0;
	transition: none;
}
body {
	background-color: #153965;
	font-family: "Open Sans";
	color: #153965;
}
.containerSlider {
	width: 100%;
	margin-top: 70px;
	background-color: #3f3f3f;
}
.carousel .item {
	width: 100%;
	transition-property: opacity;
}
.item, .active.left, .active.right {
	opacity: 0;
}
.active, .next.left, .prev.right {
	opacity: 1;
}
.next, .prev, .active.left, .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel .item img {
	width: 100%;
}
.navbar-default {
	background-color: #1A3455;
	border: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.logoInfo {
	display: block;
	height: 80px;
	width: 160px;
	background-image: url("../images/logo_ammfen.png");
	background-repeat: no-repeat;
	text-indent: -99999px;
	margin-right: 40px;
	margin-left: 20px;
}
.navbar-brand>img {
	float: left;
	height: 48px;
	width: auto;
}
.navbar-brand>p {
	float: right;
	margin: 5px 0 0 18px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #FFF;
}
.h1Logo {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0;
	float: left;
}
.carousel-control {
	position: absolute;
	width: 47px;
	height: 47px;
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
	top: 14.5vw;
}
.carousel-control.right {
	background: none !important;
	right: 20px;
}
.carousel-control.left {
	background: none !important;
	left: 20px;
}
.textBoxSlider {
	position: absolute;
	top: 2vw;
	width: 46%;
	margin-left: 39%;
}
h1.h2Slider {
	font-size: 0px;
	margin: 20px 0;
}
.logoCongreso {
	width: 75% !important;
}
h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.h3, h3 {
	margin-bottom: 36px;
}
.h4, h4 {
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 20px;
}
ol.lista, ul.lista {
	margin-bottom: 25px !important;
}
.p1Slider {
	color: #F0F0F0;
	font-size: 30px;
	font-size: 2.6vw;
	font-weight: 700;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 2px 2px #181818;
	text-transform: uppercase;
	line-height: 2.8vw;
}
.p2Slider {
	color: #153965;
	font-size: 24px;
	font-weight: 700;
	margin: 15px 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 32px;
}
.iconBarSocial {
	width: 300px;
	padding-right: 20px;
	margin-right: -29px;
}
.iconBarSocial li {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
.iconBarSocial li a {
	text-indent: -99999px
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	min-height: 70px;
	line-height: 14px;
	padding-top: 26px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: 500;
	text-align: center !important;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #94C11E;
}
.mainLinks a {
	background-image: url("../images/over.png");
	background-repeat: no-repeat;
	background-position: 50% 130%;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-ms-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}
.mainLinks a:active {
	background-image: url("../images/focus.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-ms-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}
.mainLinks a:hover {
	background-image: url("../images/over.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-ms-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
	background-color: rgba(0, 0, 0, 1);
}
.activeNav {
	background-image: url("../images/focus.png") !important;
	background-repeat: no-repeat !important;
	background-position: bottom center !important;
	;
}
.verMasSlider {
	display: block;
	background-color: #88d42f;
	padding: 1vw 1vw 1vw 1vw;
	/*background-image: url("../images/flechaAtrasSm.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 2vw;*/
	width: auto;
	float: left;
	font-size: 16px;
	font-size: 1.2vw;
	color: #333;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
	line-height: 16px;
}
.verMasSlider:hover {
	display: block;
	background-color: #225c90;
	width: auto;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.floatingBoxes {
	width: 100%;
	position: absolute;
	top: 26vw;
}
.mainBoxTest {
	position: relative;
}
.whiteBox {
	background-color: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	margin-top: 30px;
}
.whiteBox1 {
	background-color: #fff;
	padding: 25px 25px 20px 25px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	margin-top: 30px;
}
.whiteBox h3 {
	font-size: 25px;
	margin: 14px 0 20px;
	text-transform: uppercase;
}
.whiteBox img.logovenue {
	margin: 20px 0;
}
.whiteBox a {
	font-size: 17px;
}
.iconBoxes {
	height: 40px;
	margin: 0 auto 15px auto;
	display: block;
}
.slogan {
	font-size: 18px;
}
.slogan span.big {
	font-size: 24px;
	color: #698a12;
	font-family: 'Montserrat', sans-serif;
}
.banderas {
	margin: 30px 35px;
}
.banderas img, .banderasdiv p.banderas2 img {
	width: 100%;
}
.banderasdiv {
	margin-top: 60px;
}
.banderasdiv p.banderas2 {
	margin-left: 20%;
	margin-right: 20%;
}
.row-flex, .row-flex>div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 1 auto;
}
.row-flex-wrap {
	-webkit-flex-flow: row wrap;
	align-content: flex-start;
	flex: 0;
}
.row-flex>div[class*='col-'], .container-flex>div[class*='col-'] {
	margin: -.2px;/* hack adjust for wrapping */
}
.container-flex>div[class*='col-'] div, .row-flex>div[class*='col-'] div {
	width: 100%;
}
.flex-col {
	display: flex;
	display: -webkit-flex;
	flex: 1 100%;
	flex-flow: column nowrap;
}
.flex-grow {
	display: flex;
	-webkit-flex: 2;
	flex: 2;
}
.navbar-right~.navbar-right {
	margin-right: -15px !important;
}
.grayFooter {
	background-color: #0F243E;
	border-top: 4px solid #071424;
	margin-top: 20px;
}
.grayFooterInterna {
	background-color: #333333;
	border-top: 7px solid #666;
}
.whiteText {
	color: #fff;
	font-size: 14px;
}
img.logobco {
	width: 36%;
}
.footerBoxes {
	padding: 45px 25px 30px;
}
.iconsFooter {
	height: 40px;
	display: block;
	margin-bottom: 20px;
}
.iconsSocialFooter {
	height:38px;
	display: block;
	margin: 0 0 15px 25px;
	border: none;
	float: right;
}
.iconsSocialFooter:hover {
	filter: opacity(50%);
}
.socialFooter {
	width: 100%;
	display: block;
	clear: both;
}
.socialFooter a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
	cursor: pointer;
}
.socialFooter a:hover {
	color: aqua;
}
.verMasBoxes {
	display: block;
	width: 100%;
	padding: 12px;
	background-color: #215a8d;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-size: 15px !important;
	margin-top: 20px;
	border-radius: 4px;
}
.verMasBoxes:hover {
	text-decoration: none;
	background-color: #55841d;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	color: #fff;
}
.verMasBoxes:active {
	color: #fff;
}
.verMasBoxes img {
	margin-top: -6px;
	height: 20px;
}
.contentBox {
	margin-top: 70px;
	max-height: 300px;
	overflow: hidden;
}
.whiteBody {
	background-color: #fff
}
.bodyCongreso, .bodyConferencias, .bodyHospedaje, .bodyRegistro1, .bodyPatrocinios, .bodyAviso {
	background-image: url(../images/fondo_0.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
}
/*.bodyCongreso {
	background-image: url(../images/fondo_0.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center top;
}
.bodyConferencias {
	background-image: url(../images/fondo_0.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center bottom;
}
.bodyHospedaje {
	background-image: url(../images/fondo_0.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center top;
}
.bodyRegistro1 {
	background-image: url(../images/fondo_0.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center top;
}
.bodyPatrocinios {
	background-image: url(../images/fondo_0.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center bottom;
}
.bodyAviso {
	background-image: url(../images/fondo_0.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center bottom;
}*/
.wide {
	width: 100%
}
.wideWhite {
	width: 100%;
	background-color: #fff;
	padding: 30px 0
}
.sectionHeader {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	margin-top: 56px;
	margin-bottom: 50px;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px black;
	font-weight: 700;
	text-align: right;
}
.sectionHeaderCursos {
	color: #fff;
	font-size: 30px;
	margin-top: 74px;
	margin-bottom: 130px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px black
}
.pHeader {
	color: #fff;
	font-size: 25px;
	margin-bottom: 50px;
}
.vinculosBloque {
	border-radius: 4px;
	width: 100%;
	padding: 10px;
	background-color: #215a8d;
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 15px 0;
	text-align: center
}
.vinculosBloque:hover, .vinculosBloque:focus {
	background-color: #000;
	color: #fff;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	text-decoration: underline;
}
.regresarCursos {
	display: block;
	color: #FFF;
	background-color: #337ab7;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	height: 40px;
	margin-top: 20px;
	width: 240px;
	padding: 10px;
	text-shadow: 0px 1px 1px #3c763d;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
.regresarCursos:hover {
	text-decoration: none;
	color: #fff;
	background-color: black;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.regresarCursos img {
	height: 20px;
	margin-top: -7px;
}
.tabsMyStyle li a {
	color: #333;
	cursor: default;
	background-color: #ececec;
	border: none !important;
	border-bottom-color: transparent;
	font-size: 16px;
	border-radius: 4px 4px 4px 4px;
}
.tabsMyStyle>li.active>a {
	color: #fff;
	cursor: default;
	background-color: #000;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.tabsMyStyle>li.active>a, .tabsMyStyle>li.active>a:focus, .tabsMyStyle>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #000;/*border: 1px solid #ddd;
    border-bottom-color: transparent;*/
}
.tabsMyStyle li a:hover {
	background-color: #000;
	color: #fff;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.tabsMyStyle li {
	margin-right: 20px;
}
.tabsMyStyle {
	border: none;
	margin-bottom: 50px;
}
.largeParagraph {
/*font-size: 18px;*/
}
.columnIcon {
	display: block;
	height: 50px;
	width: 50px;
	float: left;
	padding: 5px;
}
.greenB {
	display: block;
	width: 100%;
	padding: 10px;
	background: #7fd12b;
	background-image: -webkit-linear-gradient(top, #7fd12b, #49bd16);
	background-image: -moz-linear-gradient(top, #7fd12b, #49bd16);
	background-image: -ms-linear-gradient(top, #7fd12b, #49bd16);
	background-image: -o-linear-gradient(top, #7fd12b, #49bd16);
	background-image: linear-gradient(to bottom, #7fd12b, #49bd16);
	float: left;
	margin-bottom: 15px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	border-radius: 4px 4px 4px 4px;
}
.greenB:hover {
	background: #3e6912;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.grayB {
	display: block;
	width: 100%;
	padding: 10px;
	background: #cccccc;
	background-image: -webkit-linear-gradient(top, #cccccc, #8f8f8f);
	background-image: -moz-linear-gradient(top, #cccccc, #8f8f8f);
	background-image: -ms-linear-gradient(top, #cccccc, #8f8f8f);
	background-image: -o-linear-gradient(top, #cccccc, #8f8f8f);
	background-image: linear-gradient(to bottom, #cccccc, #8f8f8f);
	float: left;
	margin-bottom: 15px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	border-radius: 4px 4px 4px 4px;
}
.grayB:hover {
	background: #000000;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.columnText {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: block;
	vertical-align: middle;
	margin-left: 10px;
	float: left;
	width: 40%;
}
.columnArrow {
	display: block;
	float: right;
	vertical-align: middle;
	margin-top: 5px;
}
.responsive-tabs-container .accordion-link {
	display: none;
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #333333 !important;
	border: 0px none;
	color: #fff !important;
	border-radius: 4px 4px 4px 4px;
}
.registrationBlock {
	background-color: #fff;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;
	background-image: url(../images/divisorReg.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.registrationBlock2 {
	background-color: #fff;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;
	padding: 30px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
h2.h2Registro {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
h3.h3Registro {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 26px;
	margin-left: 15px;
}
table.costos {
	margin-left: 15px;
	width: 95%;
	font-size: 13px;
	margin-bottom: 32px;
}
tr.bluerow {
	background-color: #d9dce9;
}
.auto-style1 {
	font-weight: bold;
	text-align: center;
	line-height: 16px !important;
}
.mensaje {
	text-align: center;
	color: #d81b1b;
	font-weight: bold;
	padding: 4px;
	margin: 4px 15px;
}
.regBoxes {
	background-image: url(../images/regBoxes.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f3f3f3;
	border-radius: 4px 4px 4px 4px;
	margin: 40px 0 40px 20px;
	padding: 80px 15px 30px 15px;
}
.regBoxes2 {
	background-image: url(../images/regBoxes.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f3f3f3;
	border-radius: 4px 4px 4px 4px;
	margin: 40px 20px 40px 0;
	padding: 80px 15px 30px 15px;
}
.formularioBox {
	padding: 0 35px 10px 30px;
}
.acerca {
	padding-right: 8%;
	text-align: justify;
	padding-top: 10px;
}
.fotitos img {
	width: 100%;
	border-radius: 8px;
}
.greenButton {
	background-color: #88d42f;
	font-family: 'Montserrat', sans-serif;
	border: none;
	padding: 10px;
	margin-top: 10px !important;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #153965;
}
.yellowButton {
	background-color:  #e4e62c;
	font-family: 'Montserrat', sans-serif;
	border: none;
	padding: 10px;
	margin-top: 10px !important;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #153965;
}

.greenButton:hover {
	background-color: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	border: none;
	padding: 10px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	border-radius: 4px;
}

.yellowButton:hover {
	background-color: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	border: none;
	padding: 10px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	border-radius: 4px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff !important;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	color: #fff;
}
.modal-header {
	padding: 15px;
	border-bottom: 3px solid #0f243e;
	background-color: #1A3455;
}
.modal-open {
	overflow-y: inherit !important;
	padding-right: 0px !important;
}
.modal {
	z-index: 3000 !important;
}
.listCheck {
	list-style-image: url("../images/bullet.png");
}
.datosBox {
	width: 100%;
	background-color: #fff;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	border: solid 0.5px #cccccc;
	padding: 70px 15px 30px 15px;
	margin-bottom: 30px;
}
.clock {
	background-image: url(../images/clock-circular-outline.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center 15px;
}
.cash {
	background-image: url(../images/dollar-symbol.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center 15px;
}
.people {
	background-image: url(../images/group.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center 15px;
}
.nosBoxes {
	width: 100%;
	background-color: #fff;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	border: solid 0.5px #cccccc;
	padding: 30px 15px 30px 15px;
	margin-bottom: 30px;
}
caption {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
.edEj {
	display: block;
	width: 100%;
}
.plain {
	padding-top: 200px;
}
/*---- Conferencias ----*/
.tab {
	float: left;
	border: none;
	background-color: #f1f1f1;
	width: 22%;
	height: 170px;
}
.tab button {
	display: block;
	background-color: inherit;
	padding: 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.pillprograma {
    font-size: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
    width: 84%;
    margin: 0 8% 40px 8%;
}
.nav-pills.pillprograma > li.active > a, .nav-pills.pillprograma > li.active > a:focus, .nav-pills.pillprograma > li.active > a:hover {
    background-color: #1A3455;
}
.nav-pills.pillprograma > li > a {
    background-color: #EEE;
}
.nav-pills.pillprograma > li > a:focus, .nav-pills.pillprograma > li > a:hover {
    background-color: #D9D9D9;
}
.nav-pills.pillprograma > li {
    margin-right: 12px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #1A3455;
	color: #FFF;
}
.tabcontent {
	float: left;
	padding: 0px 12px 0 30px;
	border: none;
	width: 78%;
	border-left: none;
	height: auto;
}
h2.dia {
	margin-top: 6px;
	font-size: 24px;
    margin-bottom: 35px;
}
table.tablap tbody tr td {
    padding: 6px;
}
table.tablap tbody tr td p {
    margin-bottom: 0;
}
.bs-callout {
	margin: 10px 0;
	padding: 10px;
}
.bs-venueplace {
	border-image: none;
	margin: 0;
	padding: 4px;
	background-color: #217099;
}
.bs-venueplace p {
	color: #FFF;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.bs-venueplace2 {
	border-image: none;
	margin: 15px 0 25px;
	padding: 6px 0;
	background-color: #217099;
}
.nomarginpls {
    margin: 0 !important;
}
.bs-callout h3 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 0;
}
.bs-callout-blue {
	border-left-color: #0C5974 !important;
}
.bs-callout-blue h3 {
	color: #0C5974 !important;
}
.bs-callout-orange h3 {
	color: #4e812b !important;
	margin-bottom: 6px;
}
.bs-callout-orange h4 {
	color: #1277ab;
	margin-bottom: 15px;
	margin-top: inherit;
	font-size: 16px;
	text-align: center;
}
.extraBlockL {
	border-right: 1px solid gray;
	padding-right: 20px;
}
.extraBlockR {
	padding-left: 20px;
}
.extraBlockL h3, .extraBlockR h3 {
	font-size: 15px !important;
	text-align: center;
	line-height: 1.2;
}
.verdextra {
	color: #4e812b !important;
}
.bs-simultaneo {
    margin: 15px 0 15px;
    padding: 3px 0;
	background-color: #ededed;
}
.bs-simultaneo p {
    color: #1277ab;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
	font-weight: 700;
}
.extraBlockL ul, .extraBlockR ul {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    padding-left: 14px !important;
}
.time {
	border-right: 1px solid gray;
	font-weight: 600;
	color: #565656;
	text-align: center;
}
.bs-callout ul {
	margin-bottom: 0;
	margin-left: 108px;
	color: #565656;
}
.bs-callout p {
	margin-bottom: 0;
	margin-left: 135px;
}
.bs-callout p strong {
	font-weight: 400;
}
.firma {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
	margin-top: 26px;
}
.patrocinador, .patrocinador2 {
	text-align: center;
}
.patrocinador img {
	max-width: 100%;
}
.patrocinador2 img {
	max-width: 100%;
}
.mapaConv {
	width:66% !important;
	float: left;
}
.datosConv {
	width:25% !important;
	margin-left: 5%;
	float: left;
}
.datosConv img {
	margin-bottom: 25px;
	margin-top: 12px;
}
#HyAR .tab-content {
	padding: 0 4px;
}
#HyAR .nav {
    text-align: center;
}
#HyAR .nav-pills > li {
    float: none;
    background-color: #f1f1f1;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;margin-right: 8px;
	display: inline-block;
}
#HyAR .nav-pills > li a {
    color: #153965;
}
#HyAR .nav-pills > li a:hover, #HyAR .nav-pills > li a:focus {
    background-color: #ddd;
}
#HyAR .nav-pills > li.active > a, #HyAR .nav-pills > li.active > a:focus, #HyAR .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #0C5974;
}

#HyAR h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
#HyAR h3 {
	font-size: 20px;
	margin: 0 0 16px;
}
#sitios .row {
	margin-top: 40px;
	margin-bottom: 40px;
}
#sitios img {
	width: 100%;
    border-radius: 8px;
}
#sitios .row .col-lg-4 {
	padding-right: 36px;
	text-align: justify;
}
#acerca {
	padding-right: 30px;
	text-align: justify;
}
#hotel img.logoSh {
	width: 50%;
	margin: 10px 48% 18px 2%;
}
#hotel img.fachada {
	width: 78%;
	margin: 0 11%;
	border-radius: 8px;
}
#hotel img.galeria {
	width: 78%;
	margin: 40px 11% 0;
}
.cochesin {
	width: 14%;
	float: left;
	margin-top: 15px;
	padding: 0;
	margin-left: 10px;
}
.cochesin img {
	width: 80%;		
}
img.fotitos {
	width: 100%;		
}
.distancia {
	width: 82%;
	float: left;
	margin-top: 12px;
}
.distancia .txt1 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: 700;
}
.distancia .txt2 {
	font-size: 17px;
}
.politicas {
	padding-left: 26px;
}
#tarifas {
	padding-left: 26px;	
	margin-top: 20px;
}
#tarifas img {
	width: 80%;
	border-radius: 8px;
	margin: 20px 10%;
}
#tarifas .paquete {
	text-align: center;
}
.num {
    font-size: 24px;
    color: #698a12;
    font-family: 'Montserrat', sans-serif;
	text-shadow: 1px 1px 4px #a5a5a5;
}
.precio {
    font-size: 32px;
    color: #153965;
    font-family: 'Montserrat', sans-serif;
	letter-spacing: -1px;
	text-shadow: 1px 1px 4px #a5a5a5;
}
.extrapad {
    padding: 15px 40px;
	text-align: justify;
}

.extrapad blockquote {
    padding: 7px 14px;
    margin: 20px 0 20px 12px;
    font-size: 14px;
    border-left: 2px solid #CEBFEC;
    color: #4B06BD;
}


/*----Media queries----*/

@media (min-width: 768px) {
.navbar-right {
	float: right !important;
	margin-right: -15px !important;
}	
}

@media only screen and (max-width: 1000px) {
.logoCon {
	display: none;
}
.h1Logo {
	width: 100px;
	margin-top: 10px;
}
.iconBarSocial {
	width: 300px;
	padding-right: 20px;
	margin-right: -29px;
	margin-left: 100px;
}
.pSlider {
	color: white;
	font-size: 16px;
	font-size: 2.5vw;
	font-weight: 200;
}
.floatingBoxes {
	width: 100%;
	position: absolute;
	top: 41.5vw
}
.verMasSlider {
	display: block;
	background-color: #88d42f;
	padding: 1vw 1vw 1vw 1vw;
	/*background-image: url("../images/flechaAtrasSm.png");
				background-position: center right;
				background-repeat: no-repeat;
				background-size: 2vw;*/
	width: auto;
	float: left;
	font-size: 16px;
	font-size: 2.2vw;
	color: #333;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
	line-height: 16px;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: visible !important;
}
.bodyCongreso, .bodyConferencias, .bodyHospedaje, .bodyRegistro1, .bodyPatrocinios, .bodyAviso {
	background-size: 120%;
	background-position: left top;
}
.edEj {
	display: none;
}
.navbar-brand {
    height: 50px;
    padding: 6px 12px;
}
.navbar-brand>p {
	margin: 5px 0 0 14px;
	font-size: 11px;
	line-height: 15px;
}
.navbar-brand > img {
    height: 40px;
}
.navbar-default .navbar-nav > li > a {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.containerSlider, .contentBox {
    margin-top: 50px;
}
.textBoxSlider {
    top: 0 !important;
}
.mapaConv, .datosConv {
    width: 100% !important;
	text-align: center;
}
.footerBoxes {
    padding: 25px 25px 5px;
	text-align: center;
}	
.iconsSocialFooter {
    margin: 20px 15px 20px 10px;
}	
.slogan {
    font-size: 16px;
}	
.slogan span.big {
    font-size: 20px;
}
.whiteBox1 {
    padding: 15px;
}
.banderas {
    margin: 18px 4px 10px;
}
.logoCongreso {
    width: 84% !important;
    margin-bottom: 10px;
}
img.guaya  {
	filter: blur(2px);
}	
h1.h2Slider {
    margin: 0;
}
.p1Slider {
    font-size: 20px;
	margin-top: 10px;
	letter-spacing: 0;
	line-height: 24px;
}
.p2Slider {

}	
.datosConv img {
    margin-bottom: 20px;
    margin-top: 30px;
}
.floatingBoxes {
    top: 60vw !important;
}
img.logobco {
    width: 80%;
}
.sectionHeader {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
	min-height: 60px;
	line-height: 1.3;
	text-align: center;
}
h2.subtitulo {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 22px;
}
.h3, h3 {
    font-size: 20px;
	margin-top: 0;
	margin-bottom: 28px;
}
.patrocinador img {
	max-height: 150px;
    max-width: 90%;
    margin: 15px 0;
}
.tab {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.tab button {
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
	float: left;
	width: 33%;
}
.tabcontent {
    padding: 0px 12px 0 12px;
    width: 100%;
}	
.tabcontent h2 {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
.bs-callout {
    margin: 16px 0;
    padding: 12px 0;
	border-width: 1px 3px 1px 3px;
}	
.time {
    border-right: none;
    padding: 0;
    text-align: center;
    margin-bottom: 8px;
}
.bs-callout h3 {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.bs-callout-blue {
    border-left-color: #0C5974 !important;
    border-right-color: #0C5974 !important;
}
.bs-callout-orange {
    border-left-color: #698a12 !important;
    border-right-color: #698a12 !important;
}
.bs-callout ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
}
.banderasdiv {
    margin-top: 20px;
}
.banderasdiv p.banderas2 {
    margin-left: 2%;
    margin-right: 2%;
}
.acerca {
	padding-right: 15px;
	text-align: justify;
	padding-top: 0;
	padding-bottom: 25px;
}
h2.h2Registro {
    font-size: 22px;
    margin-top: 26px;
    margin-bottom: 10px;
}	
h3.h3Registro {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 26px;
    margin-left: 0;
    text-align: center;
}
table.costos {
    margin-left: 0;
    width: 100%;
    font-size: 12px;
}	
#HyAR .nav-pills > li {
    font-size: 14px;
}	
.cochesin {
    width: 14%;
    margin-top: 15px;
    padding: 0;
    margin-left: 0;
}
.distancia {
    width: 86%;
}
#hotel img.fachada {
    width: 100%;
    margin: 10px 0;
}	
.politicas {
    padding-left: 15px;
}	
.extrapad {
    padding: 0 12px;
    text-align: justify;
}	
.extrapad blockquote {
    margin: 16px 0 16px 8px;
}	
#hotel img.galeria {
    width: 100%;
    margin: 20px 0 10px;
}	
#tarifas {
    padding-left: 15px;
	padding-right: 15px;
}	
#sitios img {
    width: 80%;
    margin: 0 10% 26px;
}	
.politicas ul {
    padding-left: 25px;
}	
.num {
    font-size: 22px;
}	
.precio {
    font-size: 30px;
}	
	
	
}
	

@media only screen and (max-width: 650px) {
.pSlider {
	color: white;
	font-size: 16px;
	font-size: 4vw;
	font-weight: 200;
}
.floatingBoxes {
	width: 100%;
	position: absolute;
	top: 70.5vw;
	background-color: #181f39;
}
.columnArrow {
}
.columnText {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: block;
	vertical-align: middle;
	margin-left: 10px;
	float: left;
	width: 40%;
}
.whiteBox {
    margin-top: 20px;
}
.greenB {
	display: block;
	width: 100%;
	padding: 5px;
	background: #7fd12b;
	background-image: -webkit-linear-gradient(top, #7fd12b, #49bd16);
	background-image: -moz-linear-gradient(top, #7fd12b, #49bd16);
	background-image: -ms-linear-gradient(top, #7fd12b, #49bd16);
	background-image: -o-linear-gradient(top, #7fd12b, #49bd16);
	background-image: linear-gradient(to bottom, #7fd12b, #49bd16);
	float: left;
	margin-bottom: 15px;
}
.grayB {
	display: block;
	width: 100%;
	padding: 5px;
	background: #cccccc;
	background-image: -webkit-linear-gradient(top, #cccccc, #8f8f8f);
	background-image: -moz-linear-gradient(top, #cccccc, #8f8f8f);
	background-image: -ms-linear-gradient(top, #cccccc, #8f8f8f);
	background-image: -o-linear-gradient(top, #cccccc, #8f8f8f);
	background-image: linear-gradient(to bottom, #cccccc, #8f8f8f);
	float: left;
	margin-bottom: 15px;
}
.verMasSlider {
	display: block !important;
	background-color: #88d42f;
	padding: 2.5vw 1.5vw 2.5vw 1.5vw;
	width: auto !important;
	float: none;
	font-size: 16px;
	font-size: 3.2vw;
	color: #333;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
	line-height: 16px;
}
.h2Slider {
	color: white;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
}
.textBoxSlider {
	position: absolute;
	top: 15%;
	top: 28.5vw;
	width: 100%;
	margin-left: 0;
	padding: 15px;
	text-align: center;
}
.textBoxSlider h2, .textBoxSlider p {
	text-shadow: 2px 2px 1px black
}
}

@media only screen and (max-width: 450px) {
.floatingBoxes {
	width: 100%;
	position: absolute;
	top: 78.5vw;
}
table {
	font-size: 12px;
}
}

@media only screen and (max-width: 992px) {
.registrationBlock {
	background-color: #fff;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 10px;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.registrationBlock2 {
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.formularioBox {
	padding: 15px 30px;
}
.h3Registro {
	margin-top: 30px;
}
}

@media only screen and (max-width: 767px) {
.regBoxes {
	background-image: url(../images/regBoxes.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f3f3f3;
	border-radius: 4px 4px 4px 4px;
	margin: 40px 0px 40px 0px;
	padding: 80px 15px 30px 15px;
}
.regBoxes2 {
	background-image: url(../images/regBoxes.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f3f3f3;
	border-radius: 4px 4px 4px 4px;
	margin: 0px 0px 40px 0px;
	padding: 80px 15px 30px 15px;
}
.sectionHeaderCursos {
	color: #fff;
	font-size: 25px;
	margin-top: 74px;
	margin-bottom: 130px;
}
.activeNav {
	background: none !important;
}
.mainLinks a {
	background-image: none !important;
	text-align: center;
}
.mainLinks a:hover {
	background-color: #215f26 !important;
	color: #fff !important;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.navbar-right~.navbar-right {
	margin-right: -15px !important;
	margin-left: -15px;
}
.iconBarSocial li {
	float: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
.iconBarSocial {
	width: 100%;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.bodyOferta {
	background-size: 180%;
	background-position: left top;
}
.bodyRegistro {
	background-size: 180%;
	background-position: left top;
}
.bodyNosotros {
	background-size: 180%;
	background-position: left top;
}
}

@media only screen and (max-width: 992px) {
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .btn {
	vertical-align: top;
	height: 50px;
	color: #fff !important;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	height: 50px;
	padding: 0;
	line-height: 50px;
	background-color: #000 !important;
	border-color: #52c01a !important;
}
.modal.modal-fullscreen {
	box-shadow: 0 0 0 100px #fff;
	padding-right: 0px !important;
}
.modal-open {
	overflow-y: hidden !important;
	padding-right: 17px !important;
}
}
