/*! 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
   ========================================================================== */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    color: #3d4954;
    font-size: 16px;
    line-height: normal;
    font-family: 'Lato', sans-serif;
}

body {
    font-size: 16px;
    color: #3d4954;
}

/*
 * 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
   ========================================================================== */

/*
BOOTSTRAP OVERRIDES
*/
.container-fluid {
    max-width: 1400px;
}

.bl-header {
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    position: relative; 
    text-align: center;
}

     @media (min-width: 320px) {
        .bl-header {
            background-image: none;
            background-size: 400px;
            height: auto;
        }
    }

    @media (min-width: 768px) {
        .bl-header {
            background-image: url(../images/bg-header.png);
            background-size: 400px;
            height: 500px;
        }
    }

    @media (min-width: 992px) {
        .bl-header {
            background-size: 490px;
        }
    }

    .el-header-logo {
        margin-top: 30px;
        max-width:  400px;
        width: 100%;
    }

#countDownClock {
    text-align: center;
    border-top: 1px solid #3d4954;
    padding: 20px 0;
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    text-transform: uppercase;
}

    @media (min-width: 320px) {
        #countDownClock {
            max-width: 100%;
        }
    }

    @media (min-width: 768px) {
        #countDownClock {
            max-width:  400px;
        }
    }
    
    @media (min-width: 320px) {
        #countDownClock p {
            margin-left: 5px;
        }
    }

    @media (min-width: 768px) {
        #countDownClock p {
            margin-left: 15px;
        }
    }
    

    #countDownClock p:first-child {
        margin-left: 0;
    }

    #countDownClock span {
        font-size: 30px;
        font-weight:  bold;
    }


.el-end-date {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffb919;
}

    @media (min-width: 320px) {
        .el-end-date {
            max-width: 100%;
            font-size: 30px;
            font-size: 1.875rem;
        }
    }

    @media (min-width: 768px) {
        .el-end-date {
            max-width: 400px;
            font-size: 38px;
            font-size: 2.375rem;
        }
    }

.bl-president-letter {
    margin: 30px 0;
}

    .co-president-letter-text {
        font-size: 17px;
        font-size: 1.0625rem;
    }

    @media (min-width: 320px) {
        .co-president-letter-text {
            margin-top: 30px;
        }
    }

    @media (min-width: 768px) {
        .co-president-letter-text {
            margin-top: 0;
        }
    }

    .co-president-letter-text p {
        margin-top: 20px;
    }

    .co-president-letter-text p:first-child {
        margin-top: 0;
    }

        .el-president-sign {
            margin-top: 30px;
        }

        @media (min-width: 320px) {
            .el-president-sign {
                text-align: center;
            }
        }
        
        @media (min-width: 768px) {
            .el-president-sign {
                text-align: left;
            }
        }
.bl-event-location {
    margin: 30px 0 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    overflow: hidden;
}

    .co-event-location-info {
        background-color: #092e6e;
        color: #fff;
        padding: 30px;
    }

    @media (min-width: 320px) {
        .co-event-location-info {
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        .co-event-location-info {
            text-align: left;
        }
    }

        .el-event-location-info-title {
            font-size: 28px;
            font-size: 1.75rem;
            font-weight: 100;
        }



    .el-event-location-title {
        color: #092e6e;
        font-size: 35px;
        font-size: 2.1875rem;
        font-weight: 900;
        padding: 0 30px;
    }

    @media (min-width: 320px) {
        .el-event-location-tite {
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        .el-event-location-tite {
            text-align: left;
        }
    }

    @media (min-width: 320px) {
        .el-event-location-image {
            position: relative;
            top: 0;
            right: 0;
            max-width: 100%;
            background-color: #092e6e;
            padding-top: 30px;
        }
    }

    @media (min-width: 768px ) {
        .el-event-location-image {
            position: absolute;
            top: 50%;
            right: 0px;
            max-width: 450px;
            margin-top: 0;
        }
    }
    

    @media (min-width: 992px ) {
        .el-event-location-image {
            top: 140px;
            max-width: 700px;
        }
    }
   


/*********VIDEO**********
**********************************/

.bl-video {
	padding: 60px 0;
}
.bl-video .item-video {
    margin: 10px 0;
}
.bl-video video {
	width: 100%;
	height: auto;
}
.co-img-video {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	/**/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.co-img-video:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.68);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.68);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.68);
}
.co-img-video img {
	width: 100%;
	height: auto;
}

