/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

:root {
  --size: 50vmin;
  --white: #fff;
  --blue: #3051f1;
  --purple: #c92bb7;
  --red: #f73344;
  --orange: #fa8e37;
  --yellow: #fcdf8f;
  --yellow_to: #fbd377;
}
body{
	font-family: "Poppins", sans-serif;
  	font-weight: 400;
  	font-style: normal;	
}

.wow{
	visibility: hidden;
}
.wrap{
	overflow: hidden;
	padding-top: 139px
}
.dFlex{
	display: flex;
	flex-wrap: wrap;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: #000;
	height: 139px;
	overflow: hidden;
}

#logoTop{
	position: absolute;
	z-index: 3;
	top: 30px;
	left: 15px;
}
#logoTop #logo{
	position: relative;
	z-index: 1;	
	-webkit-transition: linear all .3s;
  	-o-transition: linear all .3s;
  	transition: linear all .3s;
}
#logoTop #logo:hover{
	opacity: 0.8
}

#header .row{
	flex-direction: row;
  	justify-content: end;
}
#mailtop{
	display: flex;
	height: 69px;
	background: #4e4d4d;
	justify-content: end;
	align-items: center;
	position: relative;
	margin-right: 15px
}
#mailtop:before{
	display: block;
	content: "";
	background: url('../images/bgGrayTop.png') 0 0 no-repeat;
	width: 59px;
	height: 69px;
	left: -59px;
	position: absolute;
	top: 0;
}
#mailtop:after{
	display: block;
	content: "";
	background: #4e4d4d;
	height: 69px;
	width: 500px;
	right: -500px;
	position: absolute;
	top: 0;
}
#mailtop a{
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	color: #FFF;
	background: url('../images/icons/icoMail.png') 0 0 no-repeat;
	height: 36px;
	align-items: center;
	padding-left: 45px;
}

/*Menu*/
#menuTop .container{
	position: relative;
	padding-top: 35px
}

#menuTop #menu ul{
	height: 70px;
	align-items: center;
}
#menuTop #menu ul,
#menuTop #menu li{
	list-style: none;
	margin: 0;
	padding: 0
}
#menuTop #menu{
	display: flex;
	justify-content: end;
}
#menuTop #menu li{
	padding: 0 2px;
	position: relative;
}
#menuTop #menu ul li:first-child{
	padding-left: 0
}

#menuTop #menu a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
  	font-optical-sizing: auto;
	text-decoration: none;
	border-radius: 15px;
	height: 30px;
	padding: 0 22px;
	-webkit-transition: linear all .3s;
  	-o-transition: linear all .3s;
  	transition: linear all .3s;
}

#menuTop #menu li.active a,
#menuTop #menu a:hover{
	background:#FFF;
	color: #4c4c4c;
}



/*Footer*/
#footer .contentFooter{
	background: #4e4d4d;
}
#footer .contentFooter .container{
  	display: flex;
  	align-items: center;
  	min-height: 114px;
  	color: white;
  	font-family: "Arial", serif;
  	font-size: 11px;
  	justify-content: space-between;
  	flex-direction: row;
}
#footer .tfooter {
  	line-height: 16px;
  	text-align: left;
  	float: left;
  	min-height: 22px;
  	display: flex;
  	align-items: center;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
  	line-height: 16px;
  	float: right;
  	display: flex;
  	align-items: center;
  	justify-content: right;
  	margin-bottom: 0;
}
#footer #powered a {
  	color: inherit;
  	display: flex;
  	padding: 0 0 0 28px;
  	min-height: 22px;
  	align-items: center;
  	margin-left: 5px;
  	background: url(/assets/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}


#datFooter{
	min-height: 349px;
	background: #1d1d1e;
	padding: 49px 0 39px;
	position: relative;
	overflow: hidden;
	z-index: 2
}
#datFooter .row{
	margin: 0 -15px;
	justify-content: space-between;
}
#datFooter .item{
	color: #fff;
	font-size: 16px;
	font-family: "Open Sans", serif;
	min-height: 270px;
	padding: 0 15px;
}


#datFooter .title{
	font-family: "Montserrat", serif;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px
}
#datFooter .item ul,
#datFooter .item li{
	list-style: none;
	padding: 0;
	margin: 0;
}
#datFooter .item li{
	line-height: 18px;
	margin-bottom: 8px;
	padding-left: 10px;
	position: relative;
}
#datFooter .item a{
	color: inherit;
	text-decoration: none;
}
#datFooter .item a:hover{
	text-decoration: underline;
}
#datFooter .menuFooter a{
	font-family: "Arial", serif;
	font-size: 14px;
}
#datFooter .item li:before{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #FFF;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
}

#datFooter .infoAddress{
	font-family: "Arial", serif;
	font-size: 14px;
	color: #FFF;
}
#datFooter .infoAddress div{
	padding-bottom: 10px;
  	line-height: 18px;
}
#datFooter .mailFooter{
	line-height: 18px
}
#datFooter .mailFooter a{
	background: url('../images/icons/mailFooter.png') left 4px no-repeat;
	font-family: "Arial", serif;
	font-size: 14px;
  	padding-left: 20px;
  	line-height: 18px;
}




