/* fuentes */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

@font-face {
  font-family: 'Slatepro';
    src: local('slatepro'),
        url('../fonts/slatepro-blackitalic.eot') format('embedded-opentype'),
        url('../fonts/slatepro-blackitalic.otf') format('otf'),
        url('../fonts/slatepro-blackitalic.woff') format('woff'),
        url('../fonts/slatepro-blackitalic.ttf') format('truetype'),
        url('../fonts/slatepro-blackitalic.svg') format('svg');

    font-weight: bold;
    font-style: italic;
    unicode-range: "U+0-10FFFF";
}

/* various */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

button, html input[type="button"],/* 1 */ input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow:visible;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

h1, h2, .btn-prod, .modal-title {
    font-family: 'Slatepro';
    font-style: italic;
    font-weight: bold;
}

h1 {
    line-height: 35px
}


audio, canvas, video {
    display: inline-block;
    *display:inline;
    *zoom:1
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    outline: none;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}

a:hover, a:focus, img:focus, button:focus, .btn:focus {
    outline: none;
    text-decoration: none
}

::-moz-selection, ::selection {
    background-color:#000;
    color:#fff;
    text-shadow:none;
}

p, ul li {
    font-size: 15px;
    line-height: 19px
}

/* body */

body {
	background: url(../images/bg_azul.jpg) repeat-y center top;
    background-color: #00a8e7;
    background-position: center top;
    background-size: 100% auto;
}

/* header */

.bg-light {
    background-color: #fff !important;
}

