@font-face {
    font-family: 'NeueHaasUnicaW01-Regular';
    src: url('../fonts/NeueHaasUnicaW01-Regular.woff2') format('woff2'),
         url('../fonts/NeueHaasUnicaW01-Regular.woff') format('woff'),
         url('../fonts/NeueHaasUnicaW01-Regular.ttf') format('truetype'),
         url('../fonts/NeueHaasUnicaW01-Regular.svg#NeueHaasUnicaW01-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasUnicaW01-Bold';
    src: url('../fonts/NeueHaasUnicaW01-Bold.woff2') format('woff2'),
         url('../fonts/NeueHaasUnicaW01-Bold.woff') format('woff'),
         url('../fonts/NeueHaasUnicaW01-Bold.ttf') format('truetype'),
         url('../fonts/NeueHaasUnicaW01-Bold.svg#NeueHaasUnicaW01-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Black.otf') format('otf'),
         url('../fonts/Gotham-Black.woff') format('woff'),
         url('../fonts/Gotham-Black.ttf') format('truetype'),
         url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Bold.otf') format('otf'),
         url('../fonts/Gotham-Bold.woff') format('woff'),
         url('../fonts/Gotham-Bold.ttf') format('truetype'),
         url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Book.otf') format('otf'),
         url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.ttf') format('truetype'),
         url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Medium.otf') format('otf'),
         url('../fonts/Gotham-Medium.woff') format('woff'),
         url('../fonts/Gotham-Medium.ttf') format('truetype'),
         url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fa-brands-400';
    src: url('../fonts/fa-brands-400.woff2') format('woff2'),
         url('../fonts/fa-brands-400.woff') format('woff'),
         url('../fonts/fa-brands-400.ttf') format('truetype'),
         url('../fonts/fa-brands-400.svg#fa-brands-400') format('svg');
    font-weight: normal;
    font-style: normal;
}


body { 
	margin: 0;
	padding: 0;
    background-color: #1e2336;
	font-size: 100%;
}

.txt_leyenda {
	position: absolute;
    top: 90px;
    left: 30%;
    font-family: 'Gotham-Medium', Helvetica, arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: -20px;
}

.txt_leyenda img { width: 14px }

.pull-center { text-align: center; }

.maringOpel { margin-left: -15px; }

.bienvenido {
	position: relative;
	display: inline-block;
	margin:0;
	padding: 45px 0 45px 0;
	background-color: #ffffff;
	z-index: 9999;
	}

.bienvenido p {
	font-family: 'Gotham-Book', Helvetica, arial, sans-serif;
    color: #515151;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding-right: 112px;
}

.loginCard .form-control {
    background-color: rgb(243, 243, 243);
    background-image: none;
    color: #333333;
    -webkit-appearance: none !important;
	}

.container .jumbotron {
    padding-right: 0;
    padding-left: 0;
    padding: 0;
    margin: 0;
    }


label {
	font-family: 'NeueHaasUnicaW01-Regular', helvetica, Arial, sans-serif;
    color: #0b0e1f;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .8px;
    margin-bottom: 8px;
}

h1 {
	font-family: 'NeueHaasUnicaW01-Bold', helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
    text-align: left;
    color: #fff;
    padding: 5px 0;
    text-transform: uppercase;
}



h2 {
	position: relative;
 	font-family: 'NeueHaasUnicaW01-Bold', helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    padding: 30px 0 30px 0;
    text-transform: uppercase;
	margin-bottom: 0;

}

#inicio h2 { background-color: transparent; }

.container { position: relative; }

.volver {
    position: absolute;
    right: 30px;
    top: 60px;
    color: #5e728e;
    font-size: 15px;
    z-index: 99;
}

.volver:hover {
	color: #ffffff;
	transition: all .2s ease-in;
}

.volver i {
	position: absolute;
    font-size: 28px;
    margin-top: -4px;
    margin-left: -33px;
    }

#login h1 {
	text-align: center;
}

#login h2 {
	font-family: 'NeueHaasUnicaW01-Bold', helvetica, Arial, sans-serif;
    text-align: left;
    color: #1e2336;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    background: none;
    border-top: none;
}

h3 {
	font-family: 'NeueHaasUnicaW01-Bold', helvetica, Arial, sans-serif;
    text-align: center;
    color: #1e2336;
    font-size: 26px;
    padding: 0;
    text-transform: uppercase;
    margin: 25px 0 0 0;
}

span.glyphicon { font-size: 40px; color: #1e2336 }

.logo {
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 30px 0 0 0;
    }

.icon-logo {
    width: 125px;
    height: 60px;
    fill: #fff;
}



#calendario h2 {
	font-family: 'Gotham-Black', Helvetica, arial, sans-serif;
	color: #1e2336;
    text-transform: none;
    font-size: 24px;
    text-align: left;
}

