/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    width: 100%;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    width: 100%;
    height: 100%;
    font-family: 'Merriweather Sans', sans-serif;
}

@media(min-width:767px) {
    .navbar {
        padding: 23px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 23px 0;
    }
}

a:link {
    text-decoration: none;
}

/*
a:hover {
    color: #ce007c;
}*/

/*NAV*/

.navbar-default {
    background-color: #b90061;
    border-color: #b90061;
}

#navigation span:before {
    content: " | ";
    margin-left: 16px;
    color: #fff
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

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

.navbar-default .navbar-nav>li>a {
    color: #fff;
    margin-top: 20px;
    /*font-size: 14px;*/
    font-size: 16px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.intro-section {
    height: auto;
    padding-top: 0;
    /*ultimos cambios*/
    text-align: center;
    background: #fff;
}

.services-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.testimonials-section {
    height: auto;
    padding-top: 80px;
    text-align: center;
    background: #fff;
    padding-bottom: 50px;
}

.contact-section {
    height: auto;
    padding-top: 0;
    text-align: center;
    background: #fff;
}

/*CAROUSEL*/

.carousel,
.item,
.active {
    height: 80%;
    /*ultimos cambios*/
}

.carousel-inner {
    height: 113.8%;
    /*ultimos cambios*/
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: -80px;
}

.carousel-caption {
    top: 35%;
    text-align: left;
    left: 45%;
    /*ultimos cambios*/
    text-shadow: 0 0 0 rgba(0, 0, 0, .6);
}

.carousel-caption h1 {
    font-size: 25px;
    color: rgb(137, 209, 4);
    font-weight: bold;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
}

.carousel-caption p {
    font-size: 21px;
    color: #a09fa1;
    font-weight: bold;
}

.carousel-indicators {
    padding-left: 300px;
    bottom: 90px;
    /*ultimos cambios*/
}

.carousel-indicators li {
    box-shadow: 1px 1px 1px #7B7979;
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    background-color: #b4abab;
    width: 15px;
    height: 15px;
}

.carousel-indicators li {
    border: 1px solid #b4abab;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
    font-size: 50px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-right: -10px;
    font-size: 50px;
}

/*.mi-imagen {
-webkit-filter: brightness(80%);
filter: brightness(80%);
}*/

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 80px;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    text-align: center;
}

.scroll-down i {
    color: #f0007f;
}

.scroll-down-mob {
    position: absolute;
    left: 50%;
    bottom: 60px;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    display: block;
    z-index: 10;
    text-align: center;
    display: none;
}

.scroll-down-mob i {
    color: #f0007f;
}

.nav-down {
    margin-top: -84px;
    animation-iteration-count: infinite;
}

#flecha-top {
    display: none;
}

#flecha-top img {
    opacity: 0.8;
}

/*MAPA*/

#map {
    height: 100%;
}

.logo {
    margin-top: -40px;
}

/*SIDEBAR*/

#sidebar {
    background-color: #89d104;
    margin-top: -223px;
    /*ultimos cambios*/
    padding-bottom: 1px;
}

#sidebar img {
    margin-top: 30px;
    padding-bottom: 10px;
}

#sidebar h2 {
    color: #fff;
    font-size: 17px;
    padding-top: 8px;
}

.diagonal {
    background-image: url(../img/bg-metodo.png);
    background-repeat: no-repeat;
    height: 60px;
}

h2.sidebar-titulo {
    background-color: #75ab20;
    padding: 5px;
}

#sidebar p {
    margin-bottom: 50px;
    /*ultimos cambios*/
    /*font-size: 15px;*/
    font-size: 14.2px;
    padding: 0 20px 0 20px;
}

.sidebar-mob {
    display: none;
}

/*GALERIA*/

p.texto-galeria-1 {
    margin-top: 20px;
    font-size: 17px;
}

p.texto-galeria-2 {
    margin-top: 70px;
    font-size: 17px;
}

