/*! 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;
}

/*
 * 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;
}

/* ==========================================================================
   Basic styles
   ========================================================================== */

.clr {
    clear: both;
}
.clrl {
    clear: both;
    float: left;
}
.clrr {
    clear: both;
    float: right;
}
.left {
    float: left;
}
.right {
    float: right;
}
.centrado {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.centrado-vertical {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.centrado-horizontal {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.sinmargen {
    margin: 0 !important;
}
.sinpadding {
    padding: 0 !important;
}

*:focus {
    outline: none;
}
.activo {
    cursor: default;
}
.transition {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s;
}
.zoom {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
}

.vertical-align {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.bold{
    font-weight: bold;
}

.white-magnific-popup {
    background: #FFF;
    padding: 20px 30px 50px;
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
    position: relative;
}

a {
    color: white;
    text-decoration: none;
}

a:hover, a:focus {
    color: white;
    text-decoration: underline;
}

.white-magnific-popup a {
    color: blue;
    text-decoration: none;
}

.divRotar{
    width: 100%;
    height: 100%;
    display: none;
    font-family: 'Poppins', sans-serif;
    color: #00416a;
    font-weight: 400;
    font-size: 3em;
    background: white;
    padding: 20% 10%;
    text-align: center;
}

@media (max-width: 480px){

    .vertical-no-align {
        display: block;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 20%;

    }
}

@media (max-height: 420px) and (orientation: landscape) {
    .divRotar{
        display: block;
        position: fixed;
        z-index: 999;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

    .divRotar{
        width: 100%;
        height: 100%;
        display: none;
        z-index: 0;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {

    .divRotar{
        width: 100%;
        height: 100%;
        display: none;
        z-index: 0;
    }
}

/* ==========================================================================
   Menu styles
   ========================================================================== */

#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 72px;
    background: transparent;
    z-index: 99;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


#header #header-cuerpo {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    z-index: 90;
}

#header #header-cuerpo .logo {
    width: 180px;
    height: 70px;
    background: url("../img/iconic-logo.png") no-repeat;
    cursor: pointer;
    position: absolute;
    margin: 2px 15px;
}

#header #header-cuerpo nav {
    text-align: center;
    height: 1px;
    right: 0;
    left: 25%;
    position: absolute;
    top: -30px;
    bottom: 0;
    margin: auto;
}
#header #header-cuerpo nav ul li {
    display: inline-block;
    margin: 0 50px;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
#header #header-cuerpo nav ul li a {
    color: #00416a;
    text-decoration: none;
    background: transparent !important;
    font-size: 1em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

#header #header-cuerpo nav .scrollerMainNav {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: -35px;
}
#header #header-cuerpo nav .scrollerMainNav .scrollerTip {
    position: absolute;
    background: #ff5f00;
    overflow: hidden;
    height: 7px;
    border-radius: 3px;
}

.logo img {
    cursor: pointer;
    position: absolute;
    left: 8%;
    top: 10px;
    margin: auto;
    z-index: 99;
}

.menu .activo{
    height: 77px !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s;
}
.activo #header-cuerpo {
    height: 100px;
}


.activo #header-cuerpo nav{
    top: 7px !important;
    left: 25%;
    bottom: 0 !important;
}



.activo .prutech-logo {

    height: 62px !important;
    bottom: 7px !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-filter: all 0.5s;
}


#header .facebook_link {
    right: 5%;
    position: absolute;
    top: 27%;
    bottom: 0;
    margin: auto;
}

#header  .facebook_link img{
    width: 80%;
}



#header  .pinterest_link {
    right: 0;
    position: absolute;
    top: 27%;
    bottom: 0;
    margin: auto;
}

#header  .pinterest_link img{
    width: 80%;
}


.menu-moviles{
    display: none;
}

.menuIdiomas {
    position: relative;
    display: table;
    border-bottom: 10px solid transparent;
    float: right;
    padding-top: 20px;
    z-index: 99;
}

.activo .menuIdiomas{
    display: table;
    height: 80%;
    border-top: 3px solid transparent;
    border-bottom: 10px solid transparent;
    float: right;
    padding-top: 20px;
}

.menuIdiomas div{
    display: table-cell;
    vertical-align: bottom;

}

.menuIdiomas img{
    float: right;
    margin: 0 18px;
    width: 45%;
}

