/*imports*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

@font-face {
    font-family: 'continuum';
    src: url('../font/continuum/contm-webfont.eot');
    src: url('../font/continuum/contm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/continuum/contm-webfont.woff2') format('woff2'),
         url('../font/continuum/contm-webfont.woff') format('woff'),
         url('../font/continuum/contm-webfont.ttf') format('truetype'),
         url('../font/continuum/contm-webfont.svg#continuum_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*fim imports*/

/*tipografia*/
h1,h2,h3,h4{
	font-family: 'continuum';
	text-align: center;
}
body, p, a{
	font-family: 'Source Sans Pro', sans-serif;
}
p{
	text-align: justify;
}
/*fim tipografia*/

/*estrutura*/
.container{
	max-width: 80% !important;
	width: 80%;
}
/*fim estrutura*/

/*menu*/
.logo-menu{
	width: 300px;
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i{
	height: 95px;
	line-height: 95px;
}
nav .brand-logo{
    margin-top: 10px;
	margin-left: 10%;
}
nav{
	background-color: #f2f2f2;
}	
	nav a{
		color: #000;
	}
	nav ul{
		margin-right: 10%;
	}
	nav ul a{
		color: #000;
		padding: 0 20px;
	    font-size: 1.2rem;	
}
.logo_menu_hide {
    text-align: center;
    pointer-events: none;
    }
    .img-menu-hide{
        width: 80%;
        margin-top: 20px;
    }
    .li-logo{
    	background-color: #ddd;
    	height: 200px;
    }

/*slider*/
#inicio{
	/*min-height: 70vh;*/
}
video { 
    overflow: hidden;
    position: relative;
    top: -100px;
    min-width: 100%;
    min-height: 100vh;
    /*-webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    width: auto;
    height: auto;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}
.video{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.col-video{
    padding: 0px !important;
}
.layer{
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(35, 37, 38, 0.46) 10%, rgba(65, 67, 69, 0.48) 90%);
    background: -o-linear-gradient(left, rgba(35, 37, 38, 0.46) 10%, rgba(65, 67, 69, 0.48) 90%);
    background: linear-gradient(to right, rgba(35, 37, 38, 0.46) 10%, rgba(65, 67, 69, 0.48) 90%); /* Chrome 10+, Saf5.1+ */ /* FF3.6+ */ /* IE10 */ /* Opera 11.10+ */ /* W3C */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.slider{
	margin-top: 50px;
}
.slider .slides{
	background-color: rgb(38, 38, 38);
}
.slider .slides li .caption{
    background-color: rgb(38, 38, 38);
    padding-left: 50px;
    padding-right: 50px;
    left: 70%;
    width: 30%;
    height: 100%;
    top: 0px;
}
.slider .slides li img{
	width: 70%;
}
.slider .indicators .indicator-item.active{
    background-color: #030303;
}
.texto-slider{
	color: #FFF;
    padding-top: 50px;
    text-align: left;
}
.texto-slider > h3{
	text-align: center;
}
.texto-slider > p{
	font-size: 1.3rem;
}
.icone-slider {
	width: 100px;
	height: 100px;
	background-size: contain;
	margin: 0 auto;
}
.link-slider{
	text-align: center;
}
.btn-slider{
    background-color: transparent;
    box-shadow: none;
    border-radius: 50px;
    line-height: 50px;
    height: 50px;
}
.btn-slider:hover{
	background-color: rgba(0,0,0,0.23);
    box-shadow: none;
}
.btn-slider:focus{
	background-color: rgba(0,0,0,0.23);
    box-shadow: none;
}
.icone1{
	background-image: url('../imagens/logo/icon1.png');
}
.icone2{
	background-image: url('../imagens/logo/icon2.png');
}
.icone3{
	background-image: url('../imagens/logo/icon3.png');
}
.icone4{
	background-image: url('../imagens/logo/icon4.png');
}
.icone-routy{
    background-image: url('../imagens/logo/icon-routy.png');
}
/*fim slider*/

/*solucoes*/
#solucoes{
	min-height: 70vh;
}
.banner-routy{
    height: 400px;
    border: 3px solid #C8001A;
    /*background-color: #26152A;*/
    background-image: url('../imagens/conteudo/farol-menor.png');
    background-size: cover;
    background-origin: border-box;
    background-position-y: 0px;
    padding-top: 0px;
}
.logo-routy{
    width: 70%;
    margin-left: 15%;
    padding-top: 100px;
}