p.texto-galeria-3 {
    margin-top: 100px;
    font-size: 17px;
    margin-left: -100px;
}

.datos-saludables {
    background-image: url(../img/datos-saludables.jpg);
    height: 370px;
    background-position: cover;
    background-repeat: no-repeat;
}

.imagen {
    background-image: url(../img/smiles.jpg);
    height: 252px;
    width: 320px;
    background-position: cover;
    background-repeat: no-repeat;
}

.recetas-saludables {
    background-image: url(../img/recetas-saludables.jpg);
    height: 270px;
    width: 520px;
    background-position: cover;
    background-repeat: no-repeat;
}

.margen {
    margin-right: -30px;
}

.yoga {
    background-image: url(../img/yoga.jpg);
    height: 200px;
    width: 365px;
    background-position: cover;
    background-repeat: no-repeat;
}

.margen-2 {
    margin-right: -62px;
    margin-left: 62px;
}

.reuniones {
    background-image: url(../img/reuniones.jpg);
    height: 510px;
    width: 413px;
    background-position: cover;
    background-repeat: no-repeat;
}

.imagen-2 {
    background-image: url(../img/charlas.jpg);
    height: 205px;
    width: 825px;
    background-position: cover;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.news {
    background-color: #4c4c4c;
    padding-top: 30px;
    margin-left: -15px;
    padding-bottom: 62px;
    color: #fff;
}

.news h2 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.btn-news {
    border: 0;
    width: 100%;
    margin-top: 5px;
    background-color: #828282;
    padding: 5px;
    color: #fff;
    padding: 8px 50px 8px;
}

.input-mail {
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
}

/*QUIENES SOMOS*/

#about h1 {
    text-align: left;
    font-weight: bold;
    color: #ce007c;
    font-size: 39px;
    margin-left: 20px;
}

#about span {
    color: #ce007c;
    font-weight: bold;
}

#about p {
    font-size: 17px;
    /*margin-left: 200px;*/
    line-height: 25px;
    text-align: justify;
}

.firma {
    margin-left: 200px;
}

/*METODO*/

#metodo {
    padding: 100px 0;
}

#metodo h1 {
    text-align: left;
    font-weight: bold;
    color: #ce007c;
    font-size: 39px;
    margin-left: 20px;
}

#metodo span {
    color: #ce007c;
    font-weight: bold;
}

#metodo p {
    font-size: 17px;
    margin-left: 200px;
    line-height: 25px;
    text-align: justify;
}

/*QUE HACEMOS*/

#services h1 {
    text-align: left;
    font-weight: bold;
    color: #ce007c;
    font-size: 39px;
    margin-left: 20px;
}

#services span {
    color: #ce007c;
    font-weight: bold;
}

#services p {
    font-size: 17px;
    /*margin-left: 200px;*/
    line-height: 25px;
    text-align: justify;
}

.titulo-gris {
    color: #7b7b7b;
    font-size: 17px;
    font-weight: bolder;
}

.margen-top {
    padding-top: 20px;
}

.firma {
    margin-left: 200px;
}

/*TESTIMONIALS*/

.testimonio {
    background-color: #fff;
    padding: 10px;
    border-top: 5px solid #bfbebe;
    margin-right: 13px;
    max-width: 267px;
}

.testimonio p {
    padding: 0px 20px;
    font-weight: lighter;
}

#testimonials .container {
    background-color: #eee;
    padding: 40px;
}

#testimonials h1 {
    text-align: left;
    color: #89d104;
    font-size: 39px;
    font-weight: bold;
}

#testimonials span {
    font-size: 17px;
    color: #000;
    margin-left: 15px;
}

#testimonials ol {
    text-align: right;
    top: 40px;
}

#testimonials h2 {
    color: #ce007c;
    font-weight: bold;
}

.leer-mas {
    color: #000;
    background: #fff;
    padding: 5px;
    border: 1px solid #000;
}

.leer-mas:hover {
    color: #000;
}

