h1, span {
    font-family: 'Rancho', cursive;
    color: #147bc1;
}
h2, h3, h4, h5, p {
    font-family: 'Acme', sans-serif;
    /* color: black; */
}

/* p {
    font-family: 'Merienda', cursive; 
} */


/* navbar */

.dropdown-mega:hover>.dropdown-menu {
    display: block;
    }
    
.dropdown-mega .dropdown-menu {
    width: 87%;
    margin-left: 10px;
}

.dropdown-mega .h5 {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0.125);
    margin: 0;
}

.dropdown-mega .list-group-item {
    font-size: 1rem;
    color: #147bc1;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0.125);
    padding: 12px 0;
}

.titulo1 {
    color: #89F13C;
}
.titulo2 {
    color: #1738F1;
}
.titulo3 {
    color: #2ECC71;
}
.titulo4 {
    color: #F7DC6F;
}
.titulo5 {
    color: #EC7063;
}
.titulo6 {
    color: #884EA0;
}
.dropdown-mega .list-group-item:hover {
    background: silver;
}
.services {
    color: black;
}

.list-group-item, .shadow {
    opacity: .73;
}
.nav-link {
    color: #147bc1 !important;
    font-family: 'Merienda', cursive;
}

/* servicios */

.servicio:hover,
.servicio:focus,
.servicio:active {
    animation-name: servicio;
    animation-timing-function: linear;
    animation-duration: 1s;
    background: #147bc1 !important;
    color: white !important;
    
}

.servicio:hover .titulo1,
.servicio:hover .titulo2,
.servicio:hover .titulo3, 
.servicio:hover .titulo4,
.servicio:hover .titulo5,
.servicio:hover .titulo6 {
    color: white;
}

.servicio:hover p {
    color: white;
}

@keyframes servicio {
    0% {transform: translate(0px,8px)}
    100% {transform: translate(0,0)}
}

/* aliados */

@mixin white-gradient {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slider {
	background: white;
	box-shadow: 0 20px 20px -5px rgba(0, 0, 0, .125);
	height: 150px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: 960px;
}

.slider::before,
.slider::after {
	content: "";
	height: 150px;
	position: absolute;
	width: 200px;
	z-index: 2;
}
	
.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}
	
.slide-track {
    animation-name: scroll;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: flex;
    width: calc(250px * 14);
}
	
.slide1 {
	height: 150px;
	width: 250px;
}

/* contacto */

#contacto {
    min-height: 70vh;
    /* display: flex; */
    align-items: center;
    background: url("../images/nosotros/fondoPC.png") no-repeat;
    background-size: cover; 
}

.text {
    color: #147bc1 !important;
    font-family: 'Acme', sans-serif;
}

#message {
    resize: none;
}

/* footer */

.redes {
    height: 30px;
    font-size: 13px;
    background: #147bc1;
    color: aliceblue !important;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Boton whastapp */

.float {
    position: fixed;
    width: 85px;
    height: 85px;
    bottom: 19px;
    right: 74px;
    text-align: center;
    font-size: 39px;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}