/*!
 * Start Bootstrap - New Age v5.0.8 (https://startbootstrap.com/themes/new-age)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
  line-height: 1.4;
  font-weight: 400;
  color: #222;
  background-color: #222;
}


@media (min-width:767px) {
  body {
    font-size: 1rem;
    line-height: 1.3;
  }
}


a {
  color: #e56061;
  transition: all .35s;
}

a:hover, a:focus {
  color: #e56061;
}

hr {
  max-width: 100px;
  margin: 25px 0 25px 0;
  border-width: 3px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.lighter {
  max-width: 100%;
  margin: 20px 0 10px 0;
  border-width: 1px;
  border-color: #ccc;
}

hr.left.pink {
  max-width: 100px;
  margin: 25px 0 25px 0;
  border-width: 3px;
  border-color: #e56061;
}

hr.center.pink {
  max-width: 100px;
  margin: 25px auto 25px;
  border-width: 3px;
  border-color: #e56061;
}

hr.center {
  max-width: 100px;
  margin: 25px auto 25px;
  border-width: 3px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

.border-bottom {
  border-bottom: 1px solid #ccc !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';*/
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}



small,
.small {
  font-size: 80%;
  font-weight: 400;
}


section {
  padding: 50px 0;
}

@media (min-width:767px) {
  section {
    padding: 70px 0;
  }
}

section h2 {
  font-size: 18px;
}

@media (min-width:768px) {
section h2 {
  font-size: 38px;
}
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: rgb(17, 17, 17);
  transition: all .35s;
  /*font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';*/
  letter-spacing: 1px;
}

#mainNav.navbar-shrink {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: rgb(17, 17, 17);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.2);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.2);
}

#mainNav .navbar-brand {
  color: #fdcc52;
  /*font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';*/
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}
#mainNav .lg:hover, #mainNav .lg:focus {
  opacity: .8
}

#mainNav .navbar-toggler {
  font-size: 20px;
  padding: 8px 10px;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

#mainNav .lg {
  width: 130px;
  height: 41px;
  background: url("../img/logo.svg");
  background-position: left center;
  background-size: contain;
}

/*#mainNav.navbar-shrink .lg {
  background: url("../img/logo.svg");
}*/

#mainNav .navbar-nav > li > a {
  /*font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';*/
  font-size: 18px;
  letter-spacing: .5px;
  text-transform: none;
  padding: 15px 0;
  border-bottom: 1px solid #222
}

#mainNav .navbar-nav > li.last > a {
  border-bottom: none
}

#mainNav .navbar-nav > li > a.active {
  color: #e56061 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #fff;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #e56061;
}


#mainNav .navbar-nav > li > a.selected {
  color: #e56061;
}

/*BTN*/
#mainNav .navbar-nav > li > a.btn {
  border-radius: 300px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px
}

#mainNav .navbar-nav > li > a.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

#mainNav .navbar-nav > li > a.btn-xl {
  font-size: 12px;
  padding: 8px 15px !important;
}

#mainNav .navbar-nav > li > a.btn-primary {
  color: #fff;
  background-color: #e56061;
  border-color: #e56061;
}

#mainNav .navbar-nav > li > a.btn-primary:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

#mainNav .navbar-nav > li > a.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #e56061;
  border-color: #e56061;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }

  #mainNav .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-bottom: none;
  }

  #mainNav .navbar-nav > li > a.selected {
    color: #fff;
    border-bottom: 2px solid #fff !important;
  }

  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 1);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #e56061
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: rgb(17, 17, 17);
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }

  #mainNav .lg {
    width: 150px;
    height: 47px;
    background: url("../img/logo_pink.svg");
    background-position: left center;
    background-size: contain;
  }

  #mainNav.navbar-shrink .lg {
    width: 150px;
    height: 47px;
    background: url("../img/logo.svg");
    background-position: left center;
    background-size: contain;
  }

  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #e56061;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #e56061;
  }

  #mainNav.navbar-shrink .navbar-nav > li > a.selected {
    color: #e56061 !important;
    border-bottom: 2px solid #e56061 !important;
  }

  /*BTN*/
  #mainNav .navbar-nav > li > a.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px
  }

  #mainNav .navbar-nav > li > a.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  #mainNav .navbar-nav > li > a.btn-xl {
    font-size: 12px;
    padding: 10px 15px !important;
  }

  #mainNav .navbar-nav > li > a.btn-primary {
    color: #fff;
    background-color: #e56061;
    border-color: #e56061;
  }

  #mainNav .navbar-nav > li > a.btn-primary:hover {
    color: #fff;
    background-color: #111;
    border-color: #111;
  }

  #mainNav .navbar-nav > li > a.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #e56061;
    border-color: #e56061;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* General Bootstrap Rules */
