/* 
   _  ___ _         ___ _           _ _
| |/ (_) |__  ___/ __| |_ _  _ __| (_)___ ___
| ' <| | '_ \/ _ \__ \  _| || / _` | / _ (_-<
|_|\_\_|_.__/\___/___/\__|\_,_\__,_|_\___/__/

KIBO STUDIOS // ADVERTISING ® 2015
This file was originally created by Kibo Studios Team.
No public difusion allowed. Code rights reserved.
Contact us info@kibostudios.com
www.kibostudios.com

Theme Name: Clinica dental
Version: 1.0
Author: Kibo Studios

*/

/************************ FONTS ************************/

@font-face {
  font-family: 'gotham-light';
  src: url('fonts/gotham-rounded/gothamrnd-light.eot');
  src: url('fonts/gotham-rounded/gothamrnd-light.eot?#iefix') format('embedded-opentype'),
       url('fonts/gotham-rounded/gothamrnd-light.woff') format('woff'),
       url('fonts/gotham-rounded/gothamrnd-light.ttf')  format('truetype');
}

@font-face {
  font-family: 'gotham-book';
  src: url('fonts/gotham-rounded/gothamrnd-book.eot');
  src: url('fonts/gotham-rounded/gothamrnd-book.eot?#iefix') format('embedded-opentype'),
       url('fonts/gotham-rounded/gothamrnd-book.woff') format('woff'),
       url('fonts/gotham-rounded/gothamrnd-book.ttf')  format('truetype');
}

@font-face {
  font-family: 'gotham-medium';
  src: url('fonts/gotham-rounded/gothamrnd-medium.eot');
  src: url('fonts/gotham-rounded/gothamrnd-medium.eot?#iefix') format('embedded-opentype'),
       url('fonts/gotham-rounded/gothamrnd-medium.woff') format('woff'),
       url('fonts/gotham-rounded/gothamrnd-medium.ttf')  format('truetype');
}

@font-face {
  font-family: 'gotham-bold';
  src: url('fonts/gotham-rounded/gothamrnd-bold.eot');
  src: url('fonts/gotham-rounded/gothamrnd-bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/gotham-rounded/gothamrnd-bold.woff') format('woff'),
       url('fonts/gotham-rounded/gothamrnd-bold.ttf')  format('truetype');
}

/************************ TAGS ************************/

body {
    font-family: 'gotham-book';   
    letter-spacing: 0px;
}

.btn-solid {
    background: #5A2880;
    color: #fff;
    text-transform: uppercase;
    font-family: 'gotham-medium';
    letter-spacing: 0.3px;
    display: inline-block;
    margin: 0px;
}

.btn-solid:hover, .btn-solid:active, .btn-solid:focus {
    background: #502575;
    color: #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow: none;
}

.box-content .overlay {
    background: rgba(255,255,255,.9);
}


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

.header {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 20;
    height: 100px;
    padding: 30px 0px;
    border-bottom: 1px solid #F9F9F9;
}

.header .logo {
    width: auto;
}

/************************ MENU ************************/

.navbar-default {
    margin: 10px 0px 0px;
    min-height: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #BDBABF;
    text-transform: uppercase;
    padding: 5px 20px;
    line-height: 20px;
    font-size: 16px;
    line-height: 16px;
}

.navbar-default .navbar-nav > li.dropdown {
    background: #F9F8F9;
    margin: 1px 0px 0px 10px;
}

.navbar-default .navbar-nav > li.dropdown > a {
    font-family: 'gotham-medium';
    padding: 5px 5px 4px;
    color: #9F9F9F;
    font-size: 15px;
    line-height: 14px;
}

.navbar-default .navbar-nav > li.dropdown > a .caret {
    color: #D8D8D8;   
}

.navbar-default .navbar-nav > li.dropdown > a:hover,
.navbar-default .navbar-nav > li.dropdown > a:focus {
    color: #9F9F9F;
    font-size: 15px;
    line-height: 14px;
}

.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
    min-width: 0px;
    padding: 0px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: #F9F8F9;
}

.navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a {
    padding: 4px 19px 4px 5px;
    font-family: 'gotham-medium';
    color: #9F9F9F;
}

.navbar-default .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
    background: transparent;
    color: #7F7F7F;
}

.navbar-default .navbar-nav > li.dropdown.open > a {
    background: #F9F8F9;
}

a.drop-menu {
    cursor: pointer;
}

