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

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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
   ========================================================================== */


@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: local('Futura PT Bold'), local('FuturaPT-Bold'),
        url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaPT-Bold.woff') format('woff'),
        url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


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

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

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


textarea {
  resize: vertical;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
azul claro:     #33ffff;
azul oscuro:    #13162d;
gris:           #999999;
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection { 
    color: #13162d;
    background: #33ffff;
}
::selection { 
    color: #13162d;
    background: #33ffff;
}


html{
    color: #13162d;
    background-color: #13162d;
    font-size: 15px;
    overflow-x: hidden;
    
}
html *{
    font-family: 'Futura PT Book', sans-serif;
}
body{
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    transition:all ease 1s;
    overflow-x: hidden;
}
.no-overflow{
    overflow: hidden;
}


/*
GENERALES
*/
.cont-seciones {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.cuadro{
    background-color: #33ffff;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    z-index: -1;
}
.c-1{
  width: 90%;
  height: 90%;
  top: -20px;
  right: -15px;
}
.c-2{
    width: 80%;
    height: 90%;
    top: 50px;
    right: -20px;
}
.c-3{
    width: 110%;
    height: 55%;
    top: -30px;
    left: -90px;
}
.c-4{
    width: 120%;
    height: 60%;
    top: 60px;
    left: -90px;
}
.c-5{
    width: 120%;
    height: 50%;
    bottom: -20px;
    right: -30px;
}
.c-6{
    width: 100%;
    height: 80%;
    bottom: -50px;
    left: -30px;
}
[class*='push-']{
    position: relative;
}
.push-2{
    /*z-index: 1;*/
  }
[class*='pos-'] {
    position: relative;
}
.pos-1{
    z-index: 1;
}
.pos-2{
    z-index: 2;
}
.pos-3{
    z-index: 3;
}


/*
Tipografía
*/
.text-gris{
    color: #999!important;
}
a{
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
.btn-c{
    color: #33ffff;
    background: #13162d;
    padding: 13px 20px;
    font-size: 1.2rem;
    font-weight: bolder;
    letter-spacing: 0.05em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;

}
.btn-c span{
    background: #33ffff;
    width: 50px;
    height: 2px;
    margin-left: 15px;
    margin-bottom: 3px;
    display: inline-block;
    position: relative;
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    transition:all ease 1s;

}
.btn-c span img{
    position: absolute;
    right: -2px;
    bottom: -9px;
}
.btn-c:hover{
    color:#fff;
}
.btn-c:hover span{
    width: 100px;
    -webkit-transition:all ease .5s;
    -o-transition:all ease .5s;
    transition:all ease .5s;
}
.btn-c.btn-c-claro{
    color: #13162d;
    background: #33ffff;
}
.btn-c.btn-c-claro span{
    background: #13162d;
}

.link-c{
    text-transform: uppercase;
}
.link-c span{
    background: #33ffff;
    width: 50px;
    height: 2px;
    margin-left: 15px;
    margin-bottom: 3px;
    display: inline-block;
    position: relative;
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    transition:all ease 1s;
}
.link-c span img{
    position: absolute;
    right: -2px;
    bottom: -9px;
}
.link-c:hover span{
    width: 100px;
    -webkit-transition:all ease .5s;
    -o-transition:all ease .5s;
    transition:all ease .5s;
}
.link-c.no-animado:hover span{
    width: 50px;
}
.link-c.link-c-azul{
    color: #33ffff;
}
.link-c.link-c-azul span{
    background-color: #fff;
}
.link-c.link-c-azul span img{
    filter: brightness(0) invert(1);
}
a.whats{
    position: relative;
}
a.whats span{
    background: #33ffff url('../img/whatsapp-icon.svg') center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 11px;
    display: inline-block;
    position: relative;
    bottom: -5px;
}


p{
    letter-spacing: 0.05em;
}
p b, 
p strong{
    letter-spacing: 0.05em;
    font-weight: normal;
    position: relative;
    display: inline-block;
    z-index: 1;
}
    p b:after, 
    p strong:after{
        content: " ";
        background-color: #33ffff;
        width: 106%;
        height: 2px;
        border-radius: 2px;
        top: 50%;
        left: -3%;
        z-index: -1;
        display: block;
        position: absolute;
    }
h1,
h2{
    color: #13162d;
}
h2{
    font-size: 2rem;
    font-family: 'Futura PT Bold';
}
    h2 strong,
    h2 b{
        font-weight: inherit;
        font-family: 'Futura PT Bold';
        position: relative;
        display: inline-block;
    }
    h2 strong:after,
    h2 b:after{
        content: " ";
        background-color: #33ffff;
        width: 106%;
        height: 8px;
        border-radius: 4px;
        top: 50%;
        left: -3%;
        z-index: -1;
        display: block;
        position: absolute;
    }


h3{
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 3rem;
}
    h3 span,
    h4 span{
        display: inline;
        border-bottom: 2px solid #33ffff;

    }
h4{
    font-size: 1.8rem;
}
h6{
    letter-spacing: 0.1em;
}



ul{
    padding-left: 0;
    /*margin-bottom: 0;*/
    list-style: none;
}
ol{
    padding-left: 15px;
}

/*
Menu
*/

.menu-desk{
    width: 160px;
    margin-bottom: 0;
    position: fixed;
    bottom: 100px;
    z-index: 999;
}
.menu-desk ul{
    text-transform: uppercase;
}
.menu-desk li{
    line-height: 1.3em;
    margin-bottom: .5em;
}
.menu-desk a{
    font-size: 0.75rem;
    position: relative;
    display: inline;
    letter-spacing: 0.07em;
}
.menu-desk a.active:before,
.menu-desk a:hover:before{
    content: " ";
    background: #33ffff;
    width: 2000px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    right: -5px;
    z-index: -1;
}


.menu-mobile{

}
.lines-button {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 999999;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.lines-button:focus {
    outline: none;
}
.lines-button span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    height: 5px;
    background: #33ffff;
}
.lines-button span::before, .lines-button span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #33ffff;
    content:"";
}
.lines-button span::before {
    top: -10px;
}
.lines-button span::after {
    bottom: -10px;
}
.lines {
    background: none;
}
.lines span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.lines span::before, .lines span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
}
.lines span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.lines span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.lines.close {
    background: none;
}
.lines.close span {
    visibility: hidden;
}
.lines.close span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
}
.lines.close span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
}