.hi {
    max-width: 150px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.lo {
    max-width: 100px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.navbar {
    padding-top: 8px;
    padding-bottom: 5px
}

.navbar-toggler {
    padding: 3px 10px;
    font-size: 16px
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-light .navbar-nav {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(33, 37, 41);
}

.navbar-light .navbar-nav .active {
    color: #3DA5E5 !important;
    background-color: transparent !important;
}

.navbar .nav-social {
    width: 30px;
    height: 30px;
    padding: 4px 4px;
    border-radius: 35px;
    font-size: 14px;
    margin-left: 10px;
    background-color: #c8c9c9;
    color: #fff
}

.navbar .nav-social:hover {
    background-color: #00a4e5;
}

.navbar-light .navbar-nav .dropdown-toggle {
    background-color: #00a4e5;
    color: white;
    -webkit-border-radius: .7rem;
    -moz-border-radius: .7rem;
    border-radius: .7rem;
    font-family: 'Raleway', sans-serif;
    margin-left: 1rem;
    padding: .3rem .5rem;
    font-size: .8rem
}

.dropdown-item {
    font-family: 'Raleway', sans-serif;
    font-size: .7rem
}

.activo {
    color:#00a4e5;
}

.dropdown-item:hover {
    color: #00a4e5;
    background-color: white
}

.navbar-light .navbar-nav .dropdown-toggle:hover, .navbar-light .navbar-nav .dropdown-toggle:focus {
    background-color: #0088bf;
    color: white;
}

/* carousel */

.carousel-principal {
    padding-top: 80px
}

.carousel-principal .mobile {
    display: none
}

.carousel-principal .gallery-cell {
  width: 100%;
  /* height: 100vh; */
  counter-increment: gallery-cell;
}

.carousel-principal .flickity-prev-next-button {
  width: 50px;
  height: 100px;
  background: transparent;
}

.carousel-principal .flickity-prev-next-button .arrow {
  fill: white;
}

.carousel-principal .flickity-prev-next-button.no-svg {
  color: white;
}

.carousel-principal .flickity-prev-next-button:hover {
  background: transparent;
}

.carousel-principal .flickity-prev-next-button:disabled {
  display: none;
}

.carousel-principal .flickity-page-dots {
  bottom: 0px;
}

.carousel-principal .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}

.carousel-principal .flickity-page-dots .dot.is-selected {
  background: white;
}

/* quienes somos */

.quienes-somos {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.6+100 */
    background: -moz-linear-gradient(top, rgba(1, 166, 232,1) 0%, rgba(0, 163, 228,0.1) 20%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 166, 232,1) 0%, rgba(0, 163, 228,0.1) 20%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 166, 232,1) 0%, rgba(0, 163, 228,0.1) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a6e8', endColorstr='#01a6e8', GradientType=0 ); /* IE6-9 */
    margin-top: -6px
}

.quienes-somos h1 {
    color: #fff;
    margin-top: 25px
}

.quienes-somos p {
    color: #fff;
    margin-bottom: 20px
}

.quienes-somos hr {
    border: 1px solid #fff;
    width: 80px
}

.quienes-somos img {
    width: 100%;
    max-width: 280px;
    margin-top: 10px;
    margin-bottom: 20px
}

/* filosofia */

.filosofia h1 {
    color: #fff;
    margin-bottom: 20px
}

.mision-vision {
    background-color: #D1ECF9;
    padding-top: 50px;
    padding-bottom: 15px;
    background-image: url(../images/flecha_down.png);
    background-repeat: no-repeat;
    background-position: top center
}

.mision-vision p {
    margin-bottom: 35px
}

.mision-vision h4 {
    font-family: 'Slatepro';
    font-style: italic;
    font-weight: bold;
    color: #3DA5E5;
}

.mision-vision .icono {
    text-align: right
}

.sprite_1 {
  background: url("../images/cuac-sprites.png");
  padding-left: 86px;
  padding-bottom: 70px;
  background-position: 0px 0;
}

.sprite_2 {
  background: url("../images/cuac-sprites.png");
  padding-left: 72px;
  padding-bottom: 80px;
  background-position: -86px 0;
}

/* productos */

.productos {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 0px
}

.productos hr {
    margin-bottom: 60px
}

.productos .btn-prod {
    color: #3da5e5
}

.productos .btn-prod:hover {
    color: #e97122;
}

.productos .flickity-page-dots .dot {
    background: #3da5e5;
}

.productos h1 {
    color: #3DA5E5;
    margin-top: 25px
}

.productos hr {
    border: 1px solid #3DA5E5;
    width: 80px
}

.btn-secondary {
    background-color: #3da5e5;
    border:0;
}

.btn-secondary:hover {
    background-color: #e97122;
    border: 0
}

/* productos carousel */

.productos .gallery-cell {
    width: 100%; /* half-width */
    height: auto;
    padding: 0 15px; 
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.productos .gallery-cell .descripcion {
    visibility: hidden
}
  
.productos .gallery-cell.is-selected img {
    transform: scale(1);
    -webkit-filter: grayscale(0) blur(0); 
    filter: grayscale(0) blur(0);
}

.productos .gallery-cell.is-selected .descripcion {
    visibility: visible
}

.productos .gallery-cell img {
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    display: inline-block; 
    transform: scale(0.7);
    -webkit-filter: grayscale(100%) blur(2px); 
    filter: grayscale(100%) blur(2px);
    max-width: 584px;
    width: 100%
}

@media (min-width: 768px) {
    .productos .gallery-cell{
        width: 33.3%;
    }
}

.productos .flickity-prev-next-button .arrow {
  box-shadow: 0 0 5px black; 
}

.productos .flickity-prev-next-button.no-svg {
  color: black;
}

.productos .flickity-prev-next-button {
  background: transparent;
  &:hover {
    background: transparent; 
  }
}

/* fin productos carousel */

/* valores */

.valores {
    background-color: #fff;
    padding: 70px 0
}

.valores-txt {
    margin-bottom: 30px
}

.valores-txt h1 {
    margin-bottom: 20px
}

.valores .bk-black {
    padding: 25px 0px;
    margin-top:100px
}

.valores .bk-black {
    background-color: #D1ECF9;
}

.valores .edge-blue::after {
    bottom: 0;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.valores .edge-blue::before {
    top: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.valores .edge-blue {
    position: relative;
    z-index: 1;
}

.valores .tubo img {
    position: absolute;
    top: -120px
}

.sprite_3 {
    background: url("../images/cuac-sprites.png");
    padding-left: 86px;
    padding-bottom: 80px;
    background-position: -157px -10px;
    margin-right: 15px;
    margin-bottom: 10px
}

.sprite_4 {
    background: url("../images/cuac-sprites.png");
    padding-left: 86px;
    padding-bottom: 84px;
    background-position: -242px -8px;
    margin-right: 15px;
    margin-bottom: 10px
}

.sprite_5 {
    background: url("../images/cuac-sprites.png");
    padding-left: 85px;
    padding-bottom: 80px;
    background-position: -326px -10px;
    margin-right: 15px;
    margin-bottom: 10px
}

.valores ul {
    list-style-type: none;
    padding: 0;
}

.valores ul li {
    display:flex;
    align-items:center;
}

/* sin tacc */

.sin-tacc {
    background-color: white
}

.sin-tacc img {
    padding-top: 20px;
    padding-bottom: 20px
}

.sin-tacc {
    font-family: 'Slatepro';
}

.sin-tacc strong {
    color: #3DA5E5
}

/* contacto */

.contacto .help-block li {
    font-size: 12px
}

.help-block ul {
    padding: 0;
    list-style-type: none
}

.contacto {
    padding-bottom: 0px
}

.contacto .bk-white {
    padding: 40px 0px;
}

.contacto .bk-white {
    background-color: #fff;
}

.contacto .edge-white::before {
    bottom: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    background: inherit;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.contacto .edge-white {
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
}

.contacto h1, .contacto p {
    color: #fff;
    padding-bottom: 15px
}

.contacto p {
    padding-bottom: 10px;
}

.contacto .papas img {
    position: absolute;
    margin-top: -165px;
    z-index: 111
}

.contacto .redes ul li {
    display: inline-block;
}

.contacto .redes ul {
    padding: 0;
    padding-bottom: 20px
}

.contacto .redes a {
    color: #fff;
}

.contacto .redes {
    padding-top: 70px;
    padding-bottom: 40px
}

.contacto .btn-circle.btn-xl {
    width: 65px;
    height: 65px;
    padding: 3px 16px;
    border-radius: 35px;
    font-size: 33px;
    line-height: 1.55;
    border: 3px solid #fff;
    margin: 10px
}

.contacto .btn-circle.btn-xl:hover {
    border: 3px solid #000;
    color: #000
}

.logo-cma {
    background: url("../images/cuac-sprites.png");
    padding-left: 204px;
    padding-bottom: 80px;
    background-position: -412px 0px;
}

.contacto .recuadro {
    border: 3px solid #fff;
    text-align: center;
    height: 150px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

.contacto .recuadro .cma {
    height: 107px
}

.contacto .recuadro .cma img {
    padding: 15px 10px 0 10px
}

.contacto .recuadro a {
    color: #fff;
    bottom: 0;
    font-size: 16px
}

.contacto .recuadro a:hover {
    color: #000
}

.contacto input {
    /*! margin-bottom: 10px; */
    height: 39px;
    font-size: 12px;
}

.contacto textarea {
    margin-bottom: 15px;
    height: 95px;
    font-size: 12px
}

.contacto form {
    font-family: 'Raleway', sans-serif;
}

.contacto .btn-default {
    font-size: 12px;
    background-color: #e97122;
    color: #fff;
    padding: 10px 30px
}

.contacto .btn-default:hover {
    background-color: #e79764
}

.contacto .pack_footer img {
    margin-bottom: -110px;
    max-width: 750px;
    width: 100%
}

.contacto .btn-angle-up {
    text-align: center
}

.contacto .btn-angle-up a {
    color: #000;
    margin: 0 auto;
    z-index: 1;
    padding: 10px;
    margin-bottom: -40px
}

.contacto .btn-angle-up a:hover {
    color: #e97122;
}

/* footer */

footer .bg-light {
    padding-top: 50px;
    padding-bottom: 60px;
}

footer .bg-light p {
    font-size: 13px;
}

footer p {
    padding-bottom: 20px;
}

footer .btn-up {
    margin-bottom: -1px;
}

.logo-mdg {
    background: url("../images/cuac-sprites.png");
    padding-left: 105px;
    padding-bottom: 35px;
    background-position: -615px 0;
    margin-right: 10px
}

.logo-unlckd {
    background: url("../images/cuac-sprites.png");
    padding-left: 145px;
    padding-bottom: 32px;
    background-position: -615px -48px;
    margin-left: 10px
}


/* ======================= Queries ======================== */

@media (max-width:1199px){
    .valores .tubo img {
        top: -100px;
    }
    .productos h2 {
        font-size: 25px
    }
}

@media (max-width:991px){
    .navbar-nav {
        text-align: center;
    }
    .navbar .nav-social {
        margin: 10px 5px;
    }
    .contacto .recuadro {
        margin-bottom: 30px
    }
    .contacto .papas img {
        margin-top: -155px
    }
    .contacto .edge-white {
        margin-bottom: 70px;
    }
    .contacto .bk-white {
        padding: 20px 0px;
    }
    .productos h2 {
        font-size: 22px
    }
    .navbar-light .navbar-nav .dropdown-toggle {
        background-color: white;
        color: #00a4e5;
        margin-left: 0;
    }
    .navbar-light .navbar-nav .dropdown-toggle:hover, .navbar-light .navbar-nav .dropdown-toggle:focus {
        background-color: white;
        color: black;
        margin-left: 0;
    }
    .dropdown-menu {
        border: 0;
        text-align: center
    }
}

@media (max-width:768px){
    .contacto .pack_footer img {
        margin-bottom: 0px;
    }
    footer .bg-light {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .contacto .redes {
        padding-bottom: 30px;
    }
}

@media (max-width:767px){
    .carousel-principal .flickity-page-dots {
        bottom: -30px;
    }
    .mision-vision .icono {
        text-align: center;
    }
    .contacto .papas img {
        margin-top: -150px;
    }
    .contacto .edge-white {
        margin-bottom: 60px;
    }
    .valores .tubo img {
        top: -100px;
        max-width: 230px;
        right: 0
    }
    .valores .valores-txt {
        width: 200px;
        margin: 10px 0 30px 0
    }
    .productos .gallery-cell img {
        max-width: 300px;
        width: 100%
    }
    .carousel-principal .flickity-prev-next-button {
        width: 30px;
    }
    .quienes-somos br {
        display: none
    }
    .carousel-principal .mobile {
        display: block
    }
    .carousel-principal .desk {
        display: none
    }
    .hi {
        max-width: 140px;
    }
    .carousel-principal {
        padding-top: 80px;
    }
    p, ul li {
        font-size: 14px;
        line-height: 17px
    }
    h1 {
        font-size: 35px
    }
    p, ul li {
        font-size: 13px;
    }
    body {
        background-position: center top;
        background-size: 100% auto;
    }
    .contacto .redes {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .contacto .bk-white {
        padding: 55px 0px;
    }
    .sin-tacc {
        text-align: center
    }
}

@media (max-width:575px){
    .mision-vision {
        text-align: center
    }
    .mision-vision .icono {
        height: 100px;
        margin: 15px 0 15px 0
    }
    .contacto .papas img {
        margin-top: -160px;
        max-width: 125px;
        right: 0
    }
    .quienes-somos img {
        max-width: 300px
    }
    .sin-tacc img {
        max-width: 10rem
    }
    .sin-tacc h6 {
        margin-top: 2rem
    }
}

@media (max-width:480px){
    .contacto .redes .linea {
        display: block
    }
    .valores .valores-txt {
        width: 100%;
        text-align: center
    }
    .valores .tubo img {
        position: static;
        margin-top: -100px
    }
    .quienes-somos img {
        max-width: 250px
    }
}

@media (max-width: 440px){
    .contacto .btn-circle.btn-xl {
        width: 60px;
        height: 60px;
        padding: 2px 0px;
    }
}

@media (max-width: 360px){
    .contacto .papas img {
        margin-top: -150px;
        max-width: 120px;
    }
    .quienes-somos img {
        max-width: 220px
    }
    .hi {
        max-width: 135px;
    }
    .carousel-principal {
        padding-top: 78px;
    }
}