.btn-routy:hover{
    background-color: #C2C3C8;
}
.button--wayra {
    overflow: hidden;
    width: 245px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #C8001A;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
    color: #fff;
    border-color: #C8001A ;
}
.button--wayra.button--inverted:hover {
    color: #3f51b5;
    border-color: #fff;
}
.button--wayra:hover::before {
    opacity: 1;
    background-color: #C8001A .;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
    background-color: #fff;
}
.btn-routy{
    background-color: #C2C3C8;
    color:#26152A;
    width: 500px;
}
.titulo-routy{
    text-align: center;
    font-size: 2rem;
    padding-top: 20px;
    text-transform: uppercase;
    color: #C2C3C8;
}

.txt-routy > p{
    font-size: 1.3rem;
    color: #fff;
    line-height: 2rem;
}
.card{
    padding: 0px 10px 10px 10px;
    box-shadow: none;
    min-height: 60vh;
}
.card .card-title{
    color: transparent;
}
.card .card-image img{
	/*width: 180px;*/
	width: 50%;
}
.card .card-image{
	text-align: center;
	display: block;
}
.card .card-action{
	text-align: center;
    bottom: 0;
        left: -1px;
    position: absolute;
    width: 100%;
}
.card .card-reveal{
    left: 0px;
    padding: 25px;
}
.card .card-content{
    text-align: center;
}
.card .card-content .card-title i{
    margin-top: -60px;
}
.card .card-content .card-title{
    line-height: 0px;
}
.p-card{
    margin-top: 30px;
    font-size: 1.28rem;
}
i.small {
    font-size: 2.5rem;
}
.btn-solucoes{
    background-color: #F2F2F2;
    box-shadow: none;
    border-radius: 50px;
    line-height: 50px;
    height: 50px;
}
.btn-solucoes:hover{
	background-color: #F2F2F2;
    box-shadow: none;
}
.btn-solucoes:focus{
	background-color: #F2F2F2;
    box-shadow: none;
}
.card .card-action a{
	margin-right: 0px;
}
.cor1-card{
	border: 4px #27AE61 solid;
}
.cor2-card{
	border: 4px #D24726 solid;
}
.cor3-card{
	border: 4px #2C579B solid;
}
.cor4-card{
	border: 4px #ffb200 solid;
}
.cor1{
	border: 2px #27AE61 solid;
}
	.cor1 > span {
		border: none !important;
		color: #27AE61;
	}
	.cor1 > span:hover {
		border: none;
		color: #27AE61;
	}
	.cor1-texto{
		border: none;
		color: #27AE61 !important;
	}
	.cor1-texto:hover {
		border: none;
		color: #298450;
	}
.cor1:hover{
	border: 2px #298450 solid;
}
.cor1:focus{
	border: 2px #298450 solid;
}

.cor2{
	border: 2px #D24726 solid;
}
.cor2:hover{
	border: 2px #AD2F12 solid;
}
.cor2:focus{
	border: 2px #AD2F12 solid;
}
	.cor2 > span {
		border: none;
		color: #D24726;
	}
	.cor2 > span:hover {
		border: none;
		color: #D24726;
	}
	.cor2-texto{
		border: none;
		color: #D24726 !important;
	}
	.cor2-texto:hover {
		border: none;
		color: #AD2F12;
	}
.cor3{
	border: 2px #2C579B solid;
}
.cor3:hover{
	border: 2px #2D4E84 solid;
}
.cor3:focus{
	border: 2px #2D4E84 solid;
}
	.cor3 > span {
		border: none;
		color: #2C579B;
	}
	.cor3 > span:hover {
		border: none;
		color: #2C579B;
	}
	.cor3-texto{
		border: none;
		color: #2C579B !important;
	}
	.cor3-texto:hover {
		border: none;
		color: #2D4E84;
	}
.cor4{
	border: 2px #ffb200 solid;
}
.cor4:hover{
	border: 2px #d5990e solid;
}
.cor4:focus{
	border: 2px #d5990e solid;
}
	.cor4 > span {
		border: none;
		color: #d5990e;
	}
	.cor4 > span:hover {
		border: none;
		color: #d5990e;
	}
	.cor4-texto{
		border: none;
		color: #ffb200 !important;
	}
	.cor4-texto:hover {
		border: none;
		color: #d5990e;
	}
