body {
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 0.1em;
}

/*Fonts*/
@font-face {
    font-family: 'HelveticaRegular';
    src: url('fonts/helvetica-regular/helvetica-webfont.eot');
    /* IE9 Compat Modes */
    src: url('fonts/helvetica-regular/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/helvetica-regular/helvetica-webfont.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('fonts/helvetica-regular/helvetica-webfont.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/helvetica-regular/helvetica-webfont.svg#HelveticaRegular') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('fonts/helvetica-bold/helveticabold-webfont.eot');
    /* IE9 Compat Modes */
    src: url('fonts/helvetica-bold/helveticabold-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/helvetica-bold/helveticabold-webfont.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('fonts/helvetica-bold/helveticabold-webfont.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/helvetica-bold/helveticabold-webfont.svg#HelveticaRegular') format('svg');
    /* Legacy iOS */
}

/*Generic*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HelveticaBold', sans-serif;
}

.r-strong,
strong {
    font-weight: 700 !important;
}

/*Prehead*/

.black-figure {
    background: #000;
    width: 78px;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
}

.prehead {
    background: #000;
    color: #fff;
    font-size: 0.8em;
    z-index: 99;
position: relative;
}

.prehead a[href^="tel:"] {
    color: #fff !important;
}

ul.phones {
    padding-inline-start: 0 !important;
}

ul.phones li {
    display: inline;
    margin-right: 20px;
}

ul.phones a.translate {
    top: 3px;
    position: relative;
    color: #fff
}

ul.socials a.translate {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -6px;
    color: #fff
}

ul.socials a.translate:hover, ul.phones a.translate:hover {
    color: #fff;
    text-decoration: underline;
}

ul.socials li {
    display: inline;
    margin-right: 5px;
}

ul.phones li i {
    color: #c450e2;
    font-size: 1.2em;
    margin: 0 0.1em 0 0.5em;
}

ul.socials li a {
    display: inline-block;
    font-size: 1em;
    line-height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

ul.socials li a:hover {
    color: #df017f;
    border-color: #df017f;
    color: #df017f;
}

footer ul.socials {
    text-align: center;
    padding-inline-start: 0 !important;
    padding: 0;
}

footer ul.socials li a:hover {
    color: #000;
    border-color: #000;
    color: #000;
}

a[href^="tel:"] {
    color: #fff;
    font-weight: 700;
}

.lead {
    font-size: 1.45rem;
}

/*Navbar*/

.navbar {
    background: #df017f;
    background: -moz-linear-gradient(left, #df017f 0%, #c450e2 100%);
    background: -webkit-linear-gradient(left, #df017f 0%, #c450e2 100%);
    background: linear-gradient(to right, #df017f 0%, #c450e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df017f', endColorstr='#c450e2', GradientType=1);
}

.navheight {
    height: 120px;
}

li.nav-item a.nav-link {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

li.nav-item a.nav-link:hover {
    color:#dd0177;
}

.navbar-nav li.nav-item a.nav-link.current {
    color: #000;
    font-weight: 700;
}

li.nav-item.solicita {
    background: rgba(255, 20, 90, 0.6);
    font-weight: 500;
}

.navbar-brand {
    background: url(../images/logo-h.png) center/cover no-repeat;
    width: 338px;
    height: 100px;
    margin: 9px 15px 18px 0 !important;
    opacity: 1
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    border-radius: 0;
    padding: .5rem 0 1rem;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #000;
}

@media(max-width:1120px) {
    .navheight {
        height: 95px;
    }

    .navbar-brand {
        width: 250px;
        height: 74px;
    }

    .bsnav-brand-center .navbar-nav:last-child,
    .bsnav-brand-center-between .navbar-nav:last-child {
        padding-left: 150px;
    }

    .bsnav-brand-center .navbar-nav:first-child,
    .bsnav-brand-center-between .navbar-nav:first-child {
        padding-right: 150px;
    }

    li.nav-item a.nav-link {
        font-size: 0.8em;
    }
}

@media(max-width:915px) {
    .navheight {
        height: 65px;
    }

    .navbar-brand {
        width: 150px;
        height: 44px;
    }

    .bsnav-brand-center .navbar-nav:last-child,
    .bsnav-brand-center-between .navbar-nav:last-child {
        padding-left: 80px;
    }

    .bsnav-brand-center .navbar-nav:first-child,
    .bsnav-brand-center-between .navbar-nav:first-child {
        padding-right: 80px;
    }

    .navbar-nav .nav-link {
        padding: 5px 15px;
    }
}

@media(max-width:775px) {

    ul.socials li a {
        font-size: 0.9em;
        line-height: 23px;
        border: 1px solid #fff;
        width: 25px;
        height: 25px;
    }
}


@media(max-width:767px) {
    .navheight {
        height: 76px;
    }

    .navbar-brand {
        margin: 0 15px 0 0 !important;
    }

    ul.phones {
        text-align: center;
    }
}

/*Slider*/

.slick-slide,
.slick-slide::before,
.caption,
.caption2,
.whitefigure {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slider {
    position: relative;
    width: 100%;
    /*height: 38vw;*/
    min-height: 8vw;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    top: 0 !important;
}

.main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.slick-slide {
    position: relative;
    height: 38vh !important;
    min-height: 70vh !important;
    background: #000;
}

.slick-slide::before {
    background-color: #000;
    opacity: .6;
    z-index: 1;
}

.image::before,
.image.slick-slide::before {
    background-color: transparent !important;
}

video {
    width: 100% !important;
    height: auto !important;
}

.slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 80vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-slide iframe {
    position: relative;
    pointer-events: none;
}

.slick-slide figure {
    position: relative;
    height: 100%;
}

.slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .8s ease;
}

.slick-slide .slide-image.show {
    opacity: 1;
}

.slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

.slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
    z-index: 1;
}

.slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption,
.slick-slide.slick-active .caption2,
.slick-slide.slick-active .whitefigure {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
    font-family: 'HelveticaBold';
    position: absolute;
    bottom: 18%;
    left: 6%;
    text-align: left;
    padding: 20px 0;
    color: #fff;
    margin: 0;
    font-size: 6em;
    letter-spacing: .01em;
    line-height: 0.75em;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

a.caption2 {
    font-family: 'HelveticaRegular';
    position: absolute;
    bottom: 29%;
    right: 6%;
    text-align: left;
    padding: 20px;
    color: #fff;
    margin: 0;
    font-size: 1.5em;
    letter-spacing: .01em;
    line-height: 0.55em;
    opacity: 0;
    z-index: 1;
    transition: all .1s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    background: #df017f;
    border-radius: 0;
}

a.caption2:hover {
    text-decoration: none;
    color: #000;
    background: #fff;
}

.image .caption,
.image a.caption2 {
    color: #000;
}

.image a.caption2:hover {
    color: #fff;
}

.whitefigure {
    background: #fff;
    color: #fff;
    width: 372px;
    height: 100px;
    position: absolute;
    bottom: 19%;
    left: 18%;
    text-align: left;
    transition: all .1s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

ul.slick-dots {
    margin-bottom: 0;
}

.slick-dots {
    text-align: center;
    padding: 8px 0;
    background: #000;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    transition: all .3s ease;
    opacity: .4;
    font-size: 0;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li.slick-active button {
    border-color: #2d3042;
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
}

@-webkit-keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}

@keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}

.slick-carousel {
    margin: 0 auto;
    width: 100%;
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 35%;
    color: #fff;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 20px;
}

.slick-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
    font-size: 3rem;
}

.slick-next {
    right: 20px;
    text-align: right;
}

.slick-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 3rem;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}

.testimonials .slick-slide {
    height: 100% !important;
    min-height: 100% !important;
}

.testimonials .slick-slide::before {
    height: 0 !important;
}

.courses {
    z-index: 1;
}

.card {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.card h4,
.card-ov h4 {
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-left: 0.6em;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 10px;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    padding: 30% 0;
    height: 3.35em;
    background: rgba(255, 20, 90, 0.6);
    color: #fff;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    z-index: 1;
    opacity: 0;
}

.hovereffect:hover .overlay {
    opacity: 1;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*Intro section*/

section.intro {
    padding: 8em 0;
    background: url('../images/bg/bg-circle.png') no-repeat right top;
}

section.intro span {
    font-weight: 700;
}

.contentform .c1 {
    padding-right: 0 !important;
}

.contentform .c2 {
    padding-left: 0 !important;
}

.alert-box,
.alert-box2 {
    position: relative;
    padding: 15px;
    text-align: center;
    font-weight: 800;
}

.alert-box i,
.alert-box2 i {
    width: 30px
}

.alert-box .close,
.alert-box2 .close2 {
    display: block;
    position: absolute;
    right: 3px;
    top: 2px;
    padding: 5px;
    font-size: 1.2em;
    background: 0 0;
    border: 0
}

.alert-box .close:hover,
.alert-box2 .close2:hover {
    filter: alpha(opacity=50);
    opacity: .5
}

.alert-box.error,
.alert-box.error a,
.alert-box2.error2,
.alert-box2.error2 a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, .3);
}

.alert-box.success,
.alert-box.success a,
.alert-box2.success2,
.alert-box2.success2 a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

section.intro h2,
.contentform h2 {
    color: #df017f;
    font-size: 6em;
    letter-spacing: .01em;
    line-height: 0.85em;
    text-align: right;
    margin-right: 9px;
}

section.intro .form {
    margin: 4em 0;
    background: #df017f;
    background: -moz-linear-gradient(left, #df017f 0%, #c450e2 100%);
    background: -webkit-linear-gradient(left, #df017f 0%, #c450e2 100%);
    background: linear-gradient(to right, #df017f 0%, #c450e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df017f', endColorstr='#c450e2', GradientType=1);
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contentform .form {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

section.intro .form:hover,
.contentform .form:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

section.intro .form h5,
.contentform .form h5 {
    text-transform: uppercase;
    color: #fff;
}

section.intro .form .form-control,
.contentform .form .form-control {
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    height: 52px;
    color: #000;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

section.intro .form .btn-block {
    height: 52px;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: .375rem 1.75rem;
    position: relative;
    font-size: 1.25rem;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.contentform .form .btn-block {
    height: 52px;
    border-radius: 0;
    background: #df017f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: .375rem 1.75rem;
    position: relative;
    font-size: 1.25rem;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

section.intro .form .btn-block:hover,
.contentform .form .btn-block:hover {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
    box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
}

section.intro .form .btn-block i {
    color: #c450e2;
}

.contentform .form .btn-block i {
    color: #fff;
}

.contentform .form .btn-block:hover i {
    color: #000;
}

.crossfade > figure {
    animation: imageAnimation 30s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 120%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
  }
  
  .crossfade > figure:nth-child(1) {
    background-image: url('../images/slide-01.jpg');
  }
  .crossfade > figure:nth-child(2) {
    animation-delay: 6s;
    background-image: url('../images/slide-02.jpg');
  }
  .crossfade > figure:nth-child(3) {
    animation-delay: 12s;
    background-image: url('../images/slide-03.jpg');
  }
  .crossfade > figure:nth-child(4) {
    animation-delay: 18s;
    background-image: url('../images/slide-01.jpg');
  }
  .crossfade > figure:nth-child(5) {
    animation-delay: 24s;
    background-image: url('../images/slide-02.jpg');
  }
  
  @keyframes imageAnimation {
    0% {
      animation-timing-function: ease-in;
      opacity: 0;
    }
    8% {
      animation-timing-function: ease-out;
      opacity: 1;
    }
    17% {
      opacity: 1
    }
    25% {
      opacity: 0
    }
    100% {
      opacity: 0
    }
  }

  @media (max-width: 767px) {
    .crossfade > figure:nth-child(1) {
        background-image: url('../images/slide-01-mobile.jpg');
      }
      .crossfade > figure:nth-child(2) {
        animation-delay: 6s;
        background-image: url('../images/slide-02-mobile.jpg');
      }
      .crossfade > figure:nth-child(3) {
        animation-delay: 12s;
        background-image: url('../images/slide-03-mobile.jpg');
      }
      .crossfade > figure:nth-child(4) {
        animation-delay: 18s;
        background-image: url('../images/slide-01-mobile.jpg');
      }
      .crossfade > figure:nth-child(5) {
        animation-delay: 24s;
        background-image: url('../images/slide-03-mobile.jpg');
      }
  }
  

/*Testimonials section*/

section.testimonials {
    padding: 2em 0;
    background: #000;
    color: #fff;
    position: relative;
}

/*section.testimonials:after {
    color: #000;
    content: 'testimonios';
    float: right;
    position: absolute;
    right: 0;
    font-size: 6em;
    letter-spacing: .01em;
    line-height: 0.65em;
    text-align: right;
    top: -0.6em;
    font-family: 'HelveticaBold';
}*/

section.testimonials:after {
    color: #000;
    content: 'testimonios';
    position: absolute;
    font-size: 6em;
    letter-spacing: .01em;
    line-height: 0.65em;
    text-align: center;
    top: -0.8em;
    font-family: 'HelveticaBold';
    width: 100%;
}

/*Brands section*/

section.brands {
    padding: 8em 0;
}

section.brands h2 {
    color: #000;
    font-size: 6em;
    letter-spacing: .01em;
    line-height: 0.45em;
    text-align: right;
    margin-right: 40px;
}

section.brands .separator {
    background: #df017f;
    width: 20px;
    height: 200px;
}

/*Footer*/

footer {
    padding: 8em 0 0;
    background: #df017f;
    background: -moz-linear-gradient(left, #df017f 0%, #c450e2 100%);
    background: -webkit-linear-gradient(left, #df017f 0%, #c450e2 100%);
    background: linear-gradient(to right, #df017f 0%, #c450e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df017f', endColorstr='#c450e2', GradientType=1);
}

footer h2 {
    color: #000;
    font-size: 1.6rem;
}

footer ul.menu {
    list-style: none;
    padding-inline-start: 1.2em;
    padding: 0;
}

footer ul.menu li {
    margin-bottom: 0.3em;
}

footer ul.menu li a {
    color: #fff;
    font-size: 1.2em;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

footer ul.menu li a:hover {
    text-decoration: none;
    color: #000;
}

footer ul.menu .btn {
    background: #000;
    padding: 1em;
    text-transform: uppercase;
    width: fit-content;
    margin-top: 1.1em;
    border-radius: 0;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

footer ul.menu .btn:hover {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
    box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

footer .locations-wrap {
    margin-top: 5em;
}

footer .locations {
    background: #000;
    color: #fff;
    padding: 5em 0;
}

footer .locations h2 {
    color: #fff;
    font-size: 1.6em;
    line-height: 0.9em;
}

footer .locations .maps,
.darkmaps {
    background: #df017f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

footer .locations .maps:hover,
.darkmaps:hover {
    background: #fff;
    color: #df017f;
}

footer .legal {
    background: #000;
    color: #fff;
}

footer .legal p {
    text-align: center;
    font-size: 0.7em;
}

/*Other sections9*/

.recintos a[href^="tel:"],
.recintos-content a[href^="tel:"] {
    color: #000;
}

.programas .header,
.contacto .header {
    padding: 8em 0;
    background-color: #000;
}


.programa-top-caption h1 {
    font-family: 'HelveticaBold';
    color: #fff;
    font-size: 5em;
    letter-spacing: .01em;
    line-height: 0.75em;
}

.programa-top-caption p {
    font-family: 'Roboto';
    text-align: left;
    color: #fff;
    font-size: 1.3em;
    margin: 2em 0 1em;
}

.programa-top-caption .far {
    font-size: 2em;
    color: #fff;
}

.programa-top-caption ul {
    list-style: none;
    padding-left: 0;
}

.programa-top-caption ul li {
    font-size: 0.8em;
    color: #fff;
}

.programa-top-caption ul li span {
    font-weight: 700;
}

.programa-top-caption a.video-link {
    color: #fff
}

.programa-top-caption a.video-link h5 {
    margin-top: 0.3em;
}

section.programa-bg-black {
    background: #000;
    padding: 2em 0;
    color: #fff;
}

section.programa-bg-black img {
    width: 150px;
}

section.curriculo,
section.blank {
    padding: 4em 0;
    position: relative;
    background: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #df017f;
    border-radius: 0;
}

.nav-pills li.nav-item a.nav-link.active,
.nav-pills li.nav-item a.nav-link.active:hover {
    color: #fff !important;
    font-weight: 500;
}

.nav-pills li.nav-item a.nav-link,
.nav-pills li.nav-item a.nav-link:hover {
    color: #000 !important;
    font-weight: 500;
}

.table thead th {
    font-weight: 500;
}

.table td,
.table th {
    font-weight: 300;
}

section.programa-bg-black img,
.admisiones img,
img.content-icons {
    width: 100px;
}

img.content-icons-small {
    width: 50px;
}

.slick-carousel-gallery .slick-slide,
.slick-carousel-programs .slick-slide {
    position: relative;
    height: inherit !important;
    min-height: inherit !important;
    background: none;
}

.slick-carousel-gallery .slick-slide::before,
.slick-carousel-programs .slick-slide::before {
    background-color: transparent;
    opacity: 1;
}

.slick-carousel-gallery .card-ov,
.slick-carousel-programs .card-ov {
    cursor: pointer
}

.slick-carousel-programs a,
.slick-carousel-programs a:hover {
    color: #000;
    text-decoration: none;
}

.slick-carousel-programs .slick-prev {
    left: 0;
}

.slick-carousel-programs .slick-next {
    right: 0;
}

.slick-carousel-programs .slick-prev,
.slick-carousel-programs .slick-next {
    bottom: 45%;
}

section.curriculo .boxes {
    background: #000;
    padding: 2em 1.7em;
}

section.programa-bg-black .boxes h2,
section.programa-bg-black .boxes p {
    color: #fff;
}

section.programa-bg-black .boxes p {
    margin-bottom: 0;
}

section.programa-bg-black .btn {
    background: #df017f;
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    border-radius: 0;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

section.programa-bg-black .btn:hover {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
    box-shadow: 0 0 15px 0 rgba(1, 1, 1, 0.3);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.darkshadow img,
.darkshadow iframe {
    -webkit-box-shadow: 8px 8px 0 0 #df017f;
    box-shadow: 8px 8px 0 0 #df017f;
}

.contacto-top-caption h1 {
    font-family: 'HelveticaBold';
    color: #fff;
    font-size: 5em;
    letter-spacing: .01em;
    line-height: 0.75em;
}

.contacto-top-caption p {
    font-family: 'Roboto';
    text-align: left;
    color: #fff;
    font-size: 1.3em;
}

.contacto-top-caption p.first {
    margin-top: 2em;
}

.contacto-top-caption .maps {
    background: #fff;
    color: #df017f;
    text-transform: uppercase;
    border-radius: 0;
}

.contacto-top-caption .maps:hover {
    background: #df017f;
    color: #fff;
}

.contacto-top-caption a {
    color: #fff;
}