@keyframes example {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes palpitar {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

* {
    padding: 0;
}

.pushpin-demo-nav {
    z-index: 900;
}

.header {
    width: 100%;
    max-height: 150px!important;
}

.colorgrupo {
    color: #6a96d0;
}

.bggrupo,
.btn,
.btn-floating {
    background-color: #6a96d0;
}

nav ul a {
    font-size: 1.1em;
}

nav ul a:hover {
    background-color: rgba(189, 190, 195, .9);
}

.nav nav .nav-wrapper ul {
    font-weight: 700;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.page-footer {
    background: #edeff1;
    padding-top: 0!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ddd;
}

*,
.page-footer p {
    margin: 0;
}

.page-footer img {
    max-width: 100%;
}

.page-footer h3 {
    border-bottom: 1px solid #bac1c8;
    color: #54697e;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.page-footer .pages li {
    display: block!important;
}

.page-footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    color: #7f8c8d;
}

.page-footer ul li a {
    padding: 0 0 5px;
    display: block;
}

.page-footer h3,
.pages {
    text-align: center;
}

.pages a:hover {
    color: #1a237e;
    font-weight: 800;
}

.pages a:before {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

.pages a:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    background: 0 0;
    transition: width .5s ease, background-color .5s ease;
}

.pages a:hover:after {
    width: 100%;
    background: #1a237e;
}

.page-footer a {
    color: #78828d;
}

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0!important;
    padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
    background: #fff;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsletter-box .btn {
    border: medium;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}

.newsletter-box {
    overflow: hidden;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #bbb 0%, #f0f0f0 100%);
    box-shadow: 0 1px 0 #b4b3b3;
}

.social {
    padding-top: 15px!important;
}

.social li {
    display: inline-block!important;
    background: 0 0 #b5b5b5;
    border: 2px solid #b5b5b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    padding: 0;
    width: 36px;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

@media (max-width:1192px) {
    .social li {
        background: 0 0 #b5b5b5;
        border: 2px solid #b5b5b5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        float: left;
        height: 28px;
        line-height: 28px;
        margin: 0 5px;
        padding: 0;
        text-align: center;
        width: 28px;
        transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
    }
}

.social #fa-facebook:hover {
    border: 2px solid #3b5998;
    background: #3b5998;
}

.social li a {
    color: #edeff1;
}

.social li a i {
    font-size: 16px!important;
    margin: 0;
    color: #edeff1!important;
}

@media (max-width:992px) {
    .social li a i {
        margin: 0!important;
    }
    .social li {
        height: 36px!important;
        line-height: 36px!important;
        width: 36px!important;
    }
}

.footer-copyright {
    background: #e3e3e3;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-copyright p.left {
    padding-top: 6px;
    font-size: 13px;
}

.payments {
    font-size: 1.5em;
}

.social #fa-facebook:hover,
.social #fa-instagram:hover,
.social #fa-youtube:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social #fa-instagram:hover {
    background: -webkit-linear-gradient(220deg, #4f44a4, #9442a8, #e75935, #f8d91f);
    border: #4945a6 0 solid;
}

.social #fa-youtube:hover {
    border: 2px solid #cc181e;
    background: #cc181e;
}

@media (max-width:1145px) {
    nav .nav-wrapper ul li a {
        padding: 0 5!important;
        font-size: .9em;
    }
}

i {
    font-size: 24px;
}

.header .botonescentrados,
.social li {
    text-align: center;
}

.header .hboton {
    display: inline-block;
}

.botonescentrados .hboton:nth-child(1),
.botonescentrados .hboton:nth-child(4) {
    margin-right: 10px;
    transform: translateY(-27px);
}

.botonescentrados .hboton:nth-child(2),
.botonescentrados .hboton:nth-child(3) {
    margin-right: 10px;
    transform: translateY(-5px);
}

.botonescentrados .hboton:nth-child(1) .btn-floating,
.botonescentrados .hboton:nth-child(2) .btn-floating {
    background: #0af!important;
}

.botonescentrados .hboton:nth-child(3) .btn-floating {
    background: #ff6f00!important;
}

.btn-floating:hover {
    background-color: #2bbbad!important;
}

@media (max-width:1016px) {
    .telefonos-header-wrapper {
        width: 100%!important;
    }
    .btn-areas-wrapper {
        display: none;
    }
}

@media (max-width:600px) {
    .valign-wrapper {
        display: block!important;
    }
}

