/*------------
    FONTS
------------*/
@font-face {
    font-family: "Roboto-Light";
    src: url('../fonts/Roboto/Roboto-Light.ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Roboto-Regular";
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Roboto-Medium";
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
    font-weight: 400;
    font-style: bold;
}
@font-face {
    font-family: "Roboto-Bold-Italic";
    src: url('../fonts/Roboto/Roboto-BoldItalic.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Roboto-Bold";
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
    font-weight: 500;
    font-style: bold;
}
@font-face {
    font-family: "Roboto-Black";
    src: url('../fonts/Roboto/Roboto-Black.ttf');
    font-weight: 800;
    font-style: bolder;
}

/*------------
    BOOTSTRAP
------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*------------
    GENERAL
------------*/
body {
    font-family: "Roboto-Regular", sans-serif;
    font-weight: normal;
}

a {
    transition: 0.25s;
    -webkit-transition: 0.25s;
    text-decoration: none !important;
}

p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    margin-bottom: 0px;
    text-align: justify;
}

p.big {
    font-family: 'Roboto-Light';
    font-size: 18px;
    line-height: 24px;
}

h1.title {
    font-family: 'Roboto-Bold';
    font-size: 40px;
}

h2 {
    font-family: 'Roboto-Medium';
    font-size: 24px;
    line-height: 28px;
}

.medium {
    font-family: 'Roboto-Medium';
}
.bold {
    font-family: 'Roboto-Bold';
}
.light {
    font-family: 'Roboto-Light';
}
.red {
    color: #f54848;
}

h3 {
    font-family: 'Roboto-Medium';
    font-size: 20px;
    line-height: 24px;
}

section {
    padding: 100px 0;
}
section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.unpad--bottom):not(.border--bottom):not(.space--xxs) + section:not(.unpad):not(.imagebg):not([class*='bg--']):not(.imageblock):not(.border--bottom):not(.space--xxs) {
    padding-top: 100px;
}

.cover {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.pos-vertical-bottom {
    position: relative;
    top: 85%;
    transform: translateY(-85%);
    -webkit-transform: translateY(-85%);
}

.box-icon-lines {
    display: block;
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
    text-align: center;
}
.box-icon-lines:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(50% - 40px);
    background-color: #e1e1e1;
    left: 0;
    top: 50%;
}
.box-icon-lines:after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(50% - 40px);
    background-color: #e1e1e1;
    right: 0;
    top: 50%;
}

#map {
    height: 400px;
    width: 100%;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

/*------------
    COOKIES
------------*/
.box-cookies {
    text-align: right;
    width: auto;
    z-index: 999999999 !important;
    position: fixed;
    bottom: 0px;
    right: 0px;
    pointer-events: inherit !important;
    border-radius: 5px;
}
.box-cookies .bg--dark {
    background: #ffffff;
}
.box-cookies .boxed {
    border: 0px solid transparent;
    z-index: 999999999 !important;
}
.box-cookies span {
    float: left;
    margin-right: 15px;
    text-align: left;
    color: #000000 !important;
}
.box-cookies .checkmark.bg--error {
    float: left;
    top: 13px;
    cursor: pointer;
    cursor: hand;
    background: #711d1c;
    transition: 0.25s;
    -webkit-transition: 0.25s;
}
.box-cookies .checkmark.bg--error:hover {
    background: #000000;
}
.box-cookies button.checkmark.checkmark--cross:before {
    top: 0px;
}
.box-cookies a {
    text-decoration: underline;
    color: #711d1c !important;
}
.box-cookies a:hover {
    color: #000000 !important;
}


/*------------
    SECTION -- TOP BAR (Header)
------------*/
#top-bar {
    padding: 20px 0;
    width: 100%;        
    background: white;
}
#top-bar div[class^="col-"] {
    text-align: center;
}
#top-bar img {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: -3px;
    width: 25px;
}
#top-bar a {
    font-family: 'Roboto-Medium';
    font-size: 16px;
    color: #ef5353;
    font-weight:normal;
    margin-top: 3px;
}
#top-bar .social-top {
    display: inline;
}
#top-bar .social-top li {
    display: inline-block;
}
#top-bar .social-top li img {
    height: 25px;
    margin: -3px 20px 0;
}


