/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
	color: #fff;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	background-color: #404240;
}

p {
	font-weight: 300 !important;
  	line-height: 1.5;
	font-size: 1rem;
}
p strong {
	font-weight: 700
}
@media (min-width: 992px) {
	p {
		font-size: 1.1rem;
	}
}
a {
  color: #fff;
}

a:hover {
  	color: #fff;
	text-decoration: none;
}

.text-primary {
  color: #fff !important;
}

h1 {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 90%;
}
h2,
h3,
h4,
h5,
h6 {
	
/*color: #fff;*/
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section {
  padding: 30px 0;
}
h2 {
	font-size: 1.2rem;
	margin-bottom: 1.4rem;
	text-transform: uppercase
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	text-transform: uppercase
}
section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.gradient-gris {
	background: rgba(85,87,85,1);
	background: -moz-radial-gradient(top, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -webkit-gradient(radial, top center, 0px, center center, 100%, color-stop(0%, rgba(85,87,85,1)), color-stop(50%, rgba(64,66,64,1)));
	background: -webkit-radial-gradient(top, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -o-radial-gradient(top, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -ms-radial-gradient(top, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: radial-gradient(ellipse at top, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555755', endColorstr='#404240', GradientType=1 );
}
.gradient-turquesa {
	background: rgba(125,250,250,1);
	background: -moz-radial-gradient(top, ellipse cover, rgba(125,250,250,1) 0%, rgba(102,204,204,1) 50%);
	background: -webkit-gradient(radial, top center, 0px, center center, 100%, color-stop(0%, rgba(125,250,250,1)), color-stop(50%, rgba(102,204,204,1)));
	background: -webkit-radial-gradient(top, ellipse cover, rgba(125,250,250,1) 0%, rgba(102,204,204,1) 50%);
	background: -o-radial-gradient(top, ellipse cover, rgba(125,250,250,1) 0%, rgba(102,204,204,1) 50%);
	background: -ms-radial-gradient(top, ellipse cover, rgba(125,250,250,1) 0%, rgba(102,204,204,1) 50%);
	background: radial-gradient(ellipse at top, rgba(125,250,250,1) 0%, rgba(102,204,204,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dfafa', endColorstr='#66cccc', GradientType=1 );
}
.gradient-salmon {
	background: rgba(255,195,189,1);
	background: -moz-radial-gradient(top, ellipse cover, rgba(255,195,189,1) 0%, rgba(255,146,136,1) 50%);
	background: -webkit-gradient(radial, top center, 0px, center center, 100%, color-stop(0%, rgba(255,195,189,1)), color-stop(50%, rgba(255,146,136,1)));
	background: -webkit-radial-gradient(top, ellipse cover, rgba(255,195,189,1) 0%, rgba(255,146,136,1) 50%);
	background: -o-radial-gradient(top, ellipse cover, rgba(255,195,189,1) 0%, rgba(255,146,136,1) 50%);
	background: -ms-radial-gradient(top, ellipse cover, rgba(255,195,189,1) 0%, rgba(255,146,136,1) 50%);
	background: radial-gradient(ellipse at top, rgba(255,195,189,1) 0%, rgba(255,146,136,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc3bd', endColorstr='#ff9288', GradientType=1 );
}

@media (min-width: 768px) {
	h2 {
		font-size: 1.6rem;
		}
  	section {
    	padding: 60px 0 0;
  	}

}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #66cccc;
  border-color: #66cccc;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #59adab !important;
  border-color: #59adab !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(89, 173, 171, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(89, 173, 171, 0.5) !important;
}

::-moz-selection {
  background: #66cccc;
  text-shadow: none;
}

::selection {
  background: #66cccc;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  	/*background-color: #404240;*/
	padding: .8rem 1rem;
	background: #404240;
	transition: all 1s ease-out
	
}

#mainNav.navbar-shrink {
	background: rgba(85,87,85,1);
	background: -moz-radial-gradient(bottom, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -webkit-gradient(radial, bottom center, 0px, center center, 100%, color-stop(0%, rgba(85,87,85,1)), color-stop(50%, rgba(64,66,64,1)));
	background: -webkit-radial-gradient(bottom, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -o-radial-gradient(bottom, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -ms-radial-gradient(bottom, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: radial-gradient(ellipse at bottom, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555755', endColorstr='#404240', GradientType=1 );
}



#mainNav .navbar-toggler {
  font-size: 28px;
    right: 0;
    padding: 0;
    text-transform: uppercase;
    color: white;
    border: 0;
    outline: 0;
	margin-top: -4px;
    border-radius: 0;
    /* background-color: #66cccc; */
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #66cccc;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 0 !important;
}
.navbar-brand img {
	width: 150px !important;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 100%;
    font-weight: 400;
    padding: 1em 0;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	border-top: 1px solid #ff9288;
}
#mainNav .navbar-nav .nav-item:first-child .nav-link {
	border-top: none;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #66cccc;
}
#mainNav .navbar-nav .nav-item.nav-reel .nav-link.active, #mainNav .navbar-nav .nav-item.nav-reel .nav-link:hover {
  color: #ff9288;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/*animated burger*/
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #ff9288;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
	outline: 0;
  background: transparent !important;
}

/**/
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/****/


@media (min-width: 992px) {
	.navbar-brand img {
		width: 200px !important;
	}
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    /*border-bottom: 1px solid #ddd;*/
    background: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 0em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
	  font-size: 90%;
    padding: 1.1em 1em !important;
	  text-transform: none;
	  border-top: none;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    /*background-color: #212529;*/
	  background: rgba(85,87,85,1);
	background: -moz-radial-gradient(bottom, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -webkit-gradient(radial, bottom center, 0px, center center, 100%, color-stop(0%, rgba(85,87,85,1)), color-stop(50%, rgba(64,66,64,1)));
	background: -webkit-radial-gradient(bottom, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -o-radial-gradient(bottom, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: -ms-radial-gradient(bottom, ellipse cover, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	background: radial-gradient(ellipse at bottom, rgba(85,87,85,1) 0%, rgba(64,66,64,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555755', endColorstr='#404240', GradientType=1 );
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 0em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  /*background-size: cover;*/
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}






ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #66cccc;
}


/*!
 * CUSTOM SUPA
 */
/*******************
ASSETS
*******************/

.blanco {
	color: #fff
}
.salmon {
	color: #ff9288
}
.turquesa {
	color: #90c5bd
}
.gris {
	color: #404240
}
.el-title-section {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 800 !important;
	line-height: 110%;
	margin-bottom: 0
}
@media (min-width: 768px) {
	.el-title-section {
		font-size: 3rem;
	}
}
@media (min-width: 1200px) {
	.el-title-section {
		font-size: 3.2rem;
	}
}
@media (min-width: 1440px) {
	.el-title-section {
		font-size: 4rem;
	}
}
.cuad-top-left {
	position: absolute;
	top: 0;
	left: 0;
}
.cuad-top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.cuad-bot-left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.cuad-bot-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.cuad-top-left,
.cuad-top-right,
.cuad-bot-left,
.cuad-bot-right {
	width: 40px;
	height: 40px;
	overflow: hidden
}
.cuad-top-left img,
.cuad-top-left img,
.cuad-top-left img,
.cuad-top-left img {
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.cuad-top-left,
	.cuad-top-right,
	.cuad-bot-left,
	.cuad-bot-right {
		width: 60px;
		height: 60px;
		overflow: hidden
	}
	.cuad-top-left.doble,
	.cuad-top-right.doble,
	.cuad-bot-left.doble,
	.cuad-bot-right.doble {
		width: 120px;
		height: 60px;
		overflow: hidden
	}
	.cuad-top-left.triple,
	.cuad-top-right.triple,
	.cuad-bot-left.triple,
	.cuad-bot-right.triple {
		width: 180px;
		height: 60px;
		overflow: hidden
	}
}
@media (min-width: 992px) {
	.cuad-top-left,
	.cuad-top-right,
	.cuad-bot-left,
	.cuad-bot-right {
		width: 105px;
		height: 105px;
	}
	.cuad-top-left.doble,
	.cuad-top-right.doble,
	.cuad-bot-left.doble,
	.cuad-bot-right.doble {
		width: 210px;
		height: 105px;
	}
	.cuad-top-left.triple,
	.cuad-top-right.triple,
	.cuad-bot-left.triple,
	.cuad-bot-right.triple {
		width: 315px;
		height: 105px;
	}
}
.el-underline {
	height: 8px;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	max-width: 4rem;
	margin: 1rem 0 2rem
}
.el-underline.salmon {
	background-color: #ff9288;
}
.el-underline.turquesa {
	background-color: #90c5bd;
}
.el-underline.blanco {
	background-color: #fff;
}



.bot-turquesa,
.bot-salmon,
.bot-blanco {
	font-size: 1rem !important;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #66cccc;
	text-decoration: none;
	padding: 10px 0;
	width: 100%;/*180*/
	max-width: 15rem;
	    display: inline-block;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	/*box-sizing: content-box;*/
}
.bot-turquesa i, .bot-salmon i {
	margin-right: 10px;
}
.bot-turquesa:active,
.bot-salmon:active,
.bot-blanco:active{
	position: relative;
	top: 2px;	
}
.bot-salmon {
	border: 2px solid #ff9288;
}
.bot-blanco {
	border: 2px solid #fff;
}
.bot-turquesa:hover {
	color: #fff;
	background: #66cccc !important;
}
.bot-salmon:hover {
	color: #fff;
	background: #ff9288 !important;
}
.bot-blanco:hover {
	color: #404240;
	background: #fff !important;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1380px !important;
	}
}
.el-title-giant {
    font-size: 2.5rem;
	/*-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background: rgba(144,197,189, .5);*/
}
@media (min-width: 768px) {
	.el-title-giant {
		font-size: 3rem;
	}
}
@media (min-width: 992px) {
	.el-title-giant {
		font-size: 3.5rem;
	}
}
@media (min-width: 1200px) {
	.el-title-giant {
		font-size: 4.8rem;
		padding-left: 40px;
	}
}

/*******************
BS OVERRIDES
*******************/
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/*******************
HEADER
*******************/

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .2rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .2rem 0;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


@media (min-width: 992px) {
	.navbar>.container-fluid {
		padding: 0 0;	
	}
	#mainNav .container-fluid {
		/*border-bottom: 1px solid #ddd;*/
	}
	#mainNav.navbar-shrink .container-fluid {
		border: none;
	}
	#mainNav {
		margin: 0;
		padding: 0 30px 80px 30px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 2.2em 0 !important;
		margin: 0 25px;
		position: relative;
		 -webkit-transition: all 0.3s ease-in;
    	transition: all 0.3s ease-in;
	}
	
	#mainNav .navbar-nav .nav-item:last-child .nav-link {
		margin: 0 0 0 25px;
	}
	#mainNav .navbar-nav .nav-item .nav-link::after {
		width: 0;
		content:'';
		bottom: -3px;
		position: absolute;
		clear: both;
		display: block;
		height: 5px;
		 -webkit-transition: width 0.3s ease-in;
    	transition: width 0.3s ease-in;
	}
	
	#mainNav .navbar-nav .nav-item .nav-link.active::after,
	#mainNav .navbar-nav .nav-item .nav-link:active::after {
		background-color: #66cccc;
		width: 100%;
		 -webkit-transition: width 0.3s ease-in;
    	transition: width 0.3s ease-in;
	}
	#mainNav .navbar-nav .nav-item .nav-link:hover::after {
		background-color: #66cccc;
		width: 100%;
		 -webkit-transition: width 0.3s ease-out;
    	transition: width 0.3s ease-out;
	}
	#mainNav .navbar-nav .nav-item.nav-reel .nav-link.active::after,
	#mainNav .navbar-nav .nav-item.nav-reel .nav-link:active::after {
		background-color: #ff9288;
		width: 100%;
		 -webkit-transition: width 0.3s ease-in;
    	transition: width 0.3s ease-in;
	}
	#mainNav .navbar-nav .nav-item.nav-reel .nav-link:hover::after {
		background-color: #ff9288;
		width: 100%;
		 -webkit-transition: width 0.3s ease-out;
    	transition: width 0.3s ease-out;
	}
	
	#mainNav .navbar-nav .nav-item.nav-item--lang .nav-link:active::after,
	#mainNav .navbar-nav .nav-item.nav-item--lang .nav-link:hover::after,
	#mainNav .navbar-nav .nav-item.nav-item--lang .nav-link::after {
		background-color: transparent;
		height: 0;
		width: auto;
		 -webkit-transition: width 0.3s ease-in;
    	transition: width 0.3s ease-in;
		display: none !important
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		background: #ff9288;
		border: none;
		border-radius: 0;
		padding: 0;
		color: #fff;
		top: 70%;
		left: 0;
		width: 3rem;
		min-width: auto;
	}
	#mainNav .navbar-nav .dropdown-item {
		display: block;
		padding: .25rem 0;
		width: 3rem;
		clear: both;
		font-size: .8rem;
		font-weight: 400;
		color: #fff; 
		white-space: nowrap;
		background-color: transparent;
		border: 0;
		text-align: center;
	}
	#mainNav .navbar-nav .dropdown-item::after {
		content:'';
		width: 6px;
		height: 6px;
		display: block;
		background: #ff9288;/*ff9288*/
		position: absolute;
		top: -3px;
		right: 25%;
		transform: rotate(45deg)
		
	}
	#mainNav .navbar-nav .nav-item.nav-item--lang .nav-link {
		font-size: 80%;
		padding: 2.6em 0 !important;
	}
	.dropdown-toggle::after {
		display: none
	}
}
@media (min-width: 1200px) {
	#mainNav {
		margin: 0;
		padding: 0 60px 80px 60px;
	}
	#mainNav .container-fluid {
		/*border-bottom: 1px solid #ddd;*/
	}
}