@media (min-width:1440px) {
    .header .row a img {
        height: 130px;
        float: right;
        width: auto!important;
    }
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    font-size: 12px;
    padding: 1em;
    display: none;
    text-align: center;
    color: #fff;
    background-color: #6a96d0;
    border-radius: 50%;
    z-index: 100;
}

.go-top:hover {
    cursor: pointer;
    background-color: #2bbbad;
    color: #fff;
    transform: scale(1.4);
    transition: .5s;
}

.slider .slides li .caption h3,
.slider .slides li .caption h5 {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 100px 41px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 100px 41px rgba(0, 0, 0, .8);
    box-shadow: 0 0 100px 41px rgba(0, 0, 0, .8);
    border: 0;
}

.btn-floating i {
    transition: all .5s;
}

.btn-floating:hover i {
    background: #fff;
    color: #00acff;
}

.textocolombia {
    font-size: 1.1em;
}

@media (min-width:993px) and (max-width:1028px) {
    .textocolombia {
        font-size: 1.4em;
    }
}

@media (min-width:993px) {
    nav {
        font-size: .8em;
    }
}

@media (min-width:1024px) and (max-width:1300px) {
    nav {
        font-size: .8em;
    }
}

@media (min-width:1850px) {
    nav {
        font-size: 1em!important;
    }
}

.sidenav li {
    display: list-item!important;
}

.btn-floating {
    background: #00acff;
    color: #fff;
}

.btn-floating:active,
.btn-floating:focus,
.btn-floating:visited {
    background: #00acff!important;
    color: #fff!important;
}

.btn-floating:hover {
    box-shadow: 0 0 10px #00acff;
}

.dropdown-content {
    top: unset!important;
}

.dropdown-content li {
    overflow-x: hidden;
    text-overflow: inherit;
}

nav {
    font-size: .9em;
}

@media (min-width:993px) {
    nav {
        font-size: .8em;
    }
}

@media (min-width:1024px) and (max-width:1300px) {
    nav {
        font-size: .88em;
    }
}

@media (min-width:1850px) {
    nav {
        font-size: 1.1em!important;
    }
}

.slider .indicators .indicator-item.active {
    color: #1a237e!important;
    background-color: #00acff!important;
}

.slider ul li .blue {
    color: #00acff;
}

.slider ul li .blue:hover,
.slider ul li .grey:hover {
    text-decoration: underline;
}

.slider ul li .blue:hover,
.slider ul li .grey,
.slider ul li .grey:hover {
    color: #fff;
    background-color: #00acff!important;
    transition: .7s;
}

.slider ul li .grey:hover {
    color: #00acff;
    background-color: #fff!important;
}

.slider {
    height: 520px!important;
    margin-top: 0;
}

.slides {
    height: 480px!important;
}

@media (min-width:320px) and (max-width:374px) {
    .slider {
        height: 200px!important;
        margin-top: 0;
    }
    .slides {
        height: 160px!important;
    }
    .slides li div h3 {
        font-size: 1em;
        margin-top: -10px;
    }
    .slides li div h5 {
        font-size: .8em;
        margin-top: -5px;
        text-align: left;
        width: 50%;
    }
    .botona,
    .botonb {
        font-size: .9em;
        margin-left: 120px;
        margin-top: -175px;
    }
    .botonb {
        font-size: .83em;
        margin-top: -135px;
    }
    .botonh {
        margin-top: -138px!important;
    }
    .botonc {
        font-size: .7em;
        margin-left: -5px;
        margin-top: -40px;
        width: 250px!important;
    }
    .textoslide2 {
        margin-top: -15px!important;
        width: 250px!important;
    }
    .botond,
    .botone {
        font-size: .9em;
        margin-left: 92px;
        margin-top: -80px;
    }
    .botone {
        margin-top: -35px;
    }
    .slide3 {
        margin-left: -13%!important;
    }
    .textoslide3 {
        margin-left: 5%!important;
        text-align: right!important;
        width: 250px!important;
    }
    .botonf {
        font-size: .9em;
        margin-top: -30px;
    }
    .textoslide4 {
        width: 300px!important;
    }
    .botong {
        font-size: .9em;
        margin-top: -115px;
    }
}