/*------------
    SECTION -- NAVBAR (Header)
------------*/
.menu.nav-container {
    width: 100%;
    position: absolute;
    z-index: 99;
    background: transparent;
}
.menu .menu-nav {
    padding: 40px 0;
}
.menu .col-nav--logo {
    float: left;
    width: 250px;
    margin-left: 60px;
}
.menu .col-nav--logo a {
    display: block;
}
.menu .col-nav--menu {
    width: calc(100% - 310px);
    text-align: right;
    padding-right: 60px;
}
.menu .col-nav--menu ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.menu .col-nav--menu ul li {
    margin-right: 24px;
    border-right: 1px solid #f54848;
    padding-right: 24px;
}
.menu .col-nav--menu ul li:last-child {
    margin-right: 0px;
    border-right: 0px;
}
.menu .col-nav--menu ul li a {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    text-transform: uppercase;
    color: white;
}
.menu .col-nav--menu ul li.active a,
.menu .col-nav--menu ul li a:active,
.menu .col-nav--menu ul li a:hover,
.menu .col-nav--menu ul li a:focus{
    color: #ff4444;
}
.menu .col-nav--menu ul li i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 24px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.nav-container--burger {
    padding: 25px 0 15px;
}
.hamburger-toggle i {
    margin-top: 25px;
    color: white;
}

/*------------
    SECTION -- HOME SLIDER
------------*/
#home-slider {
    padding: 0px !important;
    background: grey;
}
#home-slider, .slider, .slides, .slide {
    width: 100%;
    height: 850px;
}

.slide .pos-vertical-center {
    text-align: center;
    top: 50%;
    z-index: 1;
}

.slide .bg-image-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}
.slide .bg-image-slide:after {
    content: "";
    background-color: #8144bd;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.15;
}

.slide h1{
    font-family: "Roboto-Bold";
    font-size: 73px;
    line-height: 71px;
    color: white;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.slide h1 span.yellow{
    color: #ffef00;
}
.slide h2 {
    font-family: "Roboto-Light";
    font-size: 26px;
    line-height: normal;
    color: white;
}
.slide .btn {
    font-family: "Roboto-Light";
    font-size: 24px;
    border: 1px solid white;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0px 30px;
    color: white;
    letter-spacing: 1.6px;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
}
.slide .btn:hover,
.slide .btn:focus {
    background-color: white;
    color: black;
}
.slide .btn:active {
    background-color: #ef5353 !important;
    color: white !important;
    border: 0px !important;
}

.flickity-prev-next-button.previous {
    left: 10%;
    border-radius: 100%;
    border: 2px solid white;
    width: 50px;
    height: 50px;
    opacity: 0.75;
    font-size: 28px;
}
.flickity-prev-next-button.next {
    right: 10%;
    border: 2px solid white;
    width: 50px;
    height: 50px;
    opacity: 0.75;
    font-size: 28px;
    border-radius: 100%;
}
.flickity-prev-next-button:hover {
    opacity: 1 !important;
}

.slider[data-paging="true"]:not(section) .flickity-page-dots {
    bottom: 28%;
}

.flickity-page-dots .dot {
    background-color: rgba(255, 87, 95, 0.5);
    opacity: 0.5;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 15px;
    transition: 0.25s;
    -webkit-transition: 0.25s;
}
.flickity-page-dots .dot:hover {
    background-color: rgba(255, 87, 95, 1);
    opacity: 1;
}
li.dot.is-selected:before {
    content: "";
    position: absolute;
    border: 2px solid #ff575f;
    padding: 16px;
    border-radius: 100%;
    left: -10px;
    top: -10px;
}

[data-overlay]:before {
    background: #130523 !important;
}
.parallax > .background-image-holder, .parallax .slides li > .background-image-holder {
    min-height: 120vh;
}

iframe {
    min-height: auto;
}

/*
----------------------
    DATA-BLOCK
----------------------
*/
section#data-block {
    padding: 0px !important;
}
section#data-block .container-fluid {
    padding: 0;
}
section#data-block .container-fluid div[class^="col-"] {
    padding: 0;
}
section#data-block .bg-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
}
section#data-block .data-block--text {
    padding: 45px 100px 80px;
    background-color: #f8f8f8;
    height: 100%;
}
section#data-block .data-block--text h2 {
    font-family: 'Roboto-Bold';
    font-size: 36px;
    line-height: 50px;
    color: #404040;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: relative;
}
section#data-block .data-block--text h2:after {
    content: "";
    position: absolute;
    background-color: #c1c1c1;
    text-transform: uppercase;
    width: 35px;
    height: 2px;
    bottom: -25px;
    left: 0;
}
section#data-block .data-block--text p {
    font-family: 'Roboto-Light';
    font-size: 18px;
    line-height: 28px;
    color: #5d5d5d;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
}

