@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
body{font-family: 'Roboto Condensed', sans-serif;overflow-x:hidden;height: 100%;font-size:14px;background-color:#ffffff;color:#555555;}
#contenedor{-webkit-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.75);
min-height: 400px;
}
.bg-corte{background-color:#9A1413;color:#FFFFFF;}
.bg-corte-cabecera{background-color:#7a7464;}
.btn-corte{background-color:#9A1413;color:#FFFFFF;}
.bg-corte-modal{background-color:#9A1413;}
.bg-banner01{background-color:#295ba4; color:#FFFFFF;padding:10px;}
#salto_div{margin-bottom:10px;}
#salto_div_logo{margin-bottom:25px;}
a:link, a:visited, a:active {
    text-decoration:none;
}
.text-titulo-evento{font-size:19px;color:#000000;}


textarea{resize: none;}
fieldset {
	background-color: #f5f5f5;
	border-radius: 4px;
}

legend {
	background-color: #fff;
	border: 1px solid #9A1413;
	border-radius: 4px;
	color: #9A1413;
	font-size: 17px;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	width: auto;
}

footer {bottom: 0;width: 100%;min-height: 10px;background-color:#f8f8f8;border-top:1px solid #dcdcdc;padding:10px;position:fixed;}


/* MENU PRINCIPAL */
.tab .nav-tabs{
    border: none;
    margin: 0;
}
.tab .nav-tabs li a{
    padding: 10px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{ border: none; }
.tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #555555;
    border: 1px solid #7a7464;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #9A1413;
    border: 1px solid #9A1413;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.tab .nav-tabs li:hover a:after,
.tab .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab .tab-content{
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    background: #727cb6;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .tab-content{ margin-top: 0; }
}

#contenido{margin-top:40px;}
.text-titulo-evento{color: #4e4e4e;}







/* RADIO BUTTON */
.radiotextsty {
  color: #555555;
  font-size: 15px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #5F7D95;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #5F7D95;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1273EB;
}

/* Custom Radio Button End*/
