/*! HTML5 Boilerplate v6.0.1 | 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;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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: vertical;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3 {
    margin: 0;
}

h1 {
    text-indent: -9999px;
}

h2 {
    font-size: 24px;
    
}
h3 {
    font-size: 20px;
}

body {
    font-family: 'Conv_HelvCondensed Regular';
    color: #fff;
    overflow-x: hidden;
    background: #212121;
}

header {
    position: relative;
}
header .container {
    padding: 0;
}

.top {
    background: #bf0411;
    height: 28px;
}
.top span{
    color: #fff;
    position: absolute;
    left: 8%;
    font-size: 15px;
}

.rrss {
    display: block;
    text-align: right;
    margin: 3px;
}
.rrss a {
    text-indent: -9999px;
    display: inline-block;
}
.rrss .fb {
    background: url(../img/rrss-top.png) no-repeat;
    width: 21px;
    height: 19px;
}
.rrss .ws{
    background: url(../img/rrss-top.png) -21px 0 no-repeat;
    width: 21px;
    height: 19px;
}
.main-top {
    background: #212121 url(../img/fnd-main-top.png) center top no-repeat;
}
.main-top .sala, .main-top .consultas  {
    display: block;
    text-align: center;
}
.main-top .sala {
    margin-top: 20px;
}
.main-top .sala a, .main-top .consultas a {
    color: #fff;
}

.sala span, .consultas span  {
    font-size: 11px;
}
.sala p, .consultas p  {
    font-size: 18px;
    line-height: 18px;
}
.sala p a, .consultas p a {
    color: #222;
}
.logo {
    background: url(../img/logo.png) center top no-repeat;
    width: 292px;
    height: 123px;
    margin: 0 auto;
    position: relative;
    top: 15px;
}
.logo a {
    display: block;
    width: 100%;
    height: 100%; 
}

/***** MENU ****/
.navbar {
    background: #000;
    margin: 0;
    border-radius: 0;
    width: auto;
}
.navbar-default {
    border-color: #000; 
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
}


/************* SLIDER *************/
.bajada, .form-top {
    display: none;
}

.carousel-indicators li, .carousel-indicators .active {
    width: 16px;
    height: 16px;
}
.carousel-indicators li {
    background: #212121;
    border: none;
    margin: 0 auto;

}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    }

.carousel-indicators .active {
    background: #ffc700;
    margin: 0;
}

.btn-video {
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.g-recaptcha iframe {
    width: 100%!important;
}


.btn-whatsapp {
    background: #ffc700;
    color: #001e46;
    border-radius: 50px;
    padding: 1em 2em;
    text-decoration: none;
    font-weight: bold;
}

 /*****wasap*****/
    .whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:120px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }

  .whatsapp-icon {
    margin-top:13px;
    color: #fff;
  }

/************* MAIN *************/
#main {
    background: url(../img/fnd-main.png);
}
.servicios {
    /*background: #000000;*/
    padding-bottom: 50px;
    padding-top: 20px;
}
.titulo {
    background: url(../img/fnd-titulo.png) 0 3px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
#main h2 {
    background: #212121;
    padding: 0 35px;
    display: inline-block;
}

/************* DESCRIPCIÓN *************/
.descripcion {
    padding: 45px 0;
}

.descripcion img {
    margin-bottom: 10px;
}
.descripcion h3 {
    border-bottom: 2px solid #1f232c;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}
.descripcion p {
    color: #555;
    font-size: 15px;
    padding: 15px 0;
}


/************* PROYECTO *************/
.proyecto p {
    text-align: center;
    background: #eee;
    padding: 12px 25px;
    line-height: 14px;
}




/************ TESTIMONIOS ************/

#myCarousel1 .item div div {
    background: #cacaca;
    border: 10px solid #212121;
    color: #212121;
    min-height: 180px;
}
#myCarousel1 .carousel-control {
    background: none;
    width: auto;
}
#myCarousel1 .carousel-indicators {
    display: none;
}

/************* GRUPO ARENAS *************/
.grupo {
    padding: 20px 0;
}
.grupo p {
    font-size: 16px;
    text-align: center;
}

/************* CONTACTO *************/
.contacto {
    padding: 50px 0;
}
.campo {
    margin: 0 0 8px 0;
}

