.pestana{
	width:37px;
	height:37px;
	color: white;
	position: relative;
	margin: auto;
	margin-bottom: 4px;
}
.pestanaact{
	width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 100px;
    color: #004a91;
    position: relative;
    margin: auto;
    padding: 2px;
}
.pestana2{
    height: 35px;
    color: white;
    border-radius: 4px;
    position: relative;
    margin: auto;
    margin-top: 12px;
    padding: 2px;
    line-height: 35px;
    font-family: Bold;
}
.pestana2act{
    height: 35px;
    background-color: white;
    border-radius: 4px 4px 0 0;
    color: #004a91;
    position: relative;
    margin: auto;
    padding: 2px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 12px;
    line-height: 35px;
    font-family: Black;
    opacity: 0.8;
}

.mesdia{
    font-family: Black;
    font-size: 8px;
    line-height: 8px;
    text-transform: uppercase;
}
.numdia{
    font-family: Black;
    font-size: 24px;
    line-height: 24px;
}

.tarjeta{
    position: relative;
    overflow: hidden;
    background: white; /* For browsers that do not support gradients */
/*    background: -webkit-linear-gradient(left, black 25%, #2F59F0); For Safari 5.1 to 6.0 */
/*    background: -o-linear-gradient(right, black 25%, #2F59F0); For Opera 11.1 to 12.0 */
/*    background: -moz-linear-gradient(right, black 25%, #2F59F0); For Firefox 3.6 to 15 */
/*    background: linear-gradient(to right, black 25%, #2F59F0); Standard syntax */
    color: #404040;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    min-height: 60px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
    border-radius: 6px;
    z-index:1;
    height:185px;
}
.tarjeta[data-expand="true"]{
    animation: expand .5s forwards;
}
.tarjeta[data-expand="expanded"]{
    height: auto !important;
}