/*******************
VIDEO
*********************/
.bl-masthead {
	/*height: 600px;*/
	position: relative;
	/*padding-top: 56.25%;*/
	overflow: hidden;
	margin-top: 44px;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    display: block;
    opacity: 0.2;
    object-fit: cover;
    width: 100%;
    min-height: 100%;
    height: 350px;
}
.co-text-video {
    color: #fff;
    position: absolute;
    z-index: 99;
    width: 90%;
    left: 5%;
}
.co-text-video h1 {
	height: 160px;
}
.slider-title {
	width: 100%;
	height: 300px
}
.slider-title .slick-slide {
	height: 300px
}
@media screen and (min-width: 768px) {
	.bl-masthead {
		margin-top: 44px;
	}
	#myVideo {
		height: auto;	
	}
}

@media screen and (min-width: 992px) {
	.bl-masthead {
		margin-top: 0;
	}
	.co-text-video h1 {
		height: 120px;
	}
}
@media screen and (min-width: 1200px) {
	.bl-masthead {
		/*padding-top: 40.25%;*/
		height: 700px;
	}
	.co-text-video h1 {
		height: 160px;
	}
}

/*******************
INTRO
*********************/
.bl-intro {
	    background: #fff url(../img/fd-intro-mobile.png) no-repeat center 5%;
    background-size: contain;
    min-height: 636px;
    padding-bottom: 4rem;
}