section#data-block .data-block--text__video-box .video {
    display: inline-block;
    width: 155px;
    height: 100px;
    float: left;
    margin-right: 20px;
    position: relative;
    background-color:grey;
}
section#data-block .data-block--text__video-box p {
    display: inline-block;
    float: left;
    width: calc(100% - 175px);
    font-family: 'Roboto-Light';
    font-size: 16px;
    line-height: 25px;
    color: #5d5d5d;
    border-bottom: 0px;
}
section#data-block .graph-image {
    display: none;
}

/*
----------------------
    que-es
----------------------
*/
section#que-es {
    padding: 100px 0 0 !important;
}

section#que-es h2.what-is--title,
section#como-es h2.how-is--title {
    font-family: 'Roboto-Regular';
    font-size: 62px;
    line-height: 62px;
    color: #404040;
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}
section#que-es h2.what-is--title:after,
section#como-es h2.how-is--title:after {
    content: "";
    position: absolute;
    background-color: #c1c1c1;
    width: 35px;
    height: 2px;
    bottom: 220px;
    left: 50%;
    transform: translateX(-50%);
}
section#que-es h2.what-is--title:after {
     bottom: -30px;
}
section#que-es h2.what-is--title .light-red {
    font-family: 'Roboto-Light';
    color: #f54848
}
section#que-es h4 {
    font-family: 'Roboto-Light';
    font-size: 20px;
    line-height: 28px;
    color: #5d5d5d;
    margin-bottom: 100px;
    text-align: center;
}
section#que-es .what-box {
    position: relative;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 62px 0px 0px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.15);
    margin-bottom: 100px;
}
section#que-es .what-box .what-box--text {
    padding: 0px 25px;
}
section#que-es .what-box .what-box--circle-top img {
    width: auto;
    height: auto;
    position: absolute;
    top: -50px;
    left: 25px;
}
section#que-es .what-box .what-box--number {
    font-family: 'Roboto-Black';
    font-size: 70px;
    color: #edaaaa;
    position: absolute;
    top: 0px;
    right: 10px;
    line-height: normal;
    z-index: 1;
}
section#que-es .what-box h4 {
    font-family: 'Roboto-Regular';
    font-size: 22px;
    letter-spacing: 0.6px;
    line-height: normal;
    color: #454646;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    min-height: 90px;
}
section#que-es .what-box p {
    font-family: 'Roboto-Light';
    font-size: 15px;
    line-height: normal;
    color: #454646;
    margin-bottom: 10px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    min-height: 140px;
}
section#que-es .what-box .what-box--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    border-radius: 0px 0px 10px 10px;
}

section#que-es .container-fluid {
    margin-bottom: 100px;
}

section#que-es .what-is--bottom h3 {
    font-family: 'Roboto-Bold';
    font-size: 48px;
    line-height: 50px;
    color: #404040;
    margin-bottom: 40px;
    text-align: center;
}
section#que-es .what-is--bottom h3:after {
    content: "";
    position: absolute;
    background-color: #c1c1c1;
    width: 35px;
    height: 2px;
    margin-top: 70px;
    left: 50%;
    transform: translateX(-50%);
}
section#que-es .what-is--bottom h4 {
    margin-bottom: 50px;
}

/*
----------------------
    como-es
----------------------
*/
section#como-es {
    padding: 15px 0 60px !important;
}

section#como-es h2.how-is--title {
    font-family: 'Roboto-Regular';
    font-size: 62px;
    line-height: 62px;
    color: #404040;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}
section#como-es h2.how-is--title:after {
    content: "";
    position: absolute;
    background-color: #c1c1c1;
    width: 35px;
    height: 2px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
section#como-es h2.how-is--title .light-red {
    font-family: 'Roboto-Light';
    color: #f54848;
}

