/*! 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 Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* Google fonts del sitio*/
/*@import url('https://fonts.googleapis.com/css?family=Muli|Gurajada|Muli');*/
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

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

body{
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

h1,h2{
    font-family: 'Muli', sans-serif;
}

/*
 * 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
   ========================================================================== */
.Muli{
    font-family: 'Muli', serif;
}

.gurajada{
    font-family: 'Gurajada', sans-serif;
}

.bold{
    font-weight: 600; 
}

.italic{
    font-style: italic;
}

::selection {
    background: #83ca32; 
}

.rafter:after{
    content:"";
    display: block; 
    width: 3px; 
    height: 40px; 
    background: white;
    position: absolute;
    top: 30px;
    right: 0;
}

a.navbar-brand{
    width: 110px;
}

.index-caption{
    background: rgba(0,0,0,0.7);
    padding: 3em;
    position: absolute;
    top: 8em;
    left: 12.5%;
}

.degradado-verde{
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#017436+0,0d7b35+13,1d8736+26,5db133+67,73bf33+83,83ca32+100 */
    background: #017436; /* Old browsers */
    background: -moz-linear-gradient(left, #017436 0%, #0d7b35 13%, #1d8736 26%, #5db133 67%, #73bf33 83%, #83ca32 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #017436 0%,#0d7b35 13%,#1d8736 26%,#5db133 67%,#73bf33 83%,#83ca32 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #017436 0%,#0d7b35 13%,#1d8736 26%,#5db133 67%,#73bf33 83%,#83ca32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017436', endColorstr='#83ca32',GradientType=1 ); /* IE6-9 */
    transition: background .5s ease;
}

.degradado-azul{
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003c74+0,033f77+8,0a4a84+25,2470b2+67,2c7cc0+82,3284ca+100 */
    background: #003c74; /* Old browsers */
    background: -moz-linear-gradient(left, #003c74 0%, #033f77 8%, #0a4a84 25%, #2470b2 67%, #2c7cc0 82%, #3284ca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #003c74 0%,#033f77 8%,#0a4a84 25%,#2470b2 67%,#2c7cc0 82%,#3284ca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #003c74 0%,#033f77 8%,#0a4a84 25%,#2470b2 67%,#2c7cc0 82%,#3284ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c74', endColorstr='#3284ca',GradientType=1 ); /* IE6-9 */
}

.btn.degradado-azul:hover, .btn.degradado-azul:focus{

}

.pointer{
    cursor: pointer;
}

.index-left{
    border: none;
    padding: 15px;
    font-size: 20px;
    margin-top: -25px;
    margin-left: 15%;
}

.index-right{
    border: none;
    padding: 15px;
    font-size: 20px;
    margin-top: -25px;
    margin-left: 25%;
}

.abc-icon{
    color: #85cb32;
    text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.3);
    cursor:pointer;
}

.abc-icon:hover{
    color: #6da72a!important;
    text-shadow: none;
    transition: 1s ;
}

.fnt-size-36{
    font-size: 36px;
}

.fnt-size-20{
    font-size: 20px;
}

.fnt-size-24{
    font-size: 24px;
}

.fnt-sz-11{
    font-size: 11px;
}

.fnt-sz-rem-8{
    font-size: 8rem;
}

.text-shadow{
    color: #d2d2d2;
}

.box-shadow{
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
}

/* Sweep To Left */
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cdcdcd;
    border-radius: 0.25rem;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: black !important;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.vacante{
    background: #eee;
    border:none;
}

.admin-btn{
    position: absolute;
    top: -15px;
    right: 20px;
}

.tab-pane{
    padding: 3em;
}

#nueva_vacante_form .tab-pane{
    padding: 0;
}

#nueva_vacante_form .nav-link{
    font-size: 10px;
    padding: 5px;

}

#nueva_vacante_form .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.card.mb-3.p-3{
    background: transparent;
    border: none;

}

.nav-item .nav-link{
    color: #84ca32;
}


.bg-verde{
    background: #67b868;
}

