/* ------------------------------------------------
  Project:   Softino - Software Landing Page HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Clients Logo
  13. Contact
  14. Video
  15. Image Box
  16. Side Background
  17. Error Page
  18. List Icon
  19. Bg Animated Image
  20. How It Work
  21. Spinner
  22. Hexagon
  23. Timeline
  24. Other


/* ------------------------
    General
------------------------*/
/*--------------------------- Color variations ----------------------*/
/*--------------------------- background Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Charm:400,700");

body {
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #5f5f5f;
    letter-spacing: 1px;
}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;

    letter-spacing: 2px;
    font-family: "Nunito", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 60px;
    font-style: normal;
    line-height: 70px;
    font-weight: bold;

    color: #1c1d3e;
    letter-spacing: 0;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #1c1d3e;

    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #1c1d3e;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #1c1d3e;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #1c1d3e;
}

ul {
    margin: 0px;
    padding: 0px;
}

u {
    text-decoration-style: wavy;
}


body.home-2 h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    font-family: 'PT Sans', sans-serif;
}


body.home-3 h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web", sans-serif;
    font-family: 'PT Sans', sans-serif;
}

body.home-4 h1, h2, h3, h4, h5, h6 {
    font-family: "Work Sans", sans-serif;
    font-family: 'PT Sans', sans-serif;
}

body.home-5 h1, h2, h3, h4, h5, h6 {
    font-family: "Cabin", sans-serif;
    font-family: 'PT Sans', sans-serif;
}

body.home-6 h1, h2, h3, h4, h5, h6 {
    font-family: "Dosis", sans-serif;
    font-family: 'PT Sans', sans-serif;
}

.pt-sans {
    font-family: 'PT Sans', sans-serif;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.o-hidden {
    overflow: hidden;
}

.o-x-hidden {
    overflow-x: hidden;
}

.img-center {
    display: inline-block !important;
    max-width: 100%;
}

.pos-r {
    position: relative;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

h1 span {
    color: #2575fc;
}

section {
    padding: 15px 0;
}

.section-title {
    margin-bottom: 50px;
    position: relative;
}

.section-title p {
    font-size: 16px;
}

.align-item-middle {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.align-item-middle > div {
    width: 100%;
}

.la {
    line-height: inherit;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #f1bf22;
}

.text-black {
    color: #1c1d3e !important;
}

.text-grey {
    color: #999999;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}

.text-degradado-color {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(left, rgb(137, 60, 172) 20%, rgb(244, 90, 145) 81%);
    background: -o-linear-gradient(left, rgb(137, 60, 172) 20%, rgb(244, 90, 145) 81%);
    background: -ms-linear-gradient(left, rgb(137, 60, 172) 20%, rgb(244, 90, 145) 81%);
    background: -moz-linear-gradient(left, rgb(137, 60, 172) 20%, rgb(244, 90, 145) 81%);
    background: -webkit-linear-gradient(left, rgb(137, 60, 172) 20%, rgb(244, 90, 145) 81%);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #02060b;
}

.grey-bg {
    background-color: #f3f5ff;
}

.theme-bg {
    background-color: #2575fc;
}

.transparent-bg {
    background-color: inherit !important;
}

.grediant-bg {
    background: linear-gradient(90deg, #ffc0d7 0%, rgb(124, 59, 148) 80%);
    background: linear-gradient(90deg, #ffc0d7 0%, rgb(218, 159, 192) 80%);
    background: linear-gradient(90deg, #ffffff 0%, rgba(185, 96, 197, 0.45) 80%);
}

.grediant-bg2 {
    background: linear-gradient(90deg, #f3f5ff 0%, rgb(245, 245, 245) 80%) !important;
}

/* ------------------------
    Border Radius
------------------------*/
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radius-1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius-2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius-3 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.radius-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item {
    height: 100%;
}

.hero-bg {
    left: 0;
    position: absolute;
    top: 0;
}

.fullscreen-banner .img-side {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5%;
    height: auto;
}

.banner h5 {
    background: none;
    background: #7d3b94;
    background: none;
    text-transform: none;
    padding: 7px 15px;
    display: inline-block;


    font-weight: bold !important;
    font-size: 21px !important;
    font-size: 30px !important;
    font-style: normal;

    font-weight: 600;
    color: #893cac !important;
    border-bottom-right-radius: 7px;
}