section#como-es .how-box {
    position: relative;
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 20px 40px 50px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.15);
    height: 100%;
}
section#como-es .how-box h3.how-box--title {
    font-family: 'Roboto-Medium';
    font-size: 21px;
    line-height: 30px;
    color: white;
    text-align: center;
    background: #e94a4a; /* Old browsers */
    background: -moz-linear-gradient(left, #e94a4a 0%, #f07271 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e94a4a 0%,#f07271 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e94a4a 0%,#f07271 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94a4a', endColorstr='#f07271',GradientType=1 ); /* IE6-9 */
    border-radius: 50px;
    padding: 8px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 40px 55px;
    position: relative;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);
}
section#como-es .how-box h3.how-box--title:before {
    content: "";
    position: absolute;
    width: 120px;
    margin-top: 55px;
    left: 50%;
    background: #bebebe;
    height: 1px;
    transform: translateX(-50%);
}
section#como-es .how-box h3.how-box--title:after {
    content: "";
    position: absolute;
    width: 100px;
    margin-top: 63px;
    left: 50%;
    background: #bebebe;
    height: 1px;
    transform: translateX(-50%);
}
section#como-es .how-box p.how-box--subtitle {
    font-family: 'Roboto-Light';
    font-size: 18px;
    line-height: normal;
    color: #5d5d5d;
    margin-bottom: 50px;
    text-align: center;
}
section#como-es .how-box p.how-box--subtitle .red {
    font-family: 'Roboto-Medium';
}
section#como-es .how-box .how-box--phases .phase--icon {
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-top: 30px;
    width: 100px;
}
section#como-es .how-box .how-box--phases .phase--circle {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 168px;
    height: 168px;
    position: relative;
    border: 5px solid grey;
    border-radius: 100%;
    margin-right: 15px;
    float: left;
    display: inline-block;
}
section#como-es .how-box .how-box--phases .phase--circle-red {
    border-color: #f1757b !important;
}
section#como-es .how-box .how-box--phases .phase--circle-green {
    border-color: #77cfc7 !important;
}
section#como-es .how-box .how-box--phases .phase--circle-blue {
    border-color: #6dd5ed !important;
}
section#como-es .how-box .how-box--phases .phase--circle-yellow {
    border-color: #ffce2e !important;
}
section#como-es .how-box .how-box--phases .phase--text {
    display: inline-block;
    float: left;
    width: calc(100% - 308px);
}
section#como-es .how-box .how-box--phases .how-box--phases__phase {
    display: inline-block; 
    margin-bottom: 65px;
}
section#como-es .how-box .how-box--phases .phase--text {
    margin-top: 5px;
}
section#como-es .how-box .how-box--phases .phase--text h4 {
    font-family: 'Roboto-Regular';
    font-size: 22px;
    line-height: normal;
    color: #444243;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
section#como-es .how-box .how-box--phases .phase--text p {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: normal;
    color: #5d5d5d;
    margin-bottom: 0;
    text-align: center;
}
section#como-es .how-box .how-box--bottom {
    clear: both;
}
section#como-es .how-box .how-box--bottom p {
    font-family: 'Roboto-Medium';
    font-size: 26px;
    line-height: normal;
    color: #727272;
    text-align: center;
    margin: 0;
    padding: 0 50px;
}

section#como-es .how-box-right h3.how-box--title:before{
    bottom: -20px !important;
}
section#como-es .how-box-right h3.how-box--title:after{
    bottom: -28px !important;
}

section#como-es .how-box .how-box--phases .how-box--phases__phase:nth-child(4) .phase--icon {
    margin-top:10px;
}


/*
----------------------
    PHRASE
----------------------
*/
section#phrase {
    padding: 30px 0 !important;
}
section#phrase h2 {
    font-family: 'Roboto-Bold-Italic';
    font-size: 38px;
    line-height: normal;
    color: #5d5d5d;
    text-align: center;
    padding: 0 100px;
}
section#phrase h2 .underline {
    color: #6c6c6c;
    text-decoration: underline;
    line-height: 40px;
}
section#phrase small {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    text-align: right;
    width: 100%;
    display: block;
    color: #727272;
    padding: 0 100px;
}

/*
----------------------
    DOSSIER
----------------------
*/
section#dossier {
    padding: 40px 0 !important;
}
section#dossier .dossier-img {
    width: 100%;
    margin: 0 auto;
    left: 10%;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
section#dossier .box-icon-lines img {
    width: 40px;
}
section#dossier h4 {
    font-family: 'Roboto-Regular';
    font-size: 24px;
    text-align: center;
} 
section#dossier h4 span{
    color: #484848;
    font-family: 'Roboto-Bold';
}
section#dossier h4 span.bold {
    color: #f54848;
}
section#dossier input {
    font-size: 12px;
    font-family: 'Roboto-Medium';
    color: #ababab;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    height: 42px;
    padding: 0 15px;
}
section#dossier textarea {
    font-size: 12px;
    font-family: 'Roboto-Medium';
    color: #ababab;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: 15px;
}
section#dossier .btn {
    background: #f54848;
    border: 0px;
    text-transform: uppercase;
    font-family: "Roboto-Medium";
    font-size: 18px;
    letter-spacing: 3px;
    padding: 8px 0;
    height: auto;
}