@media (min-width:375px) and (max-width:424px) {
    .slider {
        height: 200px!important;
        margin-top: 0;
    }
    .slides {
        height: 160px!important;
    }
    .slides li div h3 {
        font-size: 1em;
        margin-top: -10px;
    }
    .slides li div h5 {
        font-size: .9em;
        margin-top: -5px;
        text-align: left;
        width: 50%;
    }
    .botona,
    .botonb {
        font-size: .9em;
        margin-left: 120px;
        margin-top: -200px;
    }
    .botonb {
        font-size: .83em;
        margin-top: -160px;
    }
    .botonh {
        margin-top: -170px!important;
    }
    .botonc {
        font-size: .9em;
        margin-left: 0;
        margin-top: -40px;
    }
    .textoslide2 {
        margin-top: -15px!important;
        width: 250px!important;
    }
    .botond,
    .botone {
        font-size: .9em;
        margin-left: 92px;
        margin-top: -81px;
    }
    .botone {
        margin-top: -115px;
    }
    .slide3 {
        margin-left: -13%!important;
    }
    .botonf {
        font-size: .9em;
        margin-top: -30px;
    }
    .textoslide4 {
        width: 300px!important;
    }
    .botong {
        font-size: .9em;
        margin-top: -115px;
    }
}

@media (min-width:425px) and (max-width:600px) {
    .slider {
        height: 260px!important;
        margin-top: 0;
    }
    .slides {
        height: 220px!important;
    }
    .slides li div h3 {
        font-size: 1em;
        margin-top: -10px;
    }
    .slides li div h5 {
        font-size: 1em;
        margin-top: -5px;
        text-align: left;
        width: 50%;
    }
    .botona,
    .botonb {
        font-size: .9em;
        margin-left: 120px;
        margin-top: -185px;
    }
    .botonb {
        font-size: .83em;
        margin-top: -145px;
    }
    .botonh {
        margin-top: -145px!important;
    }
    .botonc {
        font-size: .8em;
        margin-left: 0;
        margin-top: -35px;
    }
    .textoslide2 {
        width: 250px!important;
    }
    .botond,
    .botone {
        font-size: .9em;
        margin-left: 92px;
        margin-top: -81px;
    }
    .botone {
        margin-top: -90px;
    }
    .slide3 {
        margin-left: -8%!important;
    }
    .botonf {
        font-size: .9em;
        margin-top: -40px;
    }
    .textoslide4 {
        width: 250px!important;
    }
    .botong {
        font-size: .9em;
        margin-top: -115px;
    }
}

@media (min-width:600px) {
    .slider {
        height: 240px!important;
        margin-top: 0;
    }
    .slides {
        height: 200px!important;
    }
}

@media (min-width:768px) {
    .slider {
        height: 320px!important;
        margin-top: 0;
    }
    .slides {
        height: 280px!important;
    }
}

@media (min-width:900px) {
    .slider {
        height: 360px!important;
        margin-top: 0;
    }
    .slides {
        height: 320px!important;
    }
}

@media (min-width:1024px) {
    .slider {
        height: 380px!important;
        margin-top: 0;
    }
    .slides {
        height: 340px!important;
    }
    .slides li div h3 {
        margin-top: -10px;
    }
    .slides li div h5 {
        margin-top: -5px;
    }
}

@media (min-width:1100px) {
    .slider {
        height: 400px!important;
        margin-top: 0;
    }
    .slides {
        height: 360px!important;
    }
}

@media (min-width:1200px) {
    .slider {
        height: 440px!important;
        margin-top: 0;
    }
    .slides {
        height: 400px!important;
    }
}

@media (min-width:1300px) {
    .slider {
        height: 490px!important;
        margin-top: 0;
    }
    .slides {
        height: 450px!important;
    }
}

@media (min-width:1400px) {
    .slider {
        height: 530px!important;
        margin-top: 0;
    }
    .slides {
        height: 500px!important;
    }
}

@media (min-width:1500px) {
    .slider {
        height: 570px!important;
        margin-top: 0;
    }
    .slides {
        height: 530px!important;
    }
}

@media (min-width:1600px) {
    .slider {
        height: 590px!important;
        margin-top: 0;
    }
    .slides {
        height: 560px!important;
    }
}

@media (min-width:1700px) {
    .slider {
        height: 630px!important;
        margin-top: 0;
    }
    .slides {
        height: 590px!important;
    }
}

@media (min-width:1800px) {
    .slider {
        height: 640px!important;
        margin-top: 0;
    }
    .slides {
        height: 600px!important;
    }
}