@media (min-width: 992px) {
    .bl-video .item-video {
        margin: 120px 0 0 0;
    }
}

/*********PATROCINADORES**********
**********************************/
.logo-slider .slick-slide {
	padding: 10px;
	background-color: #fff;
	margin: 0 10px;
}

.w100 {
    width: 100%;
	height: auto;
}
.bl-event-patrocinadores h1 {
	font-family: 'Ropa Sans', sans-serif;
	color: #092e6e;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}

.bl-event-patrocinadores {
	width: 100%;
	padding: 20px 0 60px 0;
	background-color: #e6eaf1;
}
.el-patrocinador {
	background-color: #fff;
	text-align: center;
	margin-right: 2%;
	padding: 10px;
	width: 32%;
	margin-bottom: 15px;
}
.el-patrocinador--3,
.el-patrocinador--6 {
	margin-right: 0 !important;	
}
.el-patrocinador img {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.bl-event-patrocinadores h1 {
		font-size: 55px;
	}
}

@media screen and (min-width: 1440px) {
	.el-patrocinador {
		margin-right: 1%;
		padding: 10px;
		display: table-cell;
		height: 140px;
	}
	.el-patrocinador--1,
	.el-patrocinador--2,
	.el-patrocinador--3 {
		width: 10%;
		margin-right: 1% !important;
	}
	.el-patrocinador--4 {
		width: 22%;	
	}
	.el-patrocinador--5 {
		width: 20%;	
	}
	.el-patrocinador--6 {
		width: 23%;
		margin-right: 0 !important;
	}

	.w100 {
		max-height: 120px;
		width: auto;
	}
}


/*********COLABORADORES**********
**********************************/
.bl-event-colaboradores {
	padding: 20px 0 60px 0;
}
.bl-event-colaboradores h1 {
	font-family: 'Ropa Sans', sans-serif;
	color: #092e6e;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.el-colaborador {
	display: inline-block;
}
.co-logos-colaboradores {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.bl-event-colaboradores h1 {
		font-size: 55px;
	}
}
@media screen and (min-width: 992px) {
        .bl-event-colaboradores {
                padding: 20px 0;
        }
	.bl-event-colaboradores h1 {
		text-align: left;
                display: inline-block;
                margin-right: 15px;
                margin-bottom: 0;
                font-size: 40px;
	}
	.el-colaborador {
		margin-top: 35px;
                position: relative;
                top: -10px;
	}
        .el-colaborador img {
            width: 140px;
        }
	.co-logos-colaboradores {
		text-align: left;
	}
}

/*****************FORM************
**********************************/
.bl-content-form {
    border-bottom: 2px solid #ffb718;
}

    .co-content-form {
        padding:  0;
    }
    
    .co-content-form p {
        margin-bottom:  0;
    }


    .co-content-form input {
        padding: 5px;
    }

    .co-content-form input[type="text"] {
        width:  100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .co-content-form input[type="submit"],
    .co-content-form input[type="button"] {
        width: 100%;
    	border: none;
    	background-color: #ffb919;
    	color: #fff;
    	text-transform: uppercase;
    }

    .co-content-form input[type="submit"]:hover,
    .co-content-form input[type="button"]:hover {
        background-color: #ff9f00;
        cursor: pointer;
    }

    .el-content-form-title {
        background-color: #ffb718;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        font-weight: 900;
        font-size: 30px;
        font-size: 1.875rem;
    }

    @media (min-width: 320px) {
        .el-content-form-title {
            padding: 30px;
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        .el-content-form-title {
            padding: 78px 30px;
            text-align: right;
        }
		.co-content-form {
			padding:  20px;
		}
    }

    .el-privacy-text {
        margin-top: 10px;
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .el-privacy-text a {
        color: #fff;
    	text-decoration: underline;
    }

    .el-privacy-text a:hover {
        color: #3d4954;
    }

.bl-footer {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
}

    .bl-footer a {
        color: #092e6e;
        text-decoration: none;
    }

    .bl-footer a:hover {
        color: #092e6e;
    }
    
    .co-footer-social-links {
        margin-top: 30px;
    }

    .co-footer-social-links ul {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .co-footer-social-links ul li {
        display: inline-block;
        margin-left: 15px;
        list-style: none;
        align-items: middle;
    }

    .co-footer-social-links ul li:first-child {
        margin-left: 0;
    }

    .co-footer-social-links ul li a {
        color: #3d4954;
        text-decoration: none;
    }

    .co-footer-social-links ul li a:hover {
        color: #092e6e;
    }

    .co-footer-social-links ul li a i {
        font-size: 25px;
    }

    .co-footer-social-links ul li a.el-footer-hashtag {
        color: #092e6e;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .co-footer-social-links ul li a.el-footer-hashtag:hover {
        text-decoration: underline;
    }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
Streching columns
*/
.col-strech {
    padding-right: 0;
    padding-left: 0;
}

.col-strech-left {
    padding-left: 0;
}

.col-strech-right {
    padding-right: 0;
}

/*
 * 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;
    }
}

@media (min-width: 1200px){

    .gris-izquierda-presidente {
    height: 100%;
    max-height: 445px;
    width: 150%;
    background-color: #c1c8c6;
    position: absolute;
    top: 0px;
    left: -150%;
    z-index: -1;
    } 

    .overlay-amarillo-container {
        position: absolute;
        background-color: rgb(255, 183, 24);
        width: 200%;
        /*height: 97.4%;*/
        height: 100%;
        top: 0em;
        left: -200%;
    }
}

body .font-ropa-sans {
    font-family: 'Ropa Sans', sans-serif;
}

.imagen-bg-header-mobile {
    display: block;
    margin-top: 10px;
}

@media (min-width: 768px){
    .imagen-bg-header-mobile {
        display: none;
    }
}

.relative {
    position: relative;
}

.zona-amarilla {
    height: 100%;
}




/* Start Modal Errores Formulario */

#modal-errores {
    z-index: 9999999;
    top: 60px;
}

.modal-error {    
    color: #434e65;
    width: 525px;
}
.modal-error .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.modal-error .modal-header {
    background: #e85e6c;
    border-bottom: none;   
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}
.modal-error h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.modal-error .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-error .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal-error .close:hover {
    opacity: 0.8;
}
.modal-error .icon-box {
    color: #fff;    
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
    margin: 0em auto;
}
.modal-error .icon-box i {
    font-size: 58px;
    margin: -2px 0 0 -2px;
}
.modal-error.modal-dialog {
    margin-top: 80px;
}
.modal-error .btn {
    color: #fff;
    border-radius: 4px;
    background: #eeb711;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}
.modal-error .btn:hover, .modal-error .btn:focus {
    background: #eda645;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.modal-error h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.modal-error h4 {
    color: #333e35;
}

.modal-error .btn.btn-success {
    background: #ffb718;
    color: black;
}

.modal-error .material-icons {
    font-size: 36px;
}

.modal-error .btn.btn-success:hover, .modal-error .btn.btn-success:focus {
    background: #092e6e;
    color: white;
}

.el-img-gracias {
    text-align: center;
}

.el-img-gracias img {
    display: inline-block;
    margin: 20px 5px;
}