.menuIdiomas input{
    display: none;
}

/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/* Menu */
.menu {
    text-align: center;
    background: #4c4e5a;

}

.menu li {
    list-style: none;
    float: left;
    display: block;
    padding:10px 0 15px 0;
}

/* Links */

.menu li a {
    display: block;
    text-decoration: none;
    font:0.9em 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #ffffff; }

/* Sub Menu */

.menu ul {
    position: absolute;
    top: 57px;
    width: 340px;
    left: 280px;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    background: rgba(240, 117, 33, 1);
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.menu li:hover > ul li {
    height: 39px;
    overflow: visible;
    padding: 0;


}

.menu ul > li:hover{
    background: rgba(255, 158, 22, 0.9);
}

.menu li > ul li a:hover   {
    color: #ffffff !important;

}

.menu ul li a {

    width: 340px;
    padding:12px;
    font:0.9em 'Roboto', sans-serif;
    color:#ffffff;
    border: none;
    border-bottom: 1px solid #f5f5ff;
    text-align: left;
}

.menu ul li:last-child a { border: none; }

li.arrow_top {
    position:absolute;
    top:-8px;
    left:100px;
    width:12px;
    height:8px !important;
    display:block;
    border:none;
    background:url("../img/arrow_top.png") no-repeat left top;
    opacity: 0.5;
    z-index: 10;
}

@media (max-width: 768px) {

    .scrollerMainNav{
        display: none;
    }

    #header  .menu{
        display: none;
    }
}

@media (max-width: 480px){



    #header #header-cuerpo .logo {
        width: 220px;
        height: 70px;
        background: url("../img/prutech-logo2.png") no-repeat;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        margin: auto;
    }

    #header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 130px;
        z-index: 50;
        padding-left: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    }

    #header #header-cuerpo .logo {
        width: 220px;
        height: 70px;
        background: url("../img/prutech-logo2.png") no-repeat;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        margin: auto;
    }

    .logo img {
        cursor: pointer;
        position: absolute;
        left: 8%;
        top: 15px;
        margin: auto;
        width: 16%;
    }

    .menu-moviles{
        position: relative;
        display: block;
        text-align: right;
        padding-top: 15px;
        z-index: 99;
    }

    .menuIdiomas input{
        display: block;
    }

    .menuIdiomas {
        display: table;
        height: 50%;
        border-top: 3px solid transparent;
        border-bottom: 10px solid transparent;
        float: right;
        padding-top: 0;
    }

    .menuIdiomas div {
        display: table-cell;
        vertical-align: bottom;
        padding: 10px 5px;
    }

    .activo .menuIdiomas{
        display: table;
        height: 50%;
        border-top: 3px solid transparent;
        border-bottom: 10px solid transparent;
        float: right;
        padding-top: 20px;
    }

    .menuIdiomas img {
        float: right;
        margin: 0;
        width: 40px;
    }

    #cerrar{
        float: right;
    }
}

@media screen and (min-width:0\0) {


    .activo #header-cuerpo nav{
        top: 7px !important;
        left: 25%;
        bottom: 0 !important;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

    #header #header-cuerpo nav ul li {
        display: inline-block;
        margin: 0 45px;
        font-size: 0.9em;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
    }

    #header #header-cuerpo nav {
        text-align: center;
        height: 1px;
        right: 0;
        left: 20%;
        position: absolute;
        top: -20px;
        bottom: 0;
        margin: auto;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {

    .menu-moviles {
        display: block;
        text-align: right;
        padding-top: 15px;
    }

    .menuIdiomas input{
        display: block;
    }

    .menuIdiomas {
        display: table;
        height: 50%;
        border-top: 3px solid transparent;
        border-bottom: 10px solid transparent;
        float: right;
        padding-top: 0;
    }

    .menuIdiomas div {
        display: table-cell;
        vertical-align: bottom;
        padding: 10px 5px;
    }

    .activo .menuIdiomas{
        display: table;
        height: 50%;
        border-top: 3px solid transparent;
        border-bottom: 10px solid transparent;
        float: right;
        padding-top: 20px;
    }

    .menuIdiomas img {
        float: right;
        margin: 0;
        width: 40px;
    }

    .logo img {
        cursor: pointer;
        position: absolute;
        left: 8%;
        top: 10px;
        margin: auto;
        z-index: 99;
        width: 8%;
    }


}