@media (min-width:1900px) {
    .slider {
        height: 660px!important;
        margin-top: 0;
    }
    .slides {
        height: 620px!important;
    }
}

@media (min-width:2000px) {
    .slider {
        height: 680px!important;
        margin-top: 0;
    }
    .slides {
        height: 640px!important;
    }
}

@media (min-width:2100px) {
    .slider {
        height: 700px!important;
        margin-top: 0;
    }
    .slides {
        height: 660px!important;
    }
}

@media (min-width:2200px) {
    .slider {
        height: 740px!important;
        margin-top: 0;
    }
    .slides {
        height: 700px!important;
    }
}

@media (min-width:2300px) {
    .slider {
        height: 780px!important;
        margin-top: 0;
    }
    .slides {
        height: 740px!important;
    }
}

@media (min-width:2400px) {
    .slider {
        height: 820px!important;
        margin-top: 0;
    }
    .slides {
        height: 780px!important;
    }
}

@media (min-width:2500px) {
    .slider {
        height: 860px!important;
        margin-top: 0;
    }
    .slides {
        height: 820px!important;
    }
}

@media (min-width:2600px) {
    .slider {
        height: 900px!important;
        margin-top: 0;
    }
    .slides {
        height: 860px!important;
    }
}

@media (min-width:2700px) {
    .slider {
        height: 940px!important;
        margin-top: 0;
    }
    .slides {
        height: 900px!important;
    }
}

@media (min-width:2800px) {
    .slider {
        height: 1020px!important;
        margin-top: 0;
    }
    .slides {
        height: 980px!important;
    }
}

@media (min-width:2900px) {
    .slider {
        height: 1060px!important;
        margin-top: 0;
    }
    .slides {
        height: 1020px!important;
    }
}

@media (min-width:3000px) {
    .slider {
        height: 1100px!important;
        margin-top: 0;
    }
    .slides {
        height: 1060px!important;
    }
}

.rotar {
    animation-name: example;
    animation-duration: 140s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 80%;
}

.flexiselDemo3 li img:hover,
.flexiselDemo3:hover,
.flexiselDemo3:hover li:hover,
.flexiselDemo4 li img:hover,
.flexiselDemo4:hover,
.flexiselDemo4:hover li:hover,
.flexiselDemo5 li img:hover,
.flexiselDemo5:hover,
.flexiselDemo5:hover li:hover {
    cursor: auto;
}

.footer-copyright .container .row .l7 {
    border-left: .5px solid #ccd1d1;
    border-right: .5px solid #ccd1d1;
}

@media (max-width:600px) {
    .footer-copyright .container .row .l2 p,
    .footer-copyright .container .row .l3 p {
        text-align: center!important;
    }
}

.botones_header {
    background: #00acff !important;
    color: #fff !important;
    transition: all .5s;
}

.botones_header:hover {
    background: #fff !important;
    color: #00acff !important;
    box-shadow: 0 0 10px #00acff!important;
}

.newsletter-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.footer-copyright .container .row .l3 p {
    font-size: 12px!important;
    text-align: right!important;
}

.footer-copyright .container .row .l7 p {
    text-align: center!important;
    font-size: 12px!important;
}

.footer-copyright .container .row .l2 p {
    font-size: 12px!important;
}

@media (max-width:600px) {
    .footer-copyright .container .row .l2 p,
    .footer-copyright .container .row .l3 p {
        text-align: center!important;
    }
}

.botonsubir {
    background: #00acff;
    color: #fff;
    transition: all .5s;
}

.botonsubir:hover {
    background: #fff;
    box-shadow: 0 0 10px #00acff;
    color: #00acff;
}

.copy {
    color: #424242;
    font-size: .8em;
    margin: auto;
    text-align: center;
}

#cookies-wrapper {
    background: #c5c7c9;
    bottom: 0;
    color: #616263;
    padding: 4px 10px;
    position: fixed;
    text-align: center;
    width: 100%;
}

.ver_mas_cookies {
    background: #6e6f70;
    border-radius: 3px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

#boton_cerrar_cookies {
    cursor: pointer;
}

.card_producto .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #00acff;
}

.card_producto:hover .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #fff;
}

.card_producto .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #fff;
    text-decoration: underline;
}

.card_producto {
    border-radius: 10px;
    border: 1px solid #00acff;
    margin-top: 20px;
    transition: all .5s;
}

.card_producto:hover {
    background: #fff;
    border: 1px solid #00acff;
    box-shadow: 0 0 20px #00acff;
    color: #000;
    transform: translateY(-30px);
}