.btn-mas {
    margin-top: 22px;
}

/*FOOTER*/

.footer {
    height: 60px;
    background-color: #4c4c4c;
}

/*FORMULARIO*/

.formulario {
    margin-top: 50px;
    position: absolute;
}

.formulario .cel-contacto {
    font-size: 20px;
}

.form-label-x {
    width: 180px;
    float: left;
}

#form-container {
    float: left;
    width: 330px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}

.formulario h1 {
    color: #ce007c;
    font-size: 30px;
    font-weight: bold;
}

.formulario a {
    color: #ce007c;
}

.form-control {
    border-radius: 0;
}

.formulario img {
    margin-bottom: 20px;
}

.formulario p {
    font-weight: bold;
    font-size: 12px;
}

#btn-enviar {
    background-color: #4c4c4c;
    color: #fff;
    margin-top: 20px;
    border-radius: 0;
    width: 100%;
}

#galeria {
    margin-top: -45px;
}

/*GALERIA MOB*/

#galeria-mob {
    display: none;
}

/*NAVBAR TOGGLE*/

.navbar-default .navbar-toggle {
    border-color: #ddd;
    background-color: #f0f7fd;
}

#menu-mobile {
    display: none;
}

#carousel-example-generic-mob {
    display: none;
}

#social-mobile {
    display: none;
}

#hacemos {
    padding: 0px 0 30px;
}

#metodo {
    padding: 70px 0px 30px;
}

.modal-content {
    border-radius: 0px;
    border-top: 7px solid #999;
    font-weight: lighter;
}

.con-afecto {
    margin-left: -107px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*FORMULARIO NUEVO*/

#form-index {
    position: absolute;
    bottom: 208px;
    left: 248px;
}

#form-index .content-form {
    width: 38%;
}

#form-index .content-form p {
    font-size: 13px !important;
}

/*MEDIA QUERIES AUTOR*/