@-moz-document url-prefix() {
    #header #header-cuerpo nav {
        height: 30px;
        position: absolute;
        top: 130px;
        bottom: 0px;
        margin: auto;
    }
}

/* ===== style mobile nav ======*/

.cbp-spmenu {
    background: rgba(0, 84, 134, 0.95);
    position: fixed;
    overflow:auto;
}

.cbp-spmenu h3 {
    color: #00416a;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: white;
    font-family: 'Poppins', sans-serif;
}
.cbp-spmenu a {
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-decoration: none;
}


#submenu-servicios {
    position: static;
    width: 100%;
    top: 119px;
    left: 0;
    margin: 0;
    color: #ffffff !important;
    background: #ff5f00;
}

#submenu-servicios li a{
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

#submenu-servicios li a:hover{
    color: #ffffff !important;
}

#submenu-soluciones {
    position: static;
    width: 100%;
    top: 119px;
    left: 0;
    margin: 0;
    color: #ffffff !important;
    background: rgba(255, 95, 0, 0.91);
}

#submenu-soluciones li a{
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

#submenu-soluciones li a:hover{
    color: #ffffff !important;
}

#submenu-industrias {
    position: static;
    width: 100%;
    top: 217px;
    left: 0;
    margin: 0;
    color: #ffffff;
    background: #ff5f00;
}
#submenu-industrias li a{
    color: #ffffff;
    text-decoration: none;
}

#submenu-industrias li a:hover{
    color: #ffffff !important;
}

.cbp-spmenu ul > li > ul li {
    width: 100%;
    clear: both;
    float: none;
}

.cbp-spmenu ul > li > ul li a:hover {
    color: #ffffff  !important;
}

.cbp-spmenu a:hover {
    background: rgba(255, 95, 0, 0.91);
    color: #ffffff !important;
}

.cbp-spmenu a:active {
    background: #afdefa;
    color: #ffffff;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ffffff;
    padding: 12px 20px;
}

.cbp-spmenu-vertical li#sociales a {
    display: inline-block;
    border-bottom: none;
}

.cbp-spmenu-vertical li#sociales a:hover {
    background:none;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #ffffff;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cbp-spmenu-left.cbp-spmenu-open  ul{
    list-style: none;
    padding: 0;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

    #cerrar{
        float: right;
    }
}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }


}

/* ===== end style mobile nav ======*/

/* ==========================================================================
   Home video styles
   ========================================================================== */

html, body {
    width: 100%;
    height: 100%;
    background: #ebebeb !important;

}


video  {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

#homeVideo .videoBack {
    position: inherit;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/degradado.jpg);
    background-size: cover;
    opacity: 0.75;
}

#homeVideo {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

#homeVideo .videoBack {
    position: inherit;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/degradado.jpg);
    background-size: cover;
    opacity: 0.75;
}

#homeVideo .container {
    display: block;
    position: relative;
    height: 100%;
    z-index: 20;
}
#homeVideo .container > div {
    position: absolute;
    display: block;
    vertical-align: middle;
    text-align: center;
}

#sliderTablet{
    display: none;
}

#sliderMovil{
    display: none;
}

.mensaje {
    width: 500px;
    text-align: center;
    position: absolute;
    display: block;
    margin-left: auto;
    top: -70%;
    left: 0;
    right: 0;
    margin-right: auto;
    padding: 7% 0;
    font-family: 'Poppins', sans-serif;
    color: #ff5f00;
    font-weight: 300;
    font-size: 3.5em;
}



/*===== Efecto zigzag ======*/

.zigzag-bottom {
    background: none repeat scroll 0 0 #ffffff;
    top: -50px;
    height: 165px;
    left: -7%;
    position: absolute;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
    width: 108%;
    z-index: 40;
    overflow: hidden;
}

.zigzag-bottom2 {
    background: none repeat scroll 0 0 #ff5f00;
    bottom: -150px;
    height: 165px;
    left: -7%;
    position: absolute;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
    width: 108%;
    z-index: 40;
    overflow: hidden;
}

.zigzag-bottom3 {
    background: none repeat scroll 0 0 #005486;
    bottom: -120px;
    height: 165px;
    left: -7%;
    position: absolute;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
    width: 108%;
    z-index: 40;
    overflow: hidden;
}

