/*----------------------inicio--------------------*/
.paddingtopbot {
    padding-top: 15px;
    padding-bottom: 15px;
    }

.centrarimg{
  	display:block;
	margin:auto;
}

@media (min-width: 992px){
	.modal-lg {
	    max-width: 80%;
	}
}

#map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 800px;
}

.transicionTime1{
  transition-duration: 1s;
}

.oscurecer{
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.oscurecer2{
  background-color: black;
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 2;
  opacity: 0;
  padding-right: 30px;
}

.oscurecer2_cel{
  background-color: black;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  opacity: 0;
  max-width: 100%;
}

/*------------------css para cintillo del home--------------------*/

.cintillo-home{
	margin-top: 50px; 
	margin-bottom: 50px;
}

.cintillo-home img{
	width: 5%; 
	margin-top: -50px;
	margin-bottom: -40px;
	margin-left: 47.5%; 
	margin-right: 47.5%;
}

.cintillo-home h2{
	width: 100%;
	font-family: 'AkzidenzExtraBold';
	font-size: 40px;
	text-align: center;
	color: #fff;
}

.cintillo-home p{
	width: 100%;
	margin-top: 30px;
	font-family: 'Akzidenz';
	font-size: 20px;
	text-align: center;
	color: #fff;
}
}

/*-----------------------fin cintillo home------------------------------*/
/*--------------------css para carousel---------------------------*/

.carrusel-productos{
	width: 100%;
	margin-top: 90px;
}

.carrusel-productos h1{
	width: 100%;
	color: #1aa3cd;
	text-align: center;
	font-size: 100px;
	font-family: 'AkzidenzExtraBold';
}

.carrusel-productos h2{
	width: 45%;
	margin-top: -30px;
	margin-left: 55%;
	color: #c3c3c3;
	font-size: 22px;
	font-family: 'Akzidenz';
}

.carousel-pagina .logo-producto{
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}

.carousel-pagina .img-producto{
	width: 80%;
	margin-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
}

