body{
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	background: #eee;
	margin-top: 100px;
}

.container-fluid{
	max-width: 1500px;
}

.navbar{
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	padding-top: .3rem;
	padding-bottom: .3rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar .nav-link{
	font-weight: 600;
	text-transform: uppercase;
}

@keyframes bgColor {
  from {background-color: #e10614;}
  to {background-color: #000;}
}

.navbar-dark .nav-item.highlighted .nav-link{
    color: #fff !important;
    animation-name: bgColor;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.dropdown-menu{
	background-color: #222;
}

.dropdown-item{
	color: #fff;
	font-size: 14px;	
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #555;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}

	.navbar-expand-lg {
		padding-left: 0;
		padding-right: 0;
	}
}

 @media (max-width: 991.99px){
	.navbar-nav, .navbar-nav .dropdown-menu{
		text-align: center;
	}
}

.product-list{
    min-height: calc(100vh - 140px);
    position: relative;
}

.product-list .loading{
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 27px);
}
 
.product-list .info{
	background: #fff;
	text-align: center;
	margin-bottom: 25px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* .iframe-holder{
	position: relative;
}	

.product-list .info iframe{
	height: 350px;
	overflow: hidden !important;
	display: flex;
} */

/* .product-list .info a.title{
	font-weight: 600;
	color: #222;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
} */

/* .product-list a.overlay{
	position: absolute;
	top: 0;
	left: 0; 
	background: transparent;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	transition: ease-in-out .2s;
}

.product-list .info:hover a.overlay{
	background: #0000000d;
} */

.product-list .info .row{
	margin: 0 3px;
}

.product-list .info .row>.col{
	padding: 0 3px 6px;
}

.product-list .info .btn{
	display: block;
	width: 100%;
	border-radius: 0;
	padding: .45rem;
	color: #fff;
    font-size: 13px;
    line-height: 14px;
    height: 40.38px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 3px #0000006b;
    border-radius: 4px;
}

.info .btn-video{
	background-color: #222 !important
}

.info .btn-whatsapp{
	background-color: #75b73b !important
}

.info .btn-video:hover{
	background-color: #000 !important
}

.info .btn-whatsapp:hover{
	background-color: #69a236 !important
}

.modal .close {
    font-family: initial;
    position: absolute;
    top: 0;
    right: -30px;
    padding: 0 5px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 35px;
    line-height: 30px;
}

.modal .close:focus{
	outline: none;	
}

footer{
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}

footer li a{
	display: inline-block; 
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #1d1d1b;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 50px;
	transition: ease-in-out .3s;
}

footer li a:hover{
	background: #e10715
}


.top-header-mobile{background: #1d1d1b; width: 100%; text-align: center; display: none;}
.top-header-mobile a{color: #fff !important;}
.navbar .container-fluid{position: relative;}

@media(max-width: 767.99px){
    body{
        margin-top: 70px;
    }

	.navbar{
		padding: 0;
	}

	.top-header-mobile{display: block;}

	.navbar-dark .navbar-brand{
		margin: 0 auto;
	    width: 100%;
	    text-align: center;
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	}

	.navbar-brand img{
		height: 40px;
	}

	.navbar-dark .navbar-toggler{
		position: absolute;
    	right: 0;
    	top: 6px;
    	border: none;
    	outline: none !important;
	}

	.navbar-collapse.shown {
        display: flex;
        position: absolute;
        top: 0;
        height: 100vh;
        background: #343a40!important;
        z-index: 100;
    }

    .navbar-collapse>ul{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
    }

	.navbar-collapse .nav-item{
        border-bottom: 1px solid #eee;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .navbar-collapse .nav-item:nth-child(2n+1){
        border-right: 1px solid #eee;
    }
    
    .navbar-dark .navbar-nav .nav-link{
        height: 25vh;
        line-height: calc(25vh - 16px);
    }

	.navbar-nav .dropdown-menu{
		border-radius: 0
	}

	.navbar-desktop{display: none;}
}

.error{
    color: #d60707;
}

.modal-backdrop.show{
    opacity: 0.7;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 450px;
    }
}

/*purchase button*/
.purchase-btn {
    bottom: 12px;
    right: 40px;
    position: fixed;
    z-index: 99;
    text-align: center;
    display: block;
    z-index: 99999;
}

.purchase-btn:before {background-color: #3cb879;}
.purchase-btn:before {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: -5px;
    z-index: -1;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.purchase-btn:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.purchase-btn > a {
    background-color: #3cb879;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    right: 20px;
    line-height: 60px;
    width: 60px;
}

.purchase-btn2 {
    bottom: 12px;
    left: 30px;
    position: fixed;
    z-index: 99;
    text-align: center;
    display: block;
}

.purchase-btn2:before {background-color: #3cb879;}
.purchase-btn2:before {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: -5px;
    z-index: -1;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.purchase-btn2:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.purchase-btn2 > a {
    background-color: #3cb879;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    right: 20px;
    line-height: 60px;
    width: 60px;
}

.pulse-button {

  position: relative;
  width: 64px;
  height: 64px;
  border: none;
  box-shadow: 0 0 0 0 #a1577b;
  border-radius: 50%;
  background-color: #a1577b;
  background-image: url(../images/whatsapp-boton.png);
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(22, 162, 134, 0.75);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(22, 162, 134, 0.75);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(22, 162, 134, 0.75);}}
@keyframes pulse {to {box-shadow: 0 0 0 15px rgba(22, 162, 134, 0.75);}}