.home-6 .banner .bnr-box {
    background: #5c2ec2;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    margin: 50px 0;
    padding: 50px 0;
    display: table;
    width: 100%;
    border-top: 2px dashed rgba(255, 255, 255, 0.5);
    border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}

.countdown > li {
    font-weight: 700;
    text-align: center;
    list-style-type: none;
    display: table-cell;
    width: auto;
}

.countdown > li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
}

.countdown > li p {
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    color: #1c1d3e;
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p, .privacy-policy p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list, .privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i, .privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {
    background: #ffffff;
    padding: 50px 10px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
}

/* ------------------------
    Contact
------------------------*/
.contact-media {
    background: #ffffff;
    text-align: center;
    padding: 50px 30px;
    border-radius: 7px;
    border-bottom: 3px solid #f1bf22;
}

[class*='col-']:nth-child(2) .contact-media {
    border-bottom: 3px solid #005bea;
}

.contact-media i {
    line-height: 70px;
    font-size: 70px;
    color: #2575fc;
    color: #f1bf22;
    margin-bottom: 30px;
    display: inline-block;
}

.contact-media span {
    font-size: 16px;
    color: #1c1d3e;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.contact-media p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-media a {
    color: #1c1d3e;
}

.contact-media a:hover {
    color: #2575fc;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #1c1d3e;
}

.form-control {
    height: 50px;
    border-radius: 5px;
    font-size: 13px;
    color: #1c1d3e;
    background: #fafaff;
    border: 1px solid #c7c6c6;
}

.theme-bg .form-control .dark-bg .form-control {
    background: none;
    border: 5px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .form-control, .theme-bg .form-control {
    color: #ffffff;
}

.grey-bg .form-control {
    background: #ffffff;
}

textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #2575fc;
}

.theme-bg .form-control:focus {
    border-color: #2575fc;
}

select.form-control {


    height: 50px !important;
}

#map {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
    color: #555;
}

