﻿#seccion-suscribir{
    margin: 50px 0;
}

/*===================================================
 Homes Banner
==================================================*/
.image-bg {
    background-size: cover !important;
    background-position: center !important;
}
.image-cover {
    background-size: cover !important;
    background-position: center !important;
}
.hero-banner {
    padding:3em 0 3em;
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
    justify-content: center;
    align-items: center;
}
.hero-search-wrap {
    position: relative;
    background: #f8faff;
    max-width: 540px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding:30px 40px 40px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.light {
    position: relative;
    background:#ffffff;
    max-width: 540px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding:30px 40px 40px;
    box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.hs-2 {
    background:rgba(255,255,255,0.15);
    border-radius:5px;
    padding:1rem 1rem 0rem;
}
.hero-search-wrap.full-width {
    width:100%;
    max-width:100%;
}
.hero-search h1 {
    text-transform: capitalize;
    color: #2b4db9 !important;
    font-size:35px;
    margin-bottom: 2rem;
}
.btn-suscribirse {
    background: #e70033;
    padding: 17px;
    border-radius:5px;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    color: #ffffff;
    width: 100%;
    font-size:1.2rem;
}
.btn-suscribirse:hover, .btn-suscribirse:focus{
    color:#ffffff !important;
}
.hero-banner.dark-text h1, .hero-banner.dark-text p, .hero-banner.dark-text h1, .hero-banner.dark-text  p{
    color:#4d5968;
}

/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
    background:#232323;
    background-position:center;
    background-size:cover;
    padding:4em 0;
    position:relative;
}
.large-banner {
    min-height: 100vh;
    padding: 5em 0 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.verticle-center{
    text-align:center;
}
.hero-header{
    margin: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.hero-banner>*{
    position:relative;
    z-index:1;
}
.hero-banner h1{
    font-weight:800;
    line-height:1.3;
}
.hero-banner p{
    font-size:18px;
}
[data-overlay] {
    position: relative;
}
/*[data-overlay]:before {
    position: absolute;
    content: '';
    background:#000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}*/
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
.hero-banner>* {
    position: relative;
    z-index: 22;
}
.search-header-banner>* {
    position: relative;
    z-index: 22;
}
#canvas{
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.popular-cat-list{
    margin:2rem 0 1rem;
}
.popular-cat-list ul{
    margin:0;
    padding:0;
    text-align:center;
}
.popular-cat-list ul li{
    display:inline-block;
    padding:4px;
    list-style:none;
}
.popular-cat-list ul li a {
    display: inline-block;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.2);
    font-size: 14px;
}
.popular-cat-list ul li a:hover, .popular-cat-list ul li a:focus{
    background:#ffffff;
}
.help-video {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pulse {
    display: inline-block;
    width:32px;
    height:32px;
    border-radius: 50%;
    background:#f96825;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255,255,255, 0.6);
    animation: pulse 2s infinite;
    margin-right: 10px;
    position:relative;
}
span.pulse:before {
    content: "\e6ad";
    font-family: themify;
    left: 10px;
    top: 7px;
    position: absolute;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
a.wt-video {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    color: #ffffff !important;
    font-weight: 600;
}
a.wt-video:hover, a.wt-video:focus{
    color:#ffffff;
}
a.sb-directory {
    background: rgba(255,255,255,0.2);
    padding: 14px 30px;
    color: #ffffff !important;
    border-radius: 4px;
}
.rt-log{
    transform: rotate(-90deg);
}

h1.big-header-capt {
    font-weight:700;
    margin: 0 auto;
    margin-bottom:0.4em;
    text-align: center;
    text-transform:capitalize;
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.hero-search-radius .filter-group {
    padding: 0;
    margin: 0;
    width: 100%;
}

/*---- Advance Slide Search Box ---------------*/
.full-search-2 {
    padding:25px 25px 10px;
    border-radius: 6px;
}
.full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
}

/*--------- Search Modern with box shadow -----*/
.full-search-2.hero-search-radius.box-style {
    background: #ffffff;
    padding: 10px 20px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,.2);
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255,255,255,.2);
    overflow: inherit;
}

.full-search-2 {
    padding:18px 25px 10px;
    border-radius: 6px;
    overflow: hidden;
}
.full-search-2.italian-search .form-group{
    margin-bottom:5px;
}
.full-search-2.transparent{
    background:transparent;
    padding:15px 25px 15px;
}
.full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
}

.full-search-2.hero-search-radius {
    padding:10px 20px 5px;
    border-radius: 50px;
}

.full-search-2.hero-search-radius {
    border-radius: 10px;
}
/*--------- Search Modern with box shadow -----*/
.full-search-2.hero-search-radius.box-style {
    background: #ffffff;
    padding: 10px 20px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,.2);
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255,255,255,.2);
    overflow: inherit;
}

.full-search-2 {
    padding:18px 25px 10px;
    border-radius: 6px;
    overflow: hidden;
}
.full-search-2.italian-search .form-group{
    margin-bottom:5px;
}
.full-search-2.transparent{
    background:transparent;
    padding:15px 25px 15px;
}
.full-search-2 .hero-search h1 {
    margin-bottom: 1rem;
    text-align: center;
}

.full-search-2.hero-search-radius {
    padding:10px 20px 5px;
    border-radius: 50px;
}

.full-search-2.hero-search-radius {
    border-radius: 10px;
}
.full-search-2.hero-search-radius .form-control{
    border-color: #82c2c1;
    padding: 17px;
    border-radius:5px;
    box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
    width: 100%;
    font-size:1.2rem;
}

.suscripcion-left{
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
}
.suscripcion-left>p{
    text-align: center;
}