.loginCard {
	text-align: center;
	width: 350px;
    position: relative;
    margin: 0;
    padding: 0 30px 30px 30px;
    background-color: #cfcfcf;
}

.loginCard h2 {
	font-family: 'Gotham-Black', Helvetica, arial, sans-serif;
	color: #1e2336;
    text-transform: none;
    font-size: 24px;
    text-align: center !important;
}

.link__accesoGestor {
  	position: absolute;
    font-family: 'NeueHaasUnicaW01-Regular', helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    right: 15px;
    top: 30px;
    text-transform: uppercase;
}

.link__accesoGestor:hover {
    color: #4698CB;
    text-decoration: none;
    transition: all .2s ease-in;
}


#calendario .filtros__box form {
	width: 97%;
    margin: 0 auto;
    background-color: transparent;
}

.filtros__box {
	position: relative;
	margin:0;
	background-color: rgba(0, 2, 10, 0.5);
	border-top: 1px solid #4e4553;
}

#calendario h2.filtros__titulo {
	font-size: 12px;
    font-family: 'NeueHaasUnicaW01-Regular', helvetica, Arial, sans-serif;
    text-align: left;
    margin: 0;
    padding: 10px 0 10px 20px;
	color: #ffffff;
}

.calendario__main {
	position: relative;
	display: inline-block;
    margin: 20px 0 10px 0;
    padding: 0;
    background-color: #ffffff;
}

#calendario .form-control {
	display: block;
    width: 100%;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #515151;
    background-color: #ffffff;
    border: none;
    /*border-bottom: 1px solid #4698CB;*/
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.form-control, .select2-container--default.select2-container .select2-selection--multiple {
    display: block;
    width: 100%;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #0b0e1f;
    border: none;
    border-bottom: 1px solid #4698CB;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-text {
	font-family: 'NeueHaasUnicaW01-Regular', helvetica, Arial, sans-serif;
    color: #1e2336;
    letter-spacing: .008rem;
    font-size: 12px;
    padding: 10px 0 0 0;
    text-transform: none;
}

.btn_login {
	display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.25rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #1e2336;
    border: 1px solid #1e2336;
    margin-top: 20px;
}

.btn_login:hover {
	background-color: #83786f;
	border: 1px solid #83786f;
	transition: all .2s ease-in; 
}

.btn_login--transparent {
	margin-top: 6rem;
    color: #fff;
    border: 1px solid #fff;
    opacity: .7;
}

.marcas { 
	position: relative;
	padding: 3.5rem 0;
    border-top: 1px solid #4e4553;
	
}


input#ROI {
	background-color: #0099ce !important;
	color: #ffffff;
	font-weight: bold;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

.asterisco { color: #0099ce }

button {
	    color: #fff;
    text-transform: uppercase;
    background-color: #83786f;
    cursor: pointer;
    border-radius: 0 !important;
    margin: 40px 0 0 0;
}

button:hover {
	background-color: #aca39a;
	color: #fff !important;
	transition: all .2s ease-in;
}

#inicio p.copy {
	    font-family: 'NeueHaasUnicaW01-Regular', helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    margin-top: -19px;
    position: relative;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 90px;
    padding-left: 24px;
    color: #1e2336;
}

.bgweis {
	background-color: #d6d2c4;
}

.bgwhite {
	background-color: #ffffff;
    text-align: center;
    padding: 0 0 50px 0;
}

.arrow {
	margin-top: 2.5rem;
    fill: #ff4238;
    width: 30px;
}

a:link, a:visited { text-decoration: none }

.contact__link, .contact__link:hover,  .contact__link:visited { 
	position: relative;
    display: block;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 50px 0;
    text-decoration: none;
}


.contact__link:hover .arrow {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
    transition: all .2s ease-in;
}

.buscar {
	position: relative;
    display: inline-block;
    padding: 0;
    width: 100%;
    background-color: #5e728e;
    margin-bottom: -18px;
    margin-top: 10px;
}

.btn-buscar {
	margin: 0;
	width: 100%;
	display: inline-block;
    padding: 8px 6px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#nuevo .form-group {
    margin-bottom: 25px;
}

#creados form, #eliminados form  {
	margin: 0;
    padding: 0;
}

#creados .form-group,  #eliminados .form-group { 
	margin-bottom: 0;
	    margin: 8px;
}