.dark-bg .form-control::-webkit-input-placeholder, .theme-bg .form-control::-webkit-input-placeholder, .dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder, .dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder, .dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder {
    color: #ffffff;
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn .play-btn {
    font-size: 30px;
    background: #c42625;
    color: #ffffff;
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    -moz-transition-property: color, background, border-color;
    -o-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.theme-bg .video-btn .play-btn, .dark-bg .video-btn .play-btn {
    background: #ffffff;
    border-color: #ddd;
    color: #2575fc;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}

.video-btn .spinner-eff {
    left: 50%;
    top: 50%;
}

/* ------------------------
    Image Box
------------------------*/
.img-box {
    background: #ffffff;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}

.img-box img {
    width: 100%;
}

.box-loader {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 15px;
}

.box-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2575fc;
    margin: 0 5px;
    opacity: 0;
}

.box-loader span:nth-child(1) {
    -webkit-animation: opacitychange 1s ease-in-out infinite;
    -moz-animation: opacitychange 1s ease-in-out infinite;
    -o-animation: opacitychange 1s ease-in-out infinite;
    animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
    -webkit-animation: opacitychange 1s ease-in-out 0.33s infinite;
    -moz-animation: opacitychange 1s ease-in-out 0.33s infinite;
    -o-animation: opacitychange 1s ease-in-out 0.33s infinite;
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
    -webkit-animation: opacitychange 1s ease-in-out 0.66s infinite;
    -moz-animation: opacitychange 1s ease-in-out 0.66s infinite;
    -o-animation: opacitychange 1s ease-in-out 0.66s infinite;
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

/* ------------------------
    Side Background
------------------------*/
.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.img-side img {
    max-width: 100%;
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    left: inherit;
    right: 0;
}

/* ------------------------
    Error Page
------------------------*/
.error-page {
    font-size: 350px;
    font-weight: bold;
    line-height: 250px;
    font-family: "Charm", sans-serif;
}

.error-page > span {
    display: inline-block;
    position: relative;
    color: #2575fc;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.error-page > span:nth-of-type(1) {
    color: #2575fc;
    -webkit-animation: colordancing 4s infinite;
    -moz-animation: colordancing 4s infinite;
    -o-animation: colordancing 4s infinite;
    animation: colordancing 4s infinite;
}

.error-page > span:nth-of-type(3) {
    color: #00c9ff;
    animation: colordancing2 4s infinite;
    -webkit-animation: colordancing2 4s infinite;
    -moz-animation: colordancing2 4s infinite;
    -o-animation: colordancing2 4s infinite;
    animation: colordancing2 4s infinite;
}

.error-page > span:nth-of-type(2) {
    width: 250px;
    height: 120px;
    border-radius: 999px;
}

.error-page > span:nth-of-type(2):before, .error-page > span:nth-of-type(2):after {
    border-radius: 0%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 999px;
    box-shadow: inset 30px 0 0 rgba(0, 201, 255, 0.4), inset 0 30px 0 rgba(5, 248, 161, 0.4), inset -30px 0 0 rgba(255, 8, 68, 0.4), inset 0 -30px 0 rgba(255, 81, 47, 0.4);
    animation: shadowsdancing 4s infinite;
    -webkit-animation: shadowsdancing 4s infinite;
    -moz-animation: shadowsdancing 4s infinite;
    -o-animation: shadowsdancing 4s infinite;
    animation: shadowsdancing 4s infinite;
}

.error-page > span:nth-of-type(2):before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    position: relative;
    padding-left: 30px;
}

.list-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #f35a90;
    font-size: 22px;
    line-height: 20px;
}

.list-icon-2 li {
    padding-left: 20px;
    position: relative;
}

.list-icon-2 li:before {
    content: "";
    background: #2575fc;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 4px;
}

.custom-li {
    display: inline-block;
}

.custom-li li {
    float: left;
    margin-bottom: 15px;
    width: calc(100% / 2);
}

/* ------------------------
    Bg Animated Image
------------------------*/
.info-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 100%;
    content: "";
    background-image: url(../images/pattern/07.png);
    z-index: -1;
}

.bg-effect::after {
    background: #fafaff;
    background: #f1bf2214;
    top: 0;
    content: "";
    left: 0%;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    border-top-left-radius: 50%;
}

.bg-effect.right::after {
    left: 0;
    right: 25%;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
}

.bg-effect-2::before {
    background: #ffffff;
    top: -50px;
    content: "";
    height: 120px;
    left: 0;
    overflow: visible;
    position: absolute;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    width: 100%;
}

.bg-effect-3::after {
    background: #ffffff;
    bottom: -50px;
    content: "";
    height: 120px;
    left: 0;
    overflow: visible;
    position: absolute;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    width: 100%;
}

.bg-effect-4::after {
    background: #2575fc;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    content: "";
    height: 80%;
    right: -20%;
    position: absolute;
    top: 10%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    width: 70%;
    z-index: -1;
}

.bg-animation {
    position: absolute;
    top: -100px;
    left: 0;
}

.wave-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.wave-bg > use {
    -webkit-animation: move-forever 20s linear infinite;
    -moz-animation: move-forever 20s linear infinite;
    -o-animation: move-forever 20s linear infinite;
    animation: move-forever 20s linear infinite;
}

.wave-bg > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.wave-bg > use:nth-child(2) {
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
}

.wave-bg > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 8s;
}

.wave-animation {
    display: block;
    width: 100%;
    height: 8em;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    bottom: -40px;
}

/* ------------------------
    How It Work
------------------------*/
.work-process {
    position: relative;
}

.step-num {
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    -moz-box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    -o-box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    color: #005bea;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    right: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.theme-bg .work-process h4, .theme-bg .work-process p {
    color: #ffffff;
}

.step-icon {
    background: #ffffff;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #fafaff;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #1c1d3e;
}

.step-icon span {
    position: relative;
}

.step-icon span::after, .step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1;
}

.step-icon span::after {
    background: #cdf3f6;
    height: 25px;
    left: -10px;
    top: 5px;
    width: 25px;
}

.step-icon span::before {
    background: #d4f8e6;
    bottom: 0;
    right: -10px;
}

.dark-bg .step-icon {
    color: rgba(255, 255, 255, 0.9);
    background: none;
}

.dark-bg .step-desc h4 {
    color: #2575fc;
}