/**/
.carousel-item {
	color: #404240
}
/**/


.anim-tablet {
	width: 200px !important;
	height: 304px !important;
	position: relative;
	margin-left: 60px;
	top: -40px;
}
.anim-tablet canvas,
.anim-tablet div {
	width: 200px !important;
	height: 304px !important;
}
@media screen and (min-width: 768px) {
	
	.anim-tablet {
		width: 300px !important;
		height: 456px !important;
		position: relative;
	}
	.anim-tablet canvas,
	.anim-tablet div {
		width: 300px !important;
		height: 456px !important;
	}
	
}
@media screen and (min-width: 992px) {
	.bl-intro {
		background: #fff;
		/*background: transparent url('../img/fd-intro-desktop.png') no-repeat top center;*/
		/*min-height: 738px;*/
	}
	
}
@media screen and (min-width: 1200px) {
	.anim-tablet {
		margin-left: 120px;
		top: -40px;
	}
}

/*******************
SERVICES
*********************/
#servicios {
	background-size: 1900px;
	min-height: 636px;
	padding: 4rem 0;
	/**/

	
	
	
}
.co-servicio {
	position: relative;
	display: block;
	margin-bottom: 3rem;
}
.co-servicio h2 {
	color: #fff;
	margin: 0 0 1rem;
	/*font-size: 1.1rem*/
}
.co-servicio h2 br {
	display: none;
}
.co-servicio .el-servicio-img {
	    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;

}

