@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--sydney-headings-color: #00102E;
	--sydney-dark-background: #00102E;
	--sydney-grey-color: #737C8C;
	--sydney-text-color: #233452;
	--sydney-light-background: #F4F5F7;
	--sydney-button-background: #d65050;
	--sydney-border-color: #dbdbdb;
	--font_1: 'Montserrat';
	--error: #DA0F0F;
	--bg_error:#ffc0cb;
	--green:#006600;
	--white:#ffffff;
	--gray_2:#ddd;
	--gray_3:#f0f0f0;
	--blue:#2e3440;
	--light_gray:#f6f6f6;
	--dark_gray:#2e3440;
	--dark_gray_2:#7e7e7e;
	--bullet_gray:#9dacae;
	--red:#88263c;
	--black:#000000;
	--dark_pink:#f1e2e2;
	
}

BODY{overflow-x: hidden; font-family: var(--font_1), sans-serif; font-style: normal; font-weight: 400; font-size: 25px; line-height: 32px; position:relative; padding-top:150px}
P{font-size:25px}
B{font-weight:600}
IMG{max-width:100%}
A{color:var(--bs-body-color)}
.mt-0{margin-top:0px!important}
.mb-0{margin-bottom:0px!important}
.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mt-30{margin-top:30px}
.mb-40{margin-bottom:40px}
.mt-40{margin-top:40px}
.mr-0{margin-right:0px!important}
.h_100p, .h_100p_bg{height:100%}

.pt-0{padding-top:0px!important}
.pt-30{padding-top:30px!important}

.pb-10{padding-bottom:10px!important}


.no-padding-left-right{padding-left:0!important; padding-right:0px!important}

.s_m{display: none}
.s_m_nob{display: none}
.s_t_nob{display: none}
.s_t_nob_flex{display: none}

.oculto{display:none}
.oculto_visible{visibility: hidden}

.text-right{text-align: right;}
.radio_styled{color: var(--grey_light); font-size: 25px; margin-left: 5px; margin-right: 5px; cursor:pointer; }
.checkbox_styled{color: var(--grey_light); font-size: 25px; margin-left: 5px; margin-right: 5px; cursor:pointer; }
	.radio_styled:hover, .radio_styled.active, .checkbox_styled:hover, .checkbox_styled.active {color: var(--blue);}

.align_content_end{align-content: end;}

.c_otro{display:none;}

.txt-red{color:var(--red)}

.bg_gray{background:var(--light_gray)}
.bg_black{background:var(--black)}
	.bg_black, .bg_black P{color:var(--white)}

.c_info_blue{background:var(--blue); color:var(--white); padding:30px 50px; border-radius:10px}
	.c_info_blue P{font-size:30px; line-height:40px}
.c_info_gray{background:var(--light_gray); padding:30px 50px; border-radius:10px}
	.c_info_gray P, .c_info_gray H2 {font-size:30px; line-height:40px; font-weight:400}
.c_info_gray_2{background:var(--gray_3); padding:30px 50px; border-radius:10px}
	.c_info_gray_2 P{font-size:30px; line-height:40px}
.c_info_dark_gray{background:var(--dark_gray_2); color:var(--white); padding:30px 50px; border-radius:10px}
	.c_info_dark_gray P{font-size:30px; line-height:40px}
.c_info_white{background:var(--white); padding:30px 50px; border-radius:10px}
	.c_info_white P{font-size:30px; line-height:40px}
.c_info_dark_pink{background:var(--dark_pink); padding:30px 50px; border-radius:10px}
	.c_info_dark_pink P{font-size:30px; line-height:40px}

.c_info_gray_2_p{background:var(--gray_3); padding:30px; border-radius:10px}
	.c_info_gray_2_p P{font-size:30px; line-height:40px}

.picture_footer{font-size:15px; line-height:20px; font-weight:400; margin-top:10px}

.c_info_empty{padding:30px 50px; border-radius:10px}

.v-align-center{align-content:center}
.h_100p{height:100%}