@media (min-width: 992px) {
/*.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}*/
}

#portada {
  position: relative;
  width: 100%;
  height: 85%;
  background-color: rgba(0,0,0,0.8);
  /*background-color: rgba(230, 96, 97, 0.7);*/
  color: white;
  overflow: hidden;

}

#portada.masthead .header-content {
  /*max-width: 550px;*/
  margin-bottom: 10px;
}

#portada.masthead .header-content h1 {
  font-size: 22px;
}

#portada.masthead .header-content h2 {
  font-size: 18px;
}

@media (min-width: 768px) {
  #portada {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  #portada.masthead .header-content {
    margin-bottom: 0;
  }
  #portada.masthead .header-content h1 {
    font-size: 50px;
  }

  #portada.masthead .header-content h2 {
    font-size: 26px;
  }
}

.intro-anim {
  font-size:22px;

}

@media (min-width:768px) {
  .intro-anim {
    font-size:28px;
  }
}













header.masthead {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 30px;
  color: white;
}

header.masthead ul {
  padding-left: 15px
}

@media (min-width:768px) {
  header.masthead {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }
  header.masthead ul {
    font-size: 16px;
    padding-left: 20px
  }
}

header.masthead .header-content {
  /*max-width: 550px;*/
  margin-bottom: 10px;
}

header.masthead .header-content h1 {
  font-size: 24px;

}

header.masthead .header-content h2 {
  font-size: 18px;
}

header.masthead .device-container {
  max-width: 225px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100%;
    min-height: 775px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  header.masthead .header-content {
    margin-bottom: 0;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }

  header.masthead .header-content h2 {
    font-size: 26px;
  }
  header.masthead .device-container {
    max-width: 325px;
    margin-bottom: 0;
  }
}











header.masthead-no-fill {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  color: white;
}

header.masthead-no-fill ul {
  padding-left: 15px
}

@media (min-width:768px) {
  header.masthead-no-fill {
    height: auto;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
  }
  header.masthead-no-fill ul {
    font-size: 16px;
    padding-left: 20px
  }
}

header.masthead-no-fill .header-content {
  /*max-width: 550px;*/
  margin-bottom: 10px;
}

header.masthead-no-fill .header-content h1 {
  font-size: 26px;

}

header.masthead-no-fill .header-content h1.case {
  font-size: 36px;
}

header.masthead-no-fill .header-content h2 {
  font-size: 18px;
}

header.masthead-no-fill .device-container {
  max-width: 225px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

header.masthead-no-fill .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead-no-fill {
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  header.masthead-no-fill .header-content {
    margin-bottom: 0;
  }
  header.masthead-no-fill .header-content h1 {
    font-size: 50px;
  }

  header.masthead-no-fill .header-content h1.case {
    font-size: 45px;
  }

  header.masthead-no-fill .header-content h2 {
    font-size: 26px;
  }
}









section.thanks {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  text-align: center;
}






/*
section.team {
  position: relative;
  height: auto;
  color:white;
}

section.team h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 35px;
}

section.team .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.team .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.team .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.team .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.team {
    position: relative;
  }
  section.team h2 {
    font-size: 40px;
  }
}
*/




section.about-us {
  position: relative;
  height: auto;
  text-align: center;
}

section.about-us h3 {
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 4px;
}

section.about-us h4 {
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 4px;
}

section.about-us p {
  font-size: 10px;
}

section.about-us p.special {
  font-size: inherit;
}

section.about-us ul {
  /*text-align: left*/
  margin-bottom: 2px
}

section.about-us img {
  max-width: 120px
}

@media (min-width: 768px) {
  section.about-us {
    position: relative;
  }

  section.about-us h3 {
    font-size: 16px;
  }

  section.about-us img {
    max-width: 100%
  }
}



#myCarousel .carousel-inner {
  padding-bottom: 45px;
}

#myCarousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

#myCarousel .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #e56061;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  #myCarousel .carousel-indicators li {
    transition: none;
  }
}

#myCarousel .carousel-indicators .active {
  opacity: 1;
}








#myCarouselMaster {
  width:100%;
  height: 100%;
  margin-top: 0
}

#myCarouselMaster .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#myCarouselMaster .carousel-caption {
  position: absolute;
  right: 10%;
  top:2%;
  bottom: 2%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}


@media (min-width:992px) {
  #myCarouselMaster {
    width:100%;
    height: 100%;
    margin-top: 0;
  }
  #myCarouselMaster .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #myCarouselMaster .carousel-caption {
    position: absolute;
    right: 15%;
    top:2%;
    bottom: 2%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
}


#myCarouselMaster .carousel-caption h1 {
  font-size: 18px;
}

#myCarouselMaster .carousel-caption h2 {
  font-size: 18px;
}

#myCarouselMaster .carousel-caption p {
  font-size: 13px;
  margin-bottom: 20px;
}
#myCarouselMaster .campaigns-slide ul {
  padding-left: 5px
}


#myCarouselMaster .carousel-caption li {
  font-size: 13px;
}

#myCarouselMaster .carousel-caption .device-container {
  max-width: 225px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
}

#myCarouselMaster .carousel-caption .device-container .screen img {
  border-radius: 3px;
}

#myCarouselMaster .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}


@media (min-width: 992px) {
  #myCarouselMaster .carousel-caption h1 {
    font-size: 32px;
  }

  #myCarouselMaster .carousel-caption h2 {
    font-size: 26px;
  }
  #myCarouselMaster .carousel-caption p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #myCarouselMaster .carousel-caption li {
    font-size: 18px;
  }

  #myCarouselMaster .campaigns-slide ul {
    padding-left: 15px
  }


  #myCarouselMaster .carousel-caption .device-container {
    max-width: 225px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
#myCarouselMaster .carousel-caption h1 {
    font-size: 32px;
  }

  #myCarouselMaster .carousel-caption h2 {
    font-size: 26px;
  }
  #myCarouselMaster .carousel-caption p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #myCarouselMaster .carousel-caption li {
    font-size: 18px;
  }

  #myCarouselMaster .carousel-caption .device-container {
    max-width: 245px;
    margin-bottom: 0;
  }
}



/*
section.audience {
  position: relative;
  height: auto;
  background: #fff;
}

section.audience .section-heading {
  margin-bottom: 0px;
}

section.audience .section-heading h2 {
  margin-top: 0;
}

section.audience h4 {
  margin-top: 30px;
  text-align: center;
}

section.audience .section-heading p {
  margin-bottom: 0;
}

section.audience .device-container,
section.audience .feature-item {
  max-width: 225px;
  margin: 0 auto;
}

section.audience .device-container {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  section.audience .device-container {
    max-width: 325px;
    margin-bottom: 0;
  }
}

section.audience .feature-item {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

section.audience .feature-item h3 {
  font-size: 14px;
  margin-bottom: 8px;
}

section.audience .feature-item i {
  font-size: 40px !important;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #60a5b4, #68c5d8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/







/*
section.targeting {
  position: relative;
  height: auto;
}

section.targeting h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}

section.targeting hr.lighter {
  margin: 40px 0 40px 0;
}

.item {
  float: left;
  margin:0 8px 0 0;
  width: 30px;
  height: 30px;
}
.item_blue {
  background: url("../img/item_blue.png");
  background-size: contain;
}
.item_pink {
  background: url("../img/item_pink.png");
  background-size: contain;
}
.item_yellow {
  background: url("../img/item_yellow.png");
  background-size: contain;
}

section.targeting ul {
  padding-left: 55px
}

@media (min-width: 768px) {
  section.targeting {
    position: relative;
  }
  section.targeting h2 {
    font-size: 32px;
  }
}
*/