/*
----------------------
    tipos-de-implantaciones
----------------------
*/
section#tipos-de-implantaciones {
    padding: 0px !important;
}
section#tipos-de-implantaciones .container-fluid {
    padding: 0px;
}
section#tipos-de-implantaciones div[class^="col-"] {
    padding: 0px;
}
section#tipos-de-implantaciones .bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    position: relative;
}
section#tipos-de-implantaciones .bg-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(49,49,49,0.73);
    transition: 0.25s;
    -webkit-transition: 0.25s;
}
section#tipos-de-implantaciones div[class^="col-"]:hover .bg-image:after {
    background-color: rgba(49,49,49,0.53);
}
section#tipos-de-implantaciones h4 {
    position: absolute;
    top: 50%;
    text-align: center;
    font-family: 'Roboto-Medium';
    font-size: 32px;
    color: #ffffff;
    transform: translateY(-50%);
    width: 100%;
    margin: 0px;
}

/*
----------------------
    clientes
----------------------
*/
section#clientes {
    padding: 65px 0 !important;
    text-align: center;
    background-color: white;
}
section#clientes h2 {
    font-family: "Roboto-Bold";
    font-size: 52px;
    color: #404040;
    position: relative;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    line-height:56px;
}
section#clientes img {
    opacity: 0.25;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    margin-bottom: 20px;
}
section#clientes img:hover {
    opacity: 1;
}
section#clientes .container-fluid:last-child {
    padding: 0 100px;
}

/*
----------------------
    GMAPS
----------------------
*/
section#gmaps {
    padding: 65px 0 0px !important;
    text-align: center;
    background-color: white;
}
section#gmaps h2 {
    font-family: "Roboto-Bold";
    font-size: 52px;
    color: #404040;
    position: relative;
    margin-bottom: 75px;
    display: inline-block;
    width: 100%;
}
section#gmaps .container-fluid {
    padding: 0px;
}
section#gmaps #map {
    height: 515px;
    width: 100%;
}

/*
----------------------
    contacto
----------------------
*/
section#contacto {
    padding: 100px 0 !important;
    text-align: center;
    background-image: url('../img/contact-bg.png');
}
section#contacto h2 {
    font-family: "Roboto-Bold";
    font-size: 52px;
    text-transform: uppercase;
    color: #404040;
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
}
section#contacto h2:after {
    content: "";
    position: absolute;
    background-color: #c1c1c1;
    width: 35px;
    height: 2px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}
section#contacto h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: "Roboto-Light";
    width: 60%;
    margin: 0 auto 50px;
}
section#contacto h3 span {
    color: #eb4f50;
    font-family: "Roboto-Bold";
}
section#contacto form {
    width: 75%;
    margin: 0 auto;
    padding: 50px 150px;
    background-color: #ffffff;
}
section#contacto form input {
    color: #8e8e8e;
    border-radius: 0;
    border: 0px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-family: "Roboto-Light";
    margin-bottom: 45px;
    height: 45px;
    background: transparent;
}
section#contacto form textarea {
    color: #8e8e8e;
    border-radius: 0;
    border: 0px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-family: "Roboto-Light";
    margin-bottom: 35px;
    height: 45px;
    background: transparent;
}
section#contacto .btn {
    text-align: center;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #3c3c3c;
    font-size: 18px;
    font-family: "Roboto-Regular";
    width: 200px;
    padding: 7px 0;
    border-radius: 0px;
    height: auto;
}

/*
----------------------
    FOOTER
----------------------
*/
footer {
    background-color: #535353;
    padding: 75px 0 !important;
    margin-top: -26px;
}
footer .logo-footer {
    height: 68px;
    margin: 0 auto;
    display: block;
}
footer .footer-icon {
    width: 40px;
    margin: 0 15px 0 0;
}
footer h3 {
    font-size: 32px;
    line-height: normal;
    color: #ffffff;
    text-align: center;
}
footer span, footer span a {
    font-size: 22px;
    font-family: 'Roboto-Light';
    line-height: normal;
    color: #ffffff;
}
footer span a {
    color: #ffffff !important;
}
footer .list-vertical li {
    margin-bottom: 20px;
    list-style-type: none;
}
footer .list-vertical li span {
    width: calc(100% - 105px);
    display: inline-block;
    text-align: center;
}
footer .list-horizontal {
    width: 100%;
    text-align: center;
    margin-top: 75px;
}
footer .list-horizontal li {
    display: inline-block;
    padding: 0 20px;
}
footer .list-horizontal .footer-icon {
    margin: 0;
    width: 55px;
}

/*------------
    RESPONSIVE
------------*/

@media (max-width: 1678px) {
    #top-bar a {
        font-size: 14px;
    }
    #top-bar img {
        margin-right: 3px;
        width: 20px;
    }
    #top-bar .social-top li img {
        height: 20px;
    }
}

@media (max-width: 1530px) {
    footer h3 {
        font-size: 32px;
    }    
    footer span, footer span a {
        font-size: 22px;
    }
    footer .footer-icon {
        width: 60px;
    }
    footer .list-horizontal {
        margin-top: 55px;
    }
    footer .list-horizontal .footer-icon {
        margin: 0;
        width: 45px;
    }
}