.co-servicio .text p {
	color: #fff;
	font-size: .9rem;
	font-weight: 300
}
.co-servicio .text p .bot-blanco {
	font-size: 1rem;
}
.el-ico-mas {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
	text-align: right;
	width: 100%;
}
#servicios .co-servicio h2::after {
	content:"";
	height: 5px;
	width: 2rem;
	clear: both;
	display: block;
	background: #66cccc;
	margin: 1rem auto 1.2rem;
}
#servicios .co-servicio.co-servicio--rrss h2::after {
	background: #ff9288;
}

@media (min-width: 768px) {
	.el-servicio {
		height: 250px;
		margin-bottom: 2rem;
	}
	.co-servicio h2 {
		font-size: 1.3rem;
	}
	.co-servicio .el-servicio-img {
		width: 100%;
		height: auto;
	}
	#servicios {
		    padding: 4rem 0 6rem;
	}
	#servicios .co-servicio h2::after {
		content:"";
		height: 5px;
		width: 2rem;
		clear: both;
		display: block;
		background: #66cccc;
		margin: 1rem 0 1.2rem;
	}
}
@media (min-width: 992px) {
	.co-servicio .text p {
		font-size: .9rem;
	}
	#servicios {
		padding: 8rem 0;
	}
	#servicios .co-servicio h2::after {
		margin: 1rem 0 1.2rem;
	}
	
}
@media (min-width: 1200px) {
	.co-servicio {
		background-color: #404240;
		overflow: hidden;
		min-height: 350px;
	}
		.co-servicio h2 {
			color: #fff;
			font-size: 1.6rem;
}
	.co-servicio h2 br {
	display: block;
}
	.co-servicio .text {
		position: absolute;
		top: auto;
		bottom: .6rem;
		left: 2rem;
		 -webkit-transition: all 0.5s ease-out;
    	transition: all 0.5s ease-out;
		padding-right: 2rem;
		z-index:2;
	}
	.co-servicio .text p.el-desc,
	.co-servicio .text p.el-boton {
		color: #fff;
		margin-top: 1rem;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
    	transition: all 0.3s ease-out;
		display: none !important;
	}
	.co-servicio .el-servicio-img {
		margin-bottom: 0;
		 -webkit-transition: opacity 0.3s ease-out;
    	transition: opacity 0.3s ease-out;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.co-servicio:hover .el-servicio-img {
		
		opacity: .2;
	}
	.co-servicio:hover .text {
		top: auto;
		bottom: 1rem;
		
	}
	.co-servicio:hover .text p.el-desc,
	.co-servicio:hover .text p.el-boton {
		opacity: 1;
		display: block !important;
	}
	.el-ico-mas {
		background: rgba(0,0,0,.0);
		 -webkit-transition: all 0.3s ease-out;
    	transition: all 0.3s ease-out;
		width: 100%;
		height: 100%;
		text-align: right;
		display: block;
		z-index:1;
	}
	.co-servicio:hover .el-ico-mas {
		background: rgba(64,66,64,.8);
		
	}
}
/**/



/**/
@media screen and (min-width: 768px) {
	#servicios {
		min-height: 636px;
	}

	
}
@media screen and (min-width: 992px) {
	#servicios {
		min-height: 636px;
	}
	
}
@media screen and (min-width: 1200px) {
	#servicios {
		min-height: 636px;
	}

}