.text-verde{
    color: #67b868;
}

.mensaje{
    background: #0080C0;
    position: fixed;
    z-index: 700;
    top: 75px;
    right: 11px;
    border-radius: 5px;
    padding: .9em;
    font-size: 16px;
    color: white;
}
.mensajeE{
    background: #e03f3f;
    position: fixed;
    z-index: 700;
    top: 75px;
    right: 11px;
    border-radius: 5px;
    padding: .9em;
    font-size: 16px;
    color: white;
}
.vlabel {
    padding: 4px 10px;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 15px;
    display: block;
}

.tab-content.border{
    border-top: none!important;

}

.form-control{
    color: #000;
    font-weight: 500
}

#verperfil .modal-dialog{
    max-width: 1110px;

}

#perfil{
    background: transparent!important; 
    border: none!important;
}

.disp-right{
    position: absolute;
    right: 66px;
    top: 42px;
    padding: 1em;
    background: #dce873;
    border-radius: 3px;
}

.area-mensajes{
    position: relative;
    min-height: 400px;
    overflow-y: scroll;

}

.texto-mensaje-left{
    position: relative;
    margin-right: 35%;
    background: #d5f9c2;
    padding: 1em;
    max-width: 65%;
    border-radius: 50px 50px 50px 0;
}

.texto-mensaje-right{
    position: relative;
    margin-left: 35%;
    background: #eee;
    padding: 1em;
    max-width: 65%;

    border-radius: 50px 50px 0 50px;
}

.send{
    position: absolute; 
    bottom: 23px; 
    right: 36px;
    color: #85cb32;
}


.mensaje-user{
    font-size: 10px; 
    position: absolute; 
    bottom: 0; 
    right: 0;
    color: #dc7272;
}

.desc-vacante{
    max-height: 10em;
    overflow: hidden;
}

.faq .card-header{
    border-bottom: 1px solid #afdd7b;
}

.faq .card-header button{
    color: #5f5f5f!important;
}


.buttons{
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-radius: 5px 5px 0 0;
}


.buttons i:hover{
    color: #cdcdcd; 
    cursor: pointer;
}


#editable{
    overflow: auto;
}

#descripcion .ql-tooltip.ql-hidden, .card-text.desc-vacante input, .vacante.card input{
    display: none;

}

iframe.wysiwyg{
    width: 100%;
    height: 203px;
    border: none;
}

.upperText{
    width: 100%;
    height: 144px;
    background: transparent;
    position: absolute;
}


/* ==========================================================================
   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.
   ========================================================================== */

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) { 
    .index-caption{
        padding: .5em;
        top: 3em;
    }

    .index-left{
        margin-top: 0; 
        margin-left: 0; 
    }

    .index-right{
        margin-top: 0; 
        margin-left: 0; 
    }

    .vacante .col.text-center {
        border: 3px solid #e4e4e4;
        margin: 10px;
        padding: 5px;
    }

    li.nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
    }

    .disp-right{
        position: relative;
        right: 0; 
        top: 0;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 577px) and (max-width: 768px) { 
    .index-caption{
        padding: .5em;
        top: 3em;
    }

    .index-left{
        margin-top: 0; 
        margin-left: 0; 
    }

    .index-right{
        margin-top: 0; 
        margin-left: 0; 
    }

    .vacante .col.text-center {
        border: 3px solid #e4e4e4;
        margin: 10px;
        padding: 5px;
    }

    li.nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
    }

    .disp-right{
        position: relative;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 769px)and (max-width: 992px) { 
    .vacante .col.text-center {
        border: 3px solid #e4e4e4;
        margin: 10px;
        padding: 5px;
    }


    li.nav-item {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
    }

    .disp-right{
        position: relative;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 993px) and (max-width: 1200px) { 
    .index-caption{
        padding: 3em;
        top: 2em;
    }

    .index-left{
        margin-left: 3%; 
    }

    .index-right{
        margin-left: 19%; 
    }

}



@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;
    }

}
