::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #ffffff00;
}

::-webkit-scrollbar-thumb {
    background: #F15A24;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #f0825a;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #ee3f00;
    }

@font-face {
	font-family: fuente;
	src: url("fuente.TTF") format("opentype");
}	

body {
	overflow: overlay;
	font-family: fuente !important;
	background-image: url(../images/fondo-general.png);
	background-repeat: repeat;
	background-color: #FFFF;
	color: #0000;
}

header {
	background-image: url(../images/fondo-top.png);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: fuente;
}

.color1 {
	color: #F15A24 !important;
}

.color2 {
	color: #0CF !important;
}		

.color3 {
	color: #64656A !important;
}

.bg-color3 {
	background-color: #64656A !important;
}

.whats {
	color: #66CC00 !important;
}

.whats-flotante {
	position: fixed;
	z-index: 10;
	right: 0px;
	bottom: 0px;
	padding: 15px;   
}

.im {
	border: orange 1px solid;
	text-align: justify;
}

.zoom {
	transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}
	
.top-info {
	background-image: url(../images/fondo-top.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}	

.logo-navbar {
	height: 100px;
	width: 230px;
}

@media (min-width: 600px) {
	.card-max-width {
		max-width: 300px;
	}

	.height-450 {
		height: 450px;
	}

	.h-auto-iframe {
		height: 500px;
	}
}

@media (max-width: 600px) {
	.card-max-width {
		width: 100%;
	}
	.flex-sm-column-in {
		flex-direction: column !important;
	}

	.h-auto-iframe {
		height: 250px;
	}
}

footer {
	background-image: url(../images/fondo-back.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#FFFF;
	color: #0000;
}

.fondo-negro {
	background-color:#000000;
	color: #FFF;
	text-align: center;
}	

.imagen-fondo {
	background-image:url(../images/imagen-fondo.png);
	background-position:center right;
	padding-top:150px;
	padding-bottom:150px;
}	

.copy {
	background-color: #333;
	color: #FFF;
	padding: 10px;
}
	
a:link {
	color: #CCC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
}

.cover {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.video-admin {
	position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.overflow-wrap-break-word {
	overflow-wrap: break-word;
}

.green-ball, .red-ball {
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.green-ball {
	background: lawngreen;
}

.red-ball {
	background: red;
}

.btn-orange {
	display: flex !important;
	align-items: center;
	height: 50px;
	z-index: 10;
	overflow: hidden;
	color: #F15A24 !important;
	background-color: transparent;
	transition: all 0.75s;
	position: relative;
}

.btn-orange:hover {
	color: white !important;
}

.btn-orange:hover::before {
	transform: translateX(0);
}

.btn-orange::before {
	content: "";
	background-color: #F15A24 !important;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	transition: all 0.75s;
	transform: translateX(-101%);
	z-index: -1;
}

.btn-orange-admin {
	text-decoration: none !important;
	display: flex !important;
	align-items: center;
	height: 50px;
	z-index: 10;
	overflow: hidden;
	color: white !important;
	background-color: transparent;
	transition: all 0.75s;
	position: relative;
}

.btn-orange-admin[aria-expanded="true"]  {
	color: white !important;
	background-color: #F15A24 !important;
}

.btn-orange-admin:hover::before {
	transform: translateX(0);
}

.btn-orange-admin::before {
	content: "";
	background-color: #F15A24 !important;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	transition: all 0.75s;
	transform: translateX(-101%);
	z-index: -1;
}

.decorator-none {
	text-decoration: none !important;
}

.overflow-x-scroll {
	overflow-x: scroll;
}

.pagger-link, .pagger-link-active {
	color: #64656A !important;
	font-size: 20px;
	margin-right: 8px;
}

.pagger-link-active {
	color: #F15A24 !important;
	font-weight: bold;
}