.tarjeta[data-expand="false"]{
    animation: dexpand .5s forwards;
}
.expandDiv{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@keyframes expand {
    0% {height: 185px;}
    99% {height: 530px;}
    100% {height: auto;}
}

@keyframes dexpand {
    0% {height: 530px;}
    100% {height: 185px;}
}



.titTarjeta{
	font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-family: Bold;
    margin-right: 25px;
    color: #6D6D6D;
}
.smallTarjeta{
	font-size:11px;
	line-height:15px;
	height:15px;
   	text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.smallimg{
    height: 9px;
    margin-right: 2px;
}
.medimg{
    height: 20px;
    margin: -4px;
    padding-right: 5px;
}
.imgtipo{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
}
.imgtipo2{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 7px;
}
.imgwebcam{
    position: absolute;
    left: 50px;
    bottom: 0;
    height: 30px;
    padding: 5px;
}
.imginfor{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    padding: 10px;
}
.webcamButton{
    background-image: url(../img/iconos/icon-webcam.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 35px;
    padding-right: 10px;
    background-position: 5px 5px;
    position: fixed;
    height: 35px;
    line-height: 35px;
    width: 175px;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 200px;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100px;
}
.badwater{
    color:red;
    font-size: 14px;
    line-height: 15px;
    height: 15px;
    font-weight: bold;
    text-align: center; 
    animation-name: redwhite;
    animation-duration: 1s;
    animation-iteration-count: infinite;    
}
.regwater{
    color:orange;
    font-size: 14px;
    line-height: 15px;
    height: 15px;
    font-weight: bold;   
    text-align: center; 
}
/****** ACTIVIDAD*******/

.fotoDivActividad{
    overflow: hidden;
    height: 150px;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../img/default.jpg);
    background-size: cover;
    background-position: center; 
  }

.imgActividad{
    width: 100%;
    position: absolute;
    top: -1000;
    bottom: -1000;
    margin: auto;
}
.mainActividad{
    margin:10px;
}

.titActividad{
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    padding: 10px;
    color: white;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
/****** ACTIVIDAD 2*******/
.divActividadInfo{
    position: relative;
    height:150px;
    background-size:cover;
    background-position: center;
    color:white;

}
.divOscurecerActividadInfo{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.divActividadBotones{
    position: relative;
    height:45px;
}

.divActividadBloqueHora{
    position: relative;
    padding-top:15px;
    text-align:center;

}

.divActividadHora{
    display: inline;
    font-size: 35px;
    height: 45px;
    line-height: 45px;
    font-family: Regular;
    color: white;
    background-image: url(../img/iconos/icon-reloj-grande.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 30px;
    background-position: 0px 10px;
}
.divActividadTitulo{
    position: relative;
    padding:10px;
    text-align:center;
    height:23px;
    line-height:23px;
    font-size: 20px;
    font-family: Black;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.divActividadBloqueLugar{
    position: relative;
    padding-top:5px;
    text-align:center;

}

.divActividadLugar{
    display: inline;
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    font-family: Bold;
    color: white;
    background-image: url(../img/iconos/icon-ubicacion-blanco.png);
    background-repeat: no-repeat;
    background-size: 8px;
    padding-left: 10px;
    background-position: 0px 1px;
    text-transform: uppercase;
}

.botonTarjetaRight, .botonTarjetaLeft{
    font-size: 15px;
    color: #019e81;
    font-family: Bold;
    position: absolute;
    padding: 10px;
    height: 20px;
    line-height: 20px;
    bottom: 0;
 }
.botonTarjetaRight{
   right:0;
}

.botonTarjetaLeft{
    left:0;
}

.rayaBotones{
    height: 1px;
    background-color: #999999;
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
}

/****** NOTICIAS*******/
.fotoDivNoticia{
    overflow: hidden;
    position: absolute;
    width: 90px;
    height: 90px;
  }

.imgNoticia{
	height:90px;
	position: absolute;
	left: -1000;
	right: -1000;
	margin: auto;
}


.mainNoticia {
    height: 90px;
    margin: 10px;
}

.categoriaNoticia ,.fechaNoticia {
    text-transform: uppercase;
    color: #9b9b9b;
    font-family: "black";
    font-size: 10px;
}

.categoriaNoticia {
    height: 14px;
    margin-left: 100px;
    display: inline-block;
}

.fechaNoticia {
    float: right;
}

.tituloNoticia {
    margin-top: 5px;
    font-size: 15px;
    overflow: hidden;
    margin-left: 100px;
    max-height: 72px;
    line-height: 24px;
    font-family: "Bold";
}
/****** POPUP*******/
.cabecerapopup{
    border-radius: 6px 6px 0 0;
	background-color: #004a91;
    position: fixed;
    top: 10px;
    height: 40px;
    right: 10px;
    left: 10px;
}
.fullpopup{
    background-color: whitesmoke;
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 10px;
    left: 10px;
/*    padding-top: 5px;*/
    overflow-y: scroll;
    background-image: url(../img/bg/background.png);
    background-color: #DDD;
    background-size: cover;
    word-wrap: break-word;
}
.fullpopupCabecera{
	position:relative;
    background-color: #019e81;
    padding: 5px 0;
}
.iconVolver{
    float: left;	
	height:40px;
}
.iconpopup{
    float: left;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.seeonmap{
	position:absolute;
	right:5px;
	top:0;
	bottom:0;
	margin:auto;
	height:25px;
}
/*.titpopup{*/
/*	line-height: 40px;*/
/*    color: white;*/
/*    font-size: 17px;*/
/*    font-family: Bold;*/
/*    margin-left: 5px;*/
/*    float: left;*/
/*   	text-transform: uppercase;*/
/*}*/
.titpopup{
    overflow:hidden;
    max-width:150px;
    display:table;
    min-height: 34px;
    margin-left: 10px;
    font-size: 14px;
    float: left;
    margin-top: 4px;
    color: white;
    font-family: "Bold";
   	text-transform: uppercase;
}
.titpopuptext {
    display:table-cell;
    line-height:17px;
    vertical-align:middle;
}

.fechapopup{
	color: white;
    font-size: 11px;
    line-height: 15px;
    font-family: Bold;
    right: 10px;
    margin-top: 5px;
    position: absolute;
    text-align: right;
}
.titDetalle{
	font-size:20px;
	margin-right:10px;
	margin-left:10px;
    font-family: Bold;
}
.lugarDetalle{
    font-family: Regular;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: uppercase;
}
.titDetalle,.lugarDetalle{
    color:white;
}
.imgDetalle, .imgDetalleCuerpo{
	width:100%;
	display:block;
}
.imgDetalleCuerpo{
    margin-top: 10px;
}
.videoDetalle{
    margin-top: 5px;
    padding-bottom: 5px;
    background-color:white;
	width:100%;
	min-height:250px;
	display:block;
}
.autorDetalle{
	background-color:white;
	font-size:15px;
	font-family: Black;
    color:#404040;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
	text-transform: uppercase;
}

.subtitDetalle{
	color:white;
	padding-right:10px;
	padding-left:10px;
}
.cuerpoDetalle{
    background-color: white;
    font-size: 15px;
    color: #404040;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
/****** SPONSORS*****/
.divSponsor{
    font-family: Black;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    margin: 8px;
    padding: 8px;
    border-radius: 2px;
    color: #404040;
    background-color: white
}
.img100x100{
    width: 100%;
    height: 180px;
    height: 70vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img100, .img50, .img33 {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.img100{
    width: 70%;
    height: 180px;
    height: 70vw;
    margin-left: 15%;
    margin-right: 15%;
}

.img50{
    width: 40%;
    height: 150px;
    height: 40vw;
    margin-left: 2%;
    margin-right: 2%;
}
.img33{
    width: 30%;
    height: 100px;
    height: 30vw;
    margin-left: 1%;
    margin-right: 1%;
}
.titInfo{
    font-size: 17px;
    font-family: Black;
    padding-bottom: 10px;
}

.divInfo{
    color: #404040;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 2px;
    font-size: 14px;
}
.imgInfo{
    width: 100%;
    margin-bottom: 10px;
}
/****popup mapa***/
.popupmap {
    font-size: .6em;
    min-width: 150px;
    max-width: 220px;
    font-family: Regular;
	color:#404040;
}
.popuphora {
    font-size: .6em;
	float: right;
    right: 2px;
    font-family: Regular;
	color:#404040;
}
.negrita {
    font-family: Bold;
}

/****catalogo***/

.fotoDivCatalogo{
    overflow: hidden;
    width: 80px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;	
}
.imgCatalogo{
    height: 120px;
    position: absolute;
    left: -1000;
    right: -1000;
    margin: auto;
}

.mainCatalogo{
    height: 120px;
    margin-left: 90px;
    margin-right: 10px;	
}

.titCatalogo{
    padding-top: 5px;
    font-size: 14px;
    font-family: Bold;
    overflow: hidden;
    max-height: 34px;
    line-height: 17px;
}

.textoCatalogo{
    font-size: 15px;
    font-family: Regular;
    overflow: hidden;
    max-height: 80px;
    line-height: 20px;
}

/****contacto***/

.fotoDivContacto{
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    background-color: lightgrey;
    font-size: 45px;
    text-align: center;
    line-height: 80px;
    color: white;
    font-family: "Bold";
    text-transform: uppercase;
}
.imgContacto{
    height: 80px;
    position: absolute;
    left: -1000;
    right: -1000;
    margin: auto;
}

.mainContacto{
    height: 100px;
    margin-left: 110px;
    margin-right: 10px;
}

.titContacto{
    padding-top: 10px;
    font-size: 15px;
    font-family: Black;
    overflow: hidden;
    max-height: 20px;
    line-height: 20px;
}

.textoContacto{
    font-size: 15px;
    font-family: Regular;
    overflow: hidden;
    max-height: 20px;
    line-height: 20px;
}

/** Popup mapa **/

.mainMapaPopup {
    margin-right: 100px;
    min-width: 150px;
}

.tituloMapaPopup {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-family: "Bold";
    color: #404040;
}

.datosPopup {
    font-size: 11px;
    line-height: 15px;
    color: #9b9b9b;
}

.horaPopup{
    position: absolute;
    top: 10px;
    right: 90px;
}
.descPopup{
	margin-top:20px;
	color: #404040;
    font-size: 14px;
    max-height:180px;
    overflow-y:scroll;
}
.fotoDivPopup {
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
}
/***Contactos***/

.emailContact, .telContact, .webContact, .routeContact{
    padding: 5px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0px;
    font-size: 17px;
    padding-left: 20px;
}

.emailContactPopup, .telContactPopup, .webContactPopup,.routeContactPopup{
    padding: 5px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0px 5px;
    font-size: 14px;
    padding-left: 17px;
    margin: 5px;
    margin-top: 15px;
}

.telContact, .telContactPopup{
    background-image: url('../img/iconos/icon-phone.png');
}
.emailContact, .emailContactPopup{
    background-image: url('../img/iconos/icon-mail.png');
}
.webContact, .webContactPopup{
    background-image: url('../img/iconos/icon-web.png');
}
.routeContact, .routeContactPopup{
    background-image: url('../img/iconos/icon-route.png');
}

/* PAGINA IDIOMA */

.cuerpoCentrado {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.botonIdioma {
    font-family: "Bold";
    height: 100px;
    line-height: 100px;
    color: white;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    background-color: #004a91;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
}

.botonIdioma:active {
    background-color: #004a91;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/****** notificacion *****/

.fullNotification {
    background-color: white;
    height: 420px;
    border-radius: 6px;
    margin: auto;
    left: 10px;
    right: 10px;
    top: 0px;
    bottom: 10px;
    position: fixed;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
}
.contImgNotificacion{
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: 15px;
    font-size: 50px;
    border-radius: 100%;
    line-height: 100px;
    font-family: "Bold";
    text-transform: uppercase;
}

.imgNotificacion {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.imgNotificacion2 {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    border-radius: 100px;
}
.titleNotificacion {
    color: black;
    text-align: center;
    font-family: "Bold";
    font-size: 17px;
    text-transform: uppercase;
    height: 20px;
    overflow: hidden;
}

.mensajeNotificacion {
	font-family: "Regular";
	font-size: 17px;
	padding: 20px;
    line-height: 23px;
	color: grey;
    text-align: center;
    background-color: white;
    border-radius:6px;
}
.fechaNotificacion{
	font-family: "Bold";
	font-size: 17px;
	padding: 5px;
    line-height: 23px;
	color: grey;
    text-align: center;
    background-color: white;
    border-radius:6px;
}

.cajaNoti{
    position: relative;
    margin-top: 20px;	
}
.cajaInput{
    margin:20px;
}
.cajaBusqueda{
    margin:10px;
    position: relative;
}
.borrarBusqueda{
    position: absolute;
    height: 25px;
    width: 25px;
    right: 0;
    top: 0px;
    border-radius: 100%;
    margin: 6px;
    background-color: #004a91;
    text-align: center;
    font-family: "Black";
}
/****** FOTOS *******/
.containerFotos{
	font-size:0;
    margin-top: 51px;
}
.cuadricula{
    position: relative;
    display: inline-block;
    width: 33%;
    width: 33.1%;
    height: 33vw;
    margin: 0.1%;
    background-image: url(../img/default.jpg);
    background-size: cover;
    background-position: center;
}
.fotoCuadricula{
	width:100%;
	height:100%;
	background-size:cover;	
    background-position: center;
    
}
.pieCuadricula{
	
}
#containernotificaciones{
    font-size: 15px;
    background-color: #d61014;
    font-family: Bold;
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
    display: none;
}

.detalleBackground{
    position: fixed;
    z-index:3000;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
    display:none;
}

.detalleContent{
    position: fixed;
    margin: auto;
    top: 100%;
    bottom: 0;
    right: 10px;
    left: 10px;
}
.detalleHeader{
    height: 40px;
    border-radius: 6px 6px 0 0;
    background-color: #004a91;
}
.detalleBody{
    overflow-y: scroll;
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    bottom: 0;
    background-image: url(../img/bg/background.png);
    background-color: #DDD;
    background-size: cover;
    word-wrap: break-word;
}
.linkPrivacidad{
    color: #004a91;
    text-decoration: underline;
    font-size: 17px;
    line-height: 20px;
    padding-left: 10px;
}
.mainMessage{
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
.bolitanaranja, .bolitaverde{
    margin-top:2px;
    position: absolute;
    height:12px;
    width:12px;
    border-radius:100%;
    top:10px;
    left:10px;
}
.bolitanaranja{
    background-color:#f5a623;
}
.bolitaverde{
    background-color:#00b61b;
}
.titMessage{
    padding-top: 10px;
    font-size: 15px;
    font-family: Black;
    overflow: hidden;
    max-height: 20px;
    line-height: 20px;
    padding-left: 17px;
}

.textMessage{
    max-height: 90px;
    line-height: 18px;
    margin-top: 5px;
    font-size: 15px;
    font-family: Regular;
    overflow: hidden;
    color: #999999;
}
.iconbasura{
    background-image: url(../img/iconos/icon-basura-gris.png);
    background-size: cover;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.imageContainer {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.imageContainer > img {
  display: block;
  max-width:100%;
  max-height:100%;
  cursor: move;
  touch-action: none;
}
.ubiHora{
    display:flex;
    justify-content: space-between;
    margin: 10px;
}
.botonesMapa{
    display:flex;
    justify-content: space-between;
}
.botonMapa{
    padding:5px;
    margin:5px;
    flex:1;
    text-align:center;
    color:white;
    background-color:#004a91;
    border-radius:3px;
    font-weight: bold;
}
/**CHART CSS**/
@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0
}

.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chartContainer {
    width: 100%;
    height: fit-content;
    height: -webkit-fit-content;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    background: white;
    top: 0;
    bottom: 0;
    padding: 10px;
    box-sizing: border-box;
}
.margin-top-bottom{
    margin-top:10px;
    margin-bottom:10px;
}
.progressBox{
    position:relative;
    margin-top:10px;
    margin-bottom:5px;
    border:1px solid #004a9144;
    overflow:hidden;
    border-radius:3px;
}

.progressLine{
    background:#004a9144;;
    height:15px;
    padding-left: 5px;
}
.progressText{
    position:absolute;
    left:5px;
    bottom:0;
    font-family: Bold;
    font-size: 13px;
}
.noProgress{
    font-size: 15px;
    line-height: 20px;
}

.progressBoxNew{
    position: absolute;
    top: 35px;
    right: 20px;
    height: 55px;
    border: 1px solid #004a9144;
    overflow: hidden;
    border-radius: 3px;
    display: flex;
    align-items: end;
}
.progressLineNew{
    background:#004a9144;;
    width:35px;
   
}
.progressTextNew{

}

.noProgressBoxNew{
    position:absolute;
    top: 35px;
    right: 20px;
    width:75px;
    border:1px solid lightgrey;
    background: lightgrey;
    overflow:hidden;
    border-radius:3px;
    height: 15px;
}
#reloading{
    opacity: 0;
    position: fixed;
    bottom: 20px;
    font-size: 13px;
    background-color: #004a91;
    padding: 2px;
    border-radius: 50px;
    width: 150px;
    z-index: 500;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index:500;
    display:none;
}

.fadeout{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes fadeOut {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes redwhite {
    0%   {color: red;}
    50%  {color: white;}
    100% {color: red;}
  }

  .routeContainer{
      display:flex;
      justify-content: space-evenly;
      width: 50%;
}
  .routeIcon{
    background-repeat: no-repeat;
    background-size: cover;
    height: 45px;
    width: 45px;
    margin: 5px;
  }
.objTxt{
    font-size: 15px;
    line-height: 17px;
    height: 17px;
}
.containerServicios{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.iconServicio{
    height: 50px;
    width: 50px;
    margin: 10px;
    background-size: cover;
}
.iconBandera{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    top: 110px;
}
.warningContainer{
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'BLACK';
    font-size: 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(200, 0, 0, 1));
}
.itemWarning{

}
.Mareas{
    display: flex;
    justify-content: space-between;
    margin:10px;
}

.mareaItem{
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.medioDiv{
    display: flex;
    justify-content: space-between;
}
.titButtons{
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    font-family: Bold;
    color:#004a91;
    text-align: center;
    width:50%;
}
.containerTelfs{
    display: flex;
    flex-direction: column;
    margin: 10px;
}
.itemTelf{
    display: flex;
    color: #004a91;
    font-family: 'BLACK';
    justify-content: space-between;
}
.actionButtons{
}