/* 1200px and up - laptop/desktop */

.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}

.centered { 
	text-align:center; 
}
.leftalign { 
	text-align:left; 
}
.rightalign { 
	text-align:right; 
}

.FULL {
  width: 98%;
  margin: 0 1%;
}
.HALF {
  width: 48%;
  margin: 0 1%;
}
.THIRD {
  width: 31.3%;
  margin: 0 1%;
}
.THIRDx2 {
  width: 64.6%;
  margin: 0 1%;
}
.QUARTER {
  width: 23%;
  margin: 0 1%;
}
.QUARTERx3 {
  width: 73%;
  margin: 0 1%;
}
.FIFTH {
  width: 18%;
  margin: 0 1%;
}
.SIXTH {
  width: 14.6%;
  margin: 0 1%;
}
.TWELVEx5 {
  width: 39.6%;
  margin: 0 1%;
}

.wrapW {
	width:100%;
}
.pageW {
	width: 1380px;
	margin: 0 auto;
	max-width: 96%;
}

.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #F00 !important; }

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  	background-color: #FFF;
}



img.centered {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
	height: auto;
} 

a.ANCHOR {
	margin: -240px 0 240px;
	display: inline-block;
}




/* FIXED TOP+HEADER */
body {
	padding-top: 120px;
}


/* HEADER */
#wrapHDR {
	background-color: #FFF;
	transition: all 0.5s ease;
	box-shadow: 0 0 14px #0008;
	position: fixed;
	z-index: 100;
	top: 0;
}
/*
#wrapHDR.Scrolling {
	background-color: #FFF;
	box-shadow: 0 0 14px #0008;
}
*/
#HDR {
	height: 120px;
	position: relative;
	z-index: 1000;
}
#LOGO {
	position: absolute;
	top: 19px;
	left: 0px;
	z-index: 2000;
}
#LOGO img {
	height: 76px;
	width: auto;
}
/*
#PHONE {
	z-index: 2000;
	top: 50%;
	position: absolute;
	right: 0;
	width: max-content;
	transform: translate(0,-50%);
}
#PHONE a {
	color: var(--SBCgreen);
	font-size: 14pt;
	font-weight: bold;
}
*/

/* NAVI */
#NAVI {
	top: 50%;
	position: absolute;
	right: 0;
	width: max-content;
	transform: translate(0,-50%);
	padding-top: 3px;
}
.nav-menu li a {
	text-transform: none;
	font-size: 12pt;
	padding: 15px 15px;
	font-weight: 600;
}
.navbar {
	text-align: left;
}
.main-navigation {
	display: inline-block;
}
.nav-menu li.NAVIbutton a {
	background-color: var(--MRCviolet);
	color: #FFF;
	padding: 15px 30px;
}
.nav-menu li.NAVIbutton a:hover {
	background-color: var(--Black);
	color: #FFF;
	padding: 15px 30px;
}
#NAVI .NAVIbtgreen a {
  background-color: var(--FACESgreen);
  color: #FFF;
  padding: 10px 20px;
  transition: background-color 0.5s ease;
  line-height: 1;
  border-radius: 30px;
}
#NAVI .NAVIbtblue a {
  background-color: var(--FACESblue);
  color: #FFF;
  padding: 10px 20px;
  transition: background-color 0.5s ease;
  line-height: 1;
  border-radius: 30px;
  margin-left: 10px;
}
#NAVI .NAVIbtgreen a:hover, #NAVI .NAVIbtblue a:hover {
    background-color: var(--Black);
}