.card_producto:hover .card-action {
    border-top: 1px solid #fff;
}

.imagena {
    background: url(../../img/inicio/oss.png);
    height: 64px;
    width: 218px;
    transition: all .5s;
}

.card_producto:hover .imagena {
    background: url(../../img/inicio/oss2.png);
    background-repeat: no-repeat;
    height: 64px;
    width: 218px;
}

.imagena,
.imagenb,
.imagenc {
    background-repeat: no-repeat;
}

.imagenb {
    background: url(../../img/inicio/seguridad0.png);
    height: 64px;
    width: 64px;
}

.imagenc {
    background: url(../../img/inicio/servidor-dedicado.jpg);
    height: 68px;
    width: 68px;
}

.imagend {
    background: url(../../img/inicio/servidor-vps.jpg);
}

.imagend,
.imagene,
.imagenf {
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
}

.imagene {
    background: url(../../img/inicio/servidor-colocation.jpg);
}

.imagenf {
    background: url(../../img/inicio/desarrollo-web.jpg);
    transition: all .5s;
}

.card_producto .card-title {
    color: #ffb800;
    font-size: 1.5em!important;
    font-weight: 700!important;
    transition: all .5s;
}

.card_producto:hover .card-title {
    color: #ffb800;
}

.estirar {
    min-height: 385px!important;
    max-height: 425px!important;
}

.precio {
    bottom: 70px;
    color: #00acff;
    font-size: 1.1em;
    font-weight: 700;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    width: 85%;
    transition: all .5s;
}

.card_producto:hover .precio {
    text-shadow: 0 0 10px #fff;
    color: #00acff;
    transform: scale(1.1);
}

.card_producto .card-action div {
    background: #ffb800;
    border-radius: 10px;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    transition: all .5s;
}

.card_producto:hover .card-action div {
    background: #ffb800;
    animation-name: palpitar;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (min-width:320px) and (max-width:425px) {
    .vulnerabilidades {
        font-size: 2em;
    }
}

.ilimitado {
    background: #f44336;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    transition: all .5s;
}

.tarjeta_items:hover .ilimitado {
    background: #fff;
    color: #f44336;
}

@media (max-width:1175px) {
    .titulo-index {
        font-size: 28px;
    }
}

.titulo-index {
    color: #0af;
    font-size: 32px;
}

.chat-whatsapp-wrapper {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    height: 450px;
    left: 20px;
    bottom: -450px;
    position: fixed;
    width: 300px;
    z-index: 900;
    transition: all .2s;
}

.titulo-chat-whatsapp {
    background: #25D366;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 15px;
}

.titulo-chat-whatsapp i:nth-child(1) {
    font-size: 24px;
    left: 20px;
    position: absolute;
}

.titulo-chat-whatsapp i:nth-child(3) {
    right: 20px;
    position: absolute;
}

.contenido-chat-whatsapp {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.contenido-chat-whatsapp .btn-flat {
    background: #25D366 !important;
}

.btn-whatsapp {
    background: #25D366 !important;
    border-radius: 50%;
    left: 20px;
    bottom: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: fixed;
    z-index: 2;
}

.chat-chatbot-wrapper {
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    height: 450px;
    width: 300px;
    position: fixed;
    bottom: -450px;
    right: 20px;
    z-index: 900;
    transition: all .2s;
}

.titulo-chatbot {
    background: #03a9f4;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 15px;
}

.titulo-chatbot i:nth-child(1) {
    color: #25D366;
    font-size: 18px;
    left: 20px;
    margin-top: 4px;
    position: absolute;
}

.titulo-chatbot i:nth-child(3) {
    right: 20px;
    position: absolute;
}

.contenido-chat-chatbot {
    height: 350px;
    padding-bottom: 10px !important;
    overflow-y: auto;
}

.nombre-bot {
    color: #555;
    font-size: 0.9em;
    transform: translateY(10px);
}

.mensaje-bot {
    background: #00aaff;
    border-radius: 5px 5px 5px 0px;
    margin-top: 10px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.mensaje-cliente {
    background: #bdbdbd;
    border-radius: 5px 5px 0px 5px;
    margin-top: 10px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    text-align: right;
    word-break: break-all;
}

#enviar_mensaje {
    width: 51.5px;
}

#enviar_mensaje i {
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
    top: 0;
    transition: all .5s;
}

.notificacion-chatbot {
    background: red;
    border-radius: 50%;
    bottom: 60px;
    font-size: 1em;
    font-style: normal;
    color: #FFF;
    margin-top: -10px;
    right: 20px;
    padding: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: fixed;
    z-index: 3;
}

.btn-chatbot {
    background: #03a9f4 !important;
    border-radius: 50%;
    float: right;
    right: 20px;
    bottom: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: fixed;
    z-index: 2;
}

.opcion .select-wrapper input.select-dropdown {
    color: black;
}

.contenido-chatbot input {
    color: black;
}

.contenido-chat-whatsapp input {
    color: black !important;
}

.contenido-chat-whatsapp .opcion .input-field input:focus {
    border-bottom: 1px solid black !important;
    box-shadow: 0 1px 0 0 red !important
}

.contenido-chat-whatsapp .input-field input[type=text]:focus,
.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #2ECC71 !important;
    box-shadow: 0 1px 0 0 #2ECC71 !important;
}

