/*! HTML5 Boilerplate v5.3.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
   ========================================================================== */

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * 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
   ========================================================================== */
footer{
	background-color:#1B1718;
	color: #ffffff;
	margin-top: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: center;
}
/* unvisited link */
footer a:link {
    color: white;
}

/* visited link */
footer a:visited {
    color: white;
}

/* mouse over link */
footer a:hover {
    color: white;
}

/* selected link */
footer a:active {
    color: white;
}

#content{
	margin-top: 1em;
	text-align: center;
}

body{
  background-color: #CFD0D4 !important;
}


/* <DUPEYA> */
.row{
	padding-left:2em;
	padding-right:2em;
}

.mainContainer{
	background-color:#FFFFFF;
	margin-bottom: 2em;
}

.sectionHeadig{
	border-bottom: #008b8b solid;
    padding-bottom: 0.5em;
}

.leftOrnament{
	background-color:#008b8b;
}

.logo{
  max-width: 215px;
}

.logo-spacing{
	margin-bottom: 2em;
	margin-top: 2em;
}

.footer-spacing{
	margin-bottom: 2em;
}

.nav-graphicStyle a
{
	padding: 2px 7px 2px 7px;
	border-top: black 2px solid;
	margin-left:1em;
	margin-right:1em;    
    text-decoration: none;	
}
.nav-graphicStyle a:hover
{
	border-top: #21ddc7 2px solid;
    color: #ffffff;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.sc img {
  height: calc(50vh - 100px);
  width: auto;
  margin: 0 auto; /* it centers any block level element */
}

.slick-track {
  margin: 0 auto;
}

.twoBordersImage{
	border-radius: 10px 50px;
}

.fourBordersImage{
	border-radius: 90px;
}

.IENU{
	background-color: blue;
    padding: 0.5em;
}

#Reclutamiento-leerMas{
	display:none;
}

#Nomina-leerMas{
	display:none;
}
/* </ DUPEYA >*/





.topBanner{
  padding-top: 1em;
  padding-bottom: 1em;
}

.topBanner ul{
  list-style-type: none;
}


/* unvisited link */
.topBanner li a:link {
    color: white !important;
}

/* visited link */
.topBanner a:visited {
    color: white;
}

/* mouse over link */
.topBanner a:hover {
    color: white;
    font-weight: bold;
}

/* selected link */
.topBanner a:active {
    color: white;
}

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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * 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;
}

/*
 * 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,
    *:first-letter,
    *:first-line {
        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,
    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;
    }

    img {
        max-width: 100% !important;
    }

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

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

nav{

}

nav>img{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    width: 7em;
}

nav ul{
    display: inline-block;
    list-style-type: none;
    text-align: center;
}

nav li{
    display: inline-block;
    text-align: center;
    margin: 0 0px 0 0;
}

nav li a {
    /*padding: 2px 7px 2px 7px;
	border-top: black 2px solid;
	margin-left:1em;
	margin-right:1em;    
    text-decoration: none;*/
}

nav li a:hover{
    /* background-color: #333333;
	border-top: #21ddc7 2px solid;
    color: #ffffff; */
}

.contactBase{
    padding-top: 15em;
    padding-bottom: 10em;
    background-image: url("/static/images/Contacto_Fondo.png");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    color: #ffffff !important;
}

.contactBase a{
  color: #ffffff !important;
}

.topSection-logo{
  padding-top: 1em;
  text-align: left;
}

.topSection-contac{
  padding-top: 1em;
  text-align: right;
}

#catalogo_Base{
    /*padding-top: 15em;
    padding-bottom: 10em;*/
    background-image: url("/static/images/carrusel 4.png");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}

#nosotros{
    padding-top: 15em;
    padding-bottom: 10em;
    background-image: url("/static/images/nosotrosFondo.png");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    text-align: left;
}

#contactInfo{
    padding: 1em;
    background-color:rgba(27,23,24,0.7);
    color: #ffffff !important;
    border-radius: 25px;
}

.nosotros-texto{
    /*

    color: #000000;
    padding: 3em;
    text-align: left;
    position: absolute;
    left: 400px;
    top: 250px;
    width: 450px;
    z-index: 999;*/
    background-color:rgba(27,23,24,0.7);
    padding-bottom: 1em;
    padding-top: 1em;
}

.nosotros-imagen{
    margin-left: 1em;
    /*position: absolute;*/
    top: 150px;
    left: 100px;
}

.nosotros-contacto{
    /*position: absolute;
    z-index: 999;
    width: 100%;
    top: 700px;*/
    text-align: center;
}

#contactInfo a{
    color: white;
}

#contactInfo input{
    color:black;
}

.mosaic{
    /*width: 80%;
    margin: 100px auto;*/
}