.container-fluid {
    padding: 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.menu-active .navbar-default .navbar-nav > li > a.drop-menu {
    color: #5A2880;
    font-size: 16px;
    line-height: 16px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    font-family: 'gotham-medium';   
    color: #5A2880;
}

.navbar-default .navbar-nav > li > a.drop-menu {
    position: relative;
    padding-bottom: 40px;
}

.menu-active .navbar-default .drop-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #F9F9F9 transparent;
    text-align: center;
    bottom: 2px;
    left: 75px;
}

.sub-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    background: #F9F9F9;
    padding: 20px 0px;
    height: 100px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.menu-active .sub-menu {
    top: 100px;
}

.sub-menu ul {
    list-style: none;
    padding-left: 15px;
}

.sub-menu ul li {
    position: relative;
    line-height: 30px;
}

.sub-menu ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 6px;
    color: #774E96;
    margin-right: 4px;
    position: absolute;
    left: 0px;
    top: -2px;
}

.sub-menu ul li a {
    color: #727884;
}

.sub-menu ul li a:hover,
.sub-menu ul li.active a {
    color: #4a4a4a;
}


/************************ CONTENT ************************/

.page-content {
    margin-top: 100px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.menu-active .page-content {
    margin-top: 200px;
}

.box-content {
    padding: 5% 0px;
}

.box-content h3 {
    font-weight: 100;
    font-family: 'gotham-medium';   
}

.box-content p {
    font-size: 1.1em;
    margin-bottom: 2%;
    line-height: 1.8em;
}

.box-header {
    padding: 2.8% 0px;
    text-align: center;
    background: #774E96;
    background-size: cover !important;
    background-position: center !important;
}

.box-header h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    font-size: 1.4em;
    letter-spacing: 0.6px;
}

.box-loader {
    background: #fff;
}

.box-loader .loading {
    border-bottom: 4px solid #C8C5CA;
    border-left: 4px solid #C8C5CA;
    border-right: 4px solid #774E96;
    border-top: 4px solid #774E96;
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0px;
    min-height: 45px;
    text-transform: uppercase;
    padding: 12px 20px;
    resize: none;
}

textarea.form-control {
    height: 115px;
}

.form-control:focus, .form-control:active:focus {
    outline: none;
    border-color: #5A2880;
    box-shadow: none;
}

form .btn {
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    min-height: 45px;
}

form .has-error .form-control, form .has-error .form-control:focus {
    outline: none;
    box-shadow: none;
}

form .btn .wait, form .btn .success , form .btn .error {
    display: none;
}

.has-error.checkbox label {
    color: inherit;
}

.has-error input[type="checkbox"].form-control,
.has-error input[type="checkbox"].form-control:focus,
.has-error input[type="checkbox"].form-control:active:focus {
    border-color: #a94442;
}

.btn-solid[disabled]:hover, .btn-solid[disabled]:active, .btn-solid[disabled]:focus {
    background: #5A2880;
    opacity: .65;
}

form .info {
    position: absolute;
    top: 14px;
    right: 35px;
    font-size: 15px;
    line-height: 20px;
    color: #999;
}

form .active .info {
    display: none;
}

input[type="checkbox"].form-control {
    min-height: 0px;
    display: inline-block;
    -webkit-appearance:button;
    background-color: #fff;
    color: #5A2880;
    white-space: nowrap;
    overflow: hidden;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: -10px;
    bottom: 3px;
}

input[type="checkbox"].form-control:focus, input[type="checkbox"].form-control:active:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

input[type="checkbox"].form-control:checked {
    border-color: #5A2880;
}

input[type="checkbox"].form-control:checked::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #5A2880;
    position: absolute;
    top: 2px;
    left: 2px;
    opacity: .8;
}

div.checkbox {
    text-align: center;
    color: #BAB5B5;
    font-size: 0.95em;
    margin-bottom: 15px;
}

div.checkbox a {
    color: #5A2880;
    font-family: 'gotham-medium'; 
}


/************************ HOME ************************/

#slider-home {
    overflow: hidden;
}

#slider-home, #slider-home .item, #slider-home .img-slider {
    height: 40vw;
    
}

#slider-home .img-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.carousel-control {
    background: none !important;
    width: auto;
    opacity: .2;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: .5;
}

.carousel-control img {
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    background: #5E2D83;
    padding: 50px 20px;
}

