/*! HTML5 Boilerplate v6.1.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 Neffal,
 * Kroc Camen, and the H5BP dev community and team.
 */

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

html {
    color: #0B4F91;
    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;
}

@font-face {
    font-family: calibri3;
    src: url(calibri_3.ttf);
}

@font-face {
    font-family: calibri2;
    src: url(calibrib_2.ttf);
}

@font-face {
    font-family: swissc;
    src: url(swissc.ttf);
}

@font-face {
    font-family: swisscb;
    src: url(swisscb.ttf);
}



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

* {
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: calibri3, sans-serif;
    /*font-size: 18px;*/
}

.borrar{
    clear: both;
    content: '';    
}

h1 {
    color: #474747;
}


body {background:#0b4f91;}

.menu_bar {
    display:none;
}

header {
    width: 100%;
}

header nav {
    background:#9bd4ff;
    z-index:1000;
    max-width: 100%;
    width:100%;
    height:100px;
    margin: 0;
}

header nav ul {
    list-style:none;
}

header nav ul li {
    display:inline-block;
    position: relative;
}

header nav ul li:hover {
    /* background: linear-gradient(to bottom, #d3772f00 , #d3772f50);*/
}

header nav ul li a {
    color:#000;
    display:block;
    text-decoration:none;
    padding: 20px;
}

header nav ul li a span {
    margin-right:10px;
}

header nav ul li:hover .children {
    display:block;
}

header nav ul li .children {
    display: none;
    background:#011826;
    position: absolute;
    width: 150%;
    z-index:1000;
}

header nav ul li .children li {
    display:block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
    display: block;
}

header nav ul li .children li a span {
    float: right;
    position: relative;
    top:3px;
    margin-right:0;
    margin-left:10px;
}

header nav ul li .caret {
    position: relative;
    top:3px;
    margin-left:10px;
    margin-right:0px;
}

.men{
    z-index: 100;
    position: absolute;
    padding:20px;
}

.tam_max{    
    width: 100%;
    max-width: 100%;
    height: 750px;
}

.tam_peq{
    width: 50px;
}

.delt{
    padding: 3%;

}

.alineadoCentrado{
    text-align: center;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

a:link {
    font-family: calibri3;
    text-decoration: none; /* or: underline | line-through | overline | blink (don't use blink. Ever. Please.) */ }

.fondo {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(black));
    background: -webkit-linear-gradient(left, #2b6ab1, #29a1e0);
    background: -moz-linear-gradient(left, #2b6ab1, #29a1e0);
    background: -o-linear-background(left, #2b6ab1, #29a1e0);
    background: -ms-linear-background(left, #2b6ab1, #29a1e0);
    background: linear-background(left, #2b6ab1, #29a1e0);
    color: white;
}

.parte{
    position: absolute;
    top: 29%;
    left: 3%;
    height: 30%;
    width: 80%;
}

.imagencita{
    width: 100%;
}
.columna3{
    width: 33%;
    padding: 10px;
    text-align: center;
    display: inline-flex;
    position: relative;
}

.columna4{    
    width: 24.7%;
    padding: 10px 1%;
    text-align: center;
    display: inline-flex;
    position: relative;
}

.columna5{
    width: 24.7%;
    padding: 5% 0 5%;
    text-align: center;
    display: inline-grid;
    position: relative;
}

.noDeco{
    text-decoration: none;
}
.foot{
    max-width: 100%;
    width: 100%;
    background: #f1efef;
    padding: 2%;
    margin: 0 auto;
    text-align: center;
    display: inherit;
}

.centra{
    display: flex;
    justify-content: center;
}

#capt{
    display: inherit;
    text-align: center;
}

.contacto label{
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: GothamBk;
    font-weight: 100;
    color: black;
}

.contacto{
    text-align: left;
    padding: 0 20% 0 5%;
}

.contacto{
    color: #00479e;
    background: #0B4F91;
}

.contacto input[type="text"],
.contacto input[type="number"],
.contacto textarea{
    padding: 7px 7px;
    width: 95%;
    resize: none;
    background-color: #ffffff;
    margin: 10px 0;
    color: #2b4d80;
}

.contacto input[type='submit']{
    background: #2b6ab1;
    color: #fff;
    margin-top: 10px !important;
}

.contacto input[type='text']:focus,
.contacto input[type="number"]:focus,
.contacto textarea:focus{
    outline: none;
    box-shadow: 0 0 0 3px #dde9ec;
}

.contacto input[type='submit']{
    padding-top: 10px !important;
    border: 1px solid #2b6ab1;
    box-shadow: 0 0 0 3px #dde9ec;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 100;
}

.contact input[type='submit']:hover{
    background: #2b6ab1;
    background: -moz-linear-gradient(top,#2b6ab1 0%, #2b6ab1 100%);
    background: -webkit-linear-gradient(top,#2b6ab1 0%,#2b6ab1 100%);
}

.contact input[type='submit']:active{
    background: #2b6ab1;
    background: -moz-linear-gradient(top, #2b6ab1 0%, #2b6ab1 100%);
    background: -webkit-linear-gradient(top,#2b6ab1 0%, #2b6ab1 100%);
}

.error{
    background-color: #BC1010;/*#BC1010;*/
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    position: absolute;
}
.formulario{
    padding: 0 5%;
}
.error:before{
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}

#envio{
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0;
}

.logos{
    max-width: 30%;
    width: 30%;
    float: left;
    margin-top: 5px;
}

div.logo img{
    width: 250px;
    float:left;
    margin-top: 8px;
}

.activom{
    text-decoration-line: underline;
    text-decoration-color: #d3772f;
    color: #d3772f;
}
.columnita2{
    max-width:50%; 
    width: 80%; 
    padding: 0 10%; 
    font-size: 20px;
}

.colum2{
    display: inline-flex;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10%;
}

.cel{
    padding-top:140px;
}

.columnas-6 {
    width: 50%;
    float: left;
    padding: 18px 15px;
    text-align: center;
}

.textito{
    font-size: 21px;
    text-align: center;
}

.servi3{
    display: inline-flex;
    max-width: 100%;
    width: 100%;
    padding: 1% 5% 0 5%;
}

.servima3{
    max-height: 80%; height: 80%; width:100%; border-radius: 15px;
}

.servif2{
    display:block;
}

#servi1{
    background: #f1efef;
    display: inline;
    padding: 35px 35px 0 35px;
    border-radius: 25px 0 0 25px;
}

#servi2{
    background: #f1efef;
    display: inline;
    padding: 35px 35px 0 35px;    
}

#servi3{
    background: #f1efef;
    display: inline;
    padding: 35px 35px 0 35px;
    border-radius: 0 25px 25px 0;
}
.ima2serv{
    height: 80%; width: 100%; border-radius: 35px;
}
.servif2{
    display: inline-flex;
    max-width: 100%;
    width: 100%;
    padding: 1% 5% 0 5%;
}
.correitores{
    text-align: justify; margin: 0 auto; padding: 20px 30%;
}
.botonc{
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 40px;
}

li{
    padding: 0 8px;
    list-style: none;
    height: 35px;
}

.color{
    color: #584141!important;
    background-color: #ececec9c!important;
}

.izquierda{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

.derecha{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.cambio{
    width: 1000px;
    margin: 0 auto;
}

.espaciocat{
    padding-top: 50px;
    font-size: 19px;
}

.espaciadoContact{
    padding: 0 0 0 5%;
}

.espaciadoSV{
    padding: 0 10% 0 0;
}

.flechasBlancas{
    width: 25px;
}

.flechasNegras{
    width: 25px;
}

.bordesitos{
    padding: 5%;
}

#desaparecer, .desaparecer{
    display:none !important;
}

.catalogoC{
    padding-top:100px;   
}

.tablacelcon{
    width:100%; 
    padding:0 10%;
}
.aliizq{
    text-align:right;
    padding-right:10px;
}
@media screen and (min-width:1000px){
    .alider{
        text-align:left;
    }
}

@media screen and (max-width: 800px) {
    .aliizq{
        text-align:right;
    }

    .tablacelcon{
        width:100%; 
        padding:0 1%;
    }

    .catalogoC{
        padding-top:0px;   
    }

    .aparecer{
        display: none;
    }

    #desaparecer, .desaparecer{
        display:block !important;;
    }

    .espec{
        max-width: 46%;
    }

    .imagencita{
        padding: 14%;
    }

    .bordesitos{
        padding: 0;
    }

    .flechasBlancas{
        width: 15px;
    }

    .flechasNegras{
        width: 15px;
    }

    .columna4{
        width: 100%;
    }

    .espaciadoContact, .espaciadoSV{
        padding: 0;
    }

    .espaciocat{
        padding-top: 0px;
    }

    .columna5{
        width: 100%;
        padding:10% 0 0;
        margin: 0 auto;
    }

    .cambio{
        width: 100%;
        margin: 0 auto;
    }

    .men{
        padding: 0;
    }
    .correitores{
        padding: 20px 10px;
    }
    #servi1, #servi2, #servi3{
        display: block;
        background: #f1efef;
        padding: 4%;
        border-radius: 25px;
        margin-bottom: 25px;
    }
    .servi3{
        display: block;
    }

    .contacto{
        padding:0;
    }

    .ima2serv{
        width: 65%;
        padding: 10px;
    }

    .servif2{
        display:block;
    }

    .servima3{
        width: 80%;
        margin: 0 10%;
    }

    header nav ul li:hover {
        background: none;
    }

    .cel{
        padding-top:0;
    }
    .tam_max {
        height: 500px;
    }

    .foot{
        display: block;      
        padding: 25px;
    }

    .col{
        display: inline-block;
        max-width: 100%;
        width: 100%;
        padding-bottom: 10%;
    }

    .textito{
        font-size: 16px;
        text-align: center;
    }

    .contenedor{
        margin: 0 auto;
    }

    body {
        /*padding-top:150px;*/
    }



    .columnita2{
        max-width: 100%;
        width: 100%;
    }

    .colum2{
        display: block;
    }

    .columna3{
        width: 75%;
        display: flex;
        margin: 0 auto;

    }

    .parte{
        left: 9%;
        padding-left: 15%;
    }

    #logos{
        display:none;
    }

    .columnas-6 {
        width: 100%;
        float: left;
        padding: 18px 15px;
    }

    .menu_bar {
        display:inline-flex;
        width:100%;
        position: fixed;
        top:0;
        margin: 0 auto;
        text-align: center;
        background:#fff;
    }

    .menu_bar .bt-menu {
        display: block;
        color: #fff;
        overflow: hidden;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
        background: #fff;
    }

    .menu_bar span {
        float: right;
        font-size: 40px;
    }

    header nav {
        width: 100%;
        height: calc(100% - 80px);
        position: fixed;
        right:100%;
        margin: 0;
        overflow: scroll;
        background: linear-gradient(to right, white , #299ddd);
        /*background: #299ddd*/
    }

    header nav ul{
        float: left;
        width: 95%;
        color: white;
        padding: 5% 0;
    }

    header nav ul li {
        display: block;
        border-bottom:1px solid rgba(255,255,255,.5);
    }

    header nav ul li a {
        color: black;
        display: block;
    }

    header nav ul li:hover .children {
        display: none;
    }

    header nav ul li .children {
        width: 100%;
        position: relative;
    }

    header nav ul li .children li a {
        margin-left:20px;
    }

    header nav ul li .caret {
        float: right;
    }
}

@media screen and (max-width: 330px) {
    .espec{
        max-width: 40%;
    }

}

.espaciadoContacto{
    padding: 0 15%;
}
.pantallota{
    position: fixed; 
    z-index: 100;
}
.pantallotaEsp{
    padding-top:100px;
}
.w3-content{
    max-width: 90% !important;
}
.mySlides {display:none;}
.contenido{
    margin: auto;
    max-width: 100%;
}
.todoP{
    overflow: hidden;
    width: 100%;
}
li{
    padding: 0 8px;
    list-style: none;
    height: 45px;
}

.botonc{
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 40px;
}

.color{
    color: #584141!important;
    background-color: #ececec9c!important;
}

.izquierda{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

.derecha{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.botoncito{
    border: none;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    float: right;
    border: none;
    color: white;
    width: 50px;
}

.bloquesito{
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    background: #ffbe3b;
    color: #2b4d80;
    text-decoration: none;
}

li > a:activate:before

.pInicio a[href="inicio.html"],
.pCatalogo a[href="catalogo.html"],
.pVideos a[href="video.html"],
.pUbicacion a[href="ubicacion.html"],
.pContactanos a[href="contactanos.html"] {
    color: white;
    background-color: blue;
}
body.pInicio a.pInicio:link,
body.pCatalogo a.pCatalogo:link,
body.pVideos a.pVideos:link,
body.pUbicacion a.pUbicacion:link,
body.pContactanos a.pContactanos:link {
    color: white;
    background-color: blue;
}
.contenedor3{
    width: 100%;
}

* {
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {background:#f5f5f5;}

.menu_bar {
    display:none;
}

header {
    width: 100%;
}

header nav {
    background: #9bd4ff;
    z-index:1000;
    max-width: 100%;
    width:100%;
}

header nav ul {
    list-style:none;
    backgroud: #c9e8fc;
}

header nav ul li {
    display:inline-block;
    position: relative;
}
/* 
header nav ul li:hover {
background: url('//www.pacifico.gt/web502/img/principal/Linea_Menu.png');
background-position: bottom;
background-repeat: no-repeat;
}
*/
header nav ul li a:hover{
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
}

header nav ul li:activate {
    /*
    background: url('//www.pacifico.gt/web502/img/principal/Linea_Menu.png');
    background-position: bottom;
    background-repeat: no-repeat;
    */
}
header nav ul li a {
    color:#014a99;
    display:block;
    text-decoration:none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
}

header nav ul li a span {
    margin-right:10px;
}

header nav ul li:hover .children {
    display:block;
}

header nav ul li .children {
    display: none;
    background:#011826;
    position: absolute;
    width: 150%;
    z-index:1000;
}

header nav ul li .children li {
    display:block;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
    display: block;
}

header nav ul li .children li a span {
    float: right;
    position: relative;
    top:3px;
    margin-right:0;
    margin-left:10px;
}

header nav ul li .caret {
    position: relative;
    top:3px;
    margin-left:10px;
    margin-right:0px;
}

@media screen and (max-width: 800px) {
    .espaciadoContacto{
        padding:0;
    }

    .pantallotaEsp{
        padding:0;
    }
    .pantallota{
        position: initial;
        z-index: 0;
    }
    body {
        padding-top:80px;
    }

    .menu_bar {
        display:block;
        width:100%;
        position: fixed;
        z-index: 100;
        top:0;
        height: 80px;
        background: #9bd4ff;
    }

    .menu_bar .bt-menu {
        display: flex;
        color: #fff;
        overflow: hidden;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
        float: right;
        background: #9bd4ff;
    }

    .menu_bar span {
        float: right;
        font-size: 40px;
    }

    header nav {
        width: 100%;
        height: calc(100% - 80px);
        position: fixed;
        right:100%;
        margin: 0;
        overflow: scroll;
        text-align: left;
    }

    header nav ul li {
        display: block;
        border-bottom:1px solid rgba(255,255,255,.5);
    }

    header nav ul li a {
        display: block;
    }

    header nav ul li a:hover{

    }
    header nav ul li:hover .children {
        display: none;
    }


    header nav ul li .children {
        width: 100%;
        position: relative;
    }

    header nav ul li .children li a {
        margin-left:20px;
    }

    header nav ul li .caret {
        float: right;
    }
}

.divMenu{
    float: right;
    padding: 0px 1%;
    /*
    float: right;
    right: 0;*/
}

.divMenu1, .divMenu2{
    display: flex;
}

.pdivMenu1{
    color: #014a99;
    font-size:11px;
    padding-top: 17px;
}

.imadivMenu1{
    width:25px;
    height: 35px;
    cursor:pointer;
    padding-top: 12px;
    margin: 5px 2px 5px 8px;
}

.pdivMenu2{
    color: #014a99;
    text-decoration: none;
}

.imadivMenu2{
    width:25px;
    height: 25px;
    /*
    margin: 0 5px;
    */
}

.bdivMenu2{
    font-size: 11px;
}

.menPadIma{
    width: 175px;
    padding: 5px;
}

@media screen and (max-width: 320px) {
    .bdivMenu2{
        font-size: 14px;
    }

    .pdivMenu1{
        font-size: 15px;
    }

    .menPadIma{
        width: 155px;;
    }
}





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

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        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;
    }
}
