@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/myriadpro-regular.otf");
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1330px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
#header{
	width: 100%;
	z-index: 3;
	height: 111px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 2px;
}
#header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	z-index: 4;
}
#logo{
	display: inline-flex;
	align-items: center;
	width: 150px;
	position: absolute;
	top: 40px;
	left: 15px;
	z-index: 3;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#topMenu{
	height: 109px;
	width: 100%;
	position: relative;
	background: url('../images/banner/menu.png') center no-repeat;
	background-size: cover;
	position: relative;
}
#topMenu::before{
	content: '';
	position: absolute;
	top: 0;
	left: -250px;
	width: 313px;
	height: 265px;
	background: url('../images/banner/before.png') center no-repeat;
	background-size: cover;
}
#menu{
	margin: auto;
	position: absolute;
	right: 190px;
	top: 0px;
	height: 109px;
	z-index: 2;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0 10px;
	height: 109px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#menu li::before{
	content: '';
	position: absolute;
	top: calc(50% - 9.5px);
	left: 0;
	width: 1px;
	height: 19px;
	background: rgba(255,255,255,0.25)
}
#menu li:first-child:before,#menu li:nth-child(2):before{
	width: 0;
	height: 0;
}
#menu li a{
	display: block;
	color: #fff;
	position: relative;
	background: transparent;
	font-size: 13px;
	font-family: 'Inter', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 34px;
	height: 34px;
	padding: 0px;
	text-align: center;
}
#menu li a::before,#menu li a::after{
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	transition: all ease-in-out 0.5s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}
#menu li a::after{
	left:calc(50% - 7px);
	width: 14px;
	height: 3px;
	bottom: -1px;
}
#menu li:first-child{
	padding-left: 0px;
	display: none;
}
#menu li:nth-child(2){
	padding-left: 0px;
}
#menu li:last-child{
	padding-right: 0;	
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #fff;
}
#menu li.active a::before, #menu li a:hover::before, #menu li a:focus::before,
#menu li.active a::after, #menu li a:hover::after, #menu li a:focus::after{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}

#redes{
	position: absolute;
	top: 39px;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#redes a{
	margin-right: 6px;
}
#redes a:last-child{
	margin-right: 0px;
}
#redes a i{
	display: none;
}
/*Nuevo estilo Footer*/
#footer .contentFooter{
	background: #2d2d2d;
	display: flex;
	align-items: center;
	min-height: 99px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: center;
	min-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-bottom: 10px;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/