.carousel-control.right img {
    right: -5px;
    left: auto;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    background: #5E2D83;
    border-radius: 0px;
    border: none;
    opacity: .25;
    margin: 0px 4px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    background: #5E2D83;
    opacity: 1;
}

.box-equipo {
    background: url(images/bg-team.jpg) center right;
    background-size: cover;
    color: #A4A4A4;
    position: relative;
}

.box-equipo h3 {
    color: #5A2880;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 5%;
}

.box-equipo .btn-solid {
    margin-top: 5%;
}

.box-content.box-tratamientos {
    padding: 0px;
}

.box-tratamientos .row {
    margin: 0px;
}

.box-tratamientos .row > div {
    padding: 0px;
}

.box-tratamientos .link-tratamiento {
    display: block;
}

.box-tratamientos .link-tratamiento:hover .overlay {
    background: rgba(48,17,71,.7);
}

.box-tratamientos .link-tratamiento:hover .image {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.box-tratamientos .div-tratamiento {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.box-tratamientos .div-tratamiento.double {
    height: 560px;
}

.box-tratamientos .div-tratamiento .image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    opacity: .8;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}

.box-tratamientos .div-tratamiento.double .image {
    background-position: 80% center !important;
}

.box-tratamientos .div-tratamiento .overlay {
    background: rgba(48,17,71,.6);
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}

.box-tratamientos .div-tratamiento .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
}

.box-tratamientos .div-tratamiento .content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.8em;
    margin-top: 20px;
}

.box-clinica {
    background: url(images/bg-clinica.jpg) center left;
    background-size: cover;
    position: relative;
}

.box-clinica .content {
    padding-left: 70px;
    position: relative;
    margin-bottom: 8%;
}

.box-clinica .content:last-child {
    margin-bottom: 0px;
}

.box-clinica .content .image {
    position: absolute;
    top: -10px;
    left: 0px;
    border: 1px solid #9C40BE;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.box-clinica .content h3 {
    text-transform: uppercase;
    color: #A4A4A4;
    font-size: 1.2em;
}

.box-clinica .content p {
    color: #774E96;
    font-size: 1em;
    line-height: 1.5em;
}

.box-cita {
    background: url(images/bg-cita.jpg) center center;
    background-size: cover !important;
    color: #fff;
    padding: 7% 0px;
}

.box-cita h3 {
    font-family: 'gotham-book';
    font-size: 2.1em;
    line-height: 1.3em;
    margin-bottom: 5%;
}


/************************ PAGE EQUIPO ************************/

.box-perfil {
    margin-bottom: 6%;
}

.box-perfil .row > div:nth-child(1) {
    padding-right: 50px;
}

.box-perfil .row > div:nth-child(2) {
    padding-left: 0px;
}

.box-perfil .image {
    height: 430px;
    background-size: cover !important;
    background-position: top center !important;
    border: 3px solid #774E96;
}

.box-perfil h3, .box-perfil h4 {
    text-transform: uppercase;
    color: #774E96;
    font-size: 1.3em;
    line-height: 1em;
    margin: 0px;
}

.box-perfil .rama {
    text-transform: uppercase;
    color: #BDBDBD;
    font-size: 0.95em;
    margin-top: 5px;
}

.box-perfil hr {
    position: absolute;
    width: 100%;
    top: 45px;
    left: -50px;
    border-top: 3px solid #774E96;
}

.box-perfil p {
    margin-top: 40px;
    color: #ABAAAD;
    font-size: 1em;
    padding-right: 40px;
}

.box-perfil h4 {
    font-size: 1em;
    font-family: 'gotham-medium';
    margin-top: 25px;
}

.box-perfil ul {
    padding-left: 15px;
    margin-top: 20px;
}

.box-perfil ul li {
    color: #727884;
    line-height: 2.2em;
    font-size: 1em;
}

.box-galeria h3 {
    text-transform: uppercase;
    text-align: center;
    color: #774E96;
    font-size: 1.3em;
    line-height: 1em;
    margin: 0px 0px 4%;
}

.gallery {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    overflow: hidden;
}

.gallery a {
    background: #301147;
    display: block;
    position: relative;
}

.gallery a:hover img {
    opacity: .6;
}

.gallery a:hover:after {
    content: url('images/icons/search.png');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);  
}

.gallery li {
    float: left;   
}

.gallery img {
    height: 280px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}

.lSSlideOuter {
    padding: 0px 45px;   
    position: relative;
}

