/*
Theme Name: Eureka Theme
Template Theme URI: https://saira.cl
Author: Briand de Elinous
Description: Plantilla creada para Eureka Consultora
Version: 1.0
*/

body {
	 font-family: 'Lato', sans-serif;
	 overflow-x:hidden;
}
h1 {
	font-size:50px;
}
h2 {
	font-size:32px;
}
h3 {
	font-size:24px;
}
h1,h2,h3,h4,h5,h6{
	color:#000;
	line-height: 1.4;
	font-weight: 700;
}
p{
  color:#1E1D1D;
	line-height: 1.8;
	font-size: 18px;
	font-weight: 400;
}
ul,ol{
/* 	list-style:none; */
	line-height: 1.8;
	color:#1E1D1D;
	font-size: 18px;
}
a{ color:#49164F; }
a:hover{ text-decoration:none; color:#000;}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
    padding: 8px 14px !important;
    min-width: 150px;
    border: 0;
    background: transparent !important;
    border-radius: 15px;
    border: 1px solid #939393 !important;
    font-size: 18px;
    outline: 0 !important;
    width: 100%;
}
textarea{
	background: transparent !important;
	border-radius:15px;
	border: 1px solid #939393 !important;
	outline: 0 !important;
	width: 100%;
	padding: 14px;
}
select{
	width: 100%;
	font-size: 18px;
	padding: 13px 14px;
  border: 1px solid #939393 !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus,textarea:focus, select:focus {
    border: 1px solid #C35584  !important;
}

.pd-container{
	padding-top:90px;
	padding-bottom:90px;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.btn-eureka{
	text-align: center;
	-webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    color: #fff;
    background-color: #49164F;
    border:0;
    font-size: 18px;
    padding: 14px 30px;
	min-width:200px;
	border-radius: 30px;
	text-decoration: none;
	display: inline-block;
}
.btn-eureka:hover {
    background-color: #1E1D1D;
    color: #fff;
}
.btn-eureka2{
	text-align: center;
	-webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  color: #fff;
  background-color: #C35584;
  border:0;
  font-size: 18px;
  padding: 14px 30px !important;
	min-width:200px;
	text-decoration: none;
	border-radius: 30px;
	display: inline-block;
}
.btn-eureka2:hover {
    background-color: #1E1D1D;
    color: #fff;
}

.btn-eureka svg, .btn-eureka2 svg{
	font-size: 24px;
	margin-right: 10px;
}
.btn-trans{
  color: #49164F;
  border:0;
  font-size: 18px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
}
.btn-trans:hover {
    color: #000;
}
.whatsapp{
	background: #25D366;
}

.pagination span{
	margin-right:30px;
}

.navbar{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.navbar-nav li{
  padding: 0 30px;
	color:#000;
}
.navbar-nav li a{
	color:#000;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	cursor:pointer;
}
.navbar-nav li.current-menu-item  a, .navbar-nav li.current-menu-parent > a{
	color:#49164F;
	font-weight: 700;
}

.navbar .btn-eureka{
	margin-left: 20px;
}

/* sub menu */
/* .navbar ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
} */
.navbar ul li	ul.sub-menu{
		display: none;
		list-style: none;
    padding: 0;
		position: absolute;
		padding-top: 10px;
		z-index: 10;
}
.navbar ul li	ul.sub-menu li{
	padding: 7px 20px;
  background: #F4F4F4;
	border-radius: 0 0 10px 10px;
}
.navbar ul li	ul.sub-menu li:first-child{
	border-radius: 10px 10px 0 0;
}
.navbar ul li	ul.sub-menu li a:hover{
	color:#471E4B;
}
.btns-float{
	position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
  height: 60px;
	bottom:0;
	display: flex;
}

.btns-float .action-float a {
	display:flex;
	align-items: center;
	text-decoration: none;
}
.btns-float .action-float{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.btns-float .action-float a .box-icon.whatsapp{
	background: #25D366;
}
.btns-float .action-float a .box-icon{
		height: 60px;
    border-radius: 100%;
    width: 60px;
		min-width: 60px;
    background: #5CAB4A;
		display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
		color: #fff;
    font-size: 36px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-ou
}
.btns-float .action-float a:hover .box-icon{
	background: #1E1D1D;
	height: 62px;
	width: 62px;
}
.btns-float .action-float a .box-txt{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
    padding: 4px 15px;
    height: 40px;
    margin-left: 10px;
    background: #fff;
    border-radius: 30px;
	width: 50px;
    opacity: 0;
    overflow: hidden;
	-webkit-transition: all 0.5s;
 	transition: all 0.5s;
		color:#000;
	font-size:14px;
	white-space: nowrap;
	box-shadow: 0px 9px 30px -15px rgb(0 0 0);
	-webkit-box-shadow: 0px 9px 30px -15px rgb(0 0 0);
}
.btns-float .action-float a:hover .box-txt{
	width:238px;
	opacity: 1;

}

/*Responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.pd-container{
		padding-top:40px;
		padding-bottom:40px;
	}
	/* Menu top */
	.navbar{
		padding: 10px 15px;

	}
	.navbar-collapse{
		border-top: solid 2px #C35584;
		margin-left: -15px !important;
		margin-right: -15px;
		background:#fff;
		-webkit-box-shadow: -7px 58px 84px -30px rgba(0,0,0,0.10);
		-moz-box-shadow: -7px 58px 84px -30px rgba(0,0,0,0.10);
		box-shadow: -7px 58px 84px -30px rgba(0,0,0,0.10);
		Z-INDEX: 10;
		margin-top: 10px;
	}
	.navbar .btn-eureka{
		max-height: 44px;
    display: flex;
		align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 0;
    margin-right: 5px;
    margin-left: 0;
	}
	.navbar ul li	ul.sub-menu{
		position: relative;
	}
/* Efecto X */
	.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.navbar-toggler[aria-expanded="true"]  .line:nth-child(2) {
   		 opacity: 0;
	}
	.navbar-toggler[aria-expanded="true"]   .line:nth-child(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	.navbar-toggler[aria-expanded="false"] .line{
		background:#000;
	}
	.navbar-toggler .line{
		box-sizing: content-box;
		background:#49164F;
		position: relative;
		height: 2px;
		width: 23px;
		display: block;
		margin: 5px 0;
		-webkit-transition: .5s;
		transition: .5s;
		-webkit-transform-origin: center;
		transform-origin: center;

	}


	.navbar-toggler{
		width:44px;
		height: 44px;
		border-radius: 0;
	}
	.navbar-toggler:focus{
		outline:none;
		color:#fff;
	}
	.navbar-toggler.collapsed{
		background: #fff;
		color: #fff;
	}

	.navbar-brand{
		margin:0;
	}
	.navbar-brand img{
		max-height: 44px;
	}

	.navbar-nav li{
		padding:15px 15px;
		position: relative;
		border-bottom: 1px solid #e6e9f9;
	}

	.navbar-nav li a{
		display:block;
	}

	.btns-float .action-float{
		right: 15px;
		bottom: 15px;
	}

}
/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991px) {

 }

/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1367px) {
	.container{
		max-width:1240px;
	}
}