.contenido-chat-whatsapp input:focus {
    border-bottom: 1px solid #2ECC71 !important;
    box-shadow: 0 1px 0 0 #2ECC71 !important;
}

.contenido-chat-whatsapp input:not([type]),
.contenido-chat-whatsapp input[type=text]:not(.browser-default),
.contenido-chat-whatsapp input[type=password]:not(.browser-default),
.contenido-chat-whatsapp input[type=email]:not(.browser-default),
.contenido-chat-whatsapp input[type=url]:not(.browser-default),
.contenido-chat-whatsapp input[type=time]:not(.browser-default),
.contenido-chat-whatsapp input[type=date]:not(.browser-default),
.contenido-chat-whatsapp input[type=datetime]:not(.browser-default),
.contenido-chat-whatsapp input[type=datetime-local]:not(.browser-default),
.contenido-chat-whatsapp input[type=tel]:not(.browser-default),
.contenido-chat-whatsapp input[type=number]:not(.browser-default),
.contenido-chat-whatsapp input[type=search]:not(.browser-default),
.contenido-chat-whatsapp textarea.materialize-textarea {
    border-bottom: 1px solid #9e9e9e;
}

.contenido-chat-whatsapp .select-wrapper .caret {
    fill: black;
}

@media (max-width: 600px) {
    .chat-whatsapp-wrapper {
        bottom: -100%;
        height: 100%;
        width: 100%;
    }
    .chat-chatbot-wrapper {
        bottom: -100%;
        height: 100%;
        width: 100%;
    }
}

.botones_centrados {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 115px;
    margin-top: 22px;
    margin-bottom: 16px;
}

.botones_centrados .hboton {
    margin: 0 25px 0 7px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    height: 108px;
}