.lSSlideOuter .lSPager.lSpg {
    display: none;   
}

.lSAction > a {
    z-index: 10;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    content: url('images/arrow-right.png');
    border: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border: none;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    content: url('images/arrow-left.png');
    border: none;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border: none;
}

.mfp-figure:after {
    box-shadow: none;
}

.mfp-counter {
    display: none;
}


/************************ PAGE TRATAMIENTO ************************/

.page-tratamiento .box-header {
    padding: 0px;
    position: relative;
}

.page-tratamiento .box-header .overlay {
background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(37,55,118,0) 43%, rgba(41,35,97,0.24) 69%, rgba(46,12,71,0.81) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(43%,rgba(37,55,118,0)), color-stop(69%,rgba(41,35,97,0.24)), color-stop(100%,rgba(46,12,71,0.81))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(37,55,118,0) 43%,rgba(41,35,97,0.24) 69%,rgba(46,12,71,0.81) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(37,55,118,0) 43%,rgba(41,35,97,0.24) 69%,rgba(46,12,71,0.81) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(37,55,118,0) 43%,rgba(41,35,97,0.24) 69%,rgba(46,12,71,0.81) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(37,55,118,0) 43%,rgba(41,35,97,0.24) 69%,rgba(46,12,71,0.81) 100%); /* W3C */
}

.page-tratamiento .box-header .container {
    position: relative;
    height: 28vw;
}

.page-tratamiento .box-header h1 {
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 15px;
    text-transform: uppercase;
    font-family: 'gotham-medium';
    font-size: 2em;
}

.page-tratamiento .box-header h1 span {
    color: #DAABFF;
}

.page-tratamiento .div-content {
    padding-right: 30px;
}

.page-tratamiento p {
    color: #727884;
    font-size: 1em;
}

.page-tratamiento p b, .page-tratamiento p strong {
    font-weight: 100;
    font-family: 'gotham-medium';
}

.page-tratamiento p a {
    color: #774E96;
    font-family: 'gotham-medium';
}

.page-tratamiento p a:hover {
    color: #513466;
}

.page-tratamiento .btn {
    margin-top: 5%;
}

.page-tratamiento h3 {
    text-transform: uppercase;
    color: #774E96;
    font-size: 1.3em;
    line-height: 1em;
    margin-bottom: 30px;
}

.page-tratamiento ul {
    padding-left: 15px;
    list-style: none;
}

.page-tratamiento ul li {
    font-size: 1em;
    line-height: 1.5em;
    color: #A0A0A0;
    margin-bottom: 25px;
    position: relative;
}

.page-tratamiento ul li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 6px;
    color: #774E96;
    margin-right: 4px;
    position: absolute;
    left: -15px;
    top: -1px;
}


/************************ PAGE CITA ************************/

.box-header.box-steps {
    color: #fff;
    text-align: left;
}

.box-header.box-steps .number {
    position: absolute;
    border: 2px solid #D8A9FD;
    color: #D8A9FD;
    font-size: 30px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}

.box-header.box-steps p {
    padding: 0px 20px 0px 70px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'gotham-medium';
}

.box-whatsapp {
    padding: 0px 125px;
}

.box-whatsapp .content {
    border: 1px solid #774E96;
    padding: 15px 30px;
    margin-top: 15%;
    position: relative;
}

.box-whatsapp img {
    position: absolute;
    left: 30px;
    top: 22px;
}

.box-whatsapp p {
    padding-left: 60px;
    margin: 0px;
    color: #AFABAB;
    font-size: 0.95em;
}

.box-whatsapp p span {
    font-family: 'gotham-medium';
    color: #774E96;
}


/************************ PAGE CONTACTO ************************/

.box-contact h2, .box-form h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'gotham-medium';
    color: #774E96;
    font-size: 1.3em;
    line-height: 1em;
    margin: 0px 0px 6%;
}

.box-contact .form-group:last-child {
    margin-bottom: 0px;
}

.box-map {
    position: relative;
}

.box-map #map-canvas {
    height: 550px;   
}

.box-map .box-info {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 25px 0px;
    text-align: left;
}

.box-map .box-info .item {
    display: inline-block;
    font-family: 'gotham-medium';
    vertical-align: middle;
    margin-right: 55px;
}

.box-map .box-info .item:last-child {
    float: right;
    margin: 0px;
}

.box-map .box-info .item img {
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}


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

