@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700');




/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Raleway', sans-serif !important;


}
body p{
	text-align: justify;
	font-size: 18px;
}

body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(27, 170, 181, 0.66);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-100{
	width: 100%;
	height: auto;
}

.img-clip-circle {
	width: 100%;
	height: auto;
    border-radius: 50%;
	padding: 20px;
  }

.col-centered{
    float: none;
  margin-left: auto;
  margin-right: auto;
}

.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


.btn-click{
	background-color: #00AFEF;
	padding: 10px 20px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 10px;
	display: table;
}

.btn-click:hover{
	background-color: #3E4095;
	color: #ffffff;
	text-decoration: none !important
}

.remarket{
	background-color: #00AFEF;
	padding: 10px 20px;
	text-align: center;
	display: block;
	color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
}

.header-space{
	width: 100%;
	height: 100px;
}


/* ------ COL SAME HEIGHT ------ */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.row-obj-bottom{
	 margin-bottom: auto !important;
}

@media (max-width: 767px) {
	.row-eq-height {
	  display:inline-block !important;
	}
}


/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}



/* ------ NAVBAR ------ */
.navbar {
	z-index: 99999 !important;
	border: none !important;
}


.navbar-nav li a{
	color: #ffffff;
	font-weight: 100 !important;	
	font-size: 16px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}


.navbar-color .nav>li>a:focus, .nav>li>a:hover {
	color: #ffffff !important;
	border-bottom: 2px solid #ffffff;
	position: relative;
	top:-4px;
	font-weight: 700 !important;
	
}

.navbar .navbar-brand{
	float: none !important;
}

.navbar .navbar-brand img{
	width: 300px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.navbar .navbar-brand img:hover{

}

.navbar li{
	margin-top: 23px;
}



.nav>li>a:focus, .nav>li>a:hover {
	color: #ffffff;
	font-weight: 300;
	background-color: transparent !important;
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
}

.scrolled{
    transition: 0.5s;
    background: url(../../imagenes/cono-background.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.scrolled.navbar .navbar-brand img{
	width: 150px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.navbar-toggle .icon-bar{
	border-color: #ffffff;
	background-color: #ffffff;
}

.navbar .logo-aniversario{
	height: 60px;
	width: auto;
}


.dropdown-menu {
   background-color: #381e05 !important;
	
}

.dropdown-menu>li>a {
    color: #ffffff !important;
	 background-color: #381e05 !important;
}

.dropdown-menu>li>a:hover {
	font-weight: bold !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #ffffff !important;
}


@media (max-width: 767px) {
	.navbar{
		background: url(../../imagenes/cono-background.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

		-webkit-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
	}
	
	.navbar .navbar-brand img{
		width: 150px;
		height: auto;
		padding-left: 20px;
	}
	
	.scrolled.navbar .navbar-brand img{
		width: 80px;
		height: auto;
		padding-left: 20px;
	}
	
	.navbar li{
	margin-top: 10px;
}
	
	.navbar-nav>li {
		padding-left: 10px !important;
	}
	
	.dropdown-menu, .dropdown-menu>li>a{
		background-color: transparent !important;
	}
}



/* ------ INDEX SLIDE ------ */


#slides .slide-container{
  height: 100px;
  width: 800px;
  position: absolute;
  left: 10%;
  top: 50%;
}


#slides .slide-container .highline{
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	color:rgba(255,255,255,0.9);
	text-align: left !important;
	z-index: 9999 !important;
	
}

#slides .slide-container .textline{
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color:rgba(255,255,255,1);
	text-align: left !important;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	z-index: 9999 !important;
	
}

.cover-opacity{
	max-width: 100%;
	max-height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 999 !important;
}

@media (max-width: 767px) {
	.productos .productos-block img{
		height: 500px;
	}
	
	#slides .slide-container {
		width: 400px !important;
		left: 2%;
  		top: 50%;
	}
	
	#slides .slide-container .highline{
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
		text-align: center !important;

	}

	#slides .slide-container .textline{
		font-size: 16px;
		line-height: 16px;
		font-weight: 400;
		text-align: center !important;

	}
}


/* ------ BIENVENIDA ------ */
.bienvenida{
	padding: 40px 10px 0px;
}

.bienvenida h1{
	text-align: center;
}