H1{font-size:60px;}
H2{font-size:60px;}
H3{font-size:50px;}
.s_general{padding:75px 80px}
.s_general_2{padding:90px 80px}
.s_general_3{padding:50px 80px}
.s_general IMG, .s_general_2 IMG{border-radius:10px}

.italic{font-style:italic;}

.cita{font-size:35px; font-style:italic; line-height:45px; font-weight:600}


#header{background:var(--blue); padding:30px 75px 40px 75px; position:fixed; z-index:9999; top:0px; color:var(--white); font-size:23px}
	#header DIV{ align-content:center}
	#header IMG{height:95px;}
	#header SPAN{font-size:25px; display:inline-block; position:relative}
	#header .col-sm-10  A{color:var(--white); font-weight:400; display:inline-block; border-radius:10px; padding-top:10px; padding-bottom:5px; margin-left:5px; margin-right:5px; padding-left:5px; padding-right:5px; text-transform:uppercase}
		#header .col-sm-10  A:not(.lang_switch){transition: 0.5s ease-in-out;}
		#header .colsm--10  A:not(:last-child):not(:nth-child(6)){padding-right:15px; padding-left:15px;}
			#header .colsm--10 A:last-child, #header .col-sm-10 A:nth-child(6) {padding-right:5px; padding-left:5px;}
		#header .col-sm-10 A:not(.lang_switch):hover, #header .col-sm-10 A:not(.lang_switch).active{background:var(--white); color:var(--blue)}
	
.lang_switch{border-radius: unset !important; } 
	.lang_switch:hover, .lang_switch.active_lang{text-decoration-color: var(--red); text-decoration-thickness: 3px;}
#c_nav_desktop .lang_switch:first-child{margin-right:0px!important}
#c_nav_desktop .lang_switch:last-child{margin-left:0px!important}
	
#flag{height:15px!important}
#c_menu{padding-top:25px}
	#c_menu A{color:#fff; font-size:15px; display:inline-block; text-decoration:none;}
		#c_menu A:hover{color: #d65050;}
		#c_menu A:not(:last-child){margin-right:25px}


#c_opacity{position:absolute; width:100%; height:100%;  background:rgba(0,0,0, 0.3); z-index:2;}

#s_hero_home .container-fluid{padding-left:0!important; padding-right:0px!important; position:relative; align-content:center; background:#f6f6f6}
	#s_hero_home .container-fluid #c_claim{position:absolute; bottom:0px; width:100%; padding:30px 90px 30px 90px; height:100%; align-content:center; z-index:999}
		#s_hero_home .container-fluid #c_claim H1{color:var(--white); font-size:81px; line-height:100px; font-style:italic}
			#s_hero_home .container-fluid #c_claim H1 SPAN{color:var(--white); font-size:91px; line-height:100px; font-weight:800; font-style:normal}
		#s_hero_home .container-fluid #c_play{position:absolute; bottom:60px; text-align:center; width:100%; z-index:9997}
			#s_hero_home .container-fluid #c_play A{display:inline-block; color:var(--white); background:var(--blue); border-radius:10px; padding:12px 40px; text-decoration:none; transition:0.5s ease-in-out; border:2px solid var(--blue);}
				#s_hero_home .container-fluid #c_play A:hover{color:var(--blue); background:var(--white);}


.video_container {
   position: relative;
   display: grid;
   place-items: center;
   height: calc(95vh - 155px);
   width: 100vw;
   margin: 0 auto;
   background: #fefefe;
}
video.fullscreen {
	position: absolute!important;
	z-index: 1!important;
	object-fit: cover!important;
	width:100%!important;
	height:100%!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
	&::-webkit-media-controls {display:none !important;}
}