@media (max-width: 480px){

    #homeVideo {
        height: 600px;
        position: relative;
        width: 100%;
        z-index: 10;
        overflow: hidden;
    }


    #homeVideo .videoBack {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/degradado.jpg);
        background-size: 100% 100%;

    }

    #homeVideo video{
        display:none;

    }

    #sliderMovil{
        position: absolute;
        display: block;
        width: 115%;
        height: 100%;
        padding-top: 70px;
        left: -40px;
    }

    .container {
        height: initial;
    }

    .mensaje {
        width: 350px;
        text-align: center;
        position: absolute;
        display: block;
        margin-left: auto;
        top: 40%;
        left: 0;
        right: 0;
        margin-right: auto;
        padding: 7% 0;
        font-size: 2.5em;
    }

    .bx-wrapper img {
        max-width: 100%;
        display: block;
        width:100%;
    }
}

@media (max-width: 320px){
    .mensaje {
        width: 300px;
        text-align: center;
        position: absolute;
        display: block;
        margin-left: auto;
        top: 30%;
        left: 0;
        right: 0;
        margin-right: auto;
        padding: 7% 0;
        font-size: 2.5em;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {

    #homeVideo .videoBack {
        position: inherit;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/degradado.jpg);
        background-size: cover;
        z-index: 10;
    }

    #sliderTablet {
        display: inline;
        position: absolute;
        width: 200%;
        top: 90px;
        right: 0;
        z-index: 10;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

    #homeVideo  .videoBack {
        position: inherit;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/degradado.jpg);
        background-size: cover;
        z-index: 10;
    }

    #sliderTablet{
        display: block;
        position:absolute;
        width: 110%;
        top: 85px;
        right: 0;
        z-index: 10;
    }

    .menuIdiomas img {
        float: right;
        margin: 0 15px;
        width: 50%;
    }


}

/* ==========================================================================
   seccion 1 servicios reveal animation content
   ========================================================================== */

#servicios{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #005486;
    overflow: hidden;
    z-index: 10;
}

.titulo{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 3em;
}



.subtitulos{
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 1.2em;
    padding: 5px 0;
}

.contenido{
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 1em;
}

.revealOnScroll{
    opacity: 0;
}

.indicador{
    position: absolute;
    left: 40%;
    top: 30%;
}

.indicador img{
    width: 60%;
}

.imagenServicio1 img{
    width: 15%;
}

.imagenServicio2 img{
    width: 20%;
}

.imagenServicio3 img{
    width: 16%;
}

.imagenServicio4 img{
    width: 16%;
}

.servicio {
     margin: 10px 0;
 }


.acomodo1{
    margin-left: 12%;
}

.acomodo2{
    margin-left: 20%;
}

.acomodo3{
    margin-bottom: 20px;
}

.acomodo4{
    margin: 40px 0 10px;
}

.acomodo5{
    margin-right: 10%;
}

@media (max-width: 480px){

    .imagenServicio1{
        text-align: center;
    }

    .imagenServicio2{
        text-align: center;
    }

    .imagenServicio3{
        text-align: center;
    }

    .imagenServicio4{
        text-align: center;
    }

    .imagenServicio1 img{
        width: 30%;
    }

    .imagenServicio2 img{
        width: 40%;
    }

    .imagenServicio3 img{
        width: 32%;
    }

    .imagenServicio4 img{
        width: 32%;
    }

    .servicio {
        margin: 30px 0;
    }

    #servicios {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #005486;
        overflow: hidden;
        z-index: 10;
    }

    .acomodo1{
        margin-left: 0;
    }

    .acomodo2{
        margin-left: 0;
    }

    .acomodo3{
        margin-bottom: 0;
    }

    .acomodo4{
        margin: 0;
    }

    .acomodo5{
        margin-right: 0;
    }

    .indicador{
        display: none;
    }



}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

    .indicador img {
        width: 50%;
    }

    .zigzag-bottom2 {

        bottom: -120px;

    }

    .zigzag-bottom3 {

        bottom: -110px;

    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {

    #servicios {
        width: 100%;
        height: 110%;
        position: relative;
        background-color: #005486;
        overflow: hidden;
        z-index: 10;
    }


    .zigzag-bottom2 {
        background: none repeat scroll 0 0 #ff5f00;
        bottom: -90px;
        height: 165px;
        left: -7%;
        position: absolute;
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent;
        padding: 1px;
        -webkit-background-clip: content-box;
        width: 108%;
        z-index: 40;
        overflow: hidden;
    }

    .zigzag-bottom3 {
        background: none repeat scroll 0 0 #005486;
        bottom: -90px;
        height: 165px;
        left: -7%;
        position: absolute;
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent;
        padding: 1px;
        -webkit-background-clip: content-box;
        width: 108%;
        z-index: 40;
        overflow: hidden;
    }




    .acomodo1{
        margin-left: 0;
    }

    .acomodo2{
        margin-left: 0;
    }

    .acomodo3{
        margin-bottom: 0;
    }

    .acomodo4{
        margin: 0;
    }

    .acomodo5{
        margin-right: 0;
    }
    .indicador {
        display: none;
    }

    .servicio {
        margin: 10px 0;
        padding: 0 40px;
    }
}