.google {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.titulo_google h1 {
    font-size: 20px;
    font-weight: bold;
}

.card_google {
    border: 1px solid #b4e4f9;
    height: 100vh;
    overflow: hidden;
}

.precios_google h1 {
    font-size: 35px;
    font-weight: bold;
}

.antes_google {
    font-size: 15px;
    font-weight: inherit;
    color: gray;
    text-decoration: line-through;
}

.spans_info {
    display: flex;
    flex-direction: column;
    /*margin: -12%*/
}

.precios_google {
    margin-bottom: 8%;
}

.precios_google h1 {
    margin: 0px;
}

.precios_google h7 {
    margin: 0px;
}

hr {
    color: gray;
}

.caracteristicas_google {
    margin-top: 20%;
}

.card_google .hd {
    margin: 0px;
    height: 32vh;
    overflow: hidden;
    margin-top: -12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.caracteristicas_google ul {
    list-style-type: disc !important;
}

.caracteristicas_google ul:not(.browser-default)>li {
    list-style-type: disclosure-closed !important;
}

li::marker {
    background: blue !important;
}

.onli .google_botones {
    margin-bottom: -14%;
}

.onli {
    margin-top: 0%;
}

.onli .linea {
    margin-top: 7%;
}

.vacio {
    visibility: hidden;
}

.vacio2 {
    visibility: hidden;
    margin: -2%;
}

.caracteristicas_google ul li {
    margin-bottom: 15%;
    color: rgb(143, 143, 143);
}

.caracteristicas_google ul {
    margin: -10% 10%;
}

.precios_google h5 {
    font-size: 21px;
}

.linea hr {
    color: #00aaff;
}

.google_botones .btn {
    background-color: #00aaff !important;
}

.google_botones {
    margin-top: 10%;
}

.google_comparador_titulo h1 {
    font-size: 40px;
}

.tabla table tr {
    color: rgba(0, 0, 0, .7) !important;
}

.tabla table tr td:first-child {
    width: 40%;
}

.tabla table tr {
    border-top: 1px rgb(212, 212, 212) solid;
    border-bottom: none;
}

.tabla table tr:first-child {
    border-top: none;
    border-bottom: none;
}

.tabla {
    margin-bottom: 6%;
}

.tabla .collapsible-header {
    transition: all 1s;
    /*justify-content: center;*/
}

.tabla .active .collapsible-header {
    /*justify-content: center;*/
    padding-left: 45%;
}

.tabla .collapsible-body {
    overflow: auto;
}

.caracteristicas_google ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
}

.hide_b {
    display: none;
}

.hide_1680 {
    display: none;
}

p:has(img.margin-left){
    display: flex;
    justify-content: flex-start;
}

p:has(img.margin-center){
    display: flex;
    justify-content: center;
}

p:has(img.margin-right){
    display: flex;
    justify-content: end;
}

.other-color{
}

.other-color .collapsible{
    border: 0;
}

.other-color .card-panel{
    margin: 0;
}

.other-color .collapsible-body{
    padding: 0 2rem;
    background: rgb(255 255 255);
}

.other-color .collapsible-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.other-color .collapsible-header i {
    font-size: 2.2rem;
    width: auto;
}

.other-color .intermedio{
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-color .collapsible-body .cont-blog{
    background: white;
    padding: 20px;
    margin: 0;
}


.other-color h6{
    font-size: 1.3rem;
}

.other-color .collapsible-body .cont-blog h2 {
    font-size: 3rem;
    line-height: 110%;
    margin: 1.4rem 0 1.424rem 0;
}

.other-color .collapsible-body .cont-blog h4 {
    font-size: 2rem;
    line-height: 110%;
    margin: 0.9rem 0 0.912rem 0;
}

.other-color .collapsible-body .cont-blog p:has(img){
    padding: 10px;
}

@media (max-width: 1400px) {
    .precios_google h1 {
        font-size: 20px;
        font-weight: bold;
    }
    .card_google .hd {
        margin: 0px;
        height: 38vh;
        overflow: hidden;
    }
    .vacio2 {
        margin: -5%;
    }
    .precios_google h7 {
        font-size: 12px;
    }
}

@media (max-width: 1136px) {
    .precios_google h1 {
        font-size: 10px;
        font-weight: bold;
    }
    .vacio {
        margin: 0%;
    }
    .vacio2 {
        margin: -10%;
    }
}

@media (max-width: 992px) {
    .vacio2 {
        margin: -1.2%;
        font-size: 5px;
    }
}

@media (max-width: 738px) {
    .google_pro img {
        width: 90%;
    }
}

@media (max-width: 600px) {
    .card_google {
        height: auto;
    }
}

@media (min-width: 1920px) {
    .card_google {
        height: 77vh !important;
    }
    .respon {
        margin: 10px;
    }
    .hide_b {
        display: initial;
    }
}

@media (max-width: 1680px) {
    .card_google {
        height: 80vh;
    }
    .hide_1680 {
        display: block;
    }
}

@media (max-width: 1600px) {
    .card_google {
        height: 97vh;
    }
}

@media (max-width: 1400px) {
    .card_google {
        height: 90vh;
    }
}

@media (max-width: 1366px) {
    .card_google {
        height: 110vh;
    }
}

@media (min-height: 900px) {
    .hd {
        height: 26vh !important;
    }
}

.google_botones {
    margin-top: 5%;
}

.tabla .active .collapsible-header {
    padding-left: 40%;
}

.tabla ul {
    height: auto;
}

.colapse_google td,
.colapse_google th {
    padding: 7px 5px !important;
}

.warn {
    color: rgb(143, 143, 143);
    font-size: 14px;
    text-align: justify;
}


/*Estilo de los botones*/

ul.slides .Fb-La {
    background: white !important;
    color: #00aaff !important;
}

ul.slides .Fa-Lb {
    background: #00aaff !important;
    color: white !important;
}

ul.slides .Fb-La:hover {
    background: #00aaff !important;
    color: white !important;
}

ul.slides .Fa-Lb:hover {
    background: white !important;
    color: #00aaff !important;
}