.footer {
    background: #F9F9F9;
    color: #757575;
    padding: 40px 0px;
}

.footer .logo {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #5A2880;
}

.footer p {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}

.footer a {
    color: #757575;
    font-family: 'gotham-medium'; 
}

.footer a:hover {
    color: #4A4A4A;
}

.footer .social {
    list-style: none;
    padding: 0px;
    text-align: right;
    margin-top: 8px;
}

.footer .social li {
    display: inline-block;
}

.footer .social li a {
    border: 1px solid #5A2880;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-left: 20px;
}

.footer .social li a:hover {
    background: rgba(109,66,143,.1);
}

.box-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(94,45,131,.75);
    z-index: 99;
    color: #fff;
    padding: 20px 0px;
    display: none;
}

.box-cookies .container {
    position: relative
}

.box-cookies .icon-cookies {
    width: 38px;
    position: absolute;
    top: -6px;
}

.box-cookies .text-cookies {
    display: inline-block;
    width: 90%;
    padding-left: 55px;
}

.box-cookies .text-cookies a {
    font-family: 'gotham-medium';
    color: #DAABFF;
}

.box-cookies .text-cookies a:hover {
    color: #502575
}

.box-cookies .title {
    margin-right: 15px;
    font-size: 18px;
    font-family: 'gotham-medium';
}

.box-cookies .name {
    font-family: 'gotham-medium';
}

.box-cookies .close-cookies {
    position: absolute;
    color: #fff;
    right: 15px;
    top: 3px;
    cursor: pointer;
    width: 18px;
    opacity: .8;
}

.box-cookies .close-cookies:hover {
    opacity: 1;
}

.page-404 {
    background: rgb(211,224,251); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(211,224,251,1) 0%, rgba(159,161,199,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(211,224,251,1) 0%,rgba(159,161,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(211,224,251,1) 0%,rgba(159,161,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: relative;
}

.page-404 .box-content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
}

.page-404 .box-content h1 {
    font-size: 4.5em;
    font-family: 'gotham-bold';
    color: #653B85;
    margin: 50px 0px 25px;
}

.page-404 .box-content h2 {
    font-size: 1.4em;
    line-height: 1.6em;
    font-family: 'gotham-medium';
    color: #653B85;
}

.page-404 .box-content a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'gotham-medium';
    margin-top: 20px;
    opacity: .9;
}

.page-404 .box-content a:hover {
    opacity: 1;
}

.page-404 .box-content img {
    max-width: 100%;
}


/************************ RESPONSIVE ************************/

/* XX-Large desktop */
@media (min-width: 1600px) {
    
#slider-home, #slider-home .item, #slider-home .img-slider {
    height: 35vw;
    min-height: 650px;
}    
    
}

/* X-Large desktop */
@media (min-width: 1200px) {
    
}

/* Large desktop */
@media (max-width: 1199px) {
    
.navbar-default .navbar-nav > li > a {
    padding: 5px 15px;
}    
    
.box-perfil .image {
    height: 350px;
}    
    
.page-tratamiento .box-header .container {
    height: 380px;
} 
    
.box-map .box-info {
    text-align: center;
}
    
.box-map .box-info .item {
    margin: 0px;
    float: left;
    clear: both;
}        
    
.box-map .box-info .item:nth-child(2n) {
    float: right;
    clear: none;
} 
    
.box-map .box-info .item:nth-child(1), .box-map .box-info .item:nth-child(2) {
    margin-bottom: 10px;
}

.footer {
    text-align: center;
}

.footer p {
    text-align: left;
}

.footer .social {
    text-align: center;
    margin-top: 20px;
}
    
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) { 
    
.header .box-logo {
    overflow: hidden;
}    
    
.navbar-default .navbar-nav > li > a {
    padding: 5px 12px;
}    
    
.sub-menu {
    height: 160px;
    top: -60px;
}    
    
.menu-active .page-content {
    margin-top: 260px;
}    
    
#slider-home, #slider-home .item, #slider-home .img-slider {
    height: 450px;
}    
    
.box-content {
    padding: 60px 0px;
}  
    
.box-perfil .image {
    height: 250px;
}    
    
.box-header {
    padding: 40px 0px;
}   
    