.referencia {
	background-color: #19365e;
    color: #fff;
    margin-top: -3px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    font-family: 'NeueHaasUnicaW01-Bold', helvetica, Arial, sans-serif;
    font-size: 14px;
}

.evento {
	color: #ffffff;
    margin: 1px;
    padding: 8px;
    font-family: 'NeueHaasUnicaW01-Regular', helvetica, Arial, sans-serif;
    font-size: 18px;
        border-bottom: 1px solid #5e728e;
}

.eliminados {
	background-color: #5e728e;
    color: #ffffff;
    margin: 1px;
    padding: 8px;
    font-family: 'NeueHaasUnicaW01-Regular', helvetica, Arial, sans-serif;
    font-size: 18px;
    background-image: url(../images/bg_eliminados-01.png);
    background-position: top center;
    background-size: 31%;
}

.through {  text-decoration: line-through;  }

.texto_ref {
	    margin-top: 3px;
	        padding-left: 20px;
}


.titulo_verEvento {
	    font-family: 'NeueHaasUnicaW01-Regular', helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    padding: 10px;
    text-align: left;
}

.descripcion_verEvento {
	font-family: 'NeueHaasUnicaW01-Bold', helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    padding: 7px;

}

.border_bottom {
    border-bottom: 1px solid #5e728e;
}

.col_a { background-color: #19365e; }
.col_b { background-color: #5e728e; }

.nombreEvento {
	color: #ffffff;
    background-color: #f4414d;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 25px;
	}

.ver {
	width: 100%;
	margin: 0;
	padding: 5px;
	background-color: #5e728e;
}

.modificar {
	width: 100%;
	margin: 0;
	padding: 5px;
	background-color: #5e728e;
	
}
.eliminar {
	width: 100%;
	margin: 0;
	padding: 5px;
	background-color: #5e728e;
}

.recuperar {
	height: 53px;
	}


footer {
	margin-top: 0px;
	position: relative;
    z-index: -1;
	}

footer .col-xs-3 {
	text-align: center;
}

footer svg {
	    width: 70px;
    height: 50px;
}

footer img {
	width: 81px;
}

footer .logos {
    width: auto;
    margin:0 auto;
}

footer p {
	padding: 30px 0 30px 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #bdbec1;
}

.img-fluid { max-width: 100%; }



@media all and (max-width: 767px) { 

	.logo {
    padding: 10px 0 0 0;
}

.volver {
    position: absolute;
    right: 50%;
    left: 45%;
    top: 45px;
    color: #5e728e;
    font-size: 15px;
    z-index: 99;
}

button {
    margin: 0px 0 0 0;
    }

#inicio h2 {
	    font-size: 26px;
    padding: 25px 0 0px 0;
    margin-top: 0;
    background-color: transparent;
    }

#inicio p.copy {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
	}

h2 {
    font-size: 22px;
    text-align: center;
    padding: 10px 0 40px 0;
    margin-top: 0;
    margin-bottom: 25px;
    }

.loginCard {
    width: 90%;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 15px;
    background-color: #cfcfcf;
}

.icon-logo {
    width: 140px;
    height: 105px;
    fill: #fff;
}

.contact__link, .contact__link:hover, .contact__link:visited {
    padding: 20px 0;
    margin-bottom: 10px;
    }

.fa, .fas {
    font-size: 70px;
}

.arrow {
    margin: 13px 0 0 0;
}

#creados .row, #eliminados .row, #ver .row {
    margin-right: 0;
    margin-left: 0;
}

#creados form, #eliminados form {
    margin: 0 0 0px 0;
    padding: 0 0 5px 0;
}

#creados .form-group, #eliminados .form-group {
       margin-bottom: 0;
    margin: 5px 0 0 0px;
    padding: 0 3px 0 3px;
}

.texto_ref {
    margin-top: 3px;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 5px;
}

.ver, .eliminar, .modificar {
    font-size: 11px;
}

#creados .col-xs-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.publico_general:before {
    margin: 4px 0 0 0;
    }

 .nombreEvento {
    font-size: 16px;
}

.nombreEvento, .through {
    font-size: 16px;
    margin-bottom: 10px;
}

.recuperar {
    height: 42px;
}

h3 {
    margin: 15px 0 0 0;
    }

form {
	padding: 0 0 0 0;
}

footer svg {
	width: 36px;
    height: 28px;
}

footer img {
	width: 42px;
}

footer img.opel {
    width: 26px;
    margin-left: 3px;
}

.marcas {
    padding: 0px;
        margin-left: -20px;
}

.loginCard {
    margin: 0 auto 0 auto;
}

#maincontent {
    margin-left: -15px;
}

footer p {
    padding: 30px 0 15px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #bdbec1;
}




}