/* ==========================================================================
   seccion 2 slider logos de clientes
   ========================================================================== */

#clientes{
    width: 100%;
    height: 40%;
    position: relative;
    overflow: hidden;
    z-index: 10;
    background: white;
}

.titulo2{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #ff5f00;
    font-weight: 300;
    font-size: 3em;
}

.imagenCliente{
    width: 100%;
}

.imagenCliente img{
    width: 100%;
    display: block;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}

/*===== Efecto zigzag ======*/

.zigzag-bottom4 {
    background: none repeat scroll 0 0 #ffffff;
    bottom: -19%;
    height: 165px;
    left: -7%;
    position: absolute;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
    width: 108%;
    z-index: 40;
    overflow: hidden;
}

.zigzag-bottom5 {
    background: none repeat scroll 0 0 #ffffff;
    top: -19%;
    height: 165px;
    left: -7%;
    position: absolute;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
    width: 108%;
    z-index: 40;
    overflow: hidden;
}

/*===== Modificacion de indicadores de slick ======*/

.slick-prev:before, .slick-next:before { font-family: FontAwesome; font-size: 25px; line-height: 1; color: #ff5f00; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev:before { content: "\f053"; }
[dir="rtl"] .slick-prev:before { content: "\f054"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "\f054"; }
[dir="rtl"] .slick-next:before { content: "\f053"; }

@media (max-width: 480px){

    .slick-slider {
        height: 150px;
        width: 250px;
    }

    .zigzag-bottom4 {
        background: none repeat scroll 0 0 #ffffff;
        bottom: -12%;
        height: 165px;
        left: -7%;
        position: absolute;
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent;
        padding: 1px;
        -webkit-background-clip: content-box;
        width: 110%;
        z-index: 40;
        overflow: hidden;
    }

    .zigzag-bottom5 {
        background: none repeat scroll 0 0 #ffffff;
        top: -15%;
        height: 165px;
        left: -7%;
        position: absolute;
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent;
        padding: 1px;
        -webkit-background-clip: content-box;
        width: 108%;
        z-index: 40;
        overflow: hidden;
    }

    #clientes {
        height: 250px;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {

    #clientes {
        width: 100%;
        height: 30%;
        position: relative;
        overflow: hidden;
        z-index: 10;
        background: white;
    }

    .zigzag-bottom5 {
        background: none repeat scroll 0 0 #ffffff;
        top: -16%;
        height: 165px;
        left: -7%;
        position: absolute;
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent;
        padding: 1px;
        -webkit-background-clip: content-box;
        width: 108%;
        z-index: 40;
        overflow: hidden;
    }

    .zigzag-bottom4 {
        bottom: -14%;

    }

}



/* ==========================================================================
   seccion 3 contacto
   ========================================================================== */

#contacto{
    width: 100%;
    height: 88%;
    position: relative;
    background-image: url(../img/contacto.jpg);
    background-size: cover;
    overflow: hidden;
    z-index: 10;
}

.seccionSize{
    height: 480px;
}


.titulo3{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #00416a;
    font-weight: 300;
    font-size: 3em;
}

.mensaje2 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #00416a;
    font-weight: 300;
    font-size: 2.6em;
    padding-top: 12%;
}

.tels{
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #00416a;
    font-weight: 300;
    font-size: 1.5em;
    padding-top: 15px;
    padding-left: 35%;
}