/*
section.campaigns {
  height: auto;
}

section.campaigns .section-heading {
  margin-bottom: 0;
}

section.campaigns .section-heading h2 {
  margin-top: 0;
}

section.campaigns .section-heading p {
  margin-bottom: 0;
}

section.campaigns .device-container,
section.campaigns .feature-item {
  max-width: 225px;
  margin: 0 auto;
}

section.campaigns .device-container {
  margin-bottom: 50px;
}

section.campaigns ul {
  padding-left: 5px
}

@media (min-width: 992px) {
  section.campaigns .device-container {
    max-width: 225px;
    margin-bottom: 0;
  }
}






section.creativity {
  height: auto;
}

section.creativity .section-heading {
  margin-bottom: 50px;
}

section.creativity .section-heading h2 {
  margin-top: 0;
}

section.creativity .section-heading p {
  margin-bottom: 0;
}

section.creativity .device-container,
section.creativity .feature-item {
  max-width: 225px;
  margin: 0 auto;
}

section.creativity .device-container {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  section.creativity .device-container {
    max-width: 225px;
    margin-bottom: 0;
  }
  section.creativity .section-heading h2 {
    font-size: 45px;
  }
}





section.pricing {
  height: auto;
}

section.pricing .section-heading {
  margin-bottom: 50px;
}

section.pricing .section-heading h2 {
  margin-top: 0;
}

section.pricing .section-heading p {
  margin-bottom: 0;
}

section.pricing .device-container,
section.pricing .feature-item {
  max-width: 225px;
  margin: 0 auto;
}

section.pricing .device-container {
  margin-bottom: 50px;
}

section.pricing ul {
  padding-left: 5px
}

@media (min-width: 992px) {
  section.pricing .device-container {
    max-width: 325px;
    margin-bottom: 0;
  }
  section.pricing .section-heading h2 {
    font-size: 45px;
  }
}
*/




section.services {
  height: auto;
  background-color: #fff;
}

section.services .section-heading p {
  margin-bottom: 0;
}

section.services .device-container,
section.services .feature-item {
  max-width: 225px;
  margin: 0 auto;
}

section.services .device-container {
  margin-bottom: 50px;
}

section.services ul {
  padding-left: 5px
}

section.services .card {
  background: #111;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  color: #eee !important;
  transition: all .35s;
}

section.services .card:hover {
  background: #222;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  color: #eee !important
}

section.services .card-body {
  padding: 1.5rem 1.1rem;
}

section.services .card-title {
  font-size: .9rem;
  /*color: #eee;*/
  /*color: #e56061;*/
}

/*section.services a.card-title:hover {
  color: #e56061;
  text-decoration: none !important;
}*/


section.services .card-subtitle {
}

section.services .card-text {
  color: #eee;
  padding-top: 15px
}

section.services p.card-text {
}

section.services .card:hover .card-text {
  color: #eee;
}

section.services .card-link:hover {
  /*color: white;*/
}

section.services .see-more {
  margin-left: 0;
  text-decoration: none;
  text-transform: capitalize !important;
  padding-left: 0;
  margin: 10px 0 0;
  color: #e56061
}

section.services .see-more:hover{
  color: #999
}

section.services .feature-item {
  max-width: 325px;
  margin: 0;
}