/* SLIDER */
#wrapHOME_SLIDER {
	background-color: var(--MRCgray);
	background-image: url("images/BCKslider.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#HOME_SLIDER {
	height: calc( 100vh - 120px);
	padding: 1px;
	position: relative;
}
#Swooshes {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	text-align: right;
}
#Swooshes img {
	max-height: 90%;
	width: auto;
}
#HOME_SLIDER h1 {
	color: var(--White);
	font-size: 40pt;
	font-weight: 700;
	margin-top: 75px;
	width: 40%;
	text-shadow: var(--FACESshadow);
}
#HOME_SLIDER p {
	font-size: 14pt;
	text-align: left;
	font-weight: 400;
	color: var(--White);
	margin-top: 25px;
	width: 40%;
}
#SLDRButtons {
	margin-top: 25px;
}
#Badge {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#wrapINNERBANNER {
  background-size: cover;
  background-position: center;
}
#INNERBANNER {
	height: 25vw;
}











/* THEME ELEMENTS */

a.Button {
	background-color: var(--FACESblue);
	color: #FFF;
	font-size: 14pt;
	padding: 20px;
	transition: background-color 0.5s ease;
	line-height: 1;
	border-radius: 30px;
	display: inline-block;
	width: max-content;
}
a.Button.BtGreen {
	background-color: var(--FACESgreen);
}
a.Button.BtWhiteGreen {
	background-color: var(--White);
	color: var(--FACESgreen);
	border: solid 1px var(--FACESgreen);
}
a.Button:hover {
	background-color: var(--Black) !important;
	text-decoration: none;
}





/* ANIMATIONS ON SCROLL for Visible items */
body {
	overflow-x: hidden;
}
.HideOverflow{
	_overflow: hidden;
}
.AnimFromRight, .AnimFromLeft, .AnimFromBottom {
  position: relative;
}
.AnimFromRight.Visible {
	animation: _AnimationFromRight_ 1s;	
}
	@keyframes _AnimationFromRight_ {
	  0% { right: -50vw; opacity:0; }
	  33% { right: -50vw; opacity:0; }
	  100% { right: 0vw; opacity:1; }
	}
.AnimFromLeft.Visible {
	animation: _AnimationFromLeft_ 1s;	
}
	@keyframes _AnimationFromLeft_ {
	  0% { left: -50vw; opacity:0; }
	  33% { left: -50vw; opacity:0; }
	  100% { left: 0vw; opacity:1; }
	}
.AnimFromBottom.Visible {
	animation: _AnimationFromBottom_ 1s;	
}
	@keyframes _AnimationFromBottom_ {
	  0% { bottom: -50vh; opacity:0; }
	  33% { bottom: -50vh; opacity:0; }
	  100% { bottom: 0vh; opacity:1; }
	}
.Visible.Delay1 {
	animation-delay: calc( var(--AnimationDelay) * 1s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay2 {
	animation-delay: calc( var(--AnimationDelay) * 2s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay3 {
	animation-delay: calc( var(--AnimationDelay) * 3s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay4 {
	animation-delay: calc( var(--AnimationDelay) * 4s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay5 {
	animation-delay: calc( var(--AnimationDelay) * 5s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay6 {
	animation-delay: calc( var(--AnimationDelay) * 6s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay7 {
	animation-delay: calc( var(--AnimationDelay) * 7s );
	animation-fill-mode: forwards;
	opacity: 0;
}
.Visible.Delay8 {
	animation-delay: calc( var(--AnimationDelay) * 8s );
	animation-fill-mode: forwards;
	opacity: 0;
}




/* HOME BARS */

#BOXES {
  padding: 40px 0;
}
#BOXES > div.FIFTH {
	background-repeat: no-repeat;
	background-size: 83px;
	background-position: left center;
	padding-left: 90px;
	box-sizing: border-box;
}
#BOX1 {
  background-image: url("images/BOXES_01.png");
}
#BOX2 {
  background-image: url("images/BOXES_02.png");
}
#BOX3 {
  background-image: url("images/BOXES_03.png");
}
#BOX4 {
  background-image: url("images/BOXES_04.png");
}
#BOX5 {
  background-image: url("images/BOXES_05.png");
}


#MISSIONL {
  position: relative;
  width: 100%;      /* o el ancho que ya tengas */
  aspect-ratio: 70 / 55;
}
#MISSIONL > div {
  position: absolute;
  height: auto;
  display: block;
}
#MISSIONL > div img {
	position: relative;
	width: 100%;
	height: auto;
}
#MISSIONL1 {
  width: 60%;
  right: 40%;
  bottom: 45%;
}
#MISSIONL2 {
  width: 40%;
  left: 60%;
  bottom: 45%;
}
#MISSIONL3 {
  width: 40%;
  right: 60%;
  top: 55%;
}
#MISSIONL4 {
  width: 60%;
  left: 40%;
  top: 55%;
}
#MISSION > h3 {
	text-align: center;
	font-style: italic;
	margin-top: 20pt;
}

