/* Logo Doctorweb */
.doctorweb .doc1 {
    width: 2%;
    animation: 10s doc infinite ease;
}

.doctorweb .doc2 {
    width: 10%;
}

@keyframes doc {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    90% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Logo Doctorweb */
/* Boton whatsapp  */
.btn-whatsapp {
    display: block;
    width: 75px;
    height: 75px;
    color: #333;
    position: fixed;
    right: 1%;
    bottom: 1%;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    z-index: 999;
    font-size: 70px !important;
    background: rgba(38, 212, 102, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(38, 212, 102, 1) 0%, rgba(34, 186, 89, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(38, 212, 102, 1)), color-stop(100%, rgba(34, 186, 89, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(38, 212, 102, 1) 0%, rgba(34, 186, 89, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(38, 212, 102, 1) 0%, rgba(34, 186, 89, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(38, 212, 102, 1) 0%, rgba(34, 186, 89, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(38, 212, 102, 1) 0%, rgba(34, 186, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26d466', endColorstr='#22ba59', GradientType=1);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    transition: ease .5s;
}

.btn-whatsapp i {
    color: #fff !important;
    transition: ease .5s;
    display: block;
    margin-top: 4%;
}

.btn-whatsapp:hover {
    background-color: #333;
    transform: rotate(360deg);
    transition: ease .5s;
}

.btn-whatsapp span {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: .3em;
    right: 2px;
    background-color: #de2f36;
    color: #fff;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    transition: .5s ease;
    animation: iconw 2s infinite ease-in-out;
}

.btn-whatsapp:hover span {
    display: none !important;
    transition: .5s ease;
}

@keyframes iconw {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

/* Boton whatsapp  */
/* Barra lateral */
.social-bar {
    position: fixed;
    right: 0;
    top: 60%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}

.icono {
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
}

.icono-facebook {
    background-image: -webkit-gradient(linear, left top, right top, from(#002B7A), to(#002261));
    background-image: linear-gradient(90deg, #002B7A 0%, #002261 100%);
}

.icono-twitter {
    background: #CAF55F;
}

.icono-youtube {
    background: #CAF55F;
}

.icono-instagram {
    background-image: -webkit-gradient(linear, left top, right top, from(#00e1ff), to(#fa9442));
    background-image: linear-gradient(90deg, #00e1ff 0%, #fa9442 100%);
}

.icono:first-child {
    border-radius: 1rem 0 0 0;
}

.icono:last-child {
    border-radius: 0 0 0 1rem;
}

.icono:hover {
    padding-right: 3rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
    color: #333;
}

/* Barra lateral */
/* Barras */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-image: -webkit-gradient(linear, left top, right top, from(#002B7A), to(#002261));
    background-image: linear-gradient(90deg, #002B7A 0%, #002261 100%);
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, right top, from(#00e1ff), to(#fa9442));
    background-image: linear-gradient(90deg, #00e1ff 0%, #fa9442 100%);
    transition: .5s;
}

/* Barras */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
}

.logo {
    width: 40%;
    animation: logo 20s linear infinite alternate-reverse;
}

.logo2 {
    width: 60%;
}

.logo3 {
    width: 20%;
    animation: logo 20s linear infinite alternate-reverse;
}

.logo4 {
    width: 40%;
}

.service-one__single h3 {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.service-one__single p {
    width: 100%;
    padding: 0% 5% !important;
}

@keyframes logo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-nav__logo-box {
    width: 15em;
    padding-right: 1% !important;
}

.thm-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#25D366), color-stop(51%, #28E06C), to(#22BA59));
    background-image: linear-gradient(90deg, #25D366 0%, #28E06C 51%, #22BA59 100%);
}

#tophead {
    background-image: -webkit-gradient(linear, left top, right top, from(#002B7A), to(#002261));
    background-image: linear-gradient(90deg, #00e1ff 0%, #00b7ff 100%);
}

#tophead a {
    color: #fff;
    margin-left: 2%;
    transition: .5s ease;
}

.slider-one__slide-1 {
    background-image: url(../images/slide1.jpg);
    animation: slide 20s ease infinite alternate-reverse;
}

.main-nav__one {
    background-color: #fff;
}

.main-nav__one .main-nav__navigation-box > li > a {
    color: #0081b6;
    border-bottom: 2px solid transparent;
}

.main-nav__one .main-nav__navigation-box > li > a:hover {
    color: #009ace;
    border-bottom: 2px solid #0081b6;
}

.main-nav__one .main-nav__navigation-box > li:hover > a,
.main-nav__one .main-nav__navigation-box > li.current > a {
    color: #009ace;
    border-bottom: 2px solid #0081b6;
}

.main-nav__one .main-nav__btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#00e1ff), to(#00b7ff));
    background-image: linear-gradient(90deg, #00e1ff 0%, #00b7ff 100%);
    border-radius: 100px;
}

.slider-one__slide-2 {
    background-image: url(../images/slide3.jpg) !important;
    animation: slide 20s ease infinite alternate-reverse;
}

.slider-one__slide-3 {
    background-image: url(../images/slide2.jpg) !important;
    animation: slide 20s ease infinite alternate-reverse;
}

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.slider-one__wrapper {
    margin-top: 9%;
}

.slider-one__wrapper::before {
    display: none;
}

[class*=slider-one__slide-] {
    padding: 10% 0%;
}

[class*=slider-one__slide-]::before {
    opacity: .5;
}

.slider-one__content h3 span {
    font-size: 3em;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
}

.slider-one__content h3 {
    font-size: 2em;
}

.cta-three {
    margin-top: -5%;
}

.cta-three .inner-container {
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#002B7A), to(#002261));
    background-image: linear-gradient(90deg, #002B7A 0%, #002261 100%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-three__content {
    position: relative;
    padding-left: 15%;
    padding-right: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cta-three__btn {
    border-radius: 100px;
}

.block-title h3 {
    font-size: 1.5em;
}

.symptomps-one {
    padding: 0% !important;
}

.prevention-one__icon::before {
    font-family: Arial, Helvetica, sans-serif;
}

.main-nav__main-navigation .main-nav__navigation-box > li ul {
    width: 300px;
}

.faq-one .accrodion h4 {
    font-size: 1.5em !important;
}

.faq-one .accrodion::before,
.mailchimp-one .inner-container,
.mailchimp-one .inner-container,
.funfact-one h3 span,
.about-one__list li > i,
.about-one__fact-icon i,
.cta-three .inner-container::before,
.about-one__fact,
.cta-three__icon i,
.mailchimp-one__icon i,
.prevention-one__box-top,
[class*=col-]:last-of-type .prevention-one__icon::before,
.main-nav__main-navigation .main-nav__navigation-box > li ul > li:hover > a,
.service-one__link,
.page-header,
.contact-info-one .inner-container,
.side-menu__social a {
    background-image: -webkit-gradient(linear, left top, right top, from(#002B7A), to(#002261));
    background-image: linear-gradient(90deg, #002B7A 0%, #002261 100%);
}

.page-header h1 {
    color: #ace4f9;
}

.newcta {
    margin-left: auto;
    margin-right: auto;
}

.service-one__single {
    margin-bottom: 15%;
}

.about-one__fact-icon i,
.mailchimp-one__icon i,
.cta-three__icon i,
.about-one__icon-box i,
.contact-info-one__icon i,
.thm-btn,
.side-menu__social a::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#00e1ff), to(#00b7ff));
    background-image: linear-gradient(90deg, #00e1ff 0%, #00b7ff 100%);
}

.about-five {
    padding: 5% 0%;
}

.footer-widget__links-list a,
.footer-widget__contact a {
    color: #9ea8c6;
}

.footer-widget__links-list a:hover,
.footer-widget__contact a:hover {
    color: #00e1ff;
}

.footer-widget__links-list i,
.accrodion-content i,
.footer-widget__contact i {
    color: #00e1ff;
}

.site-footer-one {
    background-color: #00153B;
}

#tophead a:hover {
    color: #00e1ff;
    transition: .5s ease;
}

#tophead i {
    color: #fff;
}

.contact-info-one {
    margin-bottom: 10%;
}

.contact-info-one .inner-container {
    margin-bottom: 2%;
}

.contact-info-one__box p {
    font-family: Arial, Helvetica, sans-serif;
}

.page-header .container h2 {
    font-size: 2em;
}

.newabout {
    padding-top: 10%;
}

.side-menu__content p a {
    color: #002261;
}

.side-menu__content p a i {
    color: #00e1ff;
}

.page-header .container {
    position: relative;
    padding-top: 13%;
    padding-bottom: 5%;
    text-align: center;
}

.page-header::before {
    background: url(../images/slide4.jpg);
    animation: slide 10s linear infinite alternate-reverse;
    opacity: 0.4;
}

.modal-dialog {
    max-width: 80% !important;
}

.modal-content {
    background-color: transparent;
    background: url(../images/pormo.jpg);
    background-size: cover;
    text-align: center;
    border: #00e1ff solid 2px;
}

.modal-content .cta-three__btn {
    margin-bottom: 2%;
}

.modal-content h2 {
    color: #00e1ff;
    text-align: center;
    margin: 2% 0%;
}

.modal-content h3 {
    text-align: center;
    color: #fff;
    margin: 4% 0%;
}

.close {
    color: #00e1ff;
    text-shadow: 0 1px 0 #00e1ff;
    font-size: 2em;
}

@keyframes slide {
    0% {
        background-position: top;
    }

    100% {
        background-position: bottom;
    }
}

.main-nav__one .main-nav__navigation-box > li + li {
    margin-left:
        20px;
}

.footer-widget__about a {
    color: #00e1ff !important;
}

.footer-widget__about a:hover {
    color: #ace4f9 !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ase{
        margin-bottom: 100px;
    }
    .modal-header .close {
        padding: 0px;
    }

    .modal-content h3 {
        font-size: 1em !important;
    }

    .modal-content .cta-three__btn {
        font-size: .8em !important;
    }

    .modal-content {
        background-position: right;
    }

    .modal-dialog {
        max-width: 100% !important;
    }

    .page-header .container {
        padding-top: 40%;
        padding-bottom: 5%;
    }

    .contact-info-one__box p {
        font-size: 1em;
    }

    .footer-widget__about {
        text-align: center;
    }

    .newcta a {
        display: block;
        width: 100%;
    }

    .block-title h3 {
        text-align: center;
    }

    .about-one__content .block-title {
        text-align: center !important;
    }

    .cta-three__btn-block {
        text-align: center;
        margin-top: 30px;
    }

    .about-five__content {
        text-align: center;
    }

    .about-five .about-one__list {
        text-align: justify;
    }

    .symptomps-one__image > img {
        width: 50%;
    }

    .prevention-one__box-bottom {
        text-align: center;
    }

    .prevention-one__icon {
        margin-left: auto;
        margin-right: auto;
    }

    .funfact-one h3 {
        font-size: 4em;
    }

    .cta-three {
        margin-top: -40%;
    }

    .cta-three__btn {
        margin-top: 5%;
    }

    [class*=slider-one__slide-] {
        padding: 50% 0%;
    }

    .slider-one__content {
        padding-top: 20%;
    }

    .slider-one__content h3,
    .slider-one__content h3 span {
        font-size: 1.5em;
    }

    .logo {
        width: 30%;
        animation: logo 20s linear infinite alternate-reverse;
    }

    .logo2 {
        width: 50%;
    }

    .main-nav__one .side-menu__toggler {
        color: #0081b6;
    }

    .stricked-menu .main-nav__logo-box {
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .main-nav__one .main-nav__logo-box {
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .slider-one__slide-1 {
        background-image: url(../images/slide1r.jpg) !important;
    }

    @keyframes slide {
        0% {
            background-position: top;
        }

        100% {
            background-position: bottom;
        }
    }

    .doctorweb .doc1 {
        width: 5%;
    }

    .doctorweb .doc2 {
        width: 20%;
    }

    .doctorweb {
        display: block;
    }
}


.list-legal-information {
 
  padding-top: 25px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