section.services .feature-item i {
 font-size: 30px;
 display: block;
 margin-bottom: 15px;
 background: linear-gradient(to left, #7b4397, #e56061);
 -webkit-background-clip: text;
 background-clip: text;
 -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  section.services {
    height: auto;
  }
  section.services .card {
    min-height: 190px;
    margin-bottom: 30px;
  }
  section.services .card:hover {
    margin-bottom: 30px;
  }
  section.services .card-body {
    padding: 2.5rem 1.1rem 2rem;
  }
  section.services .card-title {
    font-size: 1rem;
    /*color: #eee;*/
    /*color: #e56061;*/
  }
  section.services .feature-item i {
   font-size: 40px;
   display: block;
   margin-bottom: 15px;
   background: linear-gradient(to left, #7b4397, #e56061);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
  }
}

@media (min-width: 992px) {
  section.services .device-container {
    /*max-width: 325px;*/
    margin-bottom: 0;
  }
}



section.knowledge {
  width: 100%;
  height: auto;
  color: #fff;
}

@media (min-width: 768px) {
  section.knowledge {
    height: 100%;
  }
}



section.case {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 50px 0 50px;
}

section.case h2 {
  font-size: 22px;
}

section.case p {
}


section.case ul {
  padding-left: 20px;
  color: #777;
}

section.case li{
  margin-bottom: 20px;
}

section.case li > ul{
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  section.case {
    height: auto;
  }
}








/*
section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/






section.cta {
  text-align: center;
  position: relative;
  padding: 60px 0;
  background-image: url("../img/bg_team.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  margin-top: 0;
  color: white;
}

section.cta .lead {

}

@media (min-width: 768px) {
  section.cta .cta-content h2 {

  }
  section.cta {
    padding: 200px 0;
    background-attachment: fixed;
    background-size: cover;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.4);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 100%;
}


section.contact ul.list-social li.social-instagram a {
  background-color: #e1306c;
}

section.contact ul.list-social li.social-instagram a:hover {
  background-color: #f66898;
}

section.contact ul.list-social li.social-linkedin a {
  background-color: #0e76a8;
}

section.contact ul.list-social li.social-linkedin a:hover {
  background-color: #40a2d1;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #5f7dbb;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}










section.contact-us {
  height: auto;
  background-color: #fff
}

section.contact-us .section-heading {
  margin-bottom: 30px;
}

section.contact-us .section-heading h2 {
  margin-top: 0;
}

section.contact-us .section-heading p {
  margin-bottom: 0;
}

section.contact-us textarea.form-control {
  height: 100px;
}

@media (min-width: 992px) {
  section.contact-us .section-heading h2 {
    font-size: 50px;
  }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #111;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e56061;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 96, 97, 0.25);
}


section#clients {
  text-align: center;
  background: linear-gradient(to right, #111, #222);
}

section#clients .section-heading {
  margin-bottom: 40px
}

section#clients .thumb {
  float:left;
  display: block;
  width: 25%;
  padding: 0 1.5%;
  margin: 30px auto;
}

section#clients .thumb img {
  width: 100%;
}

@media (min-width:768px) {
  section#clients .section-heading {
    margin-bottom: 45px
  }
  section#clients .thumb {
    float:left;
    display: block;
    padding: 0 3.5%;
    margin: 30px auto;
  }
  section#clients .thumb img {
    width: 190px;
  }

}

footer {
  padding: 45px 0 15px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: #111;
}

footer a {
  color: inherit;
}

footer a:hover {
  text-decoration: none;
}

footer hr.light {
  margin: 25px auto 25px;
}

footer p {
  font-size: .7rem;
  margin: 0;
}

footer h6 {
  text-align: left;
}

footer ul li {
  font-size: .7rem;
  text-align: left;
  color: #ccc
}

footer ul.list-social {
  margin-top: 6px;
  margin-bottom: 0
}

footer ul.list-social li a {

  color: rgba(255, 255, 255, 1);
}

footer ul.list-social li a:hover, footer ul.list-social li a:focus, footer ul.list-social li a:active, footer ul.list-social li a.active {
  text-decoration: none;
  color: #e56061;
}

footer .logos {
  display: inline-block;
  width: 25%;
  padding: 0 1.5%;
  margin: 10px auto;
}

footer .logos img {
  width: 100%;
}

@media (min-width:768px) {
  footer {
    text-align: left;
  }
  footer p {
    font-size: .75rem;

  }
  footer ul.list-social {
    text-align: right !important;
  }
  footer ul.list-social li a {

    color: rgba(255, 255, 255, 1);
  }
  footer ul li {
    font-size: .75rem;
  }
  footer hr.light {
    margin: 25px 0 25px 0;
  }
  footer .logos {
    width: 130px;
    padding: 0 1%;
    margin: 10px auto;
  }
  footer .logos img {
    width: 100%;
  }
}

.text-primary {
  color: #60a5b4;
}

.txt-white {
  color: white;
}

.txt-pink {
  color:#e56061
}

.txt-violet {
  color: #4e154e
}

.txt-light-blue {
  color:#60a5b4
}

.txt-yellow {
  color:#d9d075
}

.text-muted {
  color: #777 !important;
}

.bg-yellow {
  background: #d9d075;
  background: linear-gradient(#d9d075, #d9d075);
}

.bg-light-blue {
  background: #60a5b4;
  background: linear-gradient(#60a5b4, #93d1df);
}

.bg-mouth {
  background: url("../img/bg_mouth.jpg");
  background-color: #111;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-ear {
  background: url("../img/bg_ear.jpg");
  background-color: #111;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}


.bg-eyes {
  background: url("../img/bg_eyes.jpg");
  background-color: #111;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat-y;
}

.bg-mouth-fill {
  width: 100%;
  height: 100vh;
  background: url("../img/bg_mouth.jpg");
  background-color: #111;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-ear-fill {
  width: 100%;
  height: 100vh;
  background: url("../img/bg_ear.jpg");
  background-color: #111;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-eyes-fill {
  width: 100%;
  height: 100vh;
  background: url("../img/bg_eyes.jpg");
  background-color: #111;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-hands {
  background: url("../img/bg_hands.jpg");
  background-color: #111;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat-y;
}

.bg-hands-white {
  background: url("../img/bg_hands-white.jpg");
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat-y;
}

.bg-team {
  background: url("../img/bg_team.jpg");
  background-color: #111;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width:768px) {
  .bg-ear {
    background-attachment: fixed;
  }
  .bg-eyes {
    background-attachment: fixed;
  }
  .bg-hands {
    background-attachment: fixed;
  }
  .bg-hands-white {
    background-size: cover;
  }

  .bg-mouth-fill {
    background-size: cover;
  }

  .bg-ear-fill {
    background-size: cover;
  }

  .bg-eyes-fill {
    background-size: cover;
  }
}


.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 2px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus {
  color: white;
  border-color: #60a5b4;
  background-color: #60a5b4;
}

.btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #60a5b4;
  background-color: #60a5b4;
}

.btn-outline-pink {
  color: white;
  border: 2px solid;
  border-color: white;
}

.btn-outline-pink:hover, .btn-outline-pink:focus {
  color: white;
  border-color: #e56061;
  background-color: #e56061;
}

.btn-outline-pink:active, .btn-outline-pink.active {
  color: white;
  border-color: #e56061;
  background-color: #e56061;
}

.btn-primary {
  color: #fff;
  background-color: #e56061;
  border-color: #e56061;
}

.btn-primary:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #e56061;
  border-color: #e56061;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.btn-grey {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.btn-grey:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-grey:focus, .btn-grey.focus {
  color: #fff;
  background-color: #111;
  border-color: #111;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.btn-black {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-black:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}


.btn-light-blue {
  color: #fff;
  background-color: #60a5b4;
  border-color: #60a5b4;
}

.btn-light-blue:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-light-blue:focus, .btn-primary.focus {
  color: #fff;
  background-color: #60a5b4;
  border-color: #60a5b4;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.btn-yellow {
  color: #fff;
  background-color: #d9d075;
  border-color: #d9d075;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-yellow:focus, .btn-yellow.focus {
  color: #fff;
  background-color: #d9d075;
  border-color: #d9d075;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}





.btn {
  border-radius: 300px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-right: 10px;
  font-weight: 500 !important;
  font-size: .7rem
}

@media (min-width:768px) {
  .btn {
    font-size: 1rem;
  }
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}


.btn-xl {
  padding: 6px 25px;
}

@media (min-width:768px) {
  .btn-xl {
    font-size: 13px;
    padding: 10px 45px !important;
  }
}

.lg_tiktok {
  width: 150px;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .lg_tiktok {
    width: 225px;
  }
}

.wa-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100
}

.icon-wa {
  width: 45px;
  height: 45px;
  background: url("../img/whatsapp-border.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-whatsapp-icon {
  opacity: 1
}

.btn-whatsapp-icon:hover {
  opacity: .7
}

#background-video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

#background-video-hh {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10 !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

li.social {

}

@media (min-width:768px) {
  li.social {
    float: left;
    display: block;
    margin-top: 8px;
  }
  li.social a {
    font-size: 24px !important
  }
}




section#portfolio {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}


#portfolio .portfolio-item {
  /*max-width: 25rem;*/
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  visibility: hidden;

}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  display: none;
  visibility: hidden;

}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  visibility: hidden;

}
#portfolio .portfolio-item .portfolio-caption {
  padding: .5rem;
  text-align: left;
  background: linear-gradient(to left, #111, #202020);
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1rem;
  margin-bottom: 0;
  color: #eee
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-size: .7rem;
}