@media (max-width: 1446px) {
    section#como-es .how-box h3.how-box--title:before {
        margin-top: 85px;
    }
     #top-bar a {
        font-size: 13px;
    }
    #top-bar img {
        margin-right: 1px;
        width: 16px;
    }
    #top-bar .social-top li img {
        height: 16px;
    }
    #top-bar div[class^="col-"] {
        padding: 0px;
    }
}

@media (max-width: 1421px) {
   section#data-block .data-block--text {
        padding: 45px 50px 80px;
   }
}

@media (max-width: 1360px) {
    .menu .col-nav--menu ul li a {
        font-size: 18px;
    }
}

@media (max-width: 1345px) {
    .menu .col-nav--menu ul li {
        margin-top: 10px;
    }
}

@media (max-width: 1255px) {
    section#data-block .data-block--text h2 {
        font-size: 30px;
        line-height: 36px;
    }
}


@media (max-width: 1199px) {.
    p {
        letter-spacing: 0;
    }
    section#data-block .data-block--text h2 {
        font-size: 27px;
    line-height: 32px;
        margin-bottom: 40px;
    }
    section#data-block .data-block--text p {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    section#data-block .data-block--text__video-box p {
        font-size: 12px;
        line-height: 20px;
    }

    section#que-es .what-box h4 {
        margin-top: 18px;
    }
    #top-bar {
        padding: 10px 0;
    }
    #top-bar .col-lg-2 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .menu .col-nav--menu ul li a {
        font-size: 18px;
    }
    .menu .col-nav--menu ul li {
        margin-right: 19px;
        padding-right: 19px;
    }
    section#gmaps #map {
        height: 315px;
    }
    section#gmaps h2 {
        font-size: 62px;
    }
    section#contacto h2 {
        font-size: 62px;
        line-height: 70px;
        margin-bottom: 40px;
    }
    section#contacto h2:after {
        top: 90px;
    }
    section#contacto h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    section#contacto form {
        width: 80%;
        margin: 0 auto;
        padding: 50px 50px;
        background-color: #ffffff;
    }
    section#phrase h2 {
        font-size: 40px;
    }
    section#phrase small {
        font-size: 24px;
    }
    section#como-es .how-box .how-box--phases .phase--icon {
        margin-right: 15px;
        width: 70px;
    }
    section#como-es .how-box .how-box--phases .phase--circle {
        width: 128px;
        height: 128px;
    }
    section#como-es .how-box .how-box--phases .phase--text {
        margin: 0px;
        width: calc(100% - 228px);
    }
    footer .logo-footer {
        height: 48px;
        margin: 0 auto;
        display: block;
    }
    footer h3 {
        font-size: 22px;
    }    
    footer span, footer span a {
        font-size: 18px;
    }
    footer .footer-icon {
        width: 50px;
    }
    footer .list-horizontal {
        margin-top: 45px;
    }
    footer .list-horizontal .footer-icon {
        margin: 0;
        width: 35px;
    }

    section#que-es .what-box .what-box--text {
        padding: 0px 20px;
    }
    section#que-es .what-box p {
        min-height: 200px;
    }
}

@media (max-width: 1027px) {
    section#contacto h2:after {
        top: 160px;
    }
}

@media (max-width: 991px) {
    #top-bar {
        padding: 0px 0;
    }
    .slider[data-paging="true"]:not(section) .flickity-page-dots {
        bottom: 5%;
    }
    .slide .btn {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
    }
    section#tipos-de-implantaciones .bg-image {
        height: 350px;
    }
    section#phrase small {
        text-align: center;
    }
    section#que-es h2.what-is--title:after {
        bottom: -20px !important;
    }
    section#que-es .what-box {
        margin-bottom: 100px;
        padding: 42px 0px 0px;
    }
    section#que-es .what-box h4 {
            min-height: auto;
    }
    section#que-es .what-box p {
        min-height: 120px;
    }
    section#que-es div[class^="col-"]:last-child .what-box,
    section#que-es div[class^="col-"]:nth-child(3) .what-box {
        margin-bottom: 0px;
    }
    section#como-es .how-box h3.how-box--title:before {
        margin-top: 55px;
    }
    section#como-es .container-fluid .col-lg-6:first-child {
        margin-bottom: 50px;
    }

    .burger--col-logo {
        margin-left: 15px;
        float: left;
    }
    .burger--col-logo img {
        width: 200px;
    }
    .burger--col-burger {
        margin-right: 15px;
        float: right;
        text-align: right;
        width: calc(100% - 230px);
    }
    .burger--col-burger .hamburger-toggle i {
        margin-top: 15px;
        color: white;
    }

    section#data-block .data-block--text {
        padding: 45px 50px 30px;
    }
    .data-block--text__video-box {
        display: inline-block;
    }
    section#data-block .bg-image {
        display: none;
    }
    section#data-block .graph-image {
        display: block;
    }

    section#data-block .data-block--text__video-box p {
        font-size: 16px;
        line-height: 26px;
    }
    section#data-block .data-block--text p {
        font-size: 18px;
        line-height: 28px;
    }
    section#que-es .what-box .what-box--text {
        padding: 0px 40px;
    }
}

