/* Add here all your css styles (customizations) */

body {
  color: #fff;
}

a {
  color: #D66E2E;
  text-decoration: none;
}

a:hover {
  color: #D66E2E;
  text-decoration: underline;
}

::selection {
  color: #fff;
  background: #D66E2E;
}

/*--------------------------------------------------
	[header]
----------------------------------------------------*/
.one-page-header .navbar-brand {
  padding: 0px 15px;
}

.one-page-header .navbar-nav>li>a:hover {
  color: #D8DD41;
}

.one-page-header .navbar-nav>.active>a,
.one-page-header .navbar-nav>.active>a:hover,
.one-page-header .navbar-nav>.active>a:focus,
.one-page-header .dropdown-menu>.active>a,
.one-page-header .dropdown-menu>.active>a:hover,
.one-page-header .dropdown-menu>.active>a:focus,
.one-page-header.top-nav-collapse .dropdown-menu>.active>a,
.one-page-header.top-nav-collapse .dropdown-menu>.active>a:hover,
.one-page-header.top-nav-collapse .dropdown-menu>.active>a:focus {
  color: #D66E2E !important;
}

.one-page-header {
  border-bottom: none;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
  .navbar {
    min-height: 90px;
  }

  .one-page-header .navbar-brand {
    padding: 20px 5px 13px;
  }
}


/*Fixed Header*/
.one-page-header.top-nav-collapse {
  background: rgba(0, 0, 0, 0.8);
}

.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav>li>a,
.one-page-header.top-nav-collapse .navbar-nav>li>a:before {
  color: #fff;
}

.one-page-header.top-nav-collapse .navbar-brand,
.one-page-header.top-nav-collapse .navbar-nav>li>a:hover {
  color: #D8DD41;
}

.one-page-header.top-nav-collapse .navbar-brand {
  color: #fff !important;
}

.top-nav-collapse .top-contact-block a {
  color: #fff;
}

.top-nav-collapse .top-contact-block i {
  color: #fff;
  border-color: #fff;
}

/*Navbar Toggle*/
.one-page-header.top-nav-collapse .navbar-toggle .icon-bar {
  background: #fff;
}

.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
  background: #fff;
}


/*--------------------------------------------------
	[banner]
----------------------------------------------------*/
.our-presentation {
  text-align: center;
  padding: 230px 0;
  background: url(../img/banner/nena_burbujas.png);
  background-size: cover;
  background-position: bottom center;
}

.our-presentation .btn-u.btn-play {
  border-radius: 50%;
  background: #BA235C;
  font-size: 12px;
  padding: 28px 33px;
}

.g-color-white {
  color: #fff !important;
}

.g-heading-v10 h1,
.g-heading-v10 .h1 {
  text-transform: uppercase;
  font-size: 36px;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.3;
}

.g-heading-v10 h1 .block-name {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 15px;
  display: block;
}

.g-heading-v10 h1 .block-name span {
  color: #D8DD41;
}

.g-heading-v10 p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 760px;
}

/*--------------------------------------------------
	[ quienes somos ]
----------------------------------------------------*/
.g-mb-30 {
  margin-bottom: 30px;
}

.heading_ftg {
  font-size: 36px;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  line-height: 1.2;
}

.heading_icon {
  color: #BA235C;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------
    [ clientes ]
---------------------------------------------------- */
.testimonials-v3 li img {
  width: 200px;
  height: 150px;
}

.testimonials-v3 .testimonials-v3-title p {
  color: #D66E2E;
}

.testimonials-v3 .owl-buttons .owl-prev:hover,
.testimonials-v3 .owl-buttons .owl-next:hover {
  background: #D66E2E;
}

/* Slick slider */
.slick-slide {
  outline: none;
}

.slick-dots {
  padding: 40px 0 0;
  margin: 0;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #676767;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background: #a5c33c;
}

.slick-dots li button {
  display: none;
}

.slick-arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #111;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 2;
}

.slick-arrow:hover {
  color: #111;
  background: #a5c33c;
}

/* Testimonials Section */
/* .testinomials-nav .slick-list {
  width: 645px;
  margin: 0 auto;
  padding: 0 !important;
}

.testinomials-nav-item {
  width: 99px !important;
  cursor: pointer;
  opacity: .3;
  transition: opacity .3s;
}

@media (max-width: 767px) {
  .testinomials-nav {
    display: none;
  }
  .testinomials-nav .slick-list {
    width: 475px;
  }
}  */