@media screen and (max-width: 320px) {
    .logo {
        margin-top: -18px;
        width: 125px;
    }
    .form-label-x {
        float: none;
    }
    #form-container {
        float: none;
    }
    #galeria-mob {
        display: block;
        margin-top: 50px;
    }
    #galeria {
        display: none;
    }
    #social {
        display: none;
    }
    .navbar-default {
        background-color: #f0007f;
        border-color: #f0007f;
    }
    #navigation span:before {
        display: none;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        margin-top: 20px;
        font-size: 17px;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
    }
    #menu-mobile {
        display: block;
    }
    .carousel-caption {
        top: 25%;
        text-align: left;
        text-shadow: 0 0 0 rgba(0, 0, 0, .6);
    }
    .carousel-caption h1 {
        font-size: 23px;
        color: rgb(137, 209, 4);
        font-weight: bold;
    }
    .carousel-caption p {
        font-size: 19px;
        color: #fff;
        font-weight: bold;
    }
    .mi-imagen {
        -webkit-filter: brightness(50%);
        filter: brightness(50%);
    }
    .nav-down {
        display: none;
    }
    .nav-down-mob {
        display: block;
    }
    .scroll-down-mob {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 10px;
        height: 50px;
        width: 50px;
        margin-left: -15px;
        display: block;
        z-index: 20;
        text-align: center;
    }
    .sidebar-mob {
        display: block;
    }
    .sidebar-desk {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .firma {
        margin-left: 0;
    }
    #services p {
        font-size: 13px;
        text-align: justify;
        margin-left: 0px;
        line-height: 23px;
    }
    #services h1 {
        text-align: center;
        font-weight: bold;
        color: #ce007c;
        font-size: 30px;
    }
    #metodo {
        padding: 50px 25px 30px;
    }
    #metodo p {
        font-size: 13px;
        text-align: justify;
        margin-left: 0px;
        line-height: 23px;
    }
    #metodo h1 {
        text-align: center;
        font-weight: bold;
        color: #ce007c;
        font-size: 30px;
    }
    .services-section {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        background: #fff;
    }
    #testimonials h1 {
        text-align: center;
        color: #89d104;
        font-size: 32px;
        font-weight: bold;
    }
    .testimonials-section {
        height: auto;
        padding-top: 50px;
        text-align: center;
        background: #fff;
        padding-bottom: 50px;
    }
    #indicadores-mobile {
        display: none;
    }
    #carousel-example-generic {
        display: none;
    }
    #carousel-example-generic-mob {
        display: block;
    }
    .testimonio {
        background-color: #fff;
        padding: 10px;
        border-top: 5px solid #bfbebe;
        margin-right: 0;
        max-width: 100%;
    }
    #testimonials span {
        font-size: 17px;
        color: #000;
        margin-left: -10px;
    }
    .formulario {
        margin-top: 50px;
        position: relative;
    }
    .formulario .cel-contacto {
        font-size: 22px;
    }
    #social-mobile {
        display: block;
        margin-left: 25%;
        font-size: 24px;
    }
    #social-mobile li {
        display: inline-block;
    }
    #social-mobile a {
        background-color: transparent;
        color: #fff;
    }
    #social-mobile a:hover {
        background-color: transparent;
        color: #fff;
    }
    #form-container {
        background-color: #fff;
        padding: 0;
    }
    #form-index {
        position: relative;
        bottom: 0;
        left: 0;
    }
    #form-index .content-form {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .logo {
        margin-top: -18px;
        width: 125px;
    }
    #galeria-mob {
        display: block;
        margin-top: 50px;
    }
    #galeria {
        display: none;
    }
    #social {
        display: none;
    }
    .navbar-default {
        background-color: #f0007f;
        border-color: #f0007f;
    }
    #navigation span:before {
        display: none;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        margin-top: 20px;
        font-size: 17px;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
    }
    #menu-mobile {
        display: block;
    }
    .carousel-caption {
        top: 25%;
        text-align: left;
        text-shadow: 0 0 0 rgba(0, 0, 0, .6);
    }
    .carousel-caption h1 {
        font-size: 23px;
        color: rgb(137, 209, 4);
        font-weight: bold;
    }
    .carousel-caption p {
        font-size: 19px;
        color: #fff;
        font-weight: bold;
    }
    .mi-imagen {
        -webkit-filter: brightness(50%);
        filter: brightness(50%);
    }
    .nav-down {
        display: none;
    }
    .nav-down-mob {
        display: block;
    }
    .scroll-down-mob {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 10px;
        height: 50px;
        width: 50px;
        margin-left: -15px;
        display: block;
        z-index: 20;
        text-align: center;
    }
    .sidebar-mob {
        display: block;
    }
    .sidebar-desk {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .firma {
        margin-left: 0;
    }
    #services p {
        font-size: 13px;
        text-align: justify;
        margin-left: 0px;
        line-height: 23px;
    }
    #services h1 {
        text-align: center;
        font-weight: bold;
        color: #ce007c;
        font-size: 30px;
    }
    #metodo {
        padding: 50px 25px 30px;
    }
    #metodo p {
        font-size: 13px;
        text-align: justify;
        margin-left: 0px;
        line-height: 23px;
    }
    #metodo h1 {
        text-align: center;
        font-weight: bold;
        color: #ce007c;
        font-size: 30px;
    }
    .services-section {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        background: #fff;
    }
    #testimonials h1 {
        text-align: center;
        color: #89d104;
        font-size: 32px;
        font-weight: bold;
    }
    .testimonials-section {
        height: auto;
        padding-top: 50px;
        text-align: center;
        background: #fff;
        padding-bottom: 50px;
    }
    #indicadores-mobile {
        display: none;
    }
    #carousel-example-generic {
        display: none;
    }
    #carousel-example-generic-mob {
        display: block;
    }
    .testimonio {
        background-color: #fff;
        padding: 10px;
        border-top: 5px solid #bfbebe;
        margin-right: 0;
        max-width: 100%;
    }
    #testimonials span {
        font-size: 17px;
        color: #000;
        margin-left: -10px;
    }
    .formulario {
        margin-top: 50px;
        position: relative;
    }

    .formulario .cel-contacto {
        font-size: 25px;
    }

    #social-mobile {
        display: block;
        margin-left: 25%;
        font-size: 24px;
    }
    #social-mobile li {
        display: inline-block;
    }
    #social-mobile a {
        background-color: transparent;
        color: #fff;
    }
    #social-mobile a:hover {
        background-color: transparent;
        color: #fff;
    }
    #form-container {
        background-color: #fff;
        padding: 0;
    }
    .test-frase {
        margin-left: 0;
    }
    #form-index {
        position: relative;
        bottom: 0;
        left: 0;
    }
    #form-index .content-form {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .carousel,
    .item,
    .active {
        height: 100%;
    }
    .logo {
        margin-top: -18px;
        width: 125px;
    }
    #galeria-mob {
        display: block;
        margin-top: 50px;
    }
    #galeria {
        display: none;
    }
    #social {
        display: none;
    }
    .navbar-default {
        background-color: #ba0061;
        border-color: #ba0061;
    }
    #navigation span:before {
        display: none;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        margin-top: 20px;
        font-size: 17px;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
    }
    #menu-mobile {
        display: block;
    }
    .carousel-caption {
        top: 25%;
        text-align: left;
        text-shadow: 0 0 0 rgba(0, 0, 0, .6);
        left: 63px;
    }
    .carousel-caption h1 {
        font-size: 20px;
        color: rgb(137, 209, 4);
        font-weight: bold;
    }
    .carousel-caption p {
        font-size: 19px;
        color: #fff;
        font-weight: bold;
    }
    .mi-imagen {
        -webkit-filter: brightness(50%);
        filter: brightness(50%);
    }
    .nav-down {
        display: none;
    }
    .nav-down-mob {
        display: block;
    }
    .scroll-down-mob {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 10px;
        height: 50px;
        width: 50px;
        margin-left: -15px;
        display: block;
        z-index: 20;
        text-align: center;
    }
    .sidebar-mob {
        display: block;
    }
    .sidebar-desk {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .firma {
        margin-left: 0;
    }
    #metodo {
        padding: 50px 25px 30px;
    }
    #services p {
        font-size: 13px;
        text-align: left;
        margin-left: 0px;
        line-height: 23px;
    }
    #services h1 {
        text-align: center;
        font-weight: bold;
        color: #ce007c;
        font-size: 25px;
    }
    #metodo p {
        font-size: 13px;
        text-align: justify;
        margin-left: 0px;
        line-height: 23px;
    }
    #metodo h1 {
        text-align: center;
        font-weight: bold;
        color: #ce007c;
        font-size: 25px;
    }
    .services-section {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        background: #fff;
    }
    #about p {
        font-size: 13px;
        text-align: justify;
        margin-left: 0px;
        line-height: 23px;
    }
    #about h1 {
        text-align: center;
        font-weight: bold;
        color: #ce007c;
        font-size: 25px;
    }
    #about img {
        display: none;
    }
    .about-section {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        background: #fff;
    }
    #testimonials h1 {
        text-align: center;
        color: #89d104;
        font-size: 32px;
        font-weight: bold;
    }
    .testimonials-section {
        height: auto;
        padding-top: 50px;
        text-align: center;
        background: #fff;
        padding-bottom: 50px;
    }
    #indicadores-mobile {
        display: none;
    }
    #carousel-example-generic {
        display: none;
    }
    #carousel-example-generic-mob {
        display: block;
    }
    .testimonio {
        background-color: #fff;
        padding: 10px;
        border-top: 5px solid #bfbebe;
        margin-right: 0;
        max-width: 100%;
    }
    #testimonials span {
        font-size: 17px;
        color: #000;
        margin-left: -10px;
    }
    .formulario {
        margin-top: 50px;
        position: relative;
    }
    #social-mobile {
        display: block;
        margin-left: 25%;
        font-size: 24px;
    }
    #social-mobile li {
        display: inline-block;
    }
    #social-mobile a {
        background-color: transparent;
        color: #fff;
    }
    #social-mobile a:hover {
        background-color: transparent;
        color: #fff;
    }
    #form-container {
        background-color: #fff;
        padding: 0;
    }
    .test-frase {
        margin-left: 0;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
        font-size: 25px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-right: -10px;
        font-size: 25px;
    }
    .con-afecto {
        margin-left: 0px;
    }
    #form-index {
        position: relative;
        bottom: 0;
        left: 0;
    }
    #form-index .content-form {
        width: 100%;
    }
}