#s_hero .container-fluid{padding-left:0!important; padding-right:0px!important; position:relative; align-content:center}
	
	#s_hero .container-fluid #c_claim{position:absolute; bottom:0px; width:100%; padding:30px 90px 30px 90px; height:100%; align-content:center;}
	
		#s_hero .container-fluid #c_claim P{color:var(--white); font-size:91px; line-height:100px}

	
		#s_hero .container-fluid #c_play{position:absolute; position:absolute; bottom:60px; text-align:center; width:100%}
			#s_hero .container-fluid #c_play A{display:inline-block; color:var(--white); background:var(--blue); border-radius:10px; padding:12px 40px; text-decoration:none; transition:0.5s ease-in-out; border:2px solid var(--blue);}
				#s_hero .container-fluid #c_play A:hover{color:var(--blue); background:var(--white);}




#c_page_image{position:relative; padding-left:0; padding-right:0; height:300px; background:url('/images/cab1.jpg'); background-size:100% auto; background-position:center center; margin-bottom:30px}
	#c_page_image IMG{max-width:100%}
.overlay{position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.7)}


/* HOME */
.v_container{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* VIDEOS */
#s_videos{margin-bottom:30px}

FOOTER{background:var(--blue); padding:30px 75px 30px 75px; z-index:2; color:var(--white); font-size:23px}
	FOOTER IMG{margin-top:15px;}
	FOOTER A{color:var(--white); display:inline-block; font-weight:300;}
		FOOTER A:hover{color:color:var(--white);}
	FOOTER .container-fluid .row:first-child DIV:first-child A{text-align:center}
		FOOTER .container-fluid .row:first-child DIV:not(:first-child){line-height:40px}
	FOOTER .container-fluid .row:last-child{margin-top:30px; border-top:1px solid #4a5467; padding-top:15px}



/* Testimonio slider */
.item-testimonio-home P:first-child{font-style: italic;}

.c_bg_colored_blue{background:var(--blue); color:var(--white); padding:30px 50px; border-radius:10px}
.c_bg_colored_black{background:var(--black); color:var(--white); padding:30px 50px; border-radius:10px}
.c_only_shadow{padding:30px 50px; border-radius:10px; -webkit-box-shadow: 4px 6px 24px -4px rgba(0,0,0,0.75); -moz-box-shadow: 4px 6px 24px -4px rgba(0,0,0,0.75); box-shadow: 4px 6px 24px -4px rgba(0,0,0,0.75);}


/* CONTACTO */
#btnSubmit{background:var(--red); color:var(--white); display:inline-block; text-align:center; font-weight:400; padding:15px 55px; border:2px solid #fff; border-radius:10px; text-decoration:none; font-size:25px; line-height: 30px;}
#btnSubmit:disabled{background: #ccc!important; cursor:not-allowed}

#f_contact P{position:relative}
.mw15p{max-width: 15%; float:left; margin-right:2%; margin-left:2%}
.mw58p{max-width: 58%}
.mw80p{max-width: 80%}
.help_tooltip{position:absolute; margin-top: -40px; right: 0px; font-size: 30px;}
.plus_phone{display:inline-block; float:left}

#msj_error{font-family: var(--font_1); font-style: normal; font-weight: 400; font-size: 16px!important; color: var(--error); margin-bottom:10px; height:80px!important; text-align:center; padding-top:15px}
.msj_ok{color:var(--green)!important; font-size:18px;}

.error_input_signature{background-color:var(--bg_error)!important;}
.error_input{border-color:var(--error);}
.error_input.::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: var(--error);
}
.error_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: var(--error);
   opacity:  1;
}
.error_input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: var(--error);
   opacity:  1;
}
.error_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: var(--error);
}
.error_input::-ms-input-placeholder { /* Microsoft Edge */
   color: var(--error);
}
.error_input::placeholder { /* Most modern browsers support this now. */
   color: var(--error);
}
.color_error{color:var(--error)}

#header_mobile{display:none; height: 75px; border-bottom: 1px solid var(--gray_2); position:fixed; background: var(--white); z-index:100; top: 0;}
	#header_mobile IMG{max-width:100%; margin-top:17px; height:40px;}
	#header_mobile SPAN{font-size:12px; color:#000; display:inline-block; margin-left:0px}


