/* # Firefox. */
@font-face {
     font-family: 'Josefin Sans';
     font-style: normal;
     font-weight: 100;
     src: local('Josefin Sans'),
          local('Josefin-Sans'), url(../fonts/static/JosefinSans-Regular.ttf) format('truetype'),
          url(../fonts/static/JosefinSans-Regular.ttf) format('truetype');
}

/* # Chrome. */
@font-face {
     font-family: 'Josefin Sans';
     font-style: normal;
     font-weight: 100;
     src: local('Josefin Sans'),
          local('Josefin-Sans'),
          url(../fonts/static/JosefinSans-Regular.ttf) format('truetype');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* # Safari. */
@font-face {
     font-family: 'Josefin Sans';
     font-style: normal;
     font-weight: 100;
     src: local('Josefin Sans'),
          local('Josefin-Sans'),
          url(../fonts/static/JosefinSans-Regular.ttf) format('truetype');
}

/* #IE. */
@font-face {
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 400;
     src: url(../fonts/static/JosefinSans-Regular.ttf);
}



h1, h2, h3, h4, h5, h6, span, p, input, select, textarea, div, li, ul, a{
    font-family: 'Josefin Sans', sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Estilos del menu flotante */

.menu-flotante {
    position: fixed !important;
    z-index: 99999999999 !important;
	top: 30%; 
	bottom: 70%;
    right: 0 !important;
    margin-right: 15px !important;
}

.menu-flotante-item {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    border-radius: 50%;
    /* padding: 30px; */
}

.menu-flotante a {
    /* padding: 30px !important; */
    margin: 0 auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    color: white !important;
}

.menu-flotante a:hover {
    opacity: 0.5 !important;
}

.menu-flotante-item-red {
    background: #999 !important;
}

.menu-flotante-item-blue {
    background: #999 !important;
}


.uk-navbar-container{
    transition: background-color 0.5s ease;
}

.link-opacity:hover {
    color: rgba(255,255,255,.7) !important;
    opacity: 0.8 !important;
}

.naranja {
    color: #F74800 !important;
}

.rojo {
    color: #BA0000 !important;
}

#Logo {
    min-width: 80px !important;
}

@media(max-width: 768px) {
    #Logo {
        max-width: 100px !important;
    }
}

@media(max-width: 500px) {
    #inicio-dogs h2 {
        font-size: 1.7em !important;
    }

    #inicio-dogs a {
        font-size: 1.3em !important;
    }
}

#Logo, #inicio-dogs {
    /* animation magic */
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out ;
   -ms-transition: all 0.3s ease-in-out ;
   -o-transition: all 0.3s ease-in-out ;
   transition: all 0.3s ease-in-out ;
}

#inicio-dogs {
    background: linear-gradient(to right, rgba(30, 75, 115, 0.2), rgba(0, 0, 0, 0.2)), url('../img/principal1200.gif');
    background: -webkit-linear-gradient(to right, rgba(30, 75, 115, 0.2), rgba(0, 0, 0, 0.2)), url('../img/principal1200.gif');
    background: -moz-linear-gradient(to right, rgba(30, 75, 115, 0.2), rgba(0, 0, 0, 0.2)), url('../img/principal1200.gif');
    background: -ms-linear-gradient(to right, rgba(30, 75, 115, 0.2), rgba(0, 0, 0, 0.2)), url('../img/principal1200.gif');
    background: -o-linear-gradient(to right, rgba(30, 75, 115, 0.2), rgba(0, 0, 0, 0.2)), url('../img/principal1200.gif');
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;

    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

#inicio-main {
    font-size: 1.4em !important;
}

.servicios-texto {
    display: block !important;
    width: fit-content !important;
    margin: 0 auto !important;
    color: white !important;
    background: #006300 !important;
    font-size: 1.2em !important;
}

.btn-enviar {
    background: #006300 !important;
}

.nutricion-transition {
    position: relative;
    width: 100%;
    height: 400px;
}

.nutricion-transition > div {
    position: absolute;
    margin: 0 auto;
    /* top: 0; left: 0; bottom: 0; right: 0; */
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100% !important;
    background-color: #f8f8f8 !important;
}

.nutricion-transition img{
    display: block;
    max-width: 100%;
    height: auto;
}

.nutricion-transition div {
    -webkit-animation: showMe 4s linear infinite 0s forwards;
	-moz-animation: showMe 4s linear infinite 0s forwards;
	-o-animation: showMe 4s linear infinite 0s forwards;
	-ms-animation: showMe 4s linear infinite 0s forwards;
	animation: showMe 4s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}

.nutricion-transition div:nth-child(1){
    z-index: 9;
}

.nutricion-transition div:nth-child(2){
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
	z-index: 8;
}

.nutricion-transition div:nth-child(3){
    -webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
	z-index: 7;
}

.nutricion-transition div:nth-child(4){
    -webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
	z-index: 6;
}

.nutricion-transition div{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}