.page-404 .box-content h1 {
    font-size: 4em;
    margin: 0px 0px 25px;
}    
    
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {    
    
.header {
    position: absolute;
    text-align: left;
}   
    
.sub-menu {
    display: none;
}    

.menu-toggle {
    margin-right: 20px;
}
    
.menu-toggle span {
    background: #502575
}   
    
.navbar-default .navbar-collapse {
    background: rgba(255,255,255,.98);
}  
    
.navbar-default .navbar-nav > li > a.drop-menu {
    padding-bottom: 5px;
}    
    
.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    line-height: 24px;
}   

.navbar-default .navbar-nav > li.dropdown,
.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
    background: none;
}    
    
.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
    background: none;
    text-align: center;
    padding: 5px 0px;
}        
    
.navbar-default .navbar-nav > li.dropdown > a, 
.navbar-default .navbar-nav > li.dropdown > a:hover,
.navbar-default .navbar-nav > li.dropdown > a:focus,    
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    font-size: 20px;
    line-height: 24px;
    font-family: 'gotham-book';
    color: #BDBABF;
    background: none;
}
    
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > li.dropdown.active > a {
    background: none;
} 
    
.navbar-default .navbar-nav > li.dropdown.active > a {
    color: #5A2880;
    font-family: 'gotham-medium';
}    
    
.navbar-default .navbar-nav > li.dropdown > a .caret {
    position: relative;
    bottom: 2px;
}   
    
.navbar-default .navbar-nav > li.dropdown.active > a .caret {
    color: #5A2880;
}    
    
.box-header h2 {
    line-height: 26px;
}    
    
.box-tratamientos .div-tratamiento {
    height: 220px !important;
}    
    
.box-clinica .content {
    padding-left: 80px;
}

.box-clinica .content .image {
    left: 10px;
}

.box-cita {
    background-position: center right;
    text-align: center;
    position: relative;
}   
    
.box-cita .overlay {
    background: rgba(0,0,0,.3);
}     
    
.box-equipo {
    text-align: center;
}   
    
.box-perfil {
    text-align: center;
    margin-bottom: 50px;
}

.box-perfil .row > div:nth-child(1) {
    padding-right: 15px;
    max-width: 280px;
    margin: 0 auto 30px;
    float: none;
}   
    
.box-perfil .row > div:nth-child(2) {
    padding-left: 15px;
}    

.box-perfil .image {
    height: 300px;
}
    
.box-perfil hr {
    position: static;
}    
    
.box-perfil p {
    margin-top: 25px;
    padding-right: 0px;
}    
    
.box-perfil ul {
    text-align: left;
    max-width: 400px;
    margin: 20px auto 0px;
}    
    
.gallery img {
    height: 170px;
}    
    
.lSSlideOuter {
    padding: 0px 30px;
}  
    
.lSAction > .lSPrev {
    left: 0px;
}    

.lSAction > .lSNext {
    right: 0px;
}
    
.page-tratamiento {
    text-align: center;
}

.page-tratamiento .btn {
    margin-bottom: 50px;
}    
    
.page-tratamiento ul {
    text-align: left;
}       
    
.page-tratamiento ul li:last-child {
    margin-bottom: 0px;
}    
    
.box-steps .row > div {
    min-height: 45px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10%;
}   
    
.box-steps .row > div:last-child {
    margin-bottom: 0px;
}      
    
.form-group {
    margin-bottom: 15px;
}    
    
.box-whatsapp {
    padding: 0px 15%;
}    
    
.box-contact .form-group:last-child {
    margin-bottom: 15px;
}    
    
.box-map #map-canvas {
    height: 450px;
}    
    
.box-map .box-info {
    padding: 15px 0px;
}    
    
.box-map .box-info .item, .box-map .box-info .item:nth-child(2n) {
    float: none;
    display: block;
    margin: 10px 0px;
}    
    
.footer .logo {
    border: none;
    padding: 0px;
    display: block;
    margin: 0 auto 20px;
}    
    
.footer p {
    text-align: center;
}    
    
.footer .social li a {
    margin: 0px 10px;
} 
    
.page-404 .box-content {
    text-align: center;
    position: static;
    -webkit-transform: none;
    transform: none;
    
} 
    
.page-404 .box-content img {
    max-width: 300px;
    margin-top: 50px;
}    
    
}

/* Landscape phones and down */
@media (max-width: 480px) {
    
.box-equipo {
    background-position: 85%;
}    
    
.box-steps .row > div {
    padding-left: 15px;
}
    
.box-whatsapp {
    padding: 0px;
}    
   
}