#SERVICES {
  padding: 60px 0;
  text-align: center;
}
#SERVICES a.Button {
  margin: 20px 0;
}


#wrapIMPACT {
  background-color: var(--FACESblue);
}
#IMPACT {
  padding: 40px 0;
}
#IMPACT h2 {
  color: var(--White);
}
#IMPACT div.THIRD {
  text-align: center;
}
#IMPACT div.THIRD p {
  text-align: center;
  color: var(--White);
  font-weight: 700;
  max-width: 130px;
  margin: 0 auto;
}

#wrapSUCCESS {
  background-color: var(--FACESbcklight);
}
#SUCCESS {
  padding: 60px 0;
}
#SUCCESS > .R {
	background-image: url("images/TESTIquotes.png");
	background-repeat: no-repeat;
	background-size: 83px;
	background-position: right top;
	padding-right: 110px;
	box-sizing: border-box;
}


#wrapAVAILABLE {
  background-color: var(--FACESblue);
}
#AVAILABLE {
  padding: 40px 0;
}
#AVAILABLE h3 {
  color: var(--White);
}
#AVAILABLE p {
  color: var(--White);
}
#AVAILABLE > div.R {
  padding: 20px 0;
}


#wrapSOCIAL {
  background-color: var(--FACESbcklight);
}
#SOCIAL {
  padding: 60px 0;
}
#SOCIAL p {
  color: var(--FACESblue);
}
#SOCIALsupport {
  margin-top: 58px;
}
#ABOUTfeed, #ABOUTvideo {
	box-shadow: 2px 2px 6px #0006;
	border: solid 1px #166EB7;
	border-radius: 5px;
}
#ABOUTfeed {
	margin: 0 auto;
	display: block;
}
#ABOUTvideo {
	margin-bottom: 20pt;
}


#wrapREGISTER {
  background-color: var(--FACESgreen);
}
#REGISTER {
  padding: 40px 0;
}
#REGISTER h3 {
  color: var(--White);
}







/* Video - 16:9 Full Width */
.FullWVideo169 {
  max-width: initial;
  width: 100%;
  float: none;
  margin: 0 0 30px;
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
}
.FullWVideoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.FullWVideoContainer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}










#wrapFORM {
	background-color: var(--SBCviolet);
	background-image: url("images/bckFORM.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#FORM {
	padding: 90px 0;
	width: 960px;
}
#FORM h2 {
  color: var(--White);
  font-size: 36pt;
  text-align: center;
}
#FORM p {
  color: var(--White);
  text-align: center;
}
#FORM a {
  color: var(--White);
  text-align: center;
  font-weight: bold;
}
.g-recaptcha {
	/*margin: 20px auto;*/
	display: block;
	width: fit-content;
}
#FORM .button {
  margin: 20px auto;
  display: block;
  border-radius: 5px;
}
#Frame_jobs {
	width: 100%;
	display: none;
	border: solid 3px var(--SBCgreen);
	border-radius: 10px;
	background: #FFF3;
	height: 250px;
}


.FORM {
	background-color: var(--FACESbcklight);
	padding: 40px 20px;
}
.FORM p {
	color: var(--FACESblue);
}
#MAIN .FORM .HALF {
	margin: 0 1% 10px 0;
	width: 49%;
}
#MAIN .FORM .FULL {
	margin: 0 1% 10px 0;
	width: 99%;
}






