@font-face {
	font-family: "Nexa Bold";
	src: url("/fonts/Nexa Bold.otf");
}
@font-face {
	font-family: "Nexa Light";
	src: url("/fonts/Nexa Light.otf");
}
.fb_dialog{bottom: 60px !important;}
*{border-radius: 0; transition: transform 350ms ease;}
body{font-family:"Nexa Bold", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.4em; color: #23282c; background-color: #fff; width: 100%; overflow-x: hidden; transition: none}
a:focus, a:hover, a:active, li:focus, li:hover, li:active, button:focus, button:hover, button:active, span:focus, span:hover, span:active {outline: 0;text-decoration: none !important;}
a{color: #3dc6f2;}
h1, h3, h4, h5, h6, .h1, .h3, .h4, .h5, .h6 {font-weight: 500;}
h2, .h2 { font-weight: 700; }
.main-heading {font-size: 2.9rem; text-transform: uppercase; margin-bottom: .1rem;}
.sub-heading {font-size: 1.6rem; color: #3dc6f2; text-transform: uppercase; font-family: "Nexa Light"; font-weight: bold;}
.with-icon:before {font-family: "Material Design Icons"; margin-right: 1rem;}
.with-icon.star:before {content: "\f4CE"; }
.headings-wrapper {text-align: center; text-transform: uppercase; margin-bottom: 3rem;}

.text-riosil-cyan {color: #3dc6f2;}
p b, p strong {color: #3dc6f2}
.lead {color: #3dc6f2}
/*BACKGROUNDS*/
	.bkg-dotted-white{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpi2r9//38gYGAEESAAEGAAasgJOgzOKCoAAAAASUVORK5CYII=); background-color: transparent;}
	.bkg-dotted-black{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=); background-color: transparent;}
	.bg-riosil-gradient-right-corner {background-color: #045de9; background-image: linear-gradient(315deg, #09c6f9 0%, #045de9 100%) !important; background-image: -webkit-linear-gradient(315deg, #09c6f9 0%, #045de9 100%) !important; background-image: -moz-linear-gradient(315deg, #09c6f9 0%, #045de9 100%) !important;}
	.bg-riosil-plus {background: #23282c; background-image: url(/images/assets/bg/plus-pattern.png); background-repeat: repeat; background-origin: content-box;}
	/*MENU RRSS*/
		.menu-rrss { margin-bottom: 1rem }
		.menu-rrss li { display: inline-block; letter-spacing: 0;}
		.menu-rrss li:hover,.menu-rrss li:focus,.menu-rrss li a:hover,.menu-rrss li a:focus { background: none }
		.menu-rrss li a.mdi { font-size: 0; line-height: 1; color: #3dc6f2; letter-spacing: 0; padding: .1rem;}
		.menu-rrss li a.mdi:before { font-size: 3rem }
		.menu-rrss li a:hover {color: #fff; background-color: #045de9; background-image: linear-gradient(315deg, #09c6f9 0%, #045de9 100%);}
	/* SPINNERS */
		@-webkit-keyframes mdi-spin {
			0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg); }
			100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
		}
		@keyframes mdi-spin {
			0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg); }
			100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
		}
		.mdi-spin:before {
			-webkit-animation: mdi-spin 2s infinite linear;
			animation: mdi-spin 2s infinite linear;
		}
	/* ANIMATIONS */
	@-webkit-keyframes pulse {
		0% { -webkit-box-shadow: 0 0 0 0 rgba(255,0,22, 0.6); }
		70% { -webkit-box-shadow: 0 0 0 15px rgba(255,0,22, 0); }
		100% { -webkit-box-shadow: 0 0 0 0 rgba(255,0,22, 0); }
	}
	@keyframes pulse {
		0% { -moz-box-shadow: 0 0 0 0 rgba(255,0,22, 0.6); box-shadow: 0 0 0 0 rgba(255,0,22, 0.6); }
		70% { -moz-box-shadow: 0 0 0 15px rgba(255,0,22, 0); box-shadow: 0 0 0 15px rgba(255,0,22, 0); }
		100% { -moz-box-shadow: 0 0 0 0 rgba(255,0,22, 0); box-shadow: 0 0 0 0 rgba(255,0,22, 0); }
	}
	.pulsating { -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; }
	.pulsating:hover {animation: none;}

/* COMPONENTS */
	/*MODAL*/
		.modal-header {padding-right: 55px; border-bottom: 0;}
		.modal-header, .modal-footer {background: #fff;}
		.modal .close {color: #808080; font-size: 30px;font-weight: 500;position: absolute;top: 15px; right: 15px; opacity: 1;margin: 0;padding: 0; line-height: 1; cursor: pointer;}
		.modal .close:hover, .modal .close:focus {color: #3dc6f2}
		.modal-content {border: 0; background: linear-gradient(315deg, #045de9 0%, #09c6f9 100%) left bottom #fff no-repeat; background-size: 100% 5px; padding-bottom: 5px;}
		.modal-title {margin: 0; line-height: 1.2; color: #000; font-weight: 300;}
		.modal .btn-send {background-color: #23282c; color: #fff; padding: 8px 60px; border: none; cursor: pointer; border: 2px solid #23282c;}
		.modal .btn-send:hover {background: #fff; color: #23282c}
		.modal .form-group {display: -webkit-flex; display: -ms-flex; display: flex;}
		.modal .form-group label, .modal .form-group .control-label {font-size: 15px; font-weight: normal; flex: 0 0 170px; margin-bottom: 0; align-self: center; padding-right: 15px; text-align: right;}
		.modal .form-group label[for^="comments-"], .modal .form-group .control-label[for^="comments-"] {align-self: flex-start;}
		.modal .modal-dialog { padding: 0; }

		#contact-es-es.modal .close {text-shadow: none; color: #fff; line-height: 1; font-size: 15px; background: #23282c; text-align: center; position: absolute; right: 0; top: 0; padding: 7px 7px 7px 8px;}
		#contact-es-es.modal .close:hover {color: #23282c; background: #fff;}
		#contact-es-es.modal .modal-body {font-family: "Source Sans Pro";}
		#contact-es-es.modal .modal-header {padding: 0;}
		#contact-es-es.modal .modal-title {font-family: "Nexa Bold";}

		#somosModal p {font-family: "Source Sans Pro";}
		#somosModal h3 {font-size: 1.5rem; margin-top: 2rem;}
	/* OWL */
		.owl-carousel .owl-dots {position: absolute; right: 1rem; bottom: 1rem; line-height: 0; }
		.owl-carousel .owl-dot { background-color: #fff; padding: .4rem; margin-right: .3rem; display: inline-block; border-radius: 50%!important; border: 1px solid #ccc; }
		.owl-carousel .owl-dot.active, .owl-carousel .owl-dot:hover { background-color: #000; }
	/* CONTACT FORM ASIDE */
		.contact-form-cont { position: relative; z-index: 1; margin-bottom: 2rem;  }
		.contact-form-cont .heading { padding: 1.5rem; background-color: #363435; color: #fff; }
		.contact-form-cont .heading .title { text-transform: uppercase; font-weight: 600; color: inherit; font-size: 1.6rem;}
		.contact-form-cont .heading .sub-title { font-weight: 400; margin-bottom: 0; font-size: 1rem; }
		.contact-form-cont .heading .title { font-size: 1.6rem; color: #fff; font-weight: 600; }
		.contact-form-cont .form-group { display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; background: #fff; margin-bottom: 10px; padding: 4px 0; position: relative; }
		.contact-form-cont .form-group:before { content: ""; height: 2px; background-color: #8b8484; left: 0; right: 0; position: absolute; bottom: -2px; transition: all .5s ease; }
		.contact-form-cont .form-group:after { content: ""; height: 3px; background-color: #3f6eaf; left: 0; right: 100%; position: absolute; bottom: -2px; transition: all .3s ease; }
		.contact-form-cont .form-group.active:after {  left: 0; right: 0; position: absolute; }
		.contact-form-cont .form-group.active label { color: #3f6eaf; font-weight: 500; }
		.contact-form-cont form { padding: 1.5rem; background-color: #EAECEF; position: relative; }
		.contact-form-cont form .control-label { margin: 0 0 0 5px; }
		.contact-form-cont .form-group .form-control { border: 0;  }
		.contact-form-cont .form-group .form-control, .contact-form-cont .form-group .control-label { font-size: .8rem; padding: .3rem .5rem .3rem .1rem; line-height: 1; }
		.contact-form-cont .btn-cont { text-align: right }
		.contact-form-cont .btn-cont .btn {  background-color: #949494; text-transform: uppercase; cursor: pointer; border: 0; font-weight: 500; overflow: hidden;  position: relative; border-right: .4rem solid #585858; transition: all .3s ease; }
		.contact-form-cont .btn-cont .btn:hover, .contact-form-cont .btn-cont .btn:focus {background-color: #0a0a0a; box-shadow: none; }
		.contact-form-cont .btn-cont .btn:hover { color: #0a0a0a; background-color: #fff; }
		#warning-text { opacity: 0; font-size: 0.9rem; left: 0; right: 0; top: 0; transition: all .2s ease; position: absolute; z-index: 10; text-align: center; }
		#warning-text.spinning, #warning-text.sent,#warning-text.sending {  opacity: 1; position: static;  }
	/* SVG */
		.svg-wrapper {text-align: center;}
		.svg-wrapper svg {max-width: 100%; height: auto;}

			#shield-wrapper {position: relative; overflow: visible;}
			#shield-wrapper .text-wrapper {position: absolute; left: 0; right: 0; height: 94%; top: 0; z-index: 2;}
			#shield-wrapper .text-wrapper h3 {color: #3dc6f2; margin-bottom: 0; text-transform: uppercase; font-size: 2.1rem; letter-spacing: 2px;}
			#shield-wrapper .text-wrapper p {color: #fff; margin-bottom: 0; font-family: "Source Sans Pro"; font-size: 1.1rem;}

			.site.blog #shield-wrapper #top {fill: #677283}
			.site.blog #shield-wrapper #mid {fill: #515a67}
			.site.blog #shield-wrapper #bot {fill: #3a414a}
			#shield-wrapper .text-wrapper p {font-size: 0.9rem;}
			#shield-wrapper .text-wrapper h3 {margin-bottom: -0.3rem;}

	/* PAGINATOR */
		ul.pagination {justify-content: center;}
		ul.pagination > li {color: #3dc6f2; margin: 0 0.1rem 0 0;}
		ul.pagination > li.active > a, ul.pagination > li > a:hover, ul.pagination > li.active > a:hover{ color: #fff; background-color: #3dc6f2;}
		ul.pagination > li > a {font-size: 1rem; color: inherit; line-height: 1.1; display: inline-block; padding: 0.4rem 0.7rem; transition: all .3s ease; border-radius: 0;}
		ul.pagination > li.disabled { display: none; }
	/* COLLAPSE */
		.accordion .collapse-btn { padding: .75rem 0; border-bottom: 1px solid #23282c; color: #23282c; text-align: left; width: 100%; position: relative; text-transform: uppercase; word-break: break-word; white-space: normal; padding-right: 25px;}
		.accordion .collapse-btn:after {position: absolute; font-family: "Material Design Icons"; right: 0; color: #3dc6f2; font-size: 25px; top: 0; bottom: 0; line-height: 48px;}
		.accordion .collapse-btn[aria-expanded="false"]:after {content: "\f140";}
		.accordion .collapse-btn[aria-expanded="true"]:after {content: "\f156";}
		.accordion .collapse-body {font-family: "Source Sans Pro"; padding: .75rem; margin: 0 .75rem; background: #e5e7eb;}
		.accordion .collapse-header {padding: 0 .75rem; margin-bottom: 0;}

		.accordion.alt .collapse-btn {border: 0; color: #fff; font-family: "Source Sans Pro"; text-transform: none;}
		.accordion.alt .collapse-body {color: #fff; line-height: 1.4; background: none; padding: 0;}
		.accordion.alt .collapse-header {border: 1px solid #fff; background: #23282c; margin-bottom: .75rem;}
	/* BTN */
		.btn-transparent {border: 1px solid #3dc6f2; text-transform: uppercase; color: #3dc6f2; background: none; font-family: "Nexa Light"; letter-spacing: 5px; line-height: 1;}
		.btn-transparent:hover,
		.btn-transparent:focus {background: #fff; color: #23282c; border-color: #fff}

	/* RIBBON */
		.ribbon { position: absolute; top: 30%; left: -15px; }
		.ribbon span {position: relative; z-index: 25; height: 100%; display: block; padding: 1rem; font-size: 12px; font-weight: bold; color: #fff; text-transform: uppercase; box-shadow: 3px 2px 4px rgba(0,0,0,0.2); line-height: 1.3;}
		.ribbon:before { background: #035268; content: ""; left: 0; top: 20px; display: block; position: absolute; right: 80%; z-index: -2; bottom: -18px; transform: skewY(45deg); }

/*********************************************************/
/*ROW NAVBAR*/
	.r-navbar { background: #23282c;}
	.r-navbar * {transition: all 350ms ease;}
	.r-navbar .navbar li {line-height: 1;}
	.r-navbar .navbar li { position: relative; z-index: 1;}
	.r-navbar .navbar li a { color: #fff; font-weight: bold; text-transform: uppercase; font-size: 1.2rem; line-height: 1; background: #23282c; padding: 8px 16px 6px 16px}
	.r-navbar .navbar li:before {position: absolute; left: -1px; right: -1px; top: -1px; bottom: -1px; content: ""; z-index: -1; opacity: 0; transition: all 450ms cubic-bezier(.61,.58,.06,1.09);  transform-origin: left bottom; background-image: linear-gradient(315deg, #09c6f9 0%, #045de9 100%); }
	.r-navbar .navbar li:hover:before {opacity: 1;}
	.r-navbar .navbar li + li {margin-left: 5px;}

	.r-navbar .navbar li:active a {background: none;}
	.r-navbar .navbar li.active a { color: #3dc6f2;}
	.r-navbar .navbar { padding-left: 0; padding-right: 0;}
	.r-navbar .navbar-toggler {color: #fff; border: none; padding: .5rem;}
	.r-navbar .navbar-toggler:hover,
	.r-navbar .navbar-toggler[aria-expanded="true"] {background-color: #045de9; background-image: linear-gradient(315deg, #09c6f9 0%, #045de9 100%);}
	.r-navbar .navbar-toggler > .mdi { line-height: 1; font-size: 20px; height: 20px; display: block; }
	.r-navbar .navbar-toggler[aria-expanded="true"] > .mdi:before {content: "\f156"}

	/* AFFIX */
		.r-navbar.affix {position: fixed; left: 0; right: 0; z-index: 100; top: 0;}
		.r-navbar.affix .navbar-brand img {width: 50px; height: auto;}
		.r-navbar.affix .navbar li a {font-size: 1rem; padding-left: .8rem; padding-right: .8rem;}

/*R VIDEO SLIDER*/
	.big-video-wrapper {position: relative; padding: 4rem 0; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row; -ms-flex-align: center; align-items: center; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: top; transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 2; color: #fff; background-color: #000}
	.big-video-wrapper .background {object-fit: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; background-color: transparent;}
	.big-video-wrapper .main-header-wrapper hr {display: inline-block; border-top: 3px solid #fff; width: 30%; box-shadow: 3px 3px 0px rgba(0, 0, 0, .5);}
	.big-video-wrapper .main-header-wrapper h2 {font-size: 5rem; text-shadow: 3px 3px 0px rgba(0, 0, 0, .5); line-height: 1;}
	.big-video-wrapper .main-header-wrapper h4 {font-family: "Source Sans Pro"; font-size: 2.8rem; text-shadow: 2px 2px 0px rgba(0, 0, 0, .5); margin-bottom: 0; margin-left: auto; margin-right: auto; width: 80%;}
	.big-video-wrapper #header-video {top: initial; bottom: -100px; height: auto; opacity: .75;}
	.big-video-wrapper .right .little-articles-wrapper > :last-child article {margin-bottom: 0;}

/*ROW CONTENT*/
	.r-content {padding: 3rem 0; background: #23282c; background-image: url(/images/assets/bg/plus-pattern.png); background-repeat: repeat; background-origin: content-box; background-position: center;}

/*HOME*/
	.site.front .big-video-wrapper .little-articles-wrapper .little-article-data h3 {color: #ffffff;}
	.site.front .big-video-wrapper .little-articles-wrapper .little-article-data h6 {color: #3dc6f2;}
	.site.front .r-post-slider {padding: 3rem 0;}
	.site.front .r-pre-content {padding: 3rem 0; background: #23282c; background-image: url(/images/assets/bg/plus-pattern.png); background-repeat: repeat; background-origin: content-box; background-position: center;}
	.site.front .r-bottom .btn-transparent {padding: 1.3rem 0 1rem; margin-top: 3rem; margin-bottom: 0; font-size: 1.5rem; width: 100%;}
	.site.front .r-content { background: #f7f7f7; }

/* R BOTTOM */
	.r-bottom {padding: 3rem 0; background: #23282c; background-image: url(/images/assets/bg/plus-pattern.png); background-repeat: repeat; background-origin: content-box; background-position: center;}

/* BLOG */
	.blog h1 { font-weight: 400; margin-bottom: 1rem; color: #fff;}
	.blog.view-article .content { color: #fff; font-family: "Source Sans Pro";}
	.blog.view-article .content h1 { font-family: "Nexa Light";}
	.blog.view-article .content .lead { font-weight: 400; line-height: 1.4;}
	.blog.view-article .content ul { list-style: none; padding-left: 1.5rem; }
	.blog.view-article .content ul > li { line-height: 1.2; position: relative; margin-bottom: 0.5rem;}
	.blog.view-article .content ul > li:before { content: "\f142"; position: absolute; color: #3dc6f2; left: -1.5rem; display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: inherit; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 120%; top: -0.2rem; }
	.blog.view-article .content .well { padding: 1.5rem 1rem; margin-bottom: 1rem;}
	.blog.view-article .content .well p { margin-bottom: 0; }
	.blog.view-article .content .item-image img { max-width: 100%; margin-bottom: 2rem; }
	.blog.blog.view-article .content h2 {text-transform: uppercase; background: none; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: "Nexa Bold"; font-size: 1.6rem}
	.blog.blog.view-article .content h3 {margin-bottom: 1rem; position: relative; font-family: "Nexa Light";}
	.blog.blog.view-article .content h3:after {position: absolute; bottom: -.2rem; height: 1px; left: 0; width: 120px;  content: "";}
	.blog.blog.view-article .content h4 {color: #3dc6f2; font-family: "Nexa Light";}
	.blog.blog.view-article .content .blockquote { margin: 2.5rem 0 2.5rem 2rem; padding-left: 1rem; border-left: 4px solid transparent; position: relative;}
	.blog.blog.view-article .content .blockquote:after {position: absolute; top: 0; width: 4px; left: 0; bottom: 0; content: "";}
	.blog.blog.view-article .content table thead th { background-color: none; color: #fff; }
	/* GRAD */
	.blog.view-article .content .well,
	.blog.blog.view-article .content h2,
	.blog.blog.view-article .content h3:after,
	.blog.blog.view-article .content .blockquote:after {background-image: linear-gradient(315deg, #09c6f9 0%, #045de9 100%); background-image: -webkit-linear-gradient(315deg, #09c6f9 0%, #045de9 100%); background-image: -moz-linear-gradient(315deg, #09c6f9 0%, #045de9 100%);}
	.blog.blog.view-article .content .blockquote h3:after {display: none;}

	/* BLOG ASIDE */
		.aside-right .little-articles-wrapper .little-article-data {background: #3a414a}

/* R BREADCRUMB */
	.r-breadcrumb {padding: 3rem 0; background: url(/templates/abproject/videos/header-video-fallback.png); background-size: 100% auto; background-position: center center; background-origin: center center;}
	.r-breadcrumb h2,
 	.r-breadcrumb h1 {margin-bottom: 0; text-align: center; font-size: 4rem; text-shadow: 5px 5px 0px rgba(0, 0, 0, .5); line-height: 1; color: #fff}
/*GOOGLE MAPS*/
	#r-google-maps { min-height: 300px; height: 100%; background: url(/images/map.png); background-position: center center; background-size: cover;}
/*ROW NEWSLETTER*/
	.r-newsletter {padding: 2rem 0; }
	.r-newsletter h2 {color: #fff; font-weight: 700; line-height: 1; font-size: 2.5rem;}
	.r-newsletter h5 {color: #23282c; font-family: "Source Sans Pro";}
	.r-newsletter button {margin: 0;padding: 0;border: none;background: none; outline: none; }
	.r-newsletter .btn {width: 38px; background: #23282c; color: #fff;}
	.r-newsletter .btn > span { font-size: 1.5rem; }
	.r-newsletter .input-group {padding: .5rem; border: 1px solid #23282c; border-left: 0; border-right: 0; }
	.r-newsletter .input-group .form-control {background: 0; box-shadow: none; border: 0; color: #fff;}
	.r-newsletter .input-group .form-control:focus {outline: 1px solid rgba(255,255,255,.3); outline-offset: .5px;}
	.r-newsletter .input-group .form-control::-webkit-input-placeholder {color: #fff; font-family: "Source Sans Pro";}
	.r-newsletter .input-group .form-control::-moz-placeholder {color: #fff; font-family: "Source Sans Pro";}
	.r-newsletter .input-group .form-control:-ms-input-placeholder {color: #fff; font-family: "Source Sans Pro";}
	.r-newsletter .input-group .form-control:-moz-placeholder {color: #fff; font-family: "Source Sans Pro";}
/* ROW POST CONTENT */
	.r-post-content { padding: 2rem 0; }
/* ROW PRE FOOTER */
	.r-pre-footer { padding: 3rem 0; }
	.banks-wrapper img {margin: 5px;}
/*ROW FOOTER*/
	.r-footer {background: #1c1f22; color: #fff}
	.r-footer .left { padding: 2rem 15px; display: -webkit-flex; display: -ms-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; justify-content: space-between;}
	.r-footer .left h4 {margin-bottom: 0;}
	.r-footer .left h6 {font-family: "Source Sans Pro"; margin-bottom: 1.2rem;}
	.r-footer .left li {font-family: "Nexa Light"; letter-spacing: 1px;}
	.r-footer .left li b {font-family: "Nexa Bold";}
	.r-footer .r-copyright {font-family: "Source Sans Pro"; font-size: 0.8rem}

/* WRAPPERS */
	.little-articles-wrapper .little-article {margin-bottom: 1rem; position: relative; overflow: hidden;}
	.little-articles-wrapper .little-article:before {height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; content: "+ INFO"; font-family: "Nexa Light"; background-color: #045de9; background-image: linear-gradient(-90deg, #09c6f9 0%, #045de9 110%); z-index: 1; flex-direction: column; color: #fff; font-size: 30px; transform: scale(1.5); transition: all 350ms ease-in-out; opacity: 0; transform-origin: center center}
	.little-articles-wrapper a:hover .little-article:before {transform: scale(1); opacity: 1;}
	.little-articles-wrapper .little-article-image {max-height: 110px; max-width: 110px; flex: 1;}
	.little-articles-wrapper .little-article-data {flex: 1; background: #23282c; padding: 14px; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; justify-content: space-between; height: 110px;}
	.little-articles-wrapper .little-article-data h3 {font-size: 1.4rem; line-height: 1;}
	.little-articles-wrapper .little-article-data h6 {color: #fff; text-transform: uppercase; line-height: 1; font-size: 1rem;}

	.big-articles-wrapper .big-article {margin-bottom: 1rem; }
	.big-articles-wrapper .big-article-image {max-height: 300px; max-width: 300px; flex: 1;}
	.big-articles-wrapper .big-article-image-wrapper { position: relative; z-index: 1;}
	.big-articles-wrapper .big-article-data {padding: 1rem; width: 300px; min-height: 300px; margin-left: -45px; margin-top: 45px;  position: relative; overflow: hidden; color: #fff; z-index: 5;}
	.big-articles-wrapper .big-article-data:before {height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; content: "+"; font-family: "Nexa Light"; background-color: #045de9; background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 100%); z-index: 1; flex-direction: column; color: #fff; font-size: 8rem; transition: all 250ms ease-in-out; opacity: 0; transform: scale(2)}
	.big-articles-wrapper a:hover .big-article-data:before {opacity: 1; transform: scale(1);}
	.big-articles-wrapper .big-article-data h3 {font-size: 2.5rem; line-height: 1;}

	.big-articles-wrapper .big-article-data .big-article-subtitle {font-size: 1.4rem; text-transform: none; line-height: 1; margin-bottom: 0;}
	.big-articles-wrapper .big-article-data .big-article-date {font-size: 1.6rem; color: #23282c; margin: .3rem 0;}
	.big-articles-wrapper .big-article-data .big-article-services {font-size: 1.7rem; margin-bottom: 0;}
	.big-articles-wrapper .big-article-data .big-article-services li + li {margin-left: 5px;}
	.big-articles-wrapper .big-article-data .big-article-place {text-transform: uppercase; margin-bottom: .1rem;}
	.big-articles-wrapper .big-article-data h6 {margin-bottom: 0; line-height: 1; font-size: 1rem; font-family: "Source Sans Pro";}

	.normal-articles-wrapper .normal-article-header {padding: 1rem; min-height: 116px; }
	.normal-articles-wrapper .normal-article-header h3 {font-size: 1.25rem; color: #fff; margin-bottom: 0; line-height: 1.4;}
	.normal-articles-wrapper .normal-article {margin-bottom: 1rem;}
	.normal-articles-wrapper .normal-article-embed:before {padding-top: 52.25%;}

	/* VIEW ARTICLE */
		.article-reservas-wrapper .article-body {color: #fff; margin-bottom: -3rem; margin-top: 1.5rem;}
		.article-reservas-wrapper .article-fulltext {margin-bottom: 1rem;}
		.article-reservas-wrapper .article-description {font-family: "Source Sans Pro"; font-size: 1.5rem; line-height: 1.4; margin-bottom: 1rem;}
		.article-reservas-wrapper .article-data .article-date {font-size: 2rem; color: #23282c; margin: .3rem 0;}
		.article-reservas-wrapper .article-data .article-place {text-transform: uppercase;}
		.article-reservas-wrapper .article-data .article-services {font-size: 1.7rem; margin-bottom: 0;}
		.article-reservas-wrapper .article-data .article-services li + li {margin-left: 5px;}
		.article-reservas-wrapper .article-data {padding: 1.5rem; color: #fff; height: 100%}
		.article-reservas-wrapper .article-data h1,
		.article-reservas-wrapper .article-data .h1 {margin-bottom: 0; line-height: 1; font-size: 3.5rem}
		.article-reservas-wrapper .article-data h2 {font-size: 1.7rem; margin-bottom: 0;}
		.article-reservas-wrapper .article-data h6 {margin-bottom: 0; line-height: 1; font-size: 1rem; font-family: "Source Sans Pro";}
		.article-reservas-wrapper .article-promotion {border: 3px dashed rgba(255,255,255,.5); padding: 15px; background: #24282d}
		.article-reservas-wrapper .article-promotion p {line-height: 1; position: relative; padding-left: 16px; font-size: 1rem; font-family: "Source Sans Pro";}
		.article-reservas-wrapper .article-promotion p:before {content: "\f142"; font-family: "Material Design Icons"; color: #3dc6f2; position: absolute; left: -4px;}
		.article-reservas-wrapper .article-promotion p:last-child {margin-bottom: 0;}
		.article-reservas-wrapper .article-conditions {font-family: "Source Sans Pro"; margin-bottom: 2rem; margin-top: 1rem;}
		.article-reservas-wrapper .article-conditions p {margin-bottom: .5rem; line-height: 1.2; font-size: .8rem; position: relative;}
		.article-reservas-wrapper .article-conditions h3 {text-transform: uppercase; font-size: 1.6rem; font-weight: bold; line-height: 1;}
		.article-reservas-wrapper .article-conditions .article-general-conditions p {padding-left: 16px;}
		.article-reservas-wrapper .article-conditions .article-general-conditions p:before {content: "\f142"; font-family: "Material Design Icons"; color: #3dc6f2; position: absolute; left: -4px;}
		.article-reservas-wrapper .article-ubication {background: #fff; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); margin-top: 3rem; padding: 3rem 0; color: #23282c; }
		.article-reservas-wrapper .article-ubication h3 {font-size: 2.1rem; margin-bottom: 1rem; line-height: 1;}
		.article-reservas-wrapper .article-ubication p {font-family: "Source Sans Pro"; font-weight: 400; font-size: 1.2rem; line-height: 1.2;}
		.article-reservas-wrapper .article-ubication .ubication-wrapper > :first-child {padding: 0;}
		.article-reservas-wrapper .article-btn {text-align: center; margin-bottom: 1rem;}
		.article-reservas-wrapper .article-btn .btn-reserve {font-size: 1.8rem; text-transform: uppercase; font-family: "Source Sans Pro"; border: 0; color: #fff; padding: .5rem 2rem; background: #ff0016;}
		.article-reservas-wrapper .article-pack p {font-family: "Source Sans Pro"; }
		.article-reservas-wrapper .article-pack .btn-pack {font-size: 1.8rem; text-transform: uppercase; font-family: "Source Sans Pro"; border: 0; color: #fff; padding: .5rem 2rem;}
		.article-reservas-wrapper .article-prices table * {vertical-align: middle;}
		.article-reservas-wrapper .article-prices table th,
		.article-reservas-wrapper .article-prices table td {background: #23282c; border: 1px solid #fff; text-align: center; color: #3dc6f2; font-weight: bold;}
		.article-reservas-wrapper .article-prices table th b,
		.article-reservas-wrapper .article-prices table td b {#color: #23282c}

		.article-reservas-wrapper .article-prices table th *,
		.article-reservas-wrapper .article-prices table td * {margin: 0; padding: 0;}
		.article-reservas-wrapper .article-prices table td:first-child {width: 100%; text-align: left; color: #fff; font-weight: normal;}
		.article-reservas-wrapper .article-prices table.table-header {margin-bottom: 0;}
		.article-reservas-wrapper .article-prices table.table-header td {background: #fff; color: #23282c; font-size: 25px; line-height: 1; padding: .6rem .6rem .4rem .6rem;}
		.article-reservas-wrapper .article-prices .article-table-wrapper {margin-bottom: 1rem;}
		.article-reservas-wrapper .article-prices .article-table-wrapper table {margin-bottom: 0;}
		.article-reservas-wrapper .article-prices .article-table-wrapper table th,
		.article-reservas-wrapper .article-prices .article-table-wrapper table td {white-space: nowrap; font-family: "Source Sans Pro";}
	/* GRACIAS */
		.site.gracias h1 {color: #fff; font-size: 5rem;}
		.site.gracias .lead {font-size: 2.25rem; line-height: 1.3; font-family: "Nexa Light";}
		.site.gracias .r-content {padding: 6rem 0;}

/*///////////////////
// MEDIA QUERIES
///////////////////*/

/*SMALL DEVICES AND UP*/
@media (max-width: 544px) {
	/* WRAPPER */
		.little-articles-wrapper .little-article-data h3 {font-size: 1.2rem;}
		.little-articles-wrapper .little-article-data h6 {font-size: 0.9rem;}

		.big-articles-wrapper .big-article {margin-bottom: 2rem;}
		.big-articles-wrapper .big-article-data {margin-left: -240px; margin-top: 175px;}
	/*MODAL*/
		.modal .form-group {display: block;}
}
@media (min-width: 545px) {}
@media (min-width: 545px) and (max-width: 767px) {}

/*MEDIUM DEVICES AND UP*/
@media (max-width: 767px) {

	body {padding-top: 51px;}

	.main-heading {font-size: 2.2rem; line-height: 1;}
	.sub-heading {font-size: 1rem}

	.accordion .collapse-btn {line-height: 1.1;}

	.r-breadcrumb h2, .r-breadcrumb h1 {font-size: 2.5rem;}

	/* BLOG */
		.blog.blog.view-article .content .blockquote {margin-left: .3rem;}
		.blog.blog.view-article .content h2 {font-size: 1.35rem;}
		.blog.blog.view-article .content h3 {font-size: 1.2rem;}

	/* R NEWSLETTER */
		.r-newsletter h2 {font-size: 2rem;}

	/* R BIG VIDEO */
		.big-video-wrapper {background: url(/templates/abproject/videos/header-video-fallback.png);  background-size: auto 100%; background-position: center center;}
		.big-video-wrapper #header-video {display: none;}

		.big-video-wrapper .main-header-wrapper h2 {font-size: 3rem;}
		.big-video-wrapper .main-header-wrapper h4 {width: 100%; font-size: 1.3rem;}

	/* WRAPPERS */
		.big-articles-wrapper .big-article-data {min-height: 0;}
		.big-articles-wrapper .big-article-data h3 {font-size: 2rem;}
		.big-articles-wrapper .big-article-data .big-article-extra {margin-top: 1rem;}
		.big-articles-wrapper .big-article-data .big-article-services {font-size: 1.3rem}
		.big-articles-wrapper .big-article-data .big-article-date {font-size: 1.3rem;}

		.article-reservas-wrapper .article-description {font-size: 1.2rem; line-height: 1.2; margin-bottom: 2rem;}
		.article-reservas-wrapper .article-btn {margin-bottom: 2rem;}
		.article-reservas-wrapper .article-data {padding: 1rem;}
		.article-reservas-wrapper .article-data h1, .article-reservas-wrapper .article-data .h1 {font-size: 2.5rem;}
		.article-reservas-wrapper .article-data h3 {font-size: 2rem;}
		.article-reservas-wrapper .article-data .article-extra {margin-top: 1rem;}
		.article-reservas-wrapper .article-data .article-services {font-size: 1.3rem}
		.article-reservas-wrapper .article-data .article-date {font-size: 1.3rem;}

		.normal-articles-wrapper .normal-article-header {padding: 1rem; min-height: 0; }

	/*MODAL*/
		.modal .form-control {padding: .25rem .5rem;}
}
@media (min-width: 768px) {}
@media (min-width: 768px) and (max-width: 991px) {}

/*LARGE DEVICES AND UP*/
@media (max-width: 991px) {

	#r-google-maps { margin-right: calc(-50vw + 50%); margin-left: calc(-50vw + 50%); }
	/* NAVBAR */
		.r-navbar {position: fixed; left: 0; right: 0; z-index: 100; top: 0;}
		.r-navbar .navbar {padding-bottom: 0; padding-top: 0;}
		.r-navbar .navbar-brand img {width: 50px; height: auto;}
		.r-navbar .navbar li a {background: none; font-size: 1.3rem; padding: .75rem .8rem .5rem .8rem; line-height: 1; }
		.r-navbar .navbar li.active {color: #fff;}
		.r-navbar .navbar li.active:hover:before {opacity: 1;}
		.r-navbar .navbar li + li {margin-left: 0;}
		.r-navbar .navbar li + li a {border-top: 1px solid rgba(255,255,255,.5);}
		.r-navbar .navbar .navbar-brand {padding: 0.6rem 0;}

	/* R BREADCRUMB */
		.r-breadcrumb {background-size: 100% auto;}
}
@media (min-width: 992px) {
	#r-google-maps {margin-right: calc(-50vw + 100% + 15px);}
}
@media (min-width: 992px) and (max-width: 1199px) {}

/*EXTRA LARGE DEVICES AND UP*/
@media (max-width: 1199px) {
	.big-video-wrapper #header-video {height: 100%; bottom: 0; top: 0;}
}
@media (min-width: 1200px) {}