#portfolio .iso {
  width: 60px
}

#portfolio img.thumb {
  width: 100%
}

@media (min-width: 768px) {
  #portfolio .iso {
    width: 80px
  }
  #portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
    font-size: .8rem;
  }
  #portfolio .portfolio-item .portfolio-link .portfolio-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgb(230, 96, 97, .9);*/
    background: rgb(10, 10, 10, .9);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
    visibility: visible;
  }
  #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 1.25rem;
    color: white;
    display: flex;
    visibility: visible;
  }
  #portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
    opacity: 1;
    visibility: visible;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 0
}
.portfolio-modal .modal-content h2 {
  font-size: 2rem;
}
.portfolio-modal .modal-content p.item-intro {
  /*font-style: italic;*/
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content h2, .portfolio-modal .modal-content p.item-intro {
  text-align: center;
}

.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  /*margin-bottom: 2rem;*/
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

@media (min-width: 768px) {
  .portfolio-modal .modal-content h2 {
    font-size: 3rem;
  }
}


#carouselFrases.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .4s !important;
  transition-property: opacity;
 }

#carouselFrases.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition-property: transform, transform;
      transition-duration: 0.2s, 0.2s;
}

#carouselFrases .carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
    opacity: 0;
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    transition-delay: 1.1s; /* Con esto le vas a dar el delay entre titulo y titulo. */
}


