:root{
	--color-azul			: #2e69ae;
	--color-rosa			: #c52178;
	--color-azul-cielo		: #3eabdd;
  	--gradient:  linear-gradient(to right, #3eabdd, #3799c6, #3188b0, #2b779a, #256684, #1f556e, #184458, #123342, #0c222c);
}
.border{
	border: .5px solid red;
}
.color-azul{
	color: #2e69ae !important;
}
.color-rosa{
	color: #c52178 !important;
}
.color-azul-cielo{
	color: #3eabdd !important;
}
.back-color-azul{
	background: #2e69ae !important;
}
.back-color-rosa{
	background: #c52178 !important;
}
.back-color-azul-cielo{
	background: #3eabdd !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;
}


header.main-header{
	background-color: #e5e5e5;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 70px;
    top: 0;
    margin-top: 0;
    box-shadow: 1px 1px 1px rgba(43,103,173,.5);
}
.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: #2E69AE;
}
.btn-default{
	background: #2E69AE;
}
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: #ff368c;
}
h1, h2, h3, h4, h5, h6{
	color: #3daadd;
}
.hero.bg-image .hero-content .section-title h3.color-rosa{
/*	color: var(--color-rosa);*/
	font-size: 20px;
}
.text-transform-none{
	text-transform: none !important;
}
.service-body h3{
	height: 96px;
	color: var(--color-azul);
}
.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(34%) sepia(83%) saturate(449%) hue-rotate(170deg) brightness(94%) contrast(94%);
}
.service-item:hover .icon-box img{
	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;}
}
.img-doctoralia{
    width: 225px;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: inline-block;
    position: relative;
    border-radius: 15px;
}

.main-menu ul li a{
	color: #036cae;
}