a#toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #eca530;
  -moz-box-shadow: 0 0 3px 2px #FFF;
  -ms-box-shadow: 0 0 3px 2px #FFF;
  -o-box-shadow: 0 0 3px 2px #FFF;
  -webkit-box-shadow: 0 0 3px 2px #FFF;
  box-shadow: 0 0 3px 2px #FFF;
  left: 40px;
  bottom: 90px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
  padding: 30px 0 0 30px;
}
a#toTop::before {
  display: block;
  content: "‹";
  transform: rotate(90deg);
  font-size: 50px;
  text-align: center;
  position: absolute;
  left: 3px;
  top: 2px;
  width: 100%;
}

#sliderTop{
	position: relative;
	z-index: 1;
	background: url('../images/slider/bgSlider.webp') right bottom no-repeat #1d1d1e;
}
#slider1{
	background: url('../images/slider/bgLeft.webp') left bottom no-repeat;
}
#slider1 .flex-control-nav{
	text-align: left;
	max-width: 1300px;
  	left: 50%;
  	bottom: 50px;
  	transform: translateX(-50%);
  	display: flex;
}
#slider1 .flex-control-paging li{
	margin: 0 0 0 9px;
}
#slider1 .flex-control-paging li a{	
	border:none;
	border-radius: 50%;
	background: #FFF;
	width: 19px;
	height: 19px;
}
#slider1 .flex-control-paging li a:hover,
#slider1 .flex-control-paging li a.flex-active{
	background: #9c362b;
}
#slider1 li img{
	border-radius: 0 0 150px 150px
}
.sliderShadow img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/*Inicio*/
#home-1{
	background: url('../images/home/bg1.webp') right top no-repeat #1d1d1e;
	min-height: 500px;	
	padding-top: 99px;
	padding-bottom: 99px;
}

#home-1 .container{
	height: 650px;
	display: flex;
	align-items: center;
}
#home-1 .row figure img{
	height: 658px;
	max-width: initial;
	position: relative;
	left: -45%;
}
#home-1 .col{
	display: flex;
	align-items: center;
	width: 50%;
	color: #fff;
	font-family: "Open Sans", serif;
	padding: 15px;
}

#home-1 .title{
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	padding: 0 0 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom: solid 3px #4e4d4d;
}
#home-1 .title b{
	font-weight: 600;
	font-size: 35px
}
#home-1 .text{
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}


#home-2 img{
	max-width: 100%
}

#home-3{
	background: #0e0e0e url('../images/home/bg2.webp') center center no-repeat;
	padding: 80px 0;
}
#home-3 .container{
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 0 15px;
}
#home-3 .title{
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	color: #fff;	
	line-height: normal;
	margin-bottom: 40px;
}
#home-3 .title strong{
	font-size: 45px;
}

#home-3 .row{
	margin: 0 -15px;
}
#home-3 .col{
	width: 33.3333%;
	padding: 0 15px;
}
#home-3 article{
	margin: 0 auto;
}
#home-3 article figure{
	height: 290px;
	width: 290px;
	border: solid 6px #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
#home-3 .text{
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
	line-height: normal;
}


/*Nosotros*/
#who-1{
	background: #1d1d1e url('../images/who/bgLeft.webp') left top no-repeat;
}
#who-1 .bg{
	background: url('../images/home/bg1.webp') right top no-repeat;
	padding: 96px 0
}
#who-2 .row{
	margin: 0 -15px;
}
#who-1 .row figure img{
	max-width: 100%;
}
#who-1 .col{
	display: flex;
	align-items: center;
	width: 50%;
	font-family: "Open Sans", sans-serif;
  	font-size: 18px;
  	color: #fff;
	padding: 0 15px;
}
#who-1 .row .col:last-child{
	display: flex;
	justify-content: end
}

#who-1 .title {
  	font-family: "Montserrat", sans-serif;
  	font-size: 36px;
  	color: #fff;
  	line-height: 50px;
  	padding: 0 0 15px;
  	margin-bottom: 20px;
  	text-transform: uppercase;
  	font-weight: 400;
  	border-bottom: solid 3px #4e4d4d;
}
#who-1 .title b{
	font-weight: 600;
	font-size: 35px
}
#who-1 .text{
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}

#who-2{
	background: url('../images/who/bg2.webp') center top no-repeat;
}
#who-2 .container{
}
#who-2 .row{
	display: flex;
	height: 722px;
}
#who-2 .col{
	display: flex;
	align-items: center;
	width: 50%;
	flex-basis: 50%;
}
#who-2 .text{
	font-weight: 400;
	text-align: left;
	font-family: "Open Sans", sans-serif;
  	font-size: 18px;
  	color: #393939
}
#who-2 .text .item:first-child{
	margin-bottom: 85px
}
#who-2 .title{
  	font-family: "Montserrat", sans-serif;
  	font-size: 30px;
  	color: #393939;
  	line-height: 1;
  	margin-bottom: 3px
}

#loading{background-size:60% auto;display:block;width:100px;height:100px;position:fixed;left:50%;margin-left:-50px;top:50%;margin-top:-50px;z-index:99999 !important;}
.basic-spinner{display:inline-block;margin:0 auto;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../images/site-spinner-240.png);width:100px;height:100px;-webkit-animation:full-rotation 1s infinite linear;-moz-animation:full-rotation 1s infinite linear;animation:full-rotation 1s infinite linear}.basic-spinner.isHidden{display:none}.ua-ie-7 .basic-spinner,.ua-ie-8 .basic-spinner,.ua-ie-9 .basic-spinner{background-image:url(../images/site-spinner-100.gif)}
@-webkit-keyframes full-rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@-moz-keyframes full-rotation{from{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}
@-o-keyframes full-rotation{from{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes full-rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