.mosaic img
{
    display: inline-block;
    /*margin-bottom: :3em;*/
}
/*This is fot all the icons on the page*/
.fa{
    color:white;
}

.menu{
    color: white;
}

nav{

}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        #textoHome{
            text-align: center;
        }

        #textoHome img{
            max-width: 1024px;
        }
    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        #textoHome{
            text-align: center;
        }

        #textoHome img{
            max-width: 1024px;
        }

        .topSection-logo{
          padding-top: 1em;
          text-align: left;
        }

        .topSection-contac{
          padding-top: 1em;
          text-align: right;
        }

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        #textoHome{
            text-align: center;
        }

        #textoHome img{
            max-width: 1024px;
        }

        .topSection-logo{
          padding-top: 1em;
          text-align: left;
        }

        .topSection-contac{
          padding-top: 1em;
          text-align: right;
        }

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        #textoHome{
            text-align: center;
        }

        #textoHome img{
            max-width: 1024px;
        }

        .topSection-logo{
          padding-top: 1em;
          text-align: left;
        }

        .topSection-contac{
          padding-top: 1em;
          text-align: right;
        }

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
        .mosaic{

        }
        .mosaic img
        {
            display: inline-block;
            width: 100%;
        }

        .slider{
            margin-top:1em !important;

        }

        #textoHome{
            padding-left: 1em;
            padding-right: 1em;
            text-align: center;
        }

        #textoHome img{
            width: 100%;
        }

        .contactBase{
            padding-top: 1em;
            padding-bottom: 1em;
            background-image: url("/static/images/Contacto_Fondo.png");
            background-size:     100%;                      /* <------ */
            background-repeat:   no-repeat;
            background-position: center center;
            color: #ffffff !important;
        }

        #nosotros{
            padding-top: 1em;
            padding-bottom: 1em;
            background-image: url("/static/images/nosotrosFondo.png");
            background-size:     100%;                      /* <------ */
            background-repeat:   no-repeat;
            background-position: center center;
            text-align: left;
        }

        .nosotros-imagen{
            margin-left: 0em;
            width: 100%;
            top: 0px;
            left: 0px;
        }

        .nosotros-texto{
            background-color:rgba(27,23,24,0.7);
            padding-bottom: 0em;
            padding-top: 0em;
        }

        .topSection-logo{
          padding-top: 1em;
          text-align: center;;
        }

        .topSection-contac{
          padding-top: 1em;
          text-align: center;
        }

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
        .mosaic{

        }
        .mosaic img
        {
            display: inline-block;
            width: 100%;
        }

        .slider{
            margin-top:1em !important;

        }

        #textoHome{
            padding-left: 1em;
            padding-right: 1em;
            text-align: center;
        }

        #textoHome img{
            margin-top: 1em;
            width: 100%;
        }

        .contactBase{
            padding-top: 1em;
            padding-bottom: 1em;
            background-image: url("/static/images/Contacto_Fondo.png");
            background-size:     100%;                      /* <------ */
            background-repeat:   no-repeat;
            background-position: center center;
            color: #ffffff !important;
        }

        #nosotros{
            padding-top: 0em;
            padding-bottom: 0em;
            background-image: url("/static/images/nosotrosFondo.png");
            background-size:     100%;                      /* <------ */
            background-repeat:   no-repeat;
            background-position: center center;
            text-align: left;
        }

        .nosotros-imagen{
            margin-left: 0em;
            width: 100%;
            top: 0px;
            left: 0px;
        }

        .nosotros-texto{
            background-color:rgba(27,23,24,0.7);
            padding-bottom: 0em;
            padding-top: 0em;
        }

        nav li{
            display: block;
            text-align: center;
            margin: 0 0px 0 0;
            width: 100%;
        }

        #catalogo_Base{
            /*padding-top: 15em;
            padding-bottom: 10em;*/
            background-image: url("/static/images/carrusel 4.png");
            background-size:     100%;                      /* <------ */
            background-repeat:   no-repeat;
            background-position: center center;
        }

        .issuuembed{
            width: 100% !important;
        }

        nav ul{
            display: none;
        }

        li a {
            position: relative;
            display: inline-block;
        }

        #navList-rightPanel{
            display: inline-block;
            text-align: right;
            vertical-align: middle;
        }

        .topSection-logo{
          padding-top: 1em;
          text-align: center;;
        }

        .topSection-contac{
          padding-top: 1em;
          text-align: center;
        }
    }

    /* New Triangle banner*/

    .diamonds {
  height: 269.8px;
  overflow: hidden;
  font-size: 0;
  margin: 40px auto;
  min-width: 530px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
@media only screen and (max-width: 537px) {

.diamonds {
  margin-left: -265px;
  left: 50%;
  position: relative;
}
}
@media only screen and (min-width: 1348px) {

.csstransforms .diamonds { max-width: 1324px; }

.csstransforms .diamonds > li:nth-child(9n+6) { margin-left: 128px; }

.csstransforms .diamonds > li:nth-child(9n+5) { margin-right: 0; }

.csstransforms .diamonds > li:nth-child(n+5) { margin-top: -55px; }
}
@media only screen and (max-width: 1347px) and (min-width: 1078px) {

.csstransforms .diamonds { max-width: 1060px; }

.csstransforms .diamonds > li:nth-child(7n+5) { margin-left: 128px; }

.csstransforms .diamonds > li:nth-child(7n+4) { margin-right: 0; }

.csstransforms .diamonds > li:nth-child(n+4) { margin-top: -55px; }
}
@media only screen and (max-width: 1077px) and (min-width: 808px) {

.csstransforms .diamonds { max-width: 794px; }

.csstransforms .diamonds > li:nth-child(5n+4) { margin-left: 128px; }

.csstransforms .diamonds > li:nth-child(5n+3) { margin-right: 0; }

.csstransforms .diamonds > li:nth-child(n+3) { margin-top: -55px; }
}
@media only screen and (max-width: 807px) {

.csstransforms .diamonds { max-width: 530px; }

.csstransforms .diamonds > li:nth-child(3n+3) { margin-left: 128px; }

.csstransforms .diamonds > li:nth-child(3n+2) { margin-right: 0; }

.csstransforms .diamonds > li:nth-child(n+2) { margin-top: -55px; }
}

.csstransforms .diamonds { padding: 39px 0 39px 42px; }

.no-csstransforms .diamonds { max-width: 1060px; }

.diamonds > li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -135.66px;
  margin-right: 80px;
  margin-left: -5px;
}