.testinomials-nav .slick-list {
  width: 745px;
  margin: 0 auto;
  padding: 0 !important;
}

.testinomials-nav {
  margin-bottom: 37px;
}

.testinomials-nav-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: .3;
  transition: opacity .3s;
}

.testinomials-nav-item.slick-current {
  opacity: 1;
}

.testinomials-nav-item {
  margin: 0 15px;
}

.testinomials-content .slick-dots {
  padding-top: 10px;
}

.testinomials-content .slick-dots li {
  background: #9C9C9C;
}

.testinomials-content .slick-dots li.slick-active {
  background: #D66E2E;
}

@media (max-width: 767px) {
  .testinomials-nav .slick-list {
    width: 100%;
  }
}

/* .testimonials-item__author-photo {
  width: 90px;
  margin: 0 auto 20px;
} */

.testimonials-item__author {
  color: #D66E2E;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.testimonials-item__author em {
  font-weight: lighter;
  text-transform: none;
  color: #000;
}

/*--------------------------------------------------
	[ Gallery ]
----------------------------------------------------*/
.thumbnail {
  margin-bottom: 6px;
  border: none;
  margin: auto;
  background-color: rgba(34, 34, 34, 0.6);
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  margin: auto 2% auto 2%;
  opacity: 0.7;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
  opacity: 1;
}

.cbp-caption-activeWrap {
  background: rgba(186, 35, 92, 0.9) !important;
}

.cbp-l-grid-agency-title {
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.cbp-l-grid-agency-desc {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.link-captions li i {
  color: #444;
  width: 30px;
  height: 30px;
  padding: 8px;
  font-style: 14px;
  background: #fff;
  text-align: center;
  display: inline-block;
}

.link-captions {
  padding-left: 0;
  margin: 0 0 20px;
  list-style: none;
  text-align: center;
}

.link-captions li {
  padding: 0 2px;
  display: inline-block;
  cursor: pointer;
}

.content-xs {
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
  padding: 0 15px;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: none;
  height: 100%;
}

.modal-dialog {
  width: 100%;
  height: 98%;
  margin: 0px;
}

.modal-header {
  border-bottom: 0;
  padding-top: 0px;
  margin-top: 10px;
}

.modal-footer {
  border-top: 0;
}

.modal-title {
  color: #eee;
  font-size: 11px;
  margin-left: 4px;
}

.glyphicon {
  font-size: 35px;
}

.modal-cerrar {
  background: url(../img/icons/cbp-sprite.png) no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px;
}

.modal-izq {
  background: url(../img/icons/cbp-sprite.png) no-repeat scroll 0 -46px transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.modal-der {
  background: url(../img/icons/cbp-sprite.png) no-repeat scroll -46px 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.close {
  opacity: 0.7;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96%;
  width: 100%;
}

@media only screen and (max-width: 1080px) {

  .carousel-control.left,
  .carousel-control.right {
    margin: auto 5.5% auto 5.5%;
  }
}

@media only screen and (max-width: 1199px) {
  .one-page-header .navbar-toggle {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .one-page-header .menu-container {
    width: 100%;
  }

  .one-page-header .navbar-brand {
    padding: 17px 15px;
  }

  .one-page-header.navbar {
    padding: 0;
  }

  .navbar-collapse {
    border-top: 1px solid;
  }

  .collapsing {
    margin-top: 0px;
  }

  .lang-block {
    top: 20px;
  }

  .top-contact-block {
    top: 30px;
    right: 140px;
    left: inherit;
  }

}

@media only screen and (max-width: 790px) {

  .carousel-control.left,
  .carousel-control.right {
    margin: auto 5% auto 5%;
  }
}

@media only screen and (max-width: 650px) {

  .carousel-control.left,
  .carousel-control.right {
    margin: auto 8% auto 8%;
  }
}

@media only screen and (max-width: 480px) {

  .carousel-control.left,
  .carousel-control.right {
    margin: auto 9% auto 9%;
  }
}

@media only screen and (max-width: 360px),
(max-height: 600px) {

  .carousel-control.left,
  .carousel-control.right,
  .modal-cerrar {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*--------------------------------------------------
	[ contacto ]
----------------------------------------------------*/

.heading_ftg_contact {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.text-contact {
  color: #fff;
}

.contacts-section {
  background: #333 url(../img/contacto/bg_contacto.jpg) center fixed;
  background-size: cover;
}

/*--------------------------------------------------
	[ footer ]
----------------------------------------------------*/
.copyright-section i.back-to-top:hover {
  color: #D66E2E;
}