/*
  Theme Name: Eventturn - Event and Conference HTML5 Template
  Author: bangladevs
  Description: Event and Conference HTML5 Template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. Events Area
5. Counter Area
6. Team Area
8. Event Area
9. Brand Area
10. Pricing
11. Event Video
12. Ticket
13. Testimonial
14. Blog
15. Newsletter
16. Footer
17. Upcoming Events
18. Gallery
19. Breadcrumb
20. Pagination
21. Contact
22. Speaker Details
*/



/* 1. Theme default css */


 body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
button{cursor: pointer;}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #666666;
}
img.redondear {
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.azul{
	color: #0f70b7;
}
.margen-superior{
	margin-top: 40px;
}
ul.lista {
    list-style: disc;
    padding-left: 50px;
}
ul.lista li{
    padding-bottom: 8px;
}
.lista {
    font-size: 0.9rem;
    padding-left: 1rem;
}
.logo{
	width: 200px;
	height: auto;
}
.titulo_patrocinadores{
	text-align: center;
	margin: 30px 0 5px 0;

}
.logo_footer{
	width: 200px;
	height: auto;
}
.patrimonio{
	width: 250px;
	height: auto;
}
.faib{
	width: 100px;
	height: auto;
}
.eivissia{
	width: 96px;
	height: auto;
}
.ers{
	width: 160px;
	height: auto;
}
.cocacola{
	width: 220px;
	height: auto;
}
.casa_valentin{
	width: 220px;
	height: auto;
}
.renault{
	width: 115px;
	height: auto;
}
.hoka{
	width: 140px;
	height: auto;
}
.cap{
	width: 200px;
	height: auto;
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	color: #666666;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.fondo{
	background: url(../img/bg2.jpg)no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
section, .events-area{
	padding: 6rem 4rem;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.dots{
	background:  #d9faff;
}
/* button style */
.btn {
	backface-visibility: hidden;
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 17px 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transform: translateZ(0px);
	transition: .3s;
	transition-property: color;
	background: #0f70b7;
	font-family: 'Archivo Black', sans-serif;
	font-weight: 500;
	border-radius: 19px;
}
.btn:hover{color:#fff;}
.btn:after{
  background: #f7b205;
  border-radius: 19px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50% 0;
  transition:.3s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.btn:hover::after{transform: scaleX(1);}
.breadcrumb > .active {
	color: #888;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
/* scrollUp */
#scrollUp {
	background: #0f70b7;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #032137;
}

/* 2. Header */
.header-transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transition: .4s;
}
.white-header {
	padding-top: 8px;
}
.header-area {
	padding: 12px 0;
}
.header-wraaper{}
.header-inner {
	text-align: right;
}
.header-icon {
	float: left;
	padding-right: 6px;
}
.header-icon i {
	color: #fff;
	font-size: 13px;
}

.header-text span {
	font-size: 14px;
	color: #fff;
	margin-left: 18px;
}
.header-text span i {
	margin-right: 5px;
}
.header-top-wrapper {

}
.header-button {
	padding-top: 25px;
}
.header-button .btn {
	background: #f7b205;
	color: #333333;
	padding: 17px 30px;
	margin-left: 20px;
}
.header-button .btn:hover{color:#f7b205;}
.header-button .btn::after{background:#ffffff;}
/* main-menu-area */
.sticky {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-transparent .sticky {
	background: #0f70b7;
	padding-top: 0;
}
.logo {
	margin-top: 8px;
	margin-right: 20px;
}
.main-menu-area.white-bg.sticky {
	box-shadow: 0px 10px 100px 0px rgba(205, 205, 205, 0.4);
}
.main-menu  ul {}
.main-menu nav > ul  > li {
	display: inline-block;
	position: relative;
}
.main-menu nav > ul > li:last-child  a{padding-right:0}
.main-menu nav > ul > li:first-child  a{padding-left:0}
.main-menu nav > ul > li > a {
	color: #333333;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 40px 13px;
	transition: all 0.3s ease 0s;
	line-height: 1;
	font-family: 'Archivo Black', sans-serif;
}
.main-menu nav > ul  > li:hover > a,.main-menu nav > ul  > li.active > a{color:#f7b205;}
.white-header .main-menu nav > ul > li > a {
	color: #fff;
	padding: 40px 13px;
	font-size: 16px;
}
.white-header .main-menu nav > ul > li > a:hover{color:#f7b205;}
.white-header .main-menu nav > ul > li > a.active{color:#f7b205;}

/* 3. Slider */
.slider-height{min-height:1000px;}
.slider2-height{min-height:960px;}
.slider-area{}
.single-slider {
	background-size: cover;
	background-position: center center;
}
.slider-content{}
.slider-content h1 {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
	line-height: 77px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.slider-content h1 span {
	color: #f7b205;
}
.slider-content a{}
.slider-content a.btn:hover{color: #222}
.slider-info {
	margin-bottom: 32px;
}
.slider-info span {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	padding: 0 11px;
}
.slider-info span:last-child{padding-right:0;}
.slider-info span:first-child{padding-left:0;}
.slider-info span i {
	font-size: 16px;
	padding-right: 2px;
}
.slider-count {
	margin-top: 120px;
}
.slider-count .time-count {
	color: #f7b205;
	display: inline-block;
	float: none;
	font-size: 72px;
	font-weight: 800;
	line-height: 1;
	margin: 0 60px;
	text-align: center;
}

.time-count > span {
	display: block;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 5px;
}
.slider-count .time-count:nth-child(2){color:#f7b205;}
.slider-count .time-count:nth-child(3){color:#f7b205;}
.slider-count .time-count:nth-child(4){color:#f7b205;}


.event-count.slider-count {
	margin-top: 0;
}
.time-count-area {
	margin-top: -85px;
}
.event-count.slider-count .time-count {
	color: #f7b205;
	display: inline-block;
	float: none;
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	height: 168px;
	width: 168px;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(176, 176, 176, 0.2);
	border-radius: 50%;
	margin: 0 24px;
	padding-top: 34px;
}
.event-count .time-count > span {
	display: block;
	font-size: 24px;
	text-transform: capitalize;
	color: #0f70b7;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 5px;

}
.slider-count .time-count:nth-child(2){color:#f7b205;}
.slider-count .time-count:nth-child(3){color:#f7b205;}
.slider-count .time-count:nth-child(4){color:#f7b205;}
/* .slider-style-2 */
.slider-text{}
.slider-text > span {
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	background: #f7b205;
	padding: 4px 17px 9px;
	line-height: 1;
	display: inline-block;
}
.slider-text h1 {
	background: #f7b205;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	font-size: 72px;
	text-transform: uppercase;
	padding: 2px 24px 10px 24px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
.slider2-info{
	font-family: 'Archivo Black', sans-serif;
	font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    background: #f7b205;
	border-radius: 15px;
    padding: 15px 36px 15px;
    line-height: 1;
    display: inline-block;
}
.slider2-info .peq{
    font-size: 28px;
    display: inline-block;
} 
.bg-amarillo{
	background: #f7b205;
}


.slider-text a.btn {
	color: #333333;
	background: #fff;
}
.slider-text a.btn:hover{color:#fff;}


.feature-img{
	width: 100px;
	height: 100px;
	display: table;
	margin: 10px auto;
}

.ticket-now-text p{
	color:#ffffff;
}

.menu-rrss {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
}
.menu-rrss li {
    margin: 1rem 0.8rem 0 0.8rem;
    padding: 0;
    display: inline-flex;
}
li.azul{
    border:1px solid #0f70b7;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fb_contacto{
    display: flex;
    text-decoration: none;
    justify-content: center;
    background: url(../img/fb_azul.svg) no-repeat top left;
    height: 35px;
    width: 21px;
    text-decoration: none;
}
li:hover.azul{
	background:  #0f70b7;
}
a:hover.fb_contacto{
    background: url(../img/fb_blanco.svg) no-repeat top left;

}
.insta_contacto{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: url(../img/inst_azul.svg) no-repeat top left;
    height: 35px;
    width: 35px;
}
a:hover.insta_contacto{
    background: url(../img/inst_blanco.svg) no-repeat top left;
}




/* 16. Footer */

footer{
	padding: 4rem;
	background: #f7f7fd;
}



.footer-text{}
.footer-text h4 {
	font-size: 16px;
	color: #d5d5d5;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 7px;
	padding-right: 39px;
	font-family: 'Open Sans', sans-serif;
}
.footer-text h4 a:hover {
	color: #f7b205;
}
.footer-text span {
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
}
.footer-text span a{color:#f7b205;}
.footer-img {
	margin: 0 -5px;
}
.footer-img > li {
  float: left;
  overflow: hidden;
  padding: 5px;
  width: 33.33%;
}
.footer-img a {
  position: relative;
  display: block;
}
.footer-img a::before {
  background: #f7b205;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition:.3s;
}
.footer-img a:hover::before{opacity:.5;}
.footer-img img {
    width: 100%;
}

.footer-bottom-area{}
.copyright {
	margin-top: 7px;
}
.copyright p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
.footer-icon{}
.footer2-icon {
	margin-top: 30px;
}
.footer-icon a {
	color: #666666;
	height: 40px;
	width: 40px;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	transition: .3s;
	margin-right: 8px;
}
.footer-icon a:hover{color:#ec398b;}
.footer-icon a:last-child{margin-right:0;}
.footer2-icon a{background:#e1e1e1;transition:.3s;}
.footer2-icon a:hover{background:#f7b205;color:#fff;}
.footer2-wrapper{
	padding: 0 10px;
}




/* 16. feature-area */
.feature-area{}
.feature-wrapper{}
.feature-img{}
.feature-text{}
.feature-text h4 {
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 13px;
	margin-top: 25px;
}
.feature-text p {
	margin-bottom: 0;
	padding: 0 40px;
}



/* 19. Breadcrumb */
.breadcrumb-area {
  background-position: center center;
  background-size: cover;
}
.breadcrumb-text {
	position: relative;
	z-index: 1;
	padding: 20px 50px;
	margin: 0 auto;
	border-radius: 15px;
	display: table;
	background-color: rgba(255, 255, 225505, 0.5);
}
.breadcrumb-text > h1 {
	color: #f7b205;
	font-size: 65px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.breadcrumb-menu {}
.breadcrumb-menu li {
	display: inline-block;
	position: relative;
	padding: 0 17px;
}
.breadcrumb-menu li a {
	color: #f7b205;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
.breadcrumb-menu li::before {
	color: #fff;
	content: ">";
	display: inline-block;
	font-size: 14px;
	left: -8px;
	padding-bottom: 0;
	position: absolute;
	top: 7px;
	font-weight: 700;
}
.breadcrumb-menu li:first-child::before {
    display: none;
}
.breadcrumb-menu span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.choose-area{}
.choose-img{}
.chose-bg {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}
.chose-bg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background-size: cover;
    background-position: center center;
}
.choose-wrapper {
	height: 100%;
	padding: 100px 100px;
}
.choose-text{}
.choose-text h2 {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 25px;
}
.choose-text p {
	margin-bottom: 30px;
}
.choose-text a.btn{background:#f7b205;color:#333333;transition:.3s;}
.choose-text a.btn:hover{color:#fff;}
.choose-text a.btn:after{background:#0f70b7;}


.event-deatils-active .owl-nav div.owl-next {
	left: auto;
	right: -22px;
}
.event-deatils-active:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.event-deatils-active .owl-nav div:hover {
	background:#ec398b;
}
.event-deatils-active.owl-carousel .owl-item img {
	display: inline-block;
	width: 100%;
}
.event-details-text {
	margin-top: 33px;
	margin-bottom: 43px;
}
.event-details-text h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
}
.event-details-text p {
	margin-bottom: 19px;
}
.event-details-text p:last-child{margin-bottom:0;}
.event-deatils-meta {
	margin-top: 12px;
	margin-bottom: 16px;
}
.event-deatils-meta span {
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 36px;
}
.event-deatils-meta span:last-child{margin-right:0;}
.event-deatils-meta span i {
	color: #f7b205;
	font-size: 14px;
	margin-right: 8px;
}
.event-details-single{}
.event-details-single p{margin-bottom:0;}
.event-title {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 21px;
}
.event-list {
	margin-top: 17px;
}
.event-list li {
	font-size: 14px;
	color: #666666;
	padding-bottom: 10px;
	font-weight: 400;
}
.event-list li:last-child{padding-bottom:0;}
.event-list li i {
	font-size: 14px;
	color: #f7b205;
	margin-right: 12px;
}
.pricing-plan-wrapper {
	background: #4c1864;
}
.pricing-plan2{background:#ec398b;}
.pricing-plan-text {
	padding: 36px 0;
}
.pricing-plan-text h4 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 23px;
}
.pricing-plan-text h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.event-details-single p.pricing-plan-info {
	margin-bottom: 18px;
}
.team-area .event-title {
	margin-bottom: 34px;
}


 