.no-csstransforms .diamonds > li { margin: 0 20px 20px 0; }

.diamonds .diamond {
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
  background: white;
  border: 3px solid white;
  color: white;
  display: block;
  height: 190px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 190px;
}

.csstransforms .diamonds .diamond {
  overflow: hidden;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.diamonds .content {
  display: table-cell;
  height: 190px;
  padding: 0 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  vertical-align: middle;
  width: 190px;
}

.triangle {
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  display: table;
  height: 144.4px;
  width: 269.8px;
  text-align: center;
  background: #333333;
  position: relative;
  left: -70.3px;
  border: 2px solid white;
}

.triangle:hover {
	/* border: 2px solid white; */
}

.triangleTop-test{
	/* background-image: url(http://proyectovizual.com.mx/static/images/LOGO%20DORADO.png) !important; */
    /* background-size: 30%; */
    /* background-repeat: no-repeat; */
    /* background-position: initial; */
    /* background-position-x: 90px; */
    /* background-position-y: 40px;	 */
}

.triangle.top {
	padding-top: 43.7px;
}

.triangle.top p {
	padding-top: 43.7px;
}

.triangle.bottom {
	margin-top: 2px;
}

.triangle.bottom p { padding-bottom: 43.7px; }

.triangle p {
  display: table-cell;
  vertical-align: middle;
}

.image01{
	background-image: url(/static/images/image01.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
    background-position-x: -1em;
    background-position-y: -1.5em;
}

.image02{
	background-image: url(/static/images/image02.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-x: -3em;
    background-position-y: 1em;
}

.image03{
	background-image: url(/static/images/image03.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
    background-position-y: -6.5em;
}

.image04{
	background-image: url(/static/images/image04.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
    /* background-position-x: 90px; */
    /* background-position-y: 40px;		 */
}

.image06{
	background-image: url(/static/images/image06.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-x: 1em;
	background-position-y: -1em;
}

.image07{
	background-image: url(/static/images/image07.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
    background-position-y: -1.5em;
}

.image08{
	background-image: url(/static/images/image08.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
}

.image09{
	background-image: url(/static/images/image09.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-y: -5em;
}

.image10{
	background-image: url(/static/images/image10.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-x: 1em;
}

.image11{
	background-image: url(/static/images/image11.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-x: -2em;
}

.image12{
	background-image: url(/static/images/image12.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
}

.image13{
	background-image: url(/static/images/image13.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
    background-position-y: 2em;
}

.image14{
	background-image: url(/static/images/image14.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-x: 2em;
	background-position-y: 2em;
}

.image15{
	background-image: url(/static/images/image15.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
}

.image16{
	background-image: url(/static/images/image16.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-x: -2em;
	background-position-y: -3.5em;
}

.image17{
	background-image: url(/static/images/image17.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
    background-position-y: -2em;
}

.image18{
	background-image: url(/static/images/image18.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-x: -2em;
}

.image19{
	background-image: url(/static/images/image19.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-y: -4em;
}

.image20{
	background-image: url(/static/images/image20.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: initial;
	background-position-x: 1em;
	background-position-y: -3em;
}