@media (max-width: 767px) {
    section#que-es .what-box p {
        min-height: auto;
    }
    #top-bar {
        display: none;
    }
    section#que-es div[class^="col-"]:nth-child(3) .what-box {
        margin-bottom: 100px;
    }
    section#gmaps h2 {
        font-size: 62px;
        line-height: 62px;
        margin-bottom: 32px;
    }
    section#contacto h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    section#contacto h2:after {
        content: none !important;
    }
    section#tipos-de-implantaciones .bg-image {
        height: 250px;
    }
    section#dossier .dossier-img {
        left: 5%;
        margin-top:20px;
    }
    section#dossier {
        padding: 40px 0 20px !important;
    }
    section#phrase h2, section#phrase small {
        padding: 0 15px;
    }
    section#que-es h2.what-is--title,
    section#como-es h2.how-is--title {
        font-size: 62px;
        line-height: 62px;
    }
    section#que-es h4 {
        font-size: 18px;
        line-height: 25px;
    }
    section#que-es h2.what-is--title:after {
        bottom: 220px !important;
    }
    footer .logo-footer {
        margin-bottom: 50px;
    }
    footer h3 {
        font-size: 22px;
    }    
    footer span, footer span a {
        font-size: 18px;
    }
    footer .footer-icon {
        width: 50px;
    }
    footer .list-horizontal {
        margin-top: 45px;
    }
    footer .list-horizontal .footer-icon {
        margin: 0;
        width: 35px;
    }
    footer .list-vertical {
        margin-bottom: 40px;
    }
    footer .list-vertical li {
        text-align: center;
    }
    footer .list-vertical li span {
        width: auto;
        text-align: left;
    }
    footer .list-horizontal {
        margin-top: 25px;
    }

    #home-slider, .slider, .slides, .slide {
        width: 100%;
        height: 700px;
    }
    .slide .pos-vertical-center {
        text-align: center;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .slide h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }
    .slide h2 {
        font-size: 20px;
    }
    .slide .btn {
        padding: 5px 30px;
        font-size: 20px;
    }
}

@media (max-width: 727px) {
    section#como-es .how-box h3.how-box--title:before {
        margin-top: 85px;
    }
}

@media (max-width: 575px) {
    .how-is--title span, .what-is--title span {
        display: block;
    }
    section#gmaps h2 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 32px;
    }
    section#contacto h3 {
        width: 100%;
    }
    section#contacto form {
        width: 100%;
        padding: 50px 25px;
    }
    section#contacto form input,
    section#contacto form textarea {
        font-size: 12px;
    }
    section#contacto .btn {
        font-size: 18px;
        width: auto;
        padding: 10px 30px;
        margin-top: 10px;
    }
    section#contacto form textarea {
        height: 85px;
    }
    section#clientes h2 {
        font-size: 42px;
        margin-bottom: 50px;
        line-height: 46px;
    }
    section#clientes {
        padding: 65px 0 0px !important;
        text-align: center;
        background-color: white;
    }
    section#gmaps {
        padding: 35px 0 0px !important;
    }
    section#tipos-de-implantaciones .bg-image {
        height: 150px;
    }
    section#phrase h2 {
        font-size: 30px;
    }
    section#phrase small {
        font-size: 20px;
    }
    section#que-es .what-box .what-box--circle-top img {
        width: 80px;
        height: 80px;
        position: absolute;
        top: -40px;
        left: 20px;
    }
    section#que-es h2.what-is--title,
    section#como-es h2.how-is--title {
        font-size: 52px;
        line-height: 52px;
    }
    section#que-es h4 {
        font-size: 16px;
        line-height: 23px;
    }
    section#que-es h2.what-is--title:after {
        bottom: 185px !important;
    }
    section#que-es .what-is--bottom h3 {
        font-size: 38px;
        line-height: 40px;
    }
    section#que-es .what-is--bottom h3:after {
        margin-top: 60px;
    }
    section#como-es .how-box h3.how-box--title {
        padding: 15px;
        margin: 0 0px 45px;
    }
    section#como-es .how-box p.how-box--subtitle {
        margin-bottom: 30px;
    }
    section#como-es .how-box .how-box--bottom p {
        font-size: 20px;
        line-height: 26px;
        padding: 0 0px;
    }

    section#data-block .data-block--text p {
        font-size: 16px;
        line-height: 26px;
    }
    section#data-block .data-block--text__video-box p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 560px) {
    section#que-es h2.what-is--title:after {
        bottom: 205px !important;
    }
    section#como-es .how-box .how-box--phases .phase--icon {
        width: 80px;
        display: block;
        float: none;
        margin: 0 auto;
    }
    section#como-es .how-box .how-box--phases .phase--circle {
        float: none;
        margin: 25px auto 20px;
        display: block;
    }
    section#como-es .how-box .how-box--phases .phase--text {
        width: 100%;
    }
    section#como-es .how-box .how-box--phases .how-box--phases__phase {
        margin-bottom: 45px;
    }
    .slide h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .slide h2 {
        font-size: 16px;
    }
    .slide .btn {
        padding: 5px 30px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    section#que-es h2.what-is--title,
    section#como-es h2.how-is--title {
        font-size: 42px;
        line-height: 42px;
    }
    section#que-es h4 {
        font-size: 16px;
        line-height: 23px;
    }
    section#que-es h2.what-is--title:after {
        bottom: 210px !important;
    }
}

