:root{
	--color-verde			: #7fc204;
	--color-naranja			: #ffb31b;
	--color-verde-claro		: #7bbb13;
	--color-texto			: #01b0ab;
	--color-azul			: #0E384C;
  	--gradient:  linear-gradient(to right, #7fc204, #72ae03, #659b03, #588702, #4c7402, #3f6102, #324d01, #263a01, #192600);
}
.hidden{
	display: none;
}
.color-verde{
	color: #2e69ae !important;
}
.color-naranja{
	color: #c52178 !important;
}
.color-verde-claro{
	color: #7bbb13 !important;
}
.back-color-verde{
	background: #2e69ae !important;
}
.back-color-naranja{
	background: #c52178 !important;
}
.back-color-verde-claro{
	background: #7bbb13 !important;
}
.div-h5{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 5px;
}
.div-h15{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 15px;
}
.div-h30{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 30px;
}
.div-h60{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 60px;
}
.div-h120{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 120px;
}
.cta-box{
	background: #173457 url(../images/footer-bg.svg) no-repeat;
}
header.main-header{
	background: #f5f5f5;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 70px;
    top: 0;
    margin-top: 50px;
    box-shadow: 1px 1px 1px rgba(127, 194, 4, .2);
}
.div-diente{
	&:before{
    	content: "";
    	position: absolute;
    	width: 70px;
    	height: 70px;
    	background: url('../images/diente.png');
    	background-size: contain;
    	background-position: center;
    	background-repeat: no-repeat;
    	top: 0;
        margin-top: 0;
        z-index: 1;
        margin-left: 395px;
        transform: rotate(335deg);
        animation-name: efectos_whats;
	    animation-duration: 2s;
	    animation-delay: 0s;
	    animation-iteration-count: infinite;
	    animation-direction: alternate-reverse;
    }
}
.navbar{
    padding: 7px 0;
}
.navbar-brand img{
    height: 50px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.hero.bg-image.hero-video{
	margin-top: 70px;
}

#loading-icon img{
	border-radius: 50%;
}
.preloader{
	background: #ffffff;
}
.btn-default{
	background: #646569;
}
footer.main-footer{
	background: #173457 url('../images/footer-bg.svg') no-repeat;
}
.section-title h3{
	color: #2E69AE;
}
.contact-info-list .contact-info-content p a{
	color: inherit;
}
.section-title h1 span, .section-title h2 span{
	color: var(--color-naranja);
}
h1, h2, h3, h4, h5, h6{
	color: var(--color-texto);
}
.hero.bg-image .hero-content .section-title h3.color-naranja{
/*	color: var(--color-naranja);*/
	font-size: 20px;
}
.text-transform-none{
	text-transform: none !important;
}
.service-body h3{
	height: 55px;
	margin-bottom: 30px;
}
.team-content h3{
	height: 48px;
}
.betadenta-menu{
    width: 115px;
    height: auto;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.hero.bg-image .hero-content .google-rating ul li{
	width: 100%;
}

.div-whats{
    animation-name: efectos_whats;
    animation-duration: 4s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    position: fixed;
    top: 60px;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 999999;
    margin-top: 60px;
    margin-right: 30px;
    text-align: center;
    a{
        display: inline-block;
        &:last-child{
            margin-bottom: 0;
        }
        img{
            display: inline-block;
            object-fit: contain;
            object-position: center;
            width: 60px;
            height: auto;
            transition: all 1.3s;
        }
    }
}

@keyframes efectos_whats {
    0% {
        margin-top: 30px
    }
    25% {
        margin-top: 35px
    }
    50% {
        margin-top: 40px
    }
    75% {
        margin-top: 45px
    }
    100% {
        margin-top: 30px
    }
}

a.a-blanco{
	color: #ffffff;
}

.service-item .icon-box img{
	/*	https://angel-rs.github.io/css-color-filter-generator/ */
/*	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(65deg) brightness(110%) contrast(100%);*/
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 150px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
}

.service-item:hover .icon-box img{
/*	filter: filter: brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(3353%) hue-rotate(148deg) brightness(99%) contrast(99%);*/
	filter: unset;
}

.btn-animado{
/*	https://codepen.io/steph_itw/pen/ZEpQzpq*/
	color: #ffffff !important;
	background-image: var(--gradient);
	background-size: 400%;
	animation: fondo-anim 2s infinite alternate;
}
@keyframes fondo-anim{
	0%{background-position: left;} /*por defecto*/
	100%{background-position: right;}
}

.navbar-brand img{
	height: 110px;
    width: 160px;
    object-fit: contain;
    object-position: center;
    background: #fff;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    box-shadow: -1px -1px 3px 1px rgba(0, 0, 0, .1);
    border-radius: 0 0 5px 5px;
}

.hero{
    padding: 160px 0 0;
}

.main-menu ul li a{
	text-transform: uppercase;
	color: #646569;
}

.div-arriba{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9999;
    padding: 0;
}

.img-doctoralia{
	object-fit: contain;
    object-position: center;
    width: 100%;
    height: 50px;
}

.about-us-body ul li:before{
    content: '\f5c9';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--color-texto);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 3px;
    left: 0;
}


.service-body p{
	color: #ffffff;
}

.service-item .icon-box{
    width: 100%;
    height: 150px;
}

.service-body{
	padding-top: 15px;
}

.mas-servicios, .btn-menos-servicios{
	display: none;
}

.our-counter{
	background: var(--color-texto);
}

.counter-title h2, .counter-title h3, .counter-content p{
	color: #ffffff;
}

.why-choose-us{
	background: #ffffff;
}

.contact-now{
	position: relative;

	&:before{
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../images/entrada-consultorio.jpg);
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: top;
    	opacity: .1;
	}
}

footer.main-footer{
	padding: 60px 0 0;
}

.footer-logo{
	margin-bottom: 0;
}

.footer-logo img{
	max-width: 150px;
}

.a-rosa{
	color: #c52178 !important;
}

.our-gallery-page{
	background: #eff8ff;
}

.div-doctoralia{
	display: none;
	position: fixed;
	width: auto;
	height: auto;
	bottom: 0;
	right: 0;
    z-index: 99999;
    img{
	    border-radius: 15px 0 0 0;
    }
    .spn-visitanos{
        position: absolute;
        z-index: 1;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        margin-top: -5px;
        margin-right: 0;
        font-size: 10px;
        text-align: center;
    }
}

.hero-content-body{
	position: relative;
	height: 200px;
}

.div-ultimo-caso-clinico{
	position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    right: 0;
    margin-top: -15px;
    margin-right: -80px;

	video{
		position: relative;
		width: auto;
		height: 100%;
        border-radius: 15px;
	}
}

@media (min-width: 980px) and (max-width:1199px) {
	.div-diente:before {
        margin-left: 150px;
    }
    .p-head-horarios{
    	font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
	.div-arriba{
	    padding: 10px 0;
	}
	
}
@media only screen and (max-width: 767px) {
	.cta-box-content{
		width: 100%;
	}
	.cta-box .col-lg-4:nth-child(2) .cta-box-item{
		display: none;
	}
	.cta-box-btn{
		display: none;
	}
	.navbar-brand img{
		height: 70px;
		background: transparent;
	    box-shadow: unset;
	}
	.div-diente:before {
		margin-left: 0;
	}
	.div-whats{
		margin-right: 0;
	}
	.div-doctoralia{
		display: inline-block;
	}
}