.campo input, .campo select  {
    margin: 0 0 5px 0;
    color: #333;
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #838383;
    moz-border-radius: 20px;
    webkit-border-radius: 20px;
    ms-border-radius: 20px;
    background-image: -webkit-gradient( linear,
    left top,
    left bottom,
    color-stop(0.25, #FFFFFF),
    color-stop(1, #EBEBEB));
    background-image: -o-linear-gradient(bottom, #FFFFFF 25%, #EBEBEB 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 25%, #EBEBEB 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 25%, #EBEBEB 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 25%, #EBEBEB 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 25%, #EBEBEB 100%);
}

input {
    outline: none;
    border: none;
}

textarea {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    resize: none;
    outline: none;

}

.textarea {
    background: #fff;
    color: #333;
    border: 1px solid #838383;
    border-radius: 10px;
    padding: 5px;
    margin: 0 0 10px 0;
    background-image: -webkit-gradient( linear,
    left top,
    left bottom,
    color-stop(0.25, #FFFFFF),
    color-stop(1, #EBEBEB));
    background-image: -o-linear-gradient(bottom, #FFFFFF 25%, #EBEBEB 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 25%, #EBEBEB 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 25%, #EBEBEB 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 25%, #EBEBEB 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 25%, #EBEBEB 100%);
}

.enviar {
    cursor: pointer;
    color: #fff;
    width: 100px;
    height: 30px;
    background: url(../img/enviar.png) no-repeat;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    right: 15px;
    margin: 10px 0; 
}

/************* FOOTER *************/
footer {
    color: #fff;
    border-top: 2px solid #fff;
}
.logo-bottom {
    margin: 20px 0 0;
}
.logo-bottom p {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}
.rrss.footer {
    padding: 0 0 20px;
    text-align: center;
}
.menu-bottom {
    margin: 45px 0 0;
    text-align: center;
}
.menu-bottom ul {
    padding: 0;
}
.menu-bottom li {
    list-style: none;
    padding-bottom: 15px;
}
.menu-bottom li a {
    color: #fff;
}
.sala.bottom, .consultas.bottom {
    text-align: center;
}
.sala.bottom {
    margin: 40px 0 0;
}
.sala.bottom p a, .consultas.bottom p a  {
    color: #fff;    
}





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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * 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;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * 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: 768px) {
    /* Style adjustments for viewports that meet the condition */
    header .container {
        padding: 0 15px;
    }

    .rrss {
        text-align: right;
    }

    .logo {
        display: inline-block;
    }
    
    .main-top .sala, .main-top .consultas {
        display: inline-block;
        text-align: left;
        margin: 40px 0 0;
    }
    .main-top .sala p {
        padding-top: 20px;
    }
    .grupo p {
        text-align: left;
    }
    .sala {
        background: url(../img/ico-fono.png) 0 12px no-repeat;
        padding: 0 0 10px 60px;
    }

    .consultas {
        background: url(../img/ico-correo.png) 0 15px no-repeat;
        padding: 25px 0 40px 70px;
    }
    .consultas span {
        padding-bottom: 5px;
        display: block;
    }

    .navbar {
        position: absolute;
        top: 170px;
        z-index: 100;
        width: auto;
    }

    /*.navbar-nav {
        float: none;
        margin: 0 auto;
        width: 95%;
    }*/
    .navbar-default .navbar-nav>li>a {
        padding: 15px 30px;
    }

    .sala.bottom {
        text-align: left;
        background: url(../img/ico-fono-footer.png) 0 12px no-repeat;
    }

    .consultas.bottom {
        text-align: left;
        background: url(../img/ico-correo-footer.png) 0 12px no-repeat;
    }

}


@media only screen and (min-width: 960px) {

    .container {
        width: 960px;
    }


    .navbar-default .navbar-nav>li>a {
        padding: 15px 25px;
    }

    .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
        color:#fff!important;
        background-color:transparent;
        border-bottom: 2px solid #f6c622;
    }

}

@media only screen and (min-width: 1280px) {

    .navbar-default .navbar-nav>li>a {
        padding: 15px 30px;
    } 
    .top span {
        left: 20%;
    }

    .bajada {
        display: block;
        position: absolute;
        background: rgba(0,0,0,0.7);
        width: 470px;
        top: 15%;
        z-index: 100;
        padding: 30px;
    }
    .bajada h2 {
        background: none!important;
        color: #fff;
        padding: 5px 0!important;
        font-size: 30px;
    }
    .bajada p {
        color: #fff;
        font-size: 13px;
    }

    .form-top {
        display: block;
        position: absolute;
        z-index: 100;
        width: 350px;
        height: 452px;
        top: 10%;
        left: 64%;
        background: url(../img/fnd-form.png) no-repeat;
        padding: 30px 0 0;
    }
    .form-top .campo input, .form-top .campo select  {
        margin: 0 auto 0 23px;
        width: 86%;
    }
    .form-top .textarea {
        width: 86%;
        margin: 0 auto;
    }

    .form-top .enviar {
        right: 23px;
        margin: 5px 0 0;
    }
}



@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 {
        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 {
        white-space: pre-wrap !important;
    }
    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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