.cor5{
    border: 2px #C8001A  solid;
}
.cor5:hover{
    border: 2px #B50033 solid;
}
.cor5:focus{
    border: 2px #B50033 solid;
}
    .cor5 > span {
        border: none;
        color: #C8001A ;
    }
    .cor5 > span:hover {
        border: none;
        color: #B50033;
    }
    .cor5-texto{
        border: none;
        color: #B50033 !important;
    }
    .cor5-texto:hover {
        border: none;
        color: #B50033;
    }
/*parceiros*/
.parceiros-fundo{
	background-image: url("../imagens/conteudo/fundo-parceiros.jpg");
	height: 280px;
	background-size: cover;
}
.img-parceiros{
	width: 300px;
	height: 150px;
}
.item{
	margin-top: 70px;
    margin-right: 20px;
    margin-left: 20px;
}
.cont-clientes{
	width:70%; margin-top:40px
}
/**/

/*proposito*/
#proposito{
    margin-top: 60px;
}
.titulo-proposito{
	text-align: left;
}
.bloco-img-proposito{
	display: block;
	text-align: center;
}
.img-proposito{
	width: 100px;
	height: 100px;
    margin-top: 15%;
}
.logo-qmsomos{
	width: 60%;
	margin-top: 10%;
}
.texto-qmsomos{
	font-size: 1.2rem;
	margin-bottom: 40px;
}
.texto-missao{
	text-align: justify;
}
.col-qmsomos{
	padding: 40px !important; 
	border-right: 2px solid #CECECE;
}

/*contato*/
#contato{
	margin-top: 60px;
    background-color: #333335;
    padding-top: 5px;
    color: #fff;
}
.container-contato{
	width: 60%;
	margin-top: 20px;
}
.campo-contato{
	margin-top: 20px;
	margin-bottom: 20px
}
.bloco-contato{
	margin-top: 50px;
	/*width: 50%;
	margin-left: 25%;*/
}
.bloco-contato-info{
	width: 70%;
	margin-left: 15%;
}
.btn-contato{
	-moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #333335;
    border-radius: 5px;
    border: 0;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
    color: #ffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    height: 3.75em;
    letter-spacing: 0.1em;
    line-height: 3.75em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.btn-contato:hover{
	background-color: #474747;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
}
.btn-contato:focus{
	background-color: #474747;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
}
.icone-contato{
	font-size: 3rem;
}
.texto-contato{
	font-size: 1.2rem;
}
.texto-local{
	font-size: 1.3rem;
    text-align: center;
}
.row-email{
    margin-top: 10vh;
}
.divider{
	margin-top: 40px;
	margin-bottom: 20px;
}
.texto-localizacao{
	margin-top: 50px;
}
#localizacao{
	position: relative;
}
#map-canvas{
	width: 100%;
	height: 300px;
    background-image: url('../imagens/conteudo/mapa.png');
}
#map-canvas > img{
    width: 100%;

}
.box-endereco{
	top:30px;
	left: 15%;
	padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    position: absolute;
}
.box-endereco > h5{
	text-align: center;
	border-bottom: 2px solid #c4c4c4;
    padding-bottom: 10px;
}
.box-endereco > address {
	padding-top: 10px;
	font-style: normal;
}
.link-mapa{
	color: #C12219;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.link-mapa:hover{
	color: #79120C;
}
.divider-mapa{
	margin-top: 15px;
	margin-bottom: 15px;
}
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=time], 
input[type=date], 
input[type=datetime-local], 
input[type=tel], 
input[type=number], 
input[type=search], 
textarea.materialize-textarea{
    background-color: #28282B;
    border-bottom: none;
    border: 3px solid #404040;
    padding-left: 5px;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 5px;
}
.input-field label{
	color: #fff;
	top: 0.3rem;
	font-size: 1.5rem;
}
.label-textarea label{
	 top: 0.5rem;
	 font-size: 1.1rem;
}
textarea.materialize-textarea{
    min-height: 10rem;
    padding: 5px;
}
textarea.materialize-textarea:focus:not([readonly]){
	border-bottom: none;
 	border: 3px solid #40B1DD;
    box-shadow: none;
}
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #fff;
    top: 0.5rem;
    font-size: 1.1rem;
}
.input-field textarea:focus{
	border-bottom: none;
     border: 3px solid #40B1DD;
     box-shadow: none;
}
.input-field input[type=text]:focus + label , .input-field input[type=email]:focus + label   {
     color: #fff;
   }
.input-field input[type=text]:focus, .input-field input[type=email]:focus{
     border-bottom: none;
     border: 3px solid #40B1DD;
     box-shadow: none;
   }