/*******
********/

.bl-accordion {
}
.co-accordion {
	margin-bottom: .8rem;
	/*background: #fff;*/
	border: 2px solid #ff9288;
}
		
.el-accordion-header {
	color: #ff9288 !important;
    padding: 1rem 1rem 1rem 1rem;
	/*border: 1px solid #ff9288;*/
}
.el-accordion-header h3 a {
	color: #fff !important;
	font-size: 1rem;
	text-transform: uppercase;
	display: block;
    width: 100%;
	padding-right: 1.5rem;
	background: transparent url(../img/ico-menos-salmon.png) no-repeat right 7px;
    background-size: 20px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.el-accordion-header h3 a.collapsed {
	background: transparent url(../img/ico-mas-salmon.png) no-repeat right 7px;
	 background-size: 20px;
}



.btn-accordion {
	/*position: relative;
	top: -1rem;*/
	cursor: pointer
}
.el-accordion-header h3 a .el-accordion-number {
	color: #ff9288;
	font-size: 2rem;
	top: .5rem;
	position: relative;
	display: none;
	margin-right: .6rem
}
.el-accordion-body {
	font-size: .9rem;
	color: #fff;
	/*padding: 1.5rem;*/
	padding: 0 1rem 1rem;
	font-weight: 200
}
.el-accordion-body hr {
	margin-top: 0rem;
	border-top: 1px solid #ff9288;
}
@media (min-width: 768px) {
	
	.el-accordion-header h3 a .el-accordion-number {
		font-size: 3rem;
		top: .5rem;
		margin-right: 1rem;
	}
	.el-accordion-header h3 a {
		padding-right: 1.5rem;
		background: transparent url(../img/ico-menos-salmon.png) no-repeat right 0px;
		background-size: 18px;
	}
	.el-accordion-header h3 a.collapsed {
		background: transparent url(../img/ico-mas-salmon.png) no-repeat right 0px;
		background-size: 18px;
	}
	
	.el-accordion-body {
		font-size: .9rem;
		padding: 0 1rem 1rem;
	}
}
@media (min-width: 992px) {
	.co-accordion {
		border: 2px solid #ff9288;
		margin-bottom: 1.5rem
	}
	.el-accordion-header {
		color: #ff9288 !important;
		padding: 1rem 1.5rem 0;
	}
	.el-accordion-header h3 a {
		font-size: 1.3rem;
		background: transparent url(../img/ico-menos-salmon.png) no-repeat right 18px;
		background-size: auto;
	}
	.el-accordion-header h3 a.collapsed {
		background: transparent url(../img/ico-mas-salmon.png) no-repeat right 18px;
	}
	.el-accordion-header h3 a .el-accordion-number {
		display: inline-block	
	}
	.btn-accordion {
		position: relative;
		top: -1rem;
	}
	.el-accordion-body {
		font-size: 1rem;
		padding: 0 1.5rem 1.5rem;
	}
}

/***********
ABOUT
***********/
.bl-about {
	padding: 4rem 0 13rem 0;
    background: #fff url(../img/fd-about-mobile.png) no-repeat bottom left;
    background-size: 150%;
	}
@media (min-width: 768px) {
	.bl-about {
		padding: 4rem 0 23rem 0;
		background: #fff url('../img/fd-about-mobile.png') no-repeat bottom left;
		background-size: 140%
	}
}
@media (min-width: 992px) {
	.bl-about {
		padding: 4rem 0 4rem 0;
    background: #fff url(../img/fd-about-tablet.png) no-repeat bottom left;
    background-size: 75%;
	}
}
@media (min-width: 1200px) {
	
	.bl-about {
		padding: 7rem 0 7rem 0;
		background: #fff url(../img/fd-about.png) no-repeat 35% 100%;
		background-size: 150%;
	}
}
@media (min-width: 1440px) {
	.bl-about {
		padding: 7rem 0 7rem 0;
    	background: #fff url(../img/fd-about.png) no-repeat bottom left;
    	background-size: 110%;
	}
}
@media (min-width: 1680px) {
	.bl-about {
		padding: 7rem 0 7rem 0;
    	background: #fff url(../img/fd-about.png) no-repeat bottom left;
    	background-size: contain;
	}
}
/***********
CLIENTES
***********/

.bl-clientes {
	padding: 4rem 0;
}
@media (min-width: 992px) {
	.el-cliente-logo {
		padding-left: 40px;
		padding-right: 40px;
	}
}


/***********
REEL
***********/

.bl-reel {
	background: #66cccc;
	padding: 5rem 0 6rem
}

.video-container {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media (min-width: 768px) {
	.bl-reel {
		padding: 9rem 0 10rem;
	}
}

/***********
CONTACTO
***********/

.bl-contact {
	background: #ff9288 url(../img/map-image.png) no-repeat center center;
	padding: 4rem 0 8rem;
}
.bl-contact #success {
	text-align: center
}
.bl-contact a:hover {
	text-decoration: underline;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(3.25rem + 2px);
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff !important;
    background: rgba(255,255,255,.3);
	border-color: #ff8176 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: all .3s ease-out;
	box-sizing: border-box;
	position: relative !important;
}
.form-control::after {
	content:'hello';
	/*border-bottom: 4px solid #ff8176;*/
	background: #fff !important;
	display: block;
	width: 100%;
	height: 4px;
	/*position: absolute !important; 
	top: 0;
	left: 0;*/
}
.form-control:active,
.form-control:focus {
	outline: 0;
	box-shadow: none;
	background: transparent !important;
	position: relative;
	border-bottom: 2px solid #fff !important;
}
/*.form-control:active::after,
.form-control:focus::after {
	content:'hello';
	border-bottom: 4px solid #ff8176;
	background: #fff !important;
	display: block;
	width: 100%;
	height: 4px;
}*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0;
    font-size: 1rem;
    line-height: 3.2rem;
    width: 100%;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group {
	margin-bottom: 0
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.el-img-contacto,
.el-img-contacto-2 {
		max-width: 250px;
    	margin: 0 auto;
	}
.el-img-contacto-3 {
	max-width: 400px;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.el-img-contacto {
		position: absolute;
		left: 0;
		top: 15%;
		max-width: 180px;
	}
	.el-img-contacto-2 {
		position: absolute;
		right: 0;
		bottom: 15%;
		max-width: 180px;
	}
	.el-img-contacto-3 {
		position: absolute;
		right: 0;
		bottom: 0;
		margin-left: -150px;
		}
}
@media (min-width: 1200px) {
	.el-img-contacto {
		left: 0;
		top: 10%;
		max-width: 250px;
	}
	.el-img-contacto-2 {
		right: 0;
		bottom: 10%;
		max-width: 250px;
	}
}
@media (min-width: 1920px) {
	.el-img-contacto {
		left: 10%;
		top: 10%;
		max-width: 250px;
	}
	.el-img-contacto-2 {
		right: 10%;
		bottom: 10%;
		max-width: 250px;
	}
}

/***validation***/
.help-block {
	font-weight: 700 !important;
}
.help-block ul {
	padding: 0;
}
.help-block li {
	list-style: none;
    color: #f83930;
    background-color: #fff;
    font-size: .8rem;
    padding: .3rem .6rem;
    margin-top: .5rem;
    position: relative;
    line-height: 120%;
}
.help-block li::after {
	content: '';
	height: .5rem;
	width: .5rem;
	background-color: #fff;
	position: absolute;
	left: 1rem;
	top: -.2rem;
	transform: rotate(45deg)
}

/***********
INSTAGRAM
***********/

.lightwidget--grid.lightwidget--grid-9 .lightwidget__tile {
    -webkit-flex-basis: 20% !important;
    flex-basis: 20% !important;
    max-width: 20% !important;
    width: 20% !important;
}


/***********
FOOTER
***********/

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  line-height: 40px;
  text-transform: none;
}