div.wp-block-column.ColumnSidebar {
	background-color: #deeee185;
	padding: 0 20pt 20pt;
	box-sizing: border-box;
	margin-left: 20pt;
	border-radius: 10px;
}

.is-layout-flex > :is(*, div) {
	margin: 0 20px 20px 0;
}








/* FORM STYLES */
.FORM {
	/* background: var(--HACredtransp); */
	/* padding: 30px; */
	/* border-radius: 5px; */
	/* width: 360px; */
	/* margin: 0 auto; */
}
#CONTACT .L h2 {
	color: #FFF;
	font-size: 36pt;
	font-weight: 200;
	margin-top: 0;
}
.FORM p {
	/*color: #FFF;*/
	margin: 0 0 20pt;
	/* font-size: 10pt; */
}
.FORM input, .FORM #Comments, .FORM #ServiceNeeded {
    font-family: var(--BodyFont); 
	color: var(--FormFieldTextColor);
	font-size: 14pt;
	background-color: var(--FormFieldBckColor);
	padding: 6pt 8pt;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	margin: 0 0 10px 0;
	font-weight: normal;
	border-radius: 3px;
}
.FORM .button {
    font-family: var(--TitlesFont); 
	margin-top: 20px;
	background-color: var(--FormButtonBckColor);
	color: var(--FormButtonTextColor);
	font-weight: 700;
	font-size: 24px;
	padding: 10px 50px;
	border-radius: 1px;
	width: initial;
}
.FORM .button:hover {
	border: none;
	color: var(--FormButtonTextColorHover);
	background-color: var(--FormButtonBckColorHover);
	cursor: pointer;
	box-shadow: none;
}
#Frame_Block, #Frame_Slider  {
	width: 100%;
	margin-top: -50px;
	display: none;
	/* background-color: #FFF; */
	/* padding: 20px 0; */
	box-sizing: border-box;
	height: 260px;
	/* border: solid 2px #C00; */
}



/* COLUMNS */
:where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}



.Map {
	margin-bottom: -5px;
	filter: grayscale(1);
}

#wrapMAPS {
	background-color: #000;
}
#MAPS {
	padding: 60px 0;
}
#MAPS h3, #MAPS p {
	text-align: center;
	color: #FFF;
}
iframe.gMap {
	border: solid 1px var(--JSGred2) !important;
	box-sizing: border-box;
}

.BlackBox {
  background-color: #000;
}
#MAIN .BlackBox h2 {
  color: var(--DMPred2);
  margin: 20pt;
}
#MAIN .GrayBox {
	background-color: var(--DMPgray);
	padding: 20pt;
	margin: 40px auto;
	max-width: 1024px;
	box-shadow: 0 10px 20px #0003;
}
.GrayBox p {
  margin: 20pt;
  text-align: left;
}
.GrayBox p strong {
  color: var(--DMPred);
  font-weight: 700;
}




/* MAIN */
#MAIN {
	padding: 60px 2% 80px;
	box-sizing: border-box;
}
#MAIN.InnerFullWPage {
	padding: 40px 0% 80px;
	box-sizing: border-box;
}
#MAIN.CompanyPage {
	padding: 40px 0;
}
#MAIN.NoBottomMargin {
	padding-bottom: 0;
}
#MAIN h1 {
	/*font-size: 36pt;*/
	color: var(--H1color);
	line-height: 1.3;
	margin-bottom: 18pt;
	/* text-transform: uppercase; */
	font-weight: bold;
}
	

.wp-block-video {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 40px auto;
	box-shadow: var(--FACESshadow);
	border-radius: 10px;
}
.wp-block-video video {
	height: auto;
	vertical-align: middle;
	width: 100%;
	border-radius: 10px;
}

/* Columns & captions */
.wp-block-columns {
	margin-bottom: 0;
}
.wp-block-columns.NOSHADOW .aligncenter.size-full {
	box-shadow: none;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
	display: block;
	text-align: center;
}
.wp-block-image.NOSHADOW img {
	box-shadow: none;
}
.wp-block-image.size-large {
	text-align: center;
	margin-bottom: 20pt;
}