#carouselFrases.carousel-fade .carousel-item.active,
#carouselFrases.carousel-fade .carousel-item-next.carousel-item-left,
#carouselFrases.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

#carouselFrases.carousel-fade .active.carousel-item-left,
#carouselFrases.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  #carouselFrases.carousel-fade .active.carousel-item-left,
  #carouselFrases.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}






.thumb-gallery, .thumb-gallery-small, .thumb-gallery-full {
  float: left;
  display: block;
  width: 50%;
}

.thumb-gallery:hover, .thumb-gallery-small:hover, .thumb-gallery-full:hover {
  opacity: .9;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
@media (min-width: 768px) {
  .thumb-gallery {
    width: 50%;
  }
  .thumb-gallery-small {
    width: 33.33%;
  }
  .thumb-gallery-full {
    width: 100%;
  }
}





#myTab .active{
   color: #e56061 !important;
}
#myTab a{
   color: #495057 !important;
}

h5>button{
  text-decoration: none !important;

}
.card>button{
  text-decoration: none !important;
  margin: 0px !important;
  min-height: 79px !important;
  border-bottom: 0px;
}

.c {
  list-style-type: upper-roman;
}
.btnAcord:hover{
  color: #333;
}

.fw-medium {
  font-weight: 400 !important;
}