/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
#sliderTop{
	position: relative;
	height: 460px;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 460px;
	position: relative;
	background-position: center center !important;
	background-size: cover;
}
#sliderTop .slides li img.imgSliderP{
	display: none;
	width: 100%;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntSliderTop{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 115px;
}
.titleCaptionTop{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	position: relative;
}
.titleCaptionTop::before{
	content: '';
	position: absolute;
	height: 580px;
	width: 1187px;
	right: -210px;
	top: calc(50% - 290px);
	background: url('../images/banner/shadow.png') center no-repeat;
	background-size: cover;
}
.caption1{
	position: relative;
	z-index: 2;
}
.titleCaptionTop .tit1{
	position: relative;
	z-index: 2;
	font-size: 35px;
	line-height: 1;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	margin-bottom: 21px;
	text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.35);
}
.titleCaptionTop .tit6{
	font-size: 30px;
}
.titleCaptionTop strong{
	color: #FF4E4E;
}
.btnBannerTop{
	position: relative;
	z-index: 2;
	background: transparent;
	border: solid 1px #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.25px;
	color: #fff;
	text-align: center;
	width: 232px;
	height: 59px;
	margin-top: 35px;
}
.btnBannerTop img{
	margin-left: 8px;
}
.btnBannerTop:hover,.btnBannerTop:focus{
	background: #FF4E4E;
	color: #fff;
	text-decoration: none;
}
.flex-direction-nav a{
	width: 46px;
	height: 46px;
}
.flex-direction-nav .flex-prev {
	margin-left: 263px;
	opacity: 1;
	background: url(../images/slider/prev2.png);
}
.flex-direction-nav .flex-next {
	margin-left: 313px;
	opacity: 1;
	background: url(../images/slider/next2.png);
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
/*Estilos seccion inicio*/
#textHome1{
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
}
#textHome1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 146px;
	background: #ededed;
}
#textHome1 article figure{
	width: 260px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background: #fff;
	padding: 9px;
}
#textHome1 h1{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #373636;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 32px;
}
#textHome1 p{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 32px;
}
.pieHome1{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2c2c2c;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
}
.pieHome1 div{
	position: relative;
	margin-right: 34px;
}
.pieHome1 div::before{
	content: '';
	position: absolute;
	top: calc(50% - 11px);
	right: -17px;
	width: 1px;
	height: 22px;
	background: rgba(68, 68, 68, 0.25);
}
.pieHome1 div:last-child::before{
	width: 0;
	height: 0;
}
.pieHome1 div:last-child{
	margin-right: 0;
}
#textHome2{
	background: url('../images/inicio/fondo1.webp') left center no-repeat;
	background-size: cover;
}
.contentHome2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome2{
	width: 50%;
	height: 670px;
	display: flex;
	align-items: center;
	position: relative;
}
.itemHome2b::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 960px;
	background: url('../images/inicio/fondo1a.webp') left center no-repeat;
	background-size: cover;
}
.itemHome2a{
	padding-right: 45px;
}
.home2{
	max-width: 484px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
}
.home2 h1{
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.25px;
	margin-bottom: 25px;
	font-weight: 400;
}
.home2 h1 strong{
	display: block;
}
.home2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 232px;
	height: 59px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	border:solid 1px #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	margin-top: 32px;
}
.home2 a:hover,.home2 a:focus{
	text-decoration: none;
	color: #fff;
	background: #fff;
	color: #222222;
}
#textHome3{
	background: #ededed;
	padding-top: 105px;
	padding-bottom: 41px;
}
.contentHome3{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome3{
	width: calc(50% - 20px);
	margin-right: 40px;
	margin-bottom: 50px;
}
.itemHome3:nth-child(2n + 2){
    margin-right: 0px;
}
.itemHome3:last-child{
	margin-right: 0px;
}
.cntHome3{
	max-width: 354px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #4c4c4c;
	text-align: center;
}
.cntHome3 strong{
	font-weight: 700;
}
.cntHome3 img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
}
.cntHome3 a.link{
	color: #003BB3;
}
.titleHome3{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: 0px;
	color: #414141;
	text-align: center;
	padding-bottom: 19px;
	margin-bottom: 17px;
	position: relative;
}
.titleHome3 strong{
	display: block;
}
.titleHome3::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: calc(50% - 55px);
	width: 110px;
	height: 1px;
	background: #616161;
}
.btnHome3{
	background: #373737;
	position: relative;
	width: 226px;
	height: 48px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 52px;
}
.btnHome3:hover,.btnHome3:focus{
	background: #FF5153;
	text-decoration: none;
	color: #fff;
}
#textHome4{
	padding: 46px 0;
}
.titleHome4{
	position: relative;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #444240;
	text-transform: uppercase;
	text-align: center;
}
#textHome4 img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#textHome5{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome5{
	width: calc(50% - 1.5px);
	margin-right: 3px;
	margin-bottom: 3px;
	height: 364px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.itemHome5:nth-child(2n + 2),.itemHome5:last-child{
	margin-right: 0px;
}
.itemHome5a{
	background: url('../images/inicio/gal1.webp') center no-repeat;
	background-size: cover;
}
.itemHome5b{
	background: url('../images/inicio/gal2.webp') center no-repeat;
	background-size: cover;
}
.itemHome5c{
	background: url('../images/inicio/gal3.webp') center no-repeat;
	background-size: cover;
}
.itemHome5d{
	background: url('../images/inicio/gal4.webp') center no-repeat;
	background-size: cover;
}
.home5{
	width: 100%;
	max-width: 506px;
	height: 174px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.25px;
	color: #fff;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.home5 strong{
	display: block;
	color: #FF4E4E;
}
#textHome6{
	background: #ededed;
	position: relative;
}
#textHome6 .container div{
	position: relative;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #3a3a3a;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0;
}
#textHome6::before{
	content: '';
	position: absolute;
	bottom: -30px;
	height: 32px;
	left: calc(50% - 119.5px);
	width: 239px;
	background: url('../images/inicio/before.png') bottom center no-repeat;
	background-size: cover;
}
#textHome7{
	padding-top: 70px;
	position: relative;
}
.lineaHome7{
	width: 100%;
	height: 6px;
	background: #4b4b4b;
	opacity: 0.25;
	margin-bottom: 65px;
}
.titleHome7{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.1px;
	color: #616161;
}
.titleHome7 strong{
	font-weight: 700;
}
.titleHome7 span{
	font-style: italic;
}
.imghome7{
	margin-top: 36px;
	margin-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
}
.titleHome8{
	background: #404092;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 32px;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 30px
}
.textoHome8{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.1px;
	color: #616161;
	padding-top: 30px;
	padding-bottom: 48px;
}
.imghome8{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
/*Estilos seccion Nosotros*/
#textNos1{
	padding-top: 124px;
	padding-bottom: 121px;
}
.titleNos1{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 62px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 357px;
	height: 62px;
	background: #FF4E4E;
	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	-ms-border-radius: 31px;
	-o-border-radius: 31px;
	margin-left: -22px;
	margin-bottom: 36px;
}
.textop{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
}
.textop strong{
	font-weight: 800;
}
.textoNos1a{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #616161;
	text-align: center;
	background: #ebebeb;
	border-radius: 102px;
	-webkit-border-radius: 102px;
	-moz-border-radius: 102px;
	-ms-border-radius: 102px;
	-o-border-radius: 102px;
	padding: 47.5px 96px;
	margin-top: 42px;
}
#textNos2{
	background: #2e2e2e;
}
.contentNos2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemNos2{
	width: 50%;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: 0px;
	color: #fff;
	text-align: right;
}
.itemNos2a{
	height: 647px;
	position: relative;
}
.itemNos2b{
	padding-left: 20px;
}
.itemNos2a::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 959px;
	height: 100%;
	background: url('../images/nosotros/bg1.webp') center no-repeat;
	background-size: cover;
}
.nos2{
	max-width: 490px;
	margin-left: auto;
	margin-right: 0;
}
.nos2 strong{
	color: #FF5252;
}
.contentNos3{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 0px;
}
.itemNos3{
	width: calc(50% - 30px);
	margin-right: 60px;
	margin-bottom: 50px;
	position: relative;
}
.itemNos3:last-child::before{
	content: '';
	position: absolute;
	top: 0;
	left: -34px;
	width: 8px;
	height: 100%;
	background: #dbdbdb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.itemNos3:last-child{
	margin-right: 0px;
}
.contentNos3 figure{
	max-width: 563px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.contentNos3 figure img{
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.35);
} 
.contentNos3 figure div{
	width: 293px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	-ms-border-radius: 31px;
	-o-border-radius: 31px;
	position: absolute;
	bottom: -31px;
	left: calc(50% - 146.5px);
	background: #FF4E4E;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.textoHome3{
	position: relative;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1px;
	color: #616161;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 70px;
}
#textNos4{
	background: url('../images/nosotros/bg2.webp') center no-repeat;
	background-size: cover;
	padding-top: 91px;
}
.titleNos4{
	display: inline-block;
	background: #FF4E4E;
	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	-ms-border-radius: 31px;
	-o-border-radius: 31px;
	padding: 11px 102px;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 27px;
	line-height: 1.1;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 141px;
}
.titleNos4 strong{
	font-weight: 800;
}
.contentNos4{
	position: relative;
	max-width: 1075px;
	margin-left: auto;
	margin-right: auto;
}
.nos4:before,
.nos4:after{display:block; content:""; clear:both;}
.nos4{
	width: 225px;
	height: 188px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background: #f4f4f4;
	border: solid 1px #c1c1c1;
	padding-top: 91px;
	position: relative;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	color: #616161;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.1px;
	text-align: center;
	padding-bottom: 29px;
	margin-bottom: 212px;
	padding-left: 5px;
	padding-right: 5px;
}
.nos4 img{
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -76px;
	left: calc(50% - 76px);
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
} 
.nos4 span{
	display: block;
}
.nos4 strong{
	font-weight: 800;
}
.linkMailNos4{
	color: #256b77;
}
.itemNos4.center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.btnNos4{
	position: absolute;
	bottom: -14px;
	left: calc(50% - 69.5px);
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-style: italic;
	color: #fff;
	background: #FF4E4E;
	width: 139px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	z-index: 2;
}
.btnNos4:hover,.btnNos4:focus{
	text-decoration: none;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	color: #fff;
}
.btnNos4A{
	background: #009084;
}
.btnNos4R{
	background: #459232;
}
.btnNos4AA{
	background: #B59C56;
}
.nos4a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.itemNos4.beetwen{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.nos41-1::before{
	content: '';
	position: absolute;
	bottom: -550px;
	left: calc(50% - 2px);
	width: 4px;
	height: 550px;
	background: #c1c1c1;
}
.nos41-2::before{
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right:-440px;
	width: 440px;
	height: 4px;
	background: #c1c1c1;
}
.nos41-3::before,.nos41-5::before{
	content: '';
	position: absolute;
	top: -103px;
	left: calc(50% - 4px);
	width: 4px;
	height: 103px;
	background: #c1c1c1;
}
.nos41-4::before{
	content: '';
	position: absolute;
	top: -103px;
	left: calc(50% - 376px);
	width: 751px;
	height: 4px;
	background: #c1c1c1;
}
.nos41-6::before{
	content: '';
	position: absolute;
	top: -215px;
	left: calc(50% - 4px);
	width: 4px;
	height: 215px;
	background: #c1c1c1;
}

#textNos5{
	background: #FF4E4E;
}
.titleNos5{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 26px 0;
}
.contentNos6{
	padding-top: 60px;
	padding-bottom: 20px;
}
.titleNos6{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0px;
	color: #3f3f3f;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 29px;
	position: relative;
	margin-bottom: 28px;
}
.titleNos6::before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 23px;
	height: 9px;
	left: calc(50% - 11.5px);
	background: url('../images/nosotros/flecha.png') center no-repeat;
	background-size: cover;
}
.cntNos6{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemNos6{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 40px;
}
.itemNos6:last-child{
	margin-right: 0px;
}
.nos6{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 100px;
	height: 152px;
}
.nos6 img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.35);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.titleNos6a{
	padding-left: 74px;
	background-color: #545454;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #fff;
	text-align: left;
	padding-right: 160px;
	position: relative;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.btnNos6{
	position: absolute;
	width: 139px;
	height: 29px;
	right: 15px;
	top: calc(50% - 14.5px);
	border-radius: 14.5px;
	-webkit-border-radius: 14.5px;
	-moz-border-radius: 14.5px;
	-ms-border-radius: 14.5px;
	-o-border-radius: 14.5px;
	font-weight: 300;
	font-size: 14px;
	line-height: 29px;
	letter-spacing: 0px;
	color: #fff;
	font-style: italic;
	background: #FF4E4E;
	text-align: center;
}
.btnNos6:hover,.btnNos6:focus{
	text-decoration: none;
	color: #FF4E4E;
	background: #ffffff;
}
.bgGris{
	background: #f5f5f5;
}
#textNos7{
	background: url('../images/nosotros/bg3.webp') center no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 42px;
}
.contentNos7{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemNos7{
	width: calc(33.333% - 13px);
	margin-right: 19.5px;
}
.itemNos7:last-child{
	margin-right: 0px;
}
.nos7{
	height: 190px;
	background: rgba(9, 9, 9, 0.25);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	position: relative;
	padding-top: 70px;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 17px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.nos7 span{
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
}
.imgNos7{
	position: absolute;
	top: -59.5px;
	left: calc(50% - 59.5px);
}
.nos7 .titleNos7b{
	line-height: 0.7;
}
.nos7 a{
	width: 139px;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 14.5px;
	-webkit-border-radius: 14.5px;
	-moz-border-radius: 14.5px;
	-ms-border-radius: 14.5px;
	-o-border-radius: 14.5px;
	border: solid 1px #fff;
	position: absolute;
	bottom: 28px;
	left: calc(50% - 69.5px);
	color: #fff;
}
.nos7 a span{
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
}
/*Estilos seccion Beneficios*/
#textBene1{
	background: #FF4E4E;
}
#textBene1 h1{
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	line-height: 47px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	padding: 35px 0;
}
#textBene2{
	padding-top: 72px;
}
.itemBene2{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: -0.1px;
	color: #616161;
	text-align: left;
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.itemBene2 span{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 42px;
	padding-right: 20px;
}
.itemGrisOscuro{
	background: #f2f2f2;
}
.itemGrisClaro{
	background: rgba(242,242,242,0.50);
}
.itemBene2 a{
	color: #3f82cd;
}
.itemBene2 span::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 17px;
	width: 11px;
	height: 13px;
	background: url('../images/caret2.png') center no-repeat;
	background-size: cover;
}
.cntLinkBene1{
	padding-top: 47.5px;
	padding-bottom: 47.5px;
}
.textoLinkBene1{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: -0.1px;
	font-style: italic;
	text-align: center;
	color: #147aaf;
}
.cntBene3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 75px;
}
.itemBene3{
	width: calc(50% - 3px);
	margin-right: 6px;
	background: #FF4949;
	position: relative;
}
.itemBene3:last-child{
	margin-right: 0px;
}
.itemBene3a{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 27px 10px;
}
.itemBene3b{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 27px 10px;
}
.titleBene3{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -0.1px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleBene3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #BC3232;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	height: 29px;
	width: 139px;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-style: italic;
	text-align: center;
	margin-left: 24px;
}
#textBene4{
	background: url('../images/bgbene.webp') center no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 87px;
	padding-bottom: 70px;
}
.titleBene4{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 30px;
	letter-spacing: -0.1px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#textBene4 a{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	width: 176px;
	height: 36px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	background: #BC3232;
	margin-top: 22px;
}
/*Estilos seccion actividades*/
#bajarSl{
	margin-top: 111px;
}
#textAct1{
	padding-top: 110px;
	padding-bottom: 120px;
}
#textAct2{
	background: url('../images/actividades/bg1.webp') center no-repeat;
	background-size: cover;
}
.contentActividad2{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 100px 0;
	flex-wrap: wrap;
}
.itemActividad2{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	position: relative;
}
.itemActividad2:last-child::before{
	content: '';
	position: absolute;
	top: 0;
	left: -3px;
	width: 6px;
	height: 100%;
	background: #fff;
	opacity: 0.25;
}
.itemActividad2 img{
	margin-left: auto;
	margin-right: auto;
}
.titleAct2{
	font-weight: 900;
	font-size: 25px;
	line-height: 1.1;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 22px;
}
.itemActividad2 a{
	position: relative;
	width: 174px;
	height: 41px;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background: #FB434D;
	margin-top: 20px;
}
.itemActividad2 a.link2{
	margin-top: 50px;
}
.itemActividad2 a:hover,.itemActividad2 a:focus{
	text-decoration: none;
	background: #fff;
	color: #FB434D;
}
#textAct3{
	background: url('../images/actividades/bg4.webp') center no-repeat;
	background-size: cover;
}
#textAct3 .tit1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 35.73px;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	padding: 79px 0;
}
#textAct3 .tit1 strong{
	font-weight: 900;
}
.imgAct3{
	margin-left: 17px;
	margin-right: 17px;
}
.contentAct4{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemAct4{
	height: 366px;
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemAct4::before{
	content: '';
	position: absolute;
	top: 0;
	width: 960px;
	height: 100%;
}
.itemAct4a::before{
	background: url('../images/actividades/bg2.webp') center no-repeat;
	background-size: cover;
	right: 0;
}
.itemAct4b::before{
	background: url('../images/actividades/bg3.webp') center no-repeat;
	background-size: cover;
	left: 0;
}
.act4{
	position: relative;
	z-index: 2;
}
.titleAct4{
	text-align: center;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.1px;
}
.titleAct4 strong{
	font-weight: 900;
}
.contentAct4 a{
	position: relative;
	width: 219px;
	height: 37px;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	-ms-border-radius: 19px;
	-o-border-radius: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background: #FB434D;
	margin-top: 10px;
	font-style: italic;
}
.contentAct4 a:hover,.contentAct4 a:focus{
	text-decoration: none;
	background: #fff;
	color: #FB434D;
}
#tituloVideo{
	padding-top: 85px;
	padding-bottom: 72px;
}
.imgVideos1a{
	margin-left: auto;
	margin-right: auto;
}
#videoCaps{
	padding-top: 98px;
	padding-bottom: 40px;
	background: #f8f8f8;
	position: relative;
}
#videoCaps::before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 150px);
	width: 300px;
	height: 30px;
	background: url('../images/videos/poligono.png') bottom center;
	background-size: cover;
}
.videosContent{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.itemVideo{
	width: calc(33.333% - 25.333px);
	margin-right: 38px;
	margin-bottom: 56px;
}
.itemVideo:last-child,.itemVideo:nth-child(3n + 3){
	margin-right: 0px;
}
.imgFigureVideo{
	width: 100%;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	opacity: 0.25;
}
.itemVideo figure{
	position: relative;
	background: #242424;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	overflow: hidden;
}
.itemVideo figure::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #FB434D;
}
.itemVideo figure .play{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	top: 0;
	left: 0;
}
.titlevideos{
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height:1.1;
	letter-spacing: -0.1px;
	color: #404040;
	text-align: center;
	position: relative;
}
.itemVideo a:hover,.itemVideo:focus{
	text-decoration: none;
}
.itemVideo a:hover .imgFigureVideo,.itemVideo:focus .imgFigureVideo{
	opacity: 0.5;
}
.titlevideos::before{
	content: '';
	position: absolute;
	top: -11px;
	left: calc(50% - 10.5px);
	width: 21px;
	height: 21px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #FB434D;
}
/*Estilos seccion contacto*/
#formTop{
	position: relative;
	padding-bottom: 122px;
	padding-top: 122px;
}
.titleContacto1{
	width: 434px;
	height: 62px;
	background: #FF4E4E;
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: 36px;
	line-height: 62px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 31px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	-ms-border-radius: 31px;
	-o-border-radius: 31px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #616161;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 0px;
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 6px
}
#frmContacto .form-control{
	display: block;
	height: 72px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Inter", serif;
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	box-shadow: inset 0 0px 0px transparent !important;
	border: 1px solid #c3c3c9;
	padding-left: 18px;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
#frmContacto .textarea{
	height: 140px;
	padding-top: 28px;
}
#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: #616161; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family: 'Inter', sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 28px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
.frmContacto input::-webkit-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#9a9a9a; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.cntCap{
	display: inline-block;
	text-align: center;
	margin-top: 28px;
}
#textContacto2{
	position: relative;
	background: url('../images/inicio/bg.webp') center no-repeat;
	background-size: cover;
}
.contentCont2{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 33px 0;
}
.contentCont2 a{
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.contentCont2 a strong{
	background: #fff;
	color: #4b5380;
	padding: 6.5px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contentCont2 a:hover,.contentCont2 a:focus{
	text-decoration: none;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#textContacto3{
	background: #FF4E4E;
}
#textContacto3 .tit{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	padding: 33px 0;
}
#textContacto3 .tit img{
	display: inline;
	position: relative;
	top: 2px;
}
#mapc{
	height: 670px;
}