#MAINL {
	padding-right: 4%;
	box-sizing: border-box;
}

#MAINR h2 {
	color: var(--CDEblue2);
	font-size: 24pt;
	margin-top: 13pt;
}
#MAINR ul {
	padding-left: 14px;
	list-style: disclosure-closed;
}
#MAINR li {
	font-size: 12pt;
}
#MAIN a {
	color: var(--CDEblue2);
	/*font-weight: 500;*/
	text-decoration: none;
}
#MAIN a:hover {
	text-decoration: underline;
}
.widget_block {
	margin-bottom: 60px;
}
.widget_block li, .widget_block p, .widget_block a {
	color: var(--ILLorange);
}

/* BLOG */
.PostCell {
	margin-bottom: 50pt;
}
.PostCell .Thumb {
	background-color: var(--FPTgreen);
	padding: 40pt 10pt 10pt;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: solid 3px var(--FPTgreen);
}
#MAIN .PostCell .Thumb h3.PostsTit {
	color: #FFF;
	font-size: 24pt;
	text-shadow: 0 3px 7px #000;
}
#MAIN .PostCell p {
	margin: 5pt 0 0;
}
#MAIN a.morelink {
	color: var(--FPTtourquoise);
	text-align: right;
	display: block;
	font-weight: bold;
}



/* PAGES' TWEAKS */
.wp-block-image.HardShadow .alignleft {
	margin-right: 2em;
}
.wp-block-image.HardShadow img {
	border: none;
	box-shadow: 10px 10px 0px #000;
	border-radius: 0;
}
.wp-block-image.HardShadow figcaption {
	font-size: 11pt;
	text-align: center;
	line-height: 1.4;
	margin-top: 10pt;
}


.wp-block-details {
  padding: 0 20px;
  margin-bottom: 40px;
}
.wp-block-details summary {
  cursor:pointer;
  margin-left: -20px;
}





.PostsInfo {
	border-top: dotted 1px var(--CILbluelighttext);
	margin: -5pt 0 20pt;
	display: block;
	/*text-align: right;*/
	padding-top: 5pt;
}
.PostsDate {
	font-size: 10pt;
	font-weight: bold;
	color: var(--CILbluelighttext);
}

.navigation.post-navigation {
	padding: 30px 0;
	border-top: solid 1px var(--CILbluetext);
	margin-top: 50px;
}
.navigation.post-navigation .L {
	text-align: left;
}
.navigation.post-navigation .R {
	text-align: right;
}

.PostPreview {
	margin-bottom: 40pt;
}
.PostPreview .PostsInfo {
	margin-bottom: 5pt;
}





#MAINL {
	/*padding: 80px 0;*/
}
#MAIN .HALF {
	width: 46%;
	margin: 0 2%;
}


/* FAQs */
/*
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
	margin-top: 10px !important;
	background: none;
	border: none;
}
.ui-accordion .ui-accordion-content {
	border: none;
	padding: 0 0 20px 1.3em;
	border-left: dotted 2px #CCC;
	margin-left: 0.9em;
	border-radius: 0;
	background: #0a436e11;
	margin-bottom: 20px;
}
.ui-accordion-content li {
	list-style: square;
}
*/







/* FOOTER */
#FTRwrap {
  background-color: var(--FACESblue);
}
#FTR {
	padding: 60px 0;
}
#FTR h3, #FTR h4 {
  color: var(--White);
  margin-top: 0;
}
#FTR p {
  color: var(--White);
  font-size: 10pt;
  margin-top: 5pt;
}
#FTR a {
  color: var(--White);
}
#FTR p#PostFTR {
  color: var(--FACESbcklight);
}
#FTR1 h3 {
  font-size: 16pt;
  text-align: center;
}
#filler1 {
  margin-left: 66pt;
  display: block;
}










