: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;
}

.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;
}

.ul-lista{
	margin-top: 15px;
}

.icon-servicios{
	display: inline-block;
	width: 20px;
	height: 20px;
    position: relative;
    object-fit: contain;
    object-position: center;
}

.div-foto-eh{
	position: relative;
	width: 100%;
	height: 15px;
}
.img-enrique-hernandez{
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: auto;
    margin-top: -150px;
    margin-right: -60px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px rgba(3,16,57, .2);
}

.cta-box{
	background: #031039;
}

/* DATA-WORDS Loop/swap words in sentence */
[data-words] {
	vertical-align: top;
	position: static;
}
[data-words] > span {
	display: none;
    position: relative;
    background: #3348ed;
    color: #ffffff;
    padding: 0 5px;
    margin: 0;
    border-radius: 5px;
}

.preloader{
    background-color: #031039;
}

.h3-it{
    margin-top: 30px;
    margin-bottom: 0 !important;
    /* color: #021039 !important; */
    font-weight: 600 !important;
    line-height: 15px !important;
}

.hero-appointment-form-title{
	z-index: 1;
}

.appointmentForm{
	position: relative;
	z-index: 1;
}

.appointment-form{
	position: relative;
	&:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: url("../images/ceroyuno.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
        border-radius: 15px;
        opacity: .05;
	}
}

.div-lenguajes{
	position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    padding: 15px 0;
    ul.ul-equipos-soporte{
    	li{
		    position: relative;
		    width: auto;
		    height: 30px;
		    float: left;
		    display: inline-block;
		    list-style: unset;
/*		    border: .5px solid red;*/
		    border-radius: 15px;
		    background: #ffffff;
            padding: 2px 15px;
            box-shadow: 0px 0px 3px 3px rgba(2, 16, 57, .2);
            margin-right: 15px;
            margin-bottom: 15px;
    	}
    }
}

.position-sticky{
	position: sticky;
	top: 0;
	margin-top: 120px;
}

@media (min-width: 980px) and (max-width:1199px) {
	.img-enrique-hernandez{
	    width: 150px;
        margin-right: -180px;
	}
}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
	.img-enrique-hernandez{
	    width: 120px;
		margin-top: -105px;
    	margin-right: 0px;
	}
}

.appointment-form textarea.form-control{
    resize: unset !important;
}
.appointment-form .form-control.error{
    border: .5px solid red;
    background: rgba(255,0,0, .1);
}