@media (min-width:800px) and (max-width:1280px) {
    /*  .logo {
        margin-top: -23px;
        width: 200px;
    }
    .navbar {
    padding: 6px 0;
    }
    .margen-2 {
    margin-right: -54px;
    margin-left: -21px;
    }
    .news {
    margin-left: -41px;
    padding-bottom: 72px;
    color: #fff;
    width: 62%;
    }
    .testimonio {
    margin-right: 0px;
    }
    #testimonials ol {
    text-align: right;
    top: -10px;
    }
    #sidebar p {
    margin-bottom: 54px;
    font-size: 15px;
    }     */
}

@media (min-width:768px) and (max-width:1024px) {
    /*  #galeria-mob {
    display: block;
    margin-top: 150px;
    }
    #galeria {
        display: none;
    }  */
    /* .navbar {
    padding: 0;
    }
    .logo {
    margin-top: 0;
    width: 100px;
    }
    .navbar-default .navbar-nav > li > a {
    color: #777;
    margin-top: 20px;
    font-size: 13px;
    font-weight: bold;
    }
    .carousel-indicators {
    padding-left: 0;
    }*/
    /*   #galeria-mob {
    display: block;
    margin-top: -100px;
    }
    #galeria {
        display: none;
    }
    .sidebar-mob {
        display: block;

    }

    .sidebar-desk {
        display: none;
    }*/
    /* .testimonio {
    margin-right: 0px;

    }
     .firma {
    margin-left: 0;
    }
    #services p {
    font-size: 13px;
    text-align: justify;
    margin-left: 0px;
    line-height: 23px;
    }
    #services h1 {
    text-align: center;
    font-weight: bold;
    color: #ce007c;
    font-size: 30px;
    }
    .services-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
    }
    #testimonials h1 {
    text-align: center;
    color: #89d104;
    font-size: 32px;
    font-weight: bold;
    }
    .testimonials-section {
    height: auto;
    padding-top: 50px;
    text-align: center;
    background: #fff;
    padding-bottom: 50px;
    }
    #testimonials ol {
    text-align: right;
    top: -20px;
    }
    .formulario {
    margin-top: 50px;
    position: relative;
    }*/
    .news {
        background-color: #4c4c4c;
        padding-top: 30px;
        margin-left: -36px;
        padding-bottom: 71px;
        color: #fff;
        width: 182px;
    }
    .margen-2 {
        margin-right: -49px;
        margin-left: 0px;
    }
    #sidebar p {
        margin-bottom: 33px;
        font-size: 13px;
    }
    .datos-sidebar {
        margin-left: -30px;
    }
    .imagen-2 {
        width: 750px;
        margin-left: -73px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    .testimonio {
        background-color: #fff;
        padding: 10px;
        border-top: 5px solid #bfbebe;
        margin-right: 0;
        max-width: 100%;
    }
    .carousel-caption {
        left: 25%;
    }
    #testimonials ol {
        text-align: right;
        top: 0px;
    }
    #form-index {
        position: absolute;
        bottom: 206px;
        left: 153px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    #galeria {
        margin-top: -64px;
    }
    #sidebar p {
        margin-bottom: 46.5px;
    }
}