.dark-bg .step-icon {
    border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .step-desc p {
    color: rgba(255, 255, 255, 0.7);
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.work-process .box-loader {
    position: absolute;
    top: 30%;
    right: -15%;
    left: inherit;
}

.work-process.style-2 {
    padding: 0;
    display: flex;
    align-items: center;
}

.work-process.style-2:before {
    display: none;
}

.work-process.style-2 .step-num-box {
    margin-bottom: 0;
    margin-right: 30px;
}

.work-process.style-3 {
    padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
    background: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.1);
    font-size: 120px;
    height: auto;
    left: 50%;
    line-height: 120px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

#svg-container {
    position: absolute;
    width: 100%;
    left: 52%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
}

#svgC {
    margin: 0 auto;
    width: 100%;
}

/* ------------------------
    Spinner
------------------------*/
.spinner-eff {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
}

.spinner-eff .spinner-circle {
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.spinner-eff .circle-1 {
    width: 100%;
    height: 100%;
    background-color: #be1717;
    top: 0;
    -webkit-animation: pulse 1.6s linear 0s infinite;
    -moz-animation: pulse 1.6s linear 0s infinite;
    -o-animation: pulse 1.6s linear 0s infinite;
    animation: pulse 1.6s linear 0s infinite;
}

.spinner-eff .circle-2 {
    width: 66.6%;
    height: 66.6%;
    background-color: # #be1618;
    top: 16.5%;
    -webkit-animation: pulse-2 1.6s linear 0s infinite;
    -moz-animation: pulse-2 1.6s linear 0s infinite;
    -o-animation: pulse-2 1.6s linear 0s infinite;
    animation: pulse-2 1.6s linear 0s infinite;
}

/* ------------------------
    Hexagon
------------------------*/
.hexagon-bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    display: flex;
}

.hexagon-bg.style-2 {
    top: 50%;
}