#m_mobile{position:fixed; width:100%; height:100vh; background: #fff; top:0px; left:100vw; padding-top:75px; z-index:15;}
	#m_mobile P{text-align:right; margin-bottom:0px; padding-right:27px; padding-bottom:10px}
		/*#m_mobile P:first-child{background:var(--green);}
		#m_mobile P:nth-child(2){background:var(--pink);}
		#m_mobile P:nth-child(3){background:var(--orange);}
		#m_mobile P:nth-child(4){background:var(--yellow);}
		#m_mobile P:nth-child(5){background:var(--violet);}*/
		#m_mobile P:last-child{text-align:left!important; padding-left:27px}
		#m_mobile P A{font-family: var(--font_1); font-style: normal; font-weight: 600; font-size: 56px; line-height: 74px; color: var(--body-text)}
			#m_mobile P A.active, #m_mobile P A:hover{text-decoration: underline;}





/* Peers */
.item-peers IMG{border-radius:15px; border:2px solid #dee1e5; margin-bottom:15px}
#c_peers_tablet{display:none}
@media (max-width: 1024px){
	#c_peers_desktop{display:none}
	#c_peers_tablet{display:block}
}


/* Recursos */

#s_recursos P{font-size:18px!important; line-height:22px;}
/*#s_recursos P A{color:var(--white); display:inline-block; background:var(--red); border-radius:10px; padding:5px 15px; text-decoration:none}*/

#s_recursos .link_visitar{color:#212529; position:absolute; bottom:5px; right:5px}
	#s_recursos .link_visitar IMG{width:35px; height:35px}
	
#s_recursos .c_info_gray_2_p{padding-bottom:50px!important; position:relative}

.bg_image{background-size:cover!important; background-position:center center!important}


/* Tiny Slider */

/* nav */
.nav.active ul { left: 0; }
.nav.active .nav-toggle-handle { left: 17em; }
.nav.active .nav-toggle-handle:before { display: inline-block; }
.nav.active .nav-toggle-handle:after { display: none; }
.nav ul {
  position: fixed;
  top: 0;
  left: -17em;
  z-index: 100;
  width: 17em;
  height: 1000px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  transition: left 0.25s;
  overflow-y: auto;
}
.nav a {
  display: block;
  padding: 0.7em 1em;
  color: inherit;
  text-decoration: none;
}
.nav a:hover { background-color: #F3F3F3; }
.nav .active {
  color: #fff;
  background-color: #af23ff !important;
}
.nav-toggle-handle {
  position: fixed;
  transition: left 0.25s;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 10px;
  color: #fff;
  background-color: #af23ff;
  cursor: pointer;
}
.nav-toggle-handle:before { 
  display: none;
  padding-right: 5px;
  content: '◄'; 
  font-size: 0.8em;
}
.nav-toggle-handle:after { 
  padding-left: 5px;
  content: '►'; 
  font-size: 0.8em;
}

.img-1 { background: #D6D65B; background: hsl(60, 60%, 60%); }
.img-2 { background: #5BD6AD; background: hsl(160, 60%, 60%); }
.img-3 { background: #5B99D6; background: hsl(210, 60%, 60%); }
.img-4 { background: #D65BC1; background: hsl(310, 60%, 60%); }
.img-5 { background: #70D65B; background: hsl(110, 60%, 60%); }
.img-6 { background: #D65B5B; background: hsl(0, 60%, 60%); }
.img-7 { background: #D6995B; background: hsl(30, 60%, 60%); }
.img-8 { background: #705BD6; background: hsl(250, 60%, 60%); }
.customize-tools { position: relative; }
.thumbnails { 
  margin: 20px 0;
  text-align: center;
}
.thumbnails li {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff;
}
.thumbnails .tns-nav-active {
  background: none;
  border-color: #000;
}
.thumbnails li { width: 50px; }
.thumbnails img { vertical-align: bottom; height: auto; max-height: 50px; }
.controls { text-align: center; }
.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.controls li img { display: inline-block; vertical-align: middle; }
.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] { 
  color: #999999;
  background: #B3B3B3; 
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: var(--bullet_gray);
  border: 0;
}
.tns-nav > .tns-nav-active { background: var(--red); }
.playbutton-wrapper { text-align: center; }
.playbutton-wrapper button { height: 34px; padding: 0 10px; font-size: 14px; background: #fff; border-radius: 3px; border: 1px solid  #ccc; cursor: pointer; }
.wrapper { padding: 0 5em; }
.suite-container .title, 
.suite-container .subtitle, 
.suite-container li { padding: 5px 10px; }
.suite-container li {
  font-size: 12px;
  line-height: 1.4;
  background: #f5f5f5;
}
.suite-container .title { font-size: 14px; font-weight: bold; background: #8acac6; text-transform: capitalize; }
.suite-container .subtitle { font-size: 13px; font-weight: bold; background: #dedede; text-transform: capitalize; }
.suite-container .fail { background: #FFADE2; }

[class*="vertical"] .img { padding: 30px 0; }
[class*="vertical"] .img:before { content: ''; display: inline-block; width: 1px; margin-right: -1px; height: 100%; vertical-align: middle; }
[class*="vertical"] .img a { display: inline-block; padding: 0; }
[class*="vertical"] .img-1 { height: 137px; }
[class*="vertical"] .img-2 { height: 122px; }
[class*="vertical"] .img-3 { height: 143px; }
[class*="vertical"] .img-4 { height: 325px; }
[class*="vertical"] .img-5 { height: 140px; }
[class*="vertical"] .img-6 { height: 119px; }
[class*="vertical"] .img-7 { height: 223px; }
[class*="vertical"] .img-8 { height: 164px; }
/*[class*="vertical"] p { display: none; }*/

/*.animation .img-1 { height: 137px; }
.animation .img-2 { height: 122px; }
.animation .img-3 { height: 143px; }
.animation .img-4 { height: 325px; }
.animation .img-5 { height: 140px; }
.animation .img-6 { height: 119px; }
.animation .img-7 { height: 223px; }
.animation .img-8 { height: 164px; }*/

/* reset prism */
pre[class*="language-"] { margin: 0; }

/* test results */
.test-results {
  line-height: 1.4;
  padding: 20px 10%;
  background-color: #f2f2f2;
}

/* go to */
.goto-controls {
  margin-bottom: 10px;
  text-align: center;
}
.goto-controls input,
.goto-controls .button {
  display: inline-block;
  font-size: 14px;
  height: 2.6em;
  line-height: 2.6;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.goto-controls input {
  border: 1px solid  #ccc;
}
.goto-controls .button {
  min-width: 4em;
  border: none;
  color: #fff;
  background-color: #333;
  cursor: pointer;
}

/* test results */
.test-results { line-height: 1.6; }
.test-results .title { font-weight: bold; text-transform: capitalize; }
.test-results .title:nth-child(n+2) { margin-top: 1em; }
.test-results [class*="item"] { margin-left: 1em; font-size: 0.9em; }
.test-results [class*="item"] { font-weight: 300; }
.test-results [class*="item"]:after { margin-left: 0.5em; }
.test-results .item-success { color: #0EB80E; }
.test-results .item-success:after { content: '✓'; }
.test-results .item-fail { color: #ED1E1E; }
.test-results .item-fail:after { content: '✗'; }
.test-results .item-comment { font-style: italic; color: #666; }
.test-results .item-notsure:after { content: '？'; }
.test-results .item-running:after { 
  display: inline-block;
  height: 16px;
  content: url('../images/pinwheel.svg'); 
  vertical-align: middle; 
}
.customize-tools [hidden] { display: none; }


/* https://daneden.github.io/animate.css/ */
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@media (max-width: 1650px){
	BODY{padding-top:90px}

	.s_general{padding:30px}
	.s_general_2{padding:30px}
	.s_general_3{padding:30px}

	#header, FOOTER{padding: 15px 30px 15px 30px}
	#header IMG{height:75px}
	#header .col-sm-10 A{font-size:19px!important; line-height:24px; margin-left:8px; padding-left: 5px;  padding-right: 5px;}
	FOOTER, FOOTER A{font-size:20px!important; line-height:25px;}
	FOOTER IMG{width:80%}
	
	#s_recursos P{font-size:16px!important; line-height:20px;}
}

@media (max-width: 1490px){
	H1{font-size:45px;}
	H2{font-size:45px;}
	H3{font-size:35px;}
	#s_hero_home .container-fluid #c_claim H1 SPAN{font-size: 70px; line-height: 85px;}
	#s_hero_home .container-fluid #c_claim H1{font-size: 65px; line-height: 80px;}
	P{font-size:22px; line-height:25px;}
	.c_info_blue, .c_info_gray, .c_bg_colored_black, .c_bg_colored_blue, .c_only_shadow {padding:25px}
	.c_info_blue P, .c_info_gray P, .c_info_gray H2 {font-size: 28px; line-height: 32px;}
	.cita {font-size: 30px; line-height: 38px;}
	#s_recursos P{font-size:16px!important; line-height:22px;}

	.s_general{padding:20px}
	.s_general_2{padding:20px}
	.s_general_3{padding:20px}

}

#c_burguer{display:none}

#m_mobile{position:fixed; width:100%; height:100vh; background: #fff; top:0px; left:100vw; padding-top:105px; z-index:9998;}
	#m_mobile P{text-align:right; margin-bottom:0px; padding-right:27px; padding-bottom:10px}
		#m_mobile P:last-child{text-align:left!important; padding-left:27px}
		#m_mobile P A{font-style: normal; font-weight: 600; font-size: 25px; line-height: 50px;}
			#m_mobile P A.active, #m_mobile P A:hover{text-decoration: underline;}

@media (max-width: 1279px){
	

	#header IMG {width: 100%; height: auto;}
    
	#header, FOOTER {padding: 15px 20px;}
  
	
	#c_nav_desktop{display:none}
	#c_burguer{display:block}

	H1{font-size:35px;}
	H2{font-size:35px;}
	H3{font-size:30px;}

	.s_general{padding:15px}
	.s_general_2{padding:15px}
	.s_general_3{padding:15px}

	.c_info_blue, .c_info_gray, .c_bg_colored_black, .c_bg_colored_blue, .c_info_gray_2, .c_info_dark_pink, .c_only_shadow {padding:15px}

	.mb-20-m{margin-bottom:20px!important}
	.bg_image{height:40dvh}
	
	#s_hero_home{height:70dvh;}
		#s_hero_home IMG{display:none}
		#s_hero_home .container-fluid #c_play{position:initial; margin-bottom:30px;}
		#s_hero_home .container-fluid #c_claim{position:initial; padding:30px; height: auto;}
			#s_hero_home .container-fluid #c_claim H1 {font-size: 35px; line-height: 40px;}
				#s_hero_home .container-fluid #c_claim H1 SPAN{font-size: 40px; line-height: 45px;}
			
		#s_hero_home .container-fluid{align-content: end; height:100%}

	FOOTER A {
		font-size: 17px !important;
		line-height: 20px;
	  }
	FOOTER .container-fluid .row:first-child DIV:nth-child(2){display:none}
	FOOTER .container-fluid .row:first-child DIV:nth-child(3){margin-top:20px; margin-bottom:20px; text-align:center}
	FOOTER .container-fluid .row:last-child DIV{text-align:center!important}
		FOOTER .container-fluid .row:last-child, FOOTER .container-fluid .row:last-child A{font-size:15px!important;}

	.fs_18_m{font-size:18px!important}
}

@media (max-width: 1279px){
	.lh_35p_m{line-height:35px}
}

@media (max-width: 600px){
	#header IMG {height: 55px; width:auto!important}
}


.h2_legal{font-size: 25px; font-weight:600}
.hidden{display:none}
#c_opacity{position:absolute; width:100%; height:100%;  background:rgba(0,0,0, 0.3); z-index:2}

.page_header{width:100%}