footer ul.quicklinks {
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

.bl-footer {
	padding: 4rem 0;
	font-size: .8rem
}
.bl-footer div,
.bl-footer p,
.bl-footer span {
	font-size: .8rem	
}


.el-logo-footer {
	max-width: 150px;
}
.co-footer--contacto {
	font-size: 1rem;
	list-style: none;
	padding: 0
}
.co-footer--rrss {
	padding: 0;
	font-size: 1.5rem
}

@media (min-width: 768px) {
	.el-logo-footer {
		max-width: 200px;
	}
}
@media (min-width: 992px) {
	.bl-footer div,
	.bl-footer p,
	.bl-footer span {
		font-size: .8rem	
	}
	.col-footer-border {
		border-right: 1px solid #ff9288
	}
}

/***********
MODAL
***********/
.modal-dialog {
	max-width: 800px;
    width: 100%;
    margin: 1.75rem auto;
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	color: #404240
}
.modal-body {
	color: #404240;	
}
.modal-body p {
	font-size: .8rem
}
.modal-body h2 {
	font-size: 1.1rem;
    display: block;
    margin-top: 1rem;
}
.modal-body h2::after {
	content: "";
    height: 5px;
    width: 2rem;
    clear: both;
    display: block;
    background: #66cccc;
    margin: .6rem 0 1.2rem;
}
.modal-footer .btn {
	color: #fff;
	text-transform: uppercase;
	background-color: #66cccc
}
.modal-footer .btn:hover {
	background-color: #59adab;
}