@media (max-width: 488px) {
    section#como-es .how-box h3.how-box--title:before,
    section#como-es .how-box h3.how-box--title:after {
        content: none;
    }

    section#data-block .data-block--text__video-box .video {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .video iframe {
        height: 200px !important;
        width: 100% !important;
    }
    section#data-block .data-block--text__video-box p {
       width: 100%;
       float: none;
       display: block;
       margin-top: 20px;
       margin-bottom: 0px;
       padding-bottom: 0px;
    }
}

@media (max-width: 461px) {
    section#que-es h2.what-is--title:after {
        bottom: 230px !important;
    }
    footer .footer-icon {
        width: 30px;
        display: block;
        margin: 0 auto 10px;
    }
}

@media (max-width: 415px) {
    section#phrase h2 {
        font-size: 24px;
    }
}

@media (max-width: 375px) {
    .hamburger-toggle i {
        margin-top: 15px;
        color: white;
    }
}

@media (max-width: 355px) {
    section#que-es h2.what-is--title,
    section#como-es h2.how-is--title {
        font-size: 34px;
        line-height: 34px;
    }
    section#que-es h2.what-is--title:after {
        bottom: 250px !important;
    }
}

.nav-container--burger,
.menu .col-nav--menu .list-inline:nth-child(2),
.menu .col-nav--menu .social-top {
    display: none;
}

/*MENU BURGER*/
@media (max-width: 991px) {
    .menu .menu-nav {
        padding: 0px;
        border: 0px;
    }
    .menu .col-nav--menu {
        width: 100%;
        padding: 30px;
        background: white;
        position: relative;
    }
    .menu .col-nav--menu ul {
        position: relative;
        top: auto;
        transform: none;
        margin: 0;
    }
    .menu .col-nav--menu .list-inline {
        width: 100%;
    }
    .menu .col-nav--menu .list-inline:nth-child(2) li,
    .menu .col-nav--menu .social-top li {
        border-right: 0px;
    }
    .menu .col-nav--menu ul li {
        margin-right: 5px !important;
        padding-right: 10px !important;
        margin-top: 0 !important;
    }
    .menu .col-nav--menu ul li a {
        color: #272727;
        font-size: 16px;
    }
    .menu .col-nav--menu .list-inline:nth-child(1) {
        margin-bottom: 15px !important;
    }
    .menu .col-nav--menu .list-inline:nth-child(2) {
        margin-bottom: 10px !important;
    }
    .menu .col-nav--menu .list-inline:nth-child(2) li a {
        color: #272727;
        font-size: 14px;
    }
    .menu .col-nav--menu .list-inline:nth-child(2) li img,
    .menu .col-nav--menu .social-top li img {
        width: 20px;
        margin-bottom: 0px;
    }
    .nav-container--burger,
    .menu .col-nav--menu .list-inline:nth-child(2),
    .menu .col-nav--menu .social-top {
        display: block !important;
    }
    #menu1 .col-nav--logo {
        display: none !important;
    }
    .col-nav--menu .list-inline li {
        display: inline-block !important;
    }
    .hidden-sm {
        display: none !important;
    }
}

.btn-primary:hover {
    border-color: #ef5353;
}