.hexagon {
    position: relative;
    margin: 0 auto;
    width: 10em;
    height: 17.32em;
    border-radius: 1em/.5em;
    background: #fafaff;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.hexagon:before, .hexagon:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}

.hexagon:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hexagon:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon:nth-child(2n+2) {
    margin-top: 20px;
}

.hexagon-bg.style-2 .hexagon {
    background: #ff0844;
    opacity: 0.050;
}

/* ------------------------
    Timeline
------------------------*/
.timeline {
    position: relative;
    margin: 0 auto;
}

.timeline:after {
    content: '';
    position: absolute;
    width: 5px;
    background: #fafaff;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -2px;
}

.timeline--first:after {
    top: 20px;
}

.timeline-title {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.timeline-title h2 {
    background: #ffffff;
    color: #2575fc;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 24px;
    line-height: 30px;
}

.timeline-inner {
    padding: 10px 30px 40px 30px;
    width: 50%;
    position: relative;
    background-color: inherit;
}

.timeline-right {
    margin-left: 50%;
}

.timeline-content {
    padding: 20px 30px;
    background: #ffffff;
    position: relative;
    border-radius: 7px;
}

.timeline-content h3 {
    font-size: 20px;
    color: #1c1d3e;
    font-weight: bold;
}

.timeline-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -16px;
    margin: auto;
    height: 32px;
    width: 32px;
    border: 3px solid #2575fc;
    border-bottom: 3px solid transparent !important;
    border-radius: 50%;
    z-index: 9;
    background: #ffffff;
    -webkit-animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -o-animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-3-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.timeline-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #005bea;
    border-radius: 50%;
    z-index: 9;
    -webkit-animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -o-animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: loader-3-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.timeline-right.timeline-inner::before {
    right: inherit;
    left: -16px;
}

.timeline-right.timeline-inner::after {
    right: inherit;
    left: -3px;
}

.timeline-content:before, .timeline-content:after {
    content: "";
    background: #2575fc;
    border-radius: 7px;
    width: 0;
    height: 3px;
    position: absolute;
}

.timeline-content:before {
    top: 0;
    left: 0;
}

.timeline-content:after {
    bottom: 0;
    right: 0;
}

.timeline-inner:hover .timeline-content:before, .timeline-inner:hover .timeline-content:after {
    width: 10%;
}

/* ------------------------
    Other
------------------------*/
#canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#confetti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.blink-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
}

.morph-wrap {
    position: absolute;
    top: 0;
    left: -20%;
    bottom: 0;
    width: 70%;
    pointer-events: none;
    z-index: -1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.morph {
    position: relative;
    height: 130%;
    fill: #ffe2e1;
    flex: none;
    width: 150%;
}

.login-form img {
    height: 100px;
}

.remember-checkbox label {
    margin-bottom: 0;
}

.round-shape {
    position: absolute;
    right: 10%;
    bottom: 0;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background: none;
    border: 50px solid #2575fc;
    -webkit-animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    -moz-animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    -o-animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    opacity: 0.050;
}

/*# sourceMappingURL=style.css.map */


.title1 {
    font-size: 60px;
    line-height: 64px !important;
    text-transform: none;
}

.title2 {
    font-size: 40px;
    line-height: 44px !important;
    text-transform: none !important;
}

.title3 {
    font-size: 28px;
    line-height: 34px !important;
    text-transform: none !important;
}

.title4 {
    font-size: 25px;
    line-height: 30px !important;
    text-transform: none !important;
}

b, strong {
    font-weight: bold !important;
}

body {
    font-family: 'PT Sans', sans-serif;
}


.owl-carousel .featured-item {
    margin: 0px !important;
}

.white {
    color: white !important;
}


.featured-item::before {
    transform: scale(0);
    background: #f45a91 !important;
    background: linear-gradient(180deg, #f45a91 0%, #f45a91 80%) !important;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.featured-item.style-3 {
    padding: 10px 10px;

}

.featured-item .featured-icon i {
    color: #f1bf22;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
}

.featured-title h6 {
    margin-top: 14px;
}

.featured-item .featured-icon {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

.price-value h2 span {
    font-size: 26px;
    left: 125px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    top: 10px;
    color: #5f5f5f;
    font-weight: normal;
}

.pink2 {
    color: #a7429a;
}

.pink2-back {
    background: #a7429a !important;
}

.pb2 {
    color: #a7429a26;;
}

.pink {
    color: #f45a91;
}

.pink-back {
    background: #f45a91 !important;
}

.pb {
    color: #f45a9126;;
}

.lila {
    color: #893cac;
}

.lila-back {
    background: #893cac !important;
}

.lb {
    color: #893cac24;
}

.price-table {

}

.hf {
    padding-left: 0;
    list-style: none;
    min-height: 180px;
}

.price-inside {
    font-size: 65px;
    line-height: 80px;
    position: absolute;
    left: 91%;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-weight: 900;

}

.hexagon-bg.style-2 .hexagon {
    background: #f45a91;
    opacity: 0.25;
}

.price-title {
    font-weight: bold !important;
}

.plc ul li {
    margin-bottom: 9px;
}

.testimonial .tq2 {
    color: #ffe2e1;
    z-index: -1;
    font-size: 89px;
    line-height: 90px;
}

.testimonial.style-52 .testimonial-content {
    background: #ffffff;
    margin-left: 0px;
    border-radius: 7px;
    padding: 10px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    margin 0;
}

.testimonial-caption:before {
    background: #8f3eaa;
    width: 100px;
    left: 0;
}

.testimonial-caption:after {
    background: #f45a91;
    width: 20px;
    left: 110px;
}

.nube_texto {
    width: 100%;
    text-align: center;
    margin-top: -253px;
    position: absolute;
    z-index: 999;
    color: white;
}

.nube_texto h3 {
    font-size: 70px;
}

.testimonial .testimonial-caption h5 {
    color: #7e3c95;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.testimonial.style-4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9e42a7;
    border-radius: 30px;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: -2;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span, .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #9e42a7;
    width: 22px;
}

.featured-item::before {
    transform: scale(0);
    /* background: #f45a91!important; */
    /* background: linear-gradient(180deg, #f45a91 0%, #f45a91 80%)!important; */
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: transparent !important;
    color: inherit !important;
}

.testimonial.style-4 {
    background: #fef3f4;
    padding: 30px;
    border-radius: 7px;
}

section {

}

.featured-item.style-4 {
    background: linear-gradient(180deg, #af47a2 0%, #a944a3 80%) !important;
    background: linear-gradient(180deg, #7c3b94 0%, #f45a91 80%) !important;


}

.style-i1 {


    background-image: url(/landing/Home_02.png) !important;
    /*background-image:url(https://zerovoz.com/wp-content/uploads/2018/11/01.png)!important;*/

    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-attachment: scroll !important;
    background-size: 100% !important;
    min-width: 100%;
}

.ah1 {
    /* padding-left: 30%; */
    width: 120%;
    box-shadow: none !important;
    font-size: 29px !important;
    line-height: 44px !important;
    color: #fff6f5 !important;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
    font-weight: bold;
    padding-top: 36px;
    margin-left: 45%;
    /* background: wheat; */
}

.imageb1 {
    position: absolute;
    height: 160%;
    top: -16px;
    z-index: -16;
    left: -55px;
    background-image: url(/landing/Home_04.png) !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-attachment: scroll !important;
    background-size: 117% !important;
    max-width: 169%;
    width: 329px;
    box-shadow: none;
}

.img3 {
    border-radius: 20% 10% 20% 40% !important;
}

.img3 img {
    height: 300px;
    width: auto;
    animation: leftRight 5s infinite;
    margin-top: -90px;
}

.testimonial.style-4 {
    background: #fef3f4;
    padding: 30px;
    border-radius: 7px;
    max-width: 600px;
    margin: 0 auto;
}

.plc ul li {
    margin-bottom: 9px;
    text-align: left;
    padding-left: 30px;
}

.price-table::before {
    background: #fff6f5;
    content: "";
    height: 300px;
    left: -25%;
    position: absolute;
    top: -10%;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
    width: 150%;
}

.c1t {
    font-weight: bold;
    color: #7c3b94;
    font-size: 17px;
}

#mc-form input[type="text"] {
    width: 100%;
    border: none;
    background: #ffffff;
    border-radius: 7px;
    color: #1c1d3e;
    font-size: 14px;
    padding: 0 20px;
    height: 60px;
}

#mc-form input[type="text"], .timeline-content, .timeline-title h2, .contact-media, .accordion .card-header, .counter, .img-box, .tab.style-2, .price-table {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.check {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    font-size: 1em;
    margin: 0;
    position: relative;
    text-align: center;
    line-height: normal;
    min-height: 0 !important;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    width: 15px;
    height: 20px;
    margin-top: 2px;
}

.price-table::before {
    background: #e9cdf742;
}

.slow {
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.dark-bg-amarillo {
    /*background-color: #fcf3d7;*/
}

.shadow {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.bg-back {
    background: black;
}

.bg-back li, .bg-back a, .bg-back p {
    color: white !important;
}


/********* QUIENES SOMOS ****************************/
.featured-title h5 {
    margin: 30px 0 20px;
    text-transform: none;
    font-weight: bold;
}
featured-item {
    padding: 0px!important;
}

.btn.btn-theme {
    background: #f1bf22;
    /* background: linear-gradient(90deg, #005bea 0%, #2575fc 80%); */
    color: #000000;
}

.delegaciones p
{
    margin-bottom: 10px;
}
.delegaciones h6
{
    margin-bottom: 5px;
    letter-spacing: 0px;
    color: black;
}
.contact-media {
    background: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 7px;
    border-bottom: 3px solid #f1bf22;
    min-height: 232px;
}

[class*='col-']:nth-child(2) .contact-media {
    border-bottom: 3px solid #f1bf22;
}

textarea.form-control {
    height: 180px;
    border-radius: 5px;
}

form label
{
    font-weight: bold;
}
.tdleft {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #cccccc; FONT-VARIANT: normal
}
.tdright {
    FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #cccccc; TEXT-ALIGN: justify; FONT-VARIANT: normal
}
table A {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #003366; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-VARIANT: normal; TEXT-DECORATION: underline
}
table  A:hover {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0099ff; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-VARIANT: normal; TEXT-DECORATION: none
}
.tdtop2 {
    FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #999999; TEXT-ALIGN: left; FONT-VARIANT: normal
}
/**************************************************** */

@media (max-width: 992px) {
    .navbar-nav .nav-link {
        padding: 10px !important;
        font-size: 15px;
        border-radius: 0;
        color: black !important;
    }

    .navbar-toggler span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #f1bf22!important;
        -webkit-transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        -moz-transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        -o-transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .video-btn-pos {
        position: absolute;
        position: absolute;
        left:0;
        top:0;
        width: auto !important;
        z-index: 99;
        margin-left: calc(50% - 25px)!important;
        margin-top: 38px;
    }
    .pd-e
    {
        padding: 5px!important;
        padding-bottom: 0px!important;
    }
    .pd-e a
    {
        font-size: 12px!important;
    }

    .listc
    {
        height: 300px;
        overflow-y: scroll;
        border-top: 2px solid #f1bf22;

        background: #9e9e9e12;
        padding-top: 10px;
    }
}

.hidden
{
    display: none!important;
}
.error
{
    color:#E91E63;
}
.pea_cook_wrapper{position:fixed;padding:8px 21px;margin:0;border-radius:5px;z-index:10000;text-align:center}.pea_cook_control{width:80%;padding:8px 21px;margin:20px auto;border-radius:5px;z-index:10000;text-align:center;color:white}.eu_control_btn{border:none;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;cursor:pointer;margin:10px}.pea_cook_wrapper.pea_cook_topleft{top:30px;left:30px;margin-right:5%}.pea_cook_wrapper.pea_cook_topright{top:30px;right:30px;margin-left:5%}.pea_cook_wrapper.pea_cook_topcenter{top:30px;left:30px;margin:0 25%}.pea_cook_wrapper.pea_cook_bottomleft{bottom:30px;left:30px;margin-right:5%}.pea_cook_wrapper.pea_cook_bottomright{bottom:30px;right:30px;margin-left:5%}.pea_cook_wrapper.pea_cook_bottomcenter{bottom:30px;left:30px;margin:0 25%}.pea_cook_wrapper p{bottom:30px;font-family:"helvetica neue",helvetica,arial,sans-serif;font-size:11px;margin:0;font-weight:700}.pea_cook_wrapper a{border-bottom:dotted thin #eee;text-decoration:none}.pea_cook_wrapper a:hover{text-decoration:none;border-bottom-style:solid}a#fom,a#pea_close{border-bottom:1px dotted}a#pea_close{padding-top:20px;display:block}button.pea_cook_btn{background:#e3e3e3;border:1px solid #bbb;border-radius:5px;box-shadow:inset 0 0 1px 1px #f6f6f6;color:#333;font:bold 12px "helvetica neue",helvetica,arial,sans-serif;line-height:1;padding:5px 0;text-align:center;text-shadow:0 1px 0 #fff;width:100px;margin-left:20px}button.pea_cook_btn:hover{background:#d9d9d9;-webkit-box-shadow:inset 0 0 1px 1px #eaeaea;-moz-box-shadow:inset 0 0 1px 1px #eaeaea;box-shadow:inset 0 0 1px 1px #eaeaea;color:#222;cursor:pointer}button.pea_cook_btn:active{background:#d0d0d0;-webkit-box-shadow:inset 0 0 1px 1px #e3e3e3;-moz-box-shadow:inset 0 0 1px 1px #e3e3e3;box-shadow:inset 0 0 1px 1px #e3e3e3;color:#000}.pea_cook_more_info_popover{display:none;position:absolute;top:0;z-index:1000000;height:80%;width:100%;left:0}.pea_cook_more_info_popover_inner{margin:40px auto;min-width:50%;min-height:200px;padding:50px;max-width:60%;background-color:rgba(0,0,0,.75);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)"}.pea_cook_more_info_popover_inner a{border-bottom:dotted thin #eee;text-decoration:none}.pea_cook_more_info_popover_inner a:hover{text-decoration:none;border-bottom-style:solid;color:#ddd}.pea_cook_more_info_popover h2{font-size:22px;font-weight:700}.pea_cook_more_info_popover h3{font-size:22px;font-weight:700}.eucookie{float:left;border-radius:5px;transition:background 0.5s;margin:10px}.eucookie:hover{cursor:pointer;background-position:-20px -10px!important;transition:background 0.5s}.eucookie span{width:100%;padding:10px;text-align:center;float:left}

.logoD1
{
    max-width: 100%;
    max-height: 147px;
}

.logoD3
{
    max-width: 100%;
    max-height: 147px;
}

.logoD2
{
    width: 100%;
}