/* ------ PRODUCTOS ------ */
.productos-tittle{
	padding: 20px 10px;
	background-color: #7A5A3A;
	-webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.productos-tittle h1{
	text-align: center;
	color: #FFFFFF;
}

.productos{
	
}

.productos .productos-block{
	padding: 40px 10px;
}

.productos .productos-block img{
	width: 100%;
	height: 400px;
	margin: 0 !important;
	padding: 0 !important;
}

.productos .productos-block img:hover{
	position: relative;
	top: -3px;
}

@media (max-width: 767px) {
	.productos .productos-block img{
		height: 450px;
	}
}





/* ------ PHOTO BREAK ------ */

.logo-break{
	background: url(../../imagenes/fondo-helados.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.logo-break .mask{
	background-color: rgba(0,0,0,0.5) !important;
	width: 100%;
	height: 100%;
	padding: 80px 10px;
}

.logo-break .logo-slogan{
	width: 100%;
	height: auto;
}



/* ------ EVENTOS ------ */
.eventos{

	background: url(../../imagenes/catoon-background.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.eventos .mask{
	background-color: rgba(255,255,255,0.8) !important;
	width: 100%;
	height: 100%;
	padding: 50px 10px;
	
}


/* ------ BANNER ------ */
.banner img{
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.banner{
		margin-top: 50px !important;
	}
}

/* ------ DESCRIPCION PRODUCTO ------ */
.descripcion-producto{
	padding: 50px 10px;
}

.descripcion-producto img{
	width: 100%;
	height: auto;
}

.descripcion-producto h2{
	font-size: 22px !important;
}

.descripcion-producto .logo-dyd{
	width: 250px;
	height: auto;
	margin-bottom: 20px;
}

.descripcion-producto  .tabla{
	width: 350px;
	height: auto;
}

/* ------ CONTACTO ------ */
.contacto{
	padding: 40px 10px;
}

/* ------ FORMS ------ */

form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:12px;
	color: #000000;
}

form .formGroup{
	margin-bottom:10px;
}

form input, select, textarea{
	width:97%;	
	font-size:12px;
	background-color:#ffffff;	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
  	padding: 8px 0px 8px 8px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: #000000 !important;
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	resize: none;
}
form textarea{
	color: #000000 !important;
}

form .button{
	font-size:16px;
	font-weight:normal;
	padding:9px 50px;
	text-decoration:none;
	background-color:#4189D3;
	color:#FFFFFF;
	margin-top:20px;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


form .button:hover{
	text-decoration:none;
	background-color:#381e05;
	color:#ffffff;
}

form  .txtobligatorios{
	font-size:10px;
	font-weight:normal;
}

/* ------ FOOTER ------ */
footer{
  	background: url(../../imagenes/cono-background.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  	color: #ffffff;
	height: auto;
  	width: 100%;
	padding: 30px 10px;
}

footer .color-mask{
	background-color: rgba(0,0,0,0.8) !important;
	width: 100%;
	height: 100%;
	padding: 50px 0px 120px 0px !important;
}

footer .newletter-form{
	
}

footer .newsletter-group {
    display: inline-flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

footer .newletter-form input{
	display: inline-block;
    float: none;
    width: 300px;
    height: 44px;
    border-radius: 3px !important;
	padding: 5px;
	color: #000000;
}

footer .newletter-form button{
	color: #fff;
    background-color: #ff5500;
    border-color: #ff5500;
    margin-left: 10px;
    padding: 8px 35px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 3px !important;
    text-transform: uppercase;
}

footer .newletter-form button:hover{
    background-color: #1baab5;
	border-color: #1baab5;
}



footer .footer-logo{
	width: 250px;
	height: auto;
	margin-bottom: 20px;
}


footer .tittle{
	font-size: 48px;
	text-align: center;
}

footer .subtittles{
	font-size: 24px;
}

footer .social-icons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

footer .social-icons li{
	display: inline-block;
	margin-right: 10px;
}


footer .social-icons a{
	color: #ffffff;
	font-size: 35px;
}

footer .social-icons a:hover{
	color: #1baab5;
}



footer .footer-links li{
	margin-bottom: 10px;
}

footer .footer-links a{
	color:#ffffff;
}


footer .footer-links a:hover{
	color:#ffffff;
	text-decoration: underline !important;
}

footer .subtittles{
	text-align: right !important;
}

footer .footer-address p{
	text-align: right !important;
}

footer .footer-address i{
	margin-right: 10px;
}


footer .footer-address a{
	color:#ffffff;
}

footer .footer-address a:hover{
	color:#ffffff;
	text-decoration: underline !important;
}


footer .copyright{
	font-size: 12px;
}


@media (max-width: 767px) {
	footer .subtittles{
	text-align: left !important;
}

footer .footer-address p{
	text-align: left !important;
}
}