.form-control {
    display: block;
    height: 40px;
    margin-bottom: 15px;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    line-height: 1.42857143;
    color: #00416a;
    background-color: rgba(255, 255, 255, 0.75);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control2{
    width: 65%;
}

::-webkit-input-placeholder {
    color: #00416a !important;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
    color: #00416a !important;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #00416a !important;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}

:-ms-input-placeholder {
    color: #00416a !important;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}

input[type="email"].big-dog::webkit-input-placeholder {
    color: #00416a !important;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}

.botonForm input {
    width: 101px;
    height: 49px;
    padding: 5px 30px 0 0;
    background: url(../img/boton_enviar.svg) no-repeat;
    background-size: 101px 49px;
    border:0 none;
    cursor:pointer;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ff5f00;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #005486;
    text-decoration: none;
    background: url(../img/boton_enviar.svg) no-repeat;
    background-size: 101px 49px;
    border:0 none;
}

.zigzag-bottom6 {
    background: none repeat scroll 0 0 #ff5f00;
    bottom: -90px;
    height: 165px;
    left: -7%;
    position: absolute;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
    width: 108%;
    z-index: 40;
    overflow: hidden;
}

.zigzag-bottom7 {
    background: none repeat scroll 0 0 #005486;
    bottom: -70px;
    height: 165px;
    left: -7%;
    position: absolute;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
    width: 108%;
    z-index: 40;
    overflow: hidden;
}

.zigzag-bottom8 {
    background: none repeat scroll 0 0 #ff5f00;
    bottom: -160px;
    height: 165px;
    left: -7%;
    position: absolute;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
    width: 108%;
    z-index: 40;
    overflow: hidden;
}

.escalas ul{
    margin-top: 6%;
    padding: 0;
}

.escalas li{
    display: inline;
    list-style: none;
    padding: 0 7% 0 0;
}

#footer {
    color: white;
    background: transparent;
    width: 100%;
    height: 50px;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 60;
}

@media (max-width: 480px){
    #contacto {
        height: 850px;
    }

    .mensaje2 {
        font-size: 1.9em;
        padding-top: 0;
    }

    #footer {
        color: white;
        background: #005486;
        width: 100%;
        height: auto;
        font-size: 1em;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        position: absolute;
        bottom: 10px;
        left: 0;
        z-index: 60;
        text-align: center;
    }

    .zigzag-bottom6 {
        background: none repeat scroll 0 0 #ff5f00;
        bottom: 30px;
        height: 165px;
        left: -7%;
        position: absolute;
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent;
        padding: 1px;
        -webkit-background-clip: content-box;
        width: 108%;
        z-index: 40;
        overflow: hidden;
    }

    .zigzag-bottom7 {
        background: none repeat scroll 0 0 #005486;
        bottom: 30px;
        height: 165px;
        left: -7%;
        position: absolute;
        -ms-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-backface-visibility: hidden;
        outline: 1px solid transparent;
        padding: 1px;
        -webkit-background-clip: content-box;
        width: 110%;
        z-index: 40;
        overflow: hidden;
    }

    .tels {
        padding-left: 25%;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

    .escalas li {
        display: inline;
        list-style: none;
        padding: 0 5% 0 0;
    }

    .aviso{
        font-size: 0.9em;
    }
}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {

    .mensaje2 {
        padding-top: 0;
    }

    .zigzag-bottom6 {
        bottom: -30px;
    }

    .zigzag-bottom7 {
        bottom: -20px;
    }

    .zigzag-bottom8 {
        bottom: -150px;

    }

    #footer{
        bottom: 100px;
    }
}




/* ==========================================================================
    seccion 4 nosotros reveal animation content
========================================================================== */

#nosotros{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../img/nosotros.jpg);
    background-size: cover;
    overflow: hidden;
    z-index: 10;
}

.contenido2{
    font-family: 'Poppins', sans-serif;
    color: #00416a;
    font-weight: 400;
    font-size: 1em;
}

.contenido3{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #ff5f00;
    font-weight: 400;
    font-size: 1.2em;
    padding: 20px 0 10px;
}

.textCenter{
    text-align: center;
}

.lineD{
    width: 60px;
    height: 7px;
    border-top: #00416a solid 1px;
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    padding: 1px;
    -webkit-background-clip: content-box;
}

.lineHeight{
    height: 84px;
}

@media (max-width: 480px){
    #nosotros {
        height: 1200px;
    }
}
/* ==========================================================================
   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;
    }
}