.input-field label.active{
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: -5px;
    text-transform: uppercase;
}

        ul.contact {
            list-style: none;
            padding: 0;
        }

            ul.contact li {
                text-decoration: none;
                margin: 1.8em 0 0 0;
                padding: 0 0 0 3.25em;
                position: relative;
                font-size: 1em;
            }

                ul.contact li:before {
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-font-smoothing: antialiased;
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    text-transform: none !important;
                }

                ul.contact li:before {
                    border-radius: 100%;
                    border: solid 2px rgb(71, 71, 71);
                    display: inline-block;
                    font-size: 0.8em;
                    height: 2.5em;
                    left: 0;
                    line-height: 2.35em;
                    position: absolute;
                    text-align: center;
                    top: 0;
                    width: 2.5em;
                }

                ul.contact li:first-child {
                    margin-top: 0;
                }

            @media screen and (max-width: 736px) {

                ul.contact li {
                    margin: 1.5em 0 0 0;
                }

            }


input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        background-color: transparent;
        border-radius: 5px;
        border: 0;
        box-shadow: inset 0 0 0 2px rgb(64, 64, 64);
        color: #ffffff !important;
        cursor: pointer;
        display: inline-block;
        font-family: Raleway, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: 700;
        height: 3.75em;
        letter-spacing: 0.1em;
        line-height: 3.75em;
        padding: 0 2.25em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }

        input[type="submit"]:hover,
        input[type="reset"]:hover,
        input[type="button"]:hover,
        button:hover,
        .button:hover {
            background-color: rgba(255, 255, 255, 0.025);
            box-shadow: inset 0 0 0 2px rgb(241, 199, 37);
            transition: all 0.2s ease-in-out;
        }

        input[type="submit"]:focus,
        input[type="reset"]:focus,
        input[type="button"]:focus,
        button:focus,
        .button:focus {
            box-shadow: inset 0 0 0 2px rgb(241, 199, 37);
        }

        input[type="submit"]:active,
        input[type="reset"]:active,
        input[type="button"]:active,
        button:active,
        .button:active {
            background-color: rgba(255, 255, 255, 0.075);
            
        }
/*footer*/

.logo-rodape{
    width: 300px;
}
.row-social{
	width: 20%;
	margin-top: 20px;
	margin-left: auto !important;
	margin-right: auto !important;
}
span.badge{
	padding: 5px 40px;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    margin-right: 10px;
    right: 0px;
    line-height: 4rem;
}
.cor1-badge{
	background-color: #27AE61;
	webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.cor1-badge:hover{
	background-color: #1A8A49;
}
.cor2-badge{
	background-color: #D24726;
	webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.cor2-badge:hover{
	background-color: #AD2F12;
}
.cor3-badge{
	background-color: #2C579B;
	webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.cor3-badge:hover{
	background-color: #2D4E84;
}
.cor4-badge{
	background-color: #FFB200;
	webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.cor4-badge:hover{
	background-color: #d5990e;
}
footer.page-footer{
    background-color: #333335;
    border-top: 5px solid #7E7E7E;
    margin-top: -20px;
}
footer.page-footer .footer-copyright{
        background-color: rgb(38, 38, 38);
}
.img-itsokay{
    margin-top: -45px;
    width: 150px;
    position: absolute;
    right: 0;
}
.ul-rodape-produtos{
    font-size: 1.4rem;
        margin-top: 5px;
}
.fa-2x{
    color: #fff;
    font-size: 1.8rem;
}
.fa-2x:hover{
	color:#7E7E7E;
}
.area-icon{
	padding: 5px;
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

/*loader*/
.loader{
    z-index: 1999;
    /* text-align: center; */
    display: block;
    /* margin: 0 auto; */
    height: 140%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
}
.loader-inner{
	margin-left: 50%;
	margin-top: 40vh;
}
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }

  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }

  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }

  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }

  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }

  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }

  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }

  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
      -ms-transform: translate(-29.994px, -37.50938px);
          transform: translate(-29.994px, -37.50938px); }
  .ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
            animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
            animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
            animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
	}
    .ball-triangle-path > div:nth-of-type(1) {
    top: 50px; 
	background-color: #F2C826;
  	}
    .ball-triangle-path > div:nth-of-type(2) {
      left: 25px; 
	background-color: #40B1DD;
  	}
    .ball-triangle-path > div:nth-of-type(3) {
      top: 50px;
      left: 50px;
		background-color: #CFD300;
       }

