@charset "UTF-8";
/*!
 * tunqui.css -http: //www.distguard.com/tunqui
 * Licensed under the New BSD license - https: //opensource.org/licenses/BSD-3-Clause
 *
 * Copyright (c) 2016 Angel Briceño
 */
@import "palette.css";

@font-face {

    font-family: "Roboto Light";

    font-style: normal;

    font-weight: 300;

    src: local("Roboto Light"),local("Roboto-Light"),url("fonts/roboto/Roboto-Light.woff") format("woff");

}


@font-face {

    font-family: Roboto;

    font-style: normal;

    font-weight: 400;

    src: local("Roboto"),local("Roboto-Regular"),url("fonts/roboto/Roboto-Regular.woff") format("woff");

}


@font-face {

    font-family: "Roboto Medium";

    font-style: normal;

    font-weight: 500;

    src: local("Roboto Medium"),local("Roboto-Medium"),url("fonts/roboto/Roboto-Medium.woff") format("woff");

}


@font-face {

    font-family: "Roboto Italic";

    font-style: italic;

    font-weight: 400;

    src: local("Roboto Italic"),local("Roboto-Italic"),url("fonts/roboto/Roboto-Italic.woff") format("woff");

}


body {
    font-family: Roboto -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
    font-size: 20px;
}

.box-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

.box-item {
    -webkit-flex: 0 0 18%;
    flex: 0 0 18%;
    margin: 5px;
    padding: 5px;
    background: #fff;
    border: 1px #eee solid;
    min-width: 290px;
    min-height: 180px;
}

.box-item p {
    margin: 5px;
}

.box-item h3 {
    margin: 5px;
}

.button-menu {
    padding: 10px 10px;
    width: 80px;
    border-radius: 4px;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
}

.caja-servicios {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

.container {
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    color: darkslategray;
    font-family: sans-serif;
    font-stretch: condensed;
    width: 100%;
    background-position: center;
}

.curvas {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.enlace:active {
    color: maroon;
}

.enlace:visited {
    color: maroon;
}

.enlace:hover {
    color: #c08041;
}

h1 {
    font-family: Roboto Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
    font-size: 1.9em;
    font-stretch: condensed;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 8px;
    margin-left: 6px;
    margin-right: 6px;
    color: maroon;
    text-shadow: 2px 2px 2px #aaa;
}

h2 {
    font-family: Roboto Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
    font-size: 1.80em;
    font-stretch: condensed;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 8px;
    margin-left: 6px;
    margin-right: 6px;
    color: maroon;
    text-shadow: 2px 2px 2px #aaa;
}

h3 {
    font-family: Roboto Light,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
    font-size: 1.6em;
    font-stretch: condensed;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 8px;
    margin-left: 6px;
    margin-right: 6px;
    color: maroon;
    text-shadow: 2px 2px 2px #aaa;
}

header {
    background: maroon;
    height: auto;
    width: 100%;
    padding: 0;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    min-height: 70px;
    position: fixed;
}

#header_img {
    width: 100%;
    margin-top: 70px;
    animation-duration: 6s;
    animation-name: imgheaderopacity;
}

@-moz-keyframes imgheaderopacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }


}

@keyframes imgheaderopacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }


}

@-webkit-keyframes imgheaderopacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }


}

.icon-button-menu {
    display: block;
    background-color: black;
    width: 40px;
    height: 2px;
    border-radius: 1px;
    margin-left: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.img_detalles img {
    width: 100%;
    height: auto;
}

.img-srv:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .5s ease-in-out;
}

.information {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.4);
    align-self: center;
}

.information ul {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    flex-direction: column;
    align-self: center;
    background-color: #fff;
}

.information ul li {
    font-size: .900em;
    text-align: left;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
    list-style-type: lower-alpha;
    color: #586069;
}

.information ul li p {
    text-align: justify;
}

.information p {
    text-align: justify;
}

input[type=checkbox] {
    display: none;
    -webkit-appearance: none;
}

input[type=checkbox]:checked ~ #menu {
    display: flex;
    display: -webkit-flex;
}

#menu {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: center;
}

#menu li {
    display: flex;
    display: -webkit-flex;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
    font-size: 25px;
    padding: 15px;
    margin-left: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

#menu li a:hover {
    color: #000
}

#menu li a {
    color: #fff;
    font-family: sans-serif;
    font-size: .900em;
    font-stretch: condensed
}

#menu li a:active,a:visited {
    color: #fff
}

nav {
    border-bottom: 2px #e9714a solid;
    background: maroon;
    vertical-align: baseline;
    top: 0;
    width: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

.left-menu-title {
    align-content: center
}

.left-menu-title img {
    width: 50px
}

p {
    color: darkslategray;
    font-family: "Roboto Light",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
    font-size: .900em;
    font-stretch: condensed;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 8px;
    margin-top: 8px;
    line-height: 2.000em
}

.rigth-menu-title {
    visibility: hidden
}

.servicio-detalle {
    margin: 10px
}

.servicio-detalle p {
    text-align: justify
}

.servicio-img {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 5px;
    padding: 5px;
    text-align: center
}

.servicio-img a p {
    text-align: center
}

.show-menu {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
    text-decoration: none;
    text-align: center;
    align-content: center;
    margin-left: 10px;
    margin-top: 5px;
    display: inline;
    color: #ffffd1;
    float: left;
    justify-content: space-between
}

.slider-img {
    width: 100%;
    margin: 0
}


#social-icons {
    margin-right: 5px;
    display: flex;
    display: -webkit-flex;
    list-style: none;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: center;
}

#social-icons li {
    margin-left: 5px; 
}

.social-net-icon {

    width: 45px;

    padding:  3px;


}


.social-net-siguenos {

    width: 45px;

    padding:  3px;


}


.sombras {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.75);

    -moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.75);

    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.75)

}



.title {
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
    font-size: 2.3em;
    font-weight: bold;
    font-stretch: condensed;
    text-shadow: 2px 2px 2px #aaa;
    animation-duration: 3s;
    animation-name: myshadow;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: myshadow;
    -moz-animation-duration: 3s;
    -moz-animation-name: myshadow
}

.title_ul {
    margin-top: 15px;
    margin-left: 20px;
    font-size: 1.0;
    font-stretch: condensed
}

.title_li {
    font-size: 1.3em
}

@keyframes myshadow {
    from {
        font-size: .1em;
        text-shadow: 0 0 0 #c08041
    }

    to {
        top: 100px;
        text-shadow: 2px 2px 0 #c08041
    }


}

@-moz-keyframes myshadow {
    from {
        font-size: .1em;
        text-shadow: 0 0 0 #aaa
    }

    to {
        top: 100px;
        text-shadow: 2px 2px 2px #aaa
    }


}

@-webkit-keyframes myshadow {
    from {
        font-size: .1em;
        text-shadow: 0 0 0 #c08041
    }

    to {
        top: 100px;
        text-shadow: 2px 2px 0 #c08041
    }


}

@media screen and (max-width: 780px) {
    .box-items {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: center
    }

    .box-item {
        -webkit-flex: 0 0 18%;
        flex: 0 0 18%;
        margin: 5px;
        padding: 5px;
        background: #fff;
        border: 1px #eee solid;
        min-width: 290px;
        min-height: 180px
    }

    .box-item p {
        margin: 5px;
    }

    .box-item h3 {
        margin: 5px;
    }

    .container {
        margin-top: 90px;
    }

    header {
        min-height: 60px;
    }

    #header_img {
        margin-top: 7px;
    }

    .information {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        background-color: rgba(255,255,255,0.4);
        align-self: center;
    }

    .information ul {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 6px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 6px;
        overflow: auto;
        flex-direction: column;
        align-self: center;
        background-color: #fff;
    }

    #menu {
        list-style: none;
        flex-direction: row;
        flex-basis: 100%;
        -webkit-flex-direction: row;
        -webkit-flex-basis: 100%;
        display: none;
        padding: 0;
    }

    #menu li {
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 5px;
        margin-bottom: 5px;
        width: 100%;
        border-bottom: #eee solid .5px;
    }

    #menu li a:hover {
        color: #000;
        margin: 0 auto;
    }

    #menu li a {
        color: #fff;
        font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
        font-size: x-large;
        font-stretch: condensed;
        line-height: 60px;
        width: 100%;
        margin: 0 auto;
    }

    #menu li a:active,a:visited {
        color: #fff;
        text-align: center;
        margin: 0 auto;
    }

    nav {
        position: fixed;
        top: 0;
        background-color: maroon;
        width: 100%;
    }

    p {
        color: darkslategray;
        font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
        font-size: .900em;
        font-stretch: condensed;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .rigth-menu-title {
        visibility: visible;
    }

    .servicio-img {
        -webkit-flex: 0 0 95%;
        flex: 0 0 95%;
        margin: 5px;
        padding: 5px;
        text-align: center;
    }

    .servicio-img a p {
        text-align: center;
    }

    .show-menu {
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
        font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
        font-size: x-large;
        text-decoration: none;
        text-align: center;
        display: flex;
        width: 100%;
        float: none;
        display: -webkit-flex;
    }

    .title {
        font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
        font-size: 1.5em;
        font-weight: bold;
        font-stretch: condensed;
        text-shadow: 2px 2px 2px #aaa;
        animation-duration: 3s;
        animation-name: myshadow;
        -webkit-animation-duration: 3s;
        -webkit-animation-name: myshadow;
        -moz-animation-duration: 3s;
        -moz-animation-name: myshadow;
    }
}