.menu {
    z-index: 999;
    position: fixed;
    background: #13162d;
    height: calc(100% + 100px);
    width: 100%;
    top: calc(-100% - 100px);
    left: 0;
    x
}
.menu.open{
    top: 0%;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

.data {
     padding: 10em 2rem 0;
     text-align: center;
}

.menu ul {
     list-style: none;
}

.menu li {
     color: #fff;
     margin-bottom: 1.5rem;
     font-size: 2rem;
     line-height: 0.9em;
}
.menu li a.active,
.menu li a:hover{
    color: #33ffff;
}



/*
Header
*/

header{
    position: relative;
    margin-bottom: 150px;

}

#datos-header p{
    margin-bottom: 10px;
}
#datos-header a:hover{
    color: #33ffff;
}
.logo-icon{
    position: fixed;
    top: 50px;
}

/*
BALZAZO
*/

.balazo{
    background: #13162d;
    padding: 60px 0;
    margin: 2rem 0;
    position: relative;
}
.balazo-txt{
    color: #fff;
    padding: 0 10%;
    margin-bottom: 0;
    text-transform: none;
    text-align: center;
    font-size: 1.75rem;
}
.balazo-txt b,
.balazo-txt strong{
    color: #33ffff;
    font-weight: normal;
}
.onda{
    position: absolute;
    left: -25px;
}
/*
SERVICIOS
*/
.cont-servicios{
    color: #fff;
    background-size: cover;
    height: 220px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.cont-servicios:hover{
    cursor: pointer;
}
.color-overlay-servicios{
    background: #13162d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 1;
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    transition:all ease 1s;
}
    .cont-servicios:hover .color-overlay-servicios{
        opacity: .9;
        -webkit-transition:all ease 1s;
        -o-transition:all ease 1s;
        transition:all ease 1s;
    }
.cont-servicios h4 a{
    width: 100%;
    padding: 0 10%;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 35%;
}
    .cont-servicios:hover h4 a{
        color: #33ffff;
    }
.cont-servicios p{
    width: 100%;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    z-index: 9;
    bottom: -30px;
    -webkit-transition:all ease .5s;
    -o-transition:all ease .5s;
    transition:all ease .5s;
}
    .cont-servicios:hover p{
        bottom: 20px;
        -webkit-transition:all ease .5s;
        -o-transition:all ease .5s;
        transition:all ease .5s;
    }
.sub-lista{
    margin-bottom: 1.5rem;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #33ffff;
}
.cont-info-servicios.uno{
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.cont-info-servicios li{
    padding-left: 30px;
    margin-bottom: 1rem;
    position: relative;
}
    .cont-info-servicios li:before{
        content: '';
        background: url('../img/onda.svg') center center no-repeat;
        background-size: contain;
        width: 20px;
        height: 10px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 5px;
    }
/*
CLIENTES
*/

.slider-logos img{
    max-width: 75%;
    margin: 0 auto;
    display: block;
}
.cont-logos img{
    margin: 3rem 4%;
    max-width: 40%;
    display: inline-block;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition:all ease .5s;
    -o-transition:all ease .5s;
    transition:all ease .5s;
}
.cont-logos img:hover{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition:all ease .5s;
    -o-transition:all ease .5s;
    transition:all ease .5s;
}

/*
Contacto
*/
.contact-form dt{
    display: none;
}
.contact-form dd{
    margin-bottom: 0;
}
.form-control{
    color: #13162d;
    margin-bottom: 2rem;
    border-radius: 0;
    border: 2px solid #33ffff;
    border-top: none;
    background-clip: unset;
}
.form-control,
.form-control::placeholder,
.form-control:focus,
.form-control:visited,
.form-control:active{
    color: #13162d!important;
    background-color: transparent!important;
    outline: none;
}
.contact-form [type=submit]{
    background: #13162d url('../img/flecha-50.svg') 80px 50% no-repeat;
    padding-right: 70px;
}
.form-control.input-error{
    background-color: #33ffff!important;
}

/*
FOOTER
*/
footer{
    color: #fff;
    padding: 60px 0;
    margin-top: 50px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #13162d 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}
footer a:hover{
    color: #33ffff;
}
.cont-footer{

}
.slogan span{
    width: 20px;
    margin: 0 20px;
    display: inline-block;
}
footer ul{
    margin-top: 2rem;
}
footer ul li{
    margin-bottom: 1rem;
}
.disclaimer{
    margin-top: 6rem;
}
.disclaimer a{
    margin: 0 1rem;
}
.disclaimer a:hover{
    color: #33ffff;
}
.creditos{
    color: #3f508c;
}

/*
Generales BACK AZUL 
*/

body.back-azul footer{
    /*background-color: #13162d;*/
    background-position: 0 100%;
}
body.back-azul .menu-desk a{
    color: #fff;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
body.back-azul .logo-icon img{
    /*filter: brightness(0) invert(1);*/
}
body.back-azul .cont-footer{
    opacity: 1;
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    transition:all ease 1s;
}
body.back-azul .menu-desk a.active:before,
body.back-azul .menu-desk a:hover:before{
    /*background: #2b2e42;*/
}

/*
azul claro:     #33ffff;
azul oscuro:    #13162d;
gris:           #999999;
*/


/* ==========================================================================
   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
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

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

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  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.
   ========================================================================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    header{
        height: 100px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .push-2{
        margin-left: -16.666667%;
    }
    .c-4{
        top: -60px;
    }
    h2{
        font-size: 2.2rem;
    }
    .cont-logos img{
        max-width: 70%;
    }
    
  
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html{
        font-size: 15px;
    }
    h2{
        font-size: 2.8rem;
    }
    .cont-seciones {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .balazo{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .menu-desk li{
        margin-bottom: 1em;
    }
    .menu-desk a{
        font-size: 1rem;
    }
    .menu-desk a.active:before,
    .menu-desk a:hover:before{
        top: 8px;
    }
    .cont-logos img{
        margin: 5rem 0 0;
        max-width: 50%;
        display: block;
    }
    .cont-info-servicios.uno{
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    footer{
        margin-top: 100px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html{
        font-size: 16px;
    } 
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    header{
        margin-bottom: 50px;
    }
    #datos-header{
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
        border-bottom: 2px solid #33ffff;
    }
    #datos-header p{
        margin-bottom: 0;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    
}   

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}



@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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    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:
     * https://web.archive.org/web/20180815150934/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;
  }
}

