/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    box-sizing: border-box;
    height: 100vh;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    background-color:gray;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color:white ;    
}
img {
    max-width: 100%;
}
p {
    font-family: 'Arimo', 'FontAwesome', sans-serif;
    padding: 0 20px;
    display: block;
}
ul{
    text-decoration: none;
    list-style: none;
}
a {
    text-decoration: none;
}

header.header-site, footer {
    border: solid;
    border-width: 1px;
    color: rgb(11, 11, 199);
    margin-top: 5px;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f5fc+0,9fd8ef+72,2ab0ed+100 */
    background: #e4f5fc; /* Old browsers */
    background: -moz-linear-gradient(left, #e4f5fc 0%, #9fd8ef 72%, #2ab0ed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e4f5fc 0%,#9fd8ef 72%,#2ab0ed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e4f5fc 0%,#9fd8ef 72%,#2ab0ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 */    
}
header p, footer p {
    text-align: center;
    color: white;
    text-shadow: 3px 3px 5px rgb(0, 5, 65);
    font: bold;
}
.p1 {
    text-align: center !important;
    color: white !important;
    font: bold !important; 
    text-shadow: none !important; 
}
header.header-site .empresa {
    float: left;
    width: 50%;
}
header.header-site .empresa img {
    width: 200px;
}
header.header-site .titulo {
    float: right;
    width: 50%;
    font-size: 1.5rem;
    line-height: 1em;
}
@media only screen and (max-width: 35em) {
    header.header-site .titulo {
        font-size: 1rem;
    }    
}

.navegar {
    background-color: rgba(0, 0, 255, 1);
}
nav {
    width: auto;
    margin: 0 auto;
    position: relative;
}
nav ul li {
    float: left;
}

nav ul li a {
    display: inline-block;
    width: 150px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 10px;
}
nav ul li a:hover {
    background-color: rgba(0, 174, 255, 0.5);
    color: rgb(241, 18, 18);
}

div.servicios {
    text-align: center !important;
}

div.servicios ul li {
    float: left;
    padding: 0 15;
    margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
    div.servicios ul li {
        width: 20%;
    }
    div.servicios ul li:nth-child(5n+1) {
        clear: both;
    }
}
@media only screen and (min-width:600px) and (max-width:767px) {
    div.servicios ul li {
        width: 33.30%;
    }
    div.servicios ul li:nth-child(2n+1) {
        clear: both;
    }
}
div.servicios ul li img {
    border: 10px solid rgba(0, 0, 255, .3);
}

div.servicios ul li img:hover {
    border: 10px solid rgba(0, 0, 255, .5);
    transition: all .5s ease;
}
.boton {
    background-color: #9fd8ef;
    padding: 10px 40px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
    color: rgba(56, 56, 231, 0.801);
}
.boton:hover {
    color: brown;
}
.precio {
    color: white;
    font-weight: bold;
    text-align: right;
}
.precionegro {
    color: black;
    font-weight: bold;
    text-align: right;
}
.revisarimg:hover {
    height: 80vh;
    max-height: 100%;

}
.mision {
    background-color: lightsteelblue;
}
p {
    color: blue;
    font: 900;
    font-size: 1.2em;
    line-height: 1.25;
    font-stretch: condensed;
}
h2 {
    color: blue;
    text-align: center;
}
.precios h2 {
    color: red;
    text-align: center;
}
.resaltado {
    text-align: center !important;
    color: red;
    font: 900;
    display: block;
}
.cafe {
    color: brown;
}
.rojo {
    color: red;
}
.azul {
    color: blue;
}
.bold {
    font: 900;
}
.subrayado {
    text-decoration: underline !important;
}
.itel::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;    
    content: '\f095'
}
.imail::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;    
    content: '\f0e0'
}
ifacebook::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;        
    content: '\f082';
}
.imapa::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;    
    content: '\f041'
}
.ipdf::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;        
    content: '\f1c1'
}
.izip::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;        
    content: '\f1c6'
}

.block {
    display: block;
}
.block img {
    float: left;
    width: 50%;
    padding: 10px;
}
.block p {
    float: right;
    padding: 10px;
    line-height: 1.5;
}
table, th, td {
    border: solid 1px brown;
}

table {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width:768px) {
    table {
        width: 50%;
    }
}

th { 
    text-align: center;
    padding: 8px;
    background: #2ab0ed;
    color: brown;
}
td {
    text-align: left;
    padding: 8px;
}
tr:first-child {
    text-align: center;
}

tr:nth-child(even) {background-color: #f2f2f2;}



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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

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

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

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 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 {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

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