.carrusel-cuerpo{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.carousel-indicators{
	margin-bottom: -80px;
}

.carousel-indicators .active{
	background-color: #1aa3cd;
	width: 10px;
	height: 10px;
	margin-left: 2%;
	border-radius: 50%;
	transition: 0.5s;
}

.carousel-indicators li{
	background-color: #c3c3c3;
	width: 10px;
	height: 10px;
	margin-left: 2%;
	border-radius: 50%;
	transition: 0.5s;
}

.carrusel-control{
	width: 10%;
}

.carrusel-control img{
	height: 30%;
	margin-top: 35%;
	margin-bottom: 35%;
}

/*----------------------fin para carousel---------------------------*/

/*--------------------------css para formulario de contacto------------------------*/

.contacto-info{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.contacto-info img{
	width: 20%;
	float: left;
}

.contacto-info label{
	width: 70%;
	margin-left: 5%;
	float: right;
	color: #fff;
	font-family: 'AkzidenzExtraBold'; 
	font-size: 30px; 
	line-height: 25px;
}

.contacto-form{
	width: 100%;
}

.contacto-form form{
	width: 100%;
	margin-top: 10px;
}

.contacto-form label{
	width: 24%;
	margin: 0px;
	margin-top: 5px;
	text-align: right;
	color: #fff;
	display: inline-block;
	font-size: 20px;
}

.contacto-form input{
	width: 74%;
	margin: 0px;
	margin-top: 5px;
	background: #1aa3cd;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 20px;
}

.contacto-form button{
	width: 30%;
	margin-top: 20px;
	margin-left: 70%;
	background: #0d2b67;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	padding: 5px;
}

/*------------------------------fin para formulario----------------------------*/

/*-----------------------css para footer----------------------------------*/

footer{
	width: 100%;
	position: relative;
}

footer img{
	width: 100%;
	position: absolute;
	z-index: -1;
}

.info-footer ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.info-footer li{
	width: 19%;
	font-family: 'AkzidenzBold';
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.info-footer hr{
	border: 2px solid #fff;
	width: 95%;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

footer .info-footer{
	width: 60%;
	margin-left:40%;
	padding-top: 18%; 
}

.info-footer p{
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
	text-align: right;
	margin: 0px;
}

.ganado{
	width: 60%;
	margin-left: 40%;
}

.ganado img{
	width: 13%;
	margin-right: 2%;
	display: inline-block;
	position: relative;
}

footer .privacidad{
	width: 100%;
}

footer .privacidad p{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 0px;
}

/*------------------------fin para footer---------------------------*/
/*-----------------------css para nosotros-----------------------------*/

.nosotros{
	width: 100%;
}

.banner-nosotros img{
	width: 100%;
	display: none;
	-webkit-animation: fadeout 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 0.5s; /* Firefox < 16 */
        -ms-animation: fadeout 0.5s; /* Internet Explorer */
         -o-animation: fadeout 0.5s; /* Opera < 12.1 */
            animation: fadeout 0.5s;
}

.banner-nosotros .activo{
	display: block;
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

.info-nosotros{
	margin-top: 50px;
}

.info-nosotros section{
	display: none;
	-webkit-animation: fadeout 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 0.5s; /* Firefox < 16 */
        -ms-animation: fadeout 0.5s; /* Internet Explorer */
         -o-animation: fadeout 0.5s; /* Opera < 12.1 */
            animation: fadeout 0.5s;
}

.info-nosotros .activo{
	display: block;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

.info-nosotros section h1{
	font-family: 'AkzidenzBold';
	font-size: 25px;
	font-weight: bold;
}

.info-nosotros section p{
	font-family: 'Akzidenz';
	font-size: 20px;
}

.menu-cel{
	background-color: white;
    z-index: 999999999;
    position: absolute;
    left: -100%;
    transition-duration: 1s;
}

.menu-cel-activo{
    left: 0;
}

.menu-nosotros{
	margin-top: 50px;
}

.menu-nosotros ul{
	padding: 0px;
	margin: 0px;
}

.menu-nosotros ul li{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'AkzidenzBold';
	font-size: 22px;
	text-align: right;
	list-style: none;
	color: #000;
}

.menu-nosotros ul li:hover{
	cursor: pointer;
	color: #fcad1c;
}

.menu-nosotros ul .activo{
	color: #fcad1c;
}

.valores img{
	width: 24%;
	margin-top: 20px;
	display: inline-block;
}

.valores label{
	width: 74%;
	margin-top: 20px;
	font-size: 20px;
	display: inline-block;
}

/*------------------------fin nosotros----------------------------------*/

/*-----------------------css para soluciones-----------------------------*/

.soluciones{
	width: 100%;
}

.banner-soluciones{
	margin-bottom: 30px;
}

.banner-soluciones img{
	display: none;
	width: 100%;
}

.banner-soluciones .activo{
	display: block;
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

.info-soluciones section{
	margin-top: 30px;
	display: none;
}

.info-soluciones .activo{
	display: block;
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

.info-soluciones section h1{
	font-family: 'AkzidenzBold';
	font-size: 25px;
	font-weight: bold;
}

.info-soluciones section p{
	font-family: 'Akzidenz';
	font-size: 20px;
}

.menu-soluciones ul{
	padding: 0px;
	margin: 0px;
}

.menu-soluciones ul li{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'AkzidenzBold';
	font-size: 22px;
	list-style: none;
	color: #000;
}

.menu-soluciones ul li:hover{
	cursor: pointer;
	color: #fcad1c;
}

.menu-soluciones ul .activo{
	color: #fcad1c;
}

/*------------------------fin soluciones----------------------------------*/

/*-----------------------css para nutricion-----------------------------*/

.nutricion{
	width: 100%;
}

.banner-nutricion img{
	width: 100%;
	display: none;
}

.banner-nutricion .activo{
	display: block;
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}


.info-nutricion section{
	display: none;
	opacity: 1;
}

.info-nutricion .activo{
	display: block;
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

.info-nutricion section h1{
	font-family: 'AkzidenzBold';
	font-size: 25px;
	font-weight: bold;
}

.info-nutricion section p{
	font-family: 'Akzidenz';
	font-size: 20px;
}

.menu-nutricion{
	margin-bottom: 40px;
}

.menu-nutricion ul{
	padding: 0px;
	margin: 0px;
}

.menu-nutricion ul li{
	width: 16%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'AkzidenzBold';
	font-size: 22px;
	text-align: center;
	list-style: none;
	color: #000;
	display: inline-block;
}

.menu-nutricion ul li:hover{
	cursor: pointer;
	color: #fcad1c;
}

.menu-nutricion ul .activo{
	color: #fcad1c;
}

.productos-nutricion{
	width: 100%;
	margin-top: 50px;
}

.productos-nutricion .carrusel-productos{
	display: none;
}

.productos-nutricion .activo{
	display: block;
	-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

/*------------------------fin nutricion----------------------------------*/
/*-------------------------css para mapa-------------------------------*/

.sucursales p{
	font-family: 'Akzidenz';
	font-size: 20px;
}

.sucursales a{
	color: #000;
	text-decoration: none;
}

.sucursales a:hover{
	color: #000;
	text-decoration: none;
}

.sucursales h2{
	font-family: 'AkzidenzExtraBold';
	font-size: 40px;
	color: #1aa3cd;
}

.sucursales hr{
	width: 100%;
	border: 1px solid #0d2b67;
}

.clickable-div { 
	cursor: pointer; 
}
/*----------------------------fin de mapa-------------------------------*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
/* Opera < 12.1 */