@media(max-width: 600px) {
    h1 {
        font-size: 20px !important;
    }
    body {
        font-size: 15px !important;
    }
}

body {
    overflow-x: hidden;
}

.caract b, span{
    font-size: 1.1rem;
    /*padding: 1ex;*/
    /* border: #000 1px solid; */
}
#email {
    width: 100%;
    min-height: 500px;
    background-image: url("../../img/datacenter/email/bg1.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.collapsible .ica {
    color: #6A96D0;
    font-size: 45px !important;
}

.collapsible-header {
    font-size: 18px;
    font-weight: 400;
}

.show-on-small {
    display: none;
}

@media (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
    .hide-on-small-only {
        display: none !important;
    }
}

#email .container .row .flex {
    display: flex;
    flex-wrap: wrap !important;
}

#email .card i {
    font-size: 50px !important;
    color: #00ACFF;
    transition: 0.5s;
}

#email .card:hover #email .card-content i {
    transform: scale(0.9);
    transition: 0.5s;
}

.carda {
    background: #fafafa;
    transition: all 0.5s;
}

.carda:hover {
    background: #00ACFF;
    color: white;
}

.carda:hover .colorgt {
    color: #CDF8FD;
}

#email .carda:hover i {
    color: #CDF8FD;
}

.colorgt {
    color: #00ACFF;
    transition: all 0.5s;
}

.introduccionemail {
    margin-bottom: 20px;
    margin-top: -50px;
    text-align: center;
    width: 99%;
}

#email .titulos {
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #00ACFF;
    font-size: 20px;
    font-weight: 800;
    transition: all 0.5s;
}

#email .subtitulo {
    color: #00ACFF;
    font-weight: 600;
}

#email .precio_email {
    color: #002a85;
    margin: 0px;
    font-size: 20px;
}

.btn_email {
    background: #00aaff;
}

    .btn_email:hover {
        background: white;
        box-shadow: 0px 0px 10px #00aaff;
    }

#email .card:hover .titulos {
    background-color: #00ACFF;
    color: #fff !important;
}

#email .card:hover .titulos i {
    color: #fff !important;
    transform: scale(0.8);
    transition: 0.5s all;
}

#email .titulos i {
    color: #00ACFF;
}

#email .texto {
    color: #00ACFF;
}

.agrandartexto {
    color: white;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: all 0.5s;
}

.card:hover .agrandartexto {
    color: white;
}

.card .btn:hover .agrandartexto {
    color: #00ACFF;
    font-size: 1.3em;
}

.caracteristicasb {
    background: #00ACFF;
    border-radius: 10px;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 97.3%;
}

.titulocaracteristicas {
    color: white;
    font-size: 3em;
    font-weight: bold;
}

.subtitulocaracteristicas {
    color: white;
    text-align: center;
    text-decoration: underline;
}

.itemscaracteristicas {
    color: white;
    font-size: 1.2em;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.activacioncuenta {
    text-align: center;
    text-decoration: underline;
}

.lineaa {
    background: #00ACFF;
    height: 50px;
    margin-left: 12.3%;
    width: 5px;
}

.lineaa img {
    margin-left: -20px;
    margin-top: 30px;
    transform: rotate(90deg);
}

.lineab {
    background: #00ACFF;
    height: 50px;
    margin-left: 37%;
    margin-top: -50px;
    width: 5px;
}

.lineab img {
    margin-left: -20px;
    margin-top: 30px;
    transform: rotate(90deg);
}

.lineac {
    background: #00ACFF;
    height: 50px;
    margin-left: 62.2%;
    margin-top: -50px;
    width: 5px;
}

.lineac img {
    margin-left: -20px;
    margin-top: 30px;
    transform: rotate(90deg);
}

.linead {
    background: #00ACFF;
    height: 50px;
    margin-left: 87%;
    margin-top: -50px;
    width: 5px;
}

.linead img {
    margin-left: -20px;
    margin-top: 30px;
    transform: rotate(90deg);
}

.nota {
    color: black;
    margin: auto;
    margin-top: 330px;
    text-align: center;
    width: 97.3%;
}

@media (min-width:320px) and (max-width:600px) {
    .titulocaracteristicas {
        font-size: 2em;
    }
    .itemscaracteristicas {
        font-size: 1em;
    }
    .lineaa {
        margin-left: 50%;
    }
    .lineab,
    .lineac,
    .linead {
        display: none;
    }
    .nota {
        margin-top: 1200px;
    }
}

@media (min-width:601px) and (max-width:1200px) {
    .lineaa {
        margin-left: 25%;
    }
    .lineac {
        margin-left: 75%;
    }
    .lineab,
    .linead {
        display: none;
    }
    .nota {
        margin-top: 650px;
    }
}

.card table {
    border: none;
    transition: all 0.5s;
}

.card table:hover {
    cursor: pointer;
}

.card table tbody tr {
    transition: all 0.5s;
}

.card table tbody tr:hover {
    background-color: #00ACFF;
    color: #fff;
}

.card table:hover img {
    transform: scale(1.2);
    transition: .5s;
}

.desarrollo {
    background-image: url(../../img/datacenter/desarrollo/aplicativo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    background-position: center;
}

.desarrollo .cuadro_blanco_trasparente {
    background-color: rgba(255, 255, 255, 0.7);
}

.desarrollo .paquete {
    height: 540px
}

.desarrollo .oswald {
    color: #00acff;
}

.desarrollo .card:hover .tran {
    transform: scale(0.9) !important;
    transition: 0.5s all;
}

.ftp {
    background-image: url(../../img/datacenter/ftp/fondoftp.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    background-position: center;
}

.ftp .cuadro_blanco_trasparente {
    background-color: rgba(255, 255, 255, 0.7);
}

.ftp .v {
    color: #00e676;
}

.ftp .precio {
    color: #002a85;
    font-weight: 700;
}

.ftp .card {
    border-radius: 20px 20px 10px 10px;
}

.ftp .button1 {
    background: #00ACFF;
    border-radius: 0 0 30px 30px;
    transition: all 0.5s;
}

.ftp .button1:hover {
    font-size: 1.2em;
}

.ftp .button2 {
    background: #00ACFF;
    border-radius: 30px 30px 0 0;
    transition: all 0.5s;
}

.ftp .button2:hover {
    font-size: 1.2em;
}

.ftp h4 {
    font-size: 30px;
}

.ftp .hoverable:hover h6 {
    color: #00acff;
    transform: scale(1.5) !important;
    transition: 0.5s all;
}

@media (min-width:1200px) {
    .ftp .ftporden0 {
        margin-left: 15% !important;
    }
}

.correctoiconoa {
    color: #00ACFF;
    animation-name: iconoa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes iconoa {
    0% {
        color: rgba(255, 255, 255, 0);
    }
    10% {
        color: #00ACFF;
    }
    75% {
        color: #00ACFF;
    }
    100% {
        color: rgba(255, 255, 255, 0);
    }
}

.correctoiconob {
    color: #00ACFF;
    animation-name: iconoa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.correctoiconoc {
    color: #00ACFF;
    animation-name: iconoa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.correctoiconod {
    color: #00ACFF;
    animation-name: iconoa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.correctoiconoe {
    color: #00ACFF;
    animation-name: iconoa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.correctoiconof {
    color: #00ACFF;
    animation-name: iconoa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.correctoiconog {
    color: #00ACFF;
    animation-name: iconoa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.correctoiconoh {
    color: #00ACFF;
    animation-name: iconoa;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.datacentercol {
    background: white;
    border: 2px dashed #00ACFF;
    border-radius: 10px;
    font-weight: bold;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    padding: 25px;
    padding-top: 10px;
    width: 35%;
    transition: all 0.5s;
    animation-name: borde;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.datacentercol img {
    border-radius: 5px;
    height: auto;
    transform: translateY(10px);
    max-width: 50px;
}

@keyframes borde {
    0% {
        box-shadow: 0px 0px 0px #00ACFF;
    }
    50% {
        box-shadow: 0px 0px 20px #00ACFF;
    }
    100% {
        box-shadow: 0px 0px 0px #00ACFF;
    }
}

.contenedorftp {
    background: white;
    border-radius: 5px;
    color: white;
    padding: 11px;
    margin: auto;
    width: 96.6%;
}

.beneficios {
    background: #00ACFF;
    border-radius: 5px;
    color: white;
    text-align: center;
    width: 100%;
    padding: 14px !important;
}

.cantidadftp {
    color: #00ACFF;
    padding-left: 42%;
    text-align: left;
    height: 62px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.iconoftp {
    float: left;
    margin-right: 12px;
    margin-top: -5px;
}

.row-ftp-cont{
    height: calc(76px * 7);
}

@media (max-width: 992px) {
    .row-ftp-cont {
        height: auto;
    }
}

.cont-beneficios{
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
}

.usuarios, .anual, .mensual {
    background: #00ACFF;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    float: right;
    padding: 3px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 110px;
    margin-bottom: 10px;
    border: 2px solid #00ACFF;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.ftp-cont:hover .usuarios,
.ftp-cont:hover .anual,
.ftp-cont:hover .mensual{
    color: #00ACFF;
    background: white;
}

.usuarios b, .anual b, .mensual b, .usuarios span, .anual span, .mensual span{
    font-size: 1.05rem;
    padding: 0 !important;
}

.usuarios .old,
.mensual .old,
.anual .old
{
    font-size: 0.95rem;
    color: #ffffffb5;
    text-decoration: line-through;
    transition: all 0.3s;
}


.ftp-cont:hover .usuarios .old,
.ftp-cont:hover .anual .old,
.ftp-cont:hover .mensual .old{
    color: #00aaffb6;
}

.text-b{
    color: #00ACFF;
}

.descuento-email{
    background: #E21531;
    border-radius: 5px;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    position: absolute;
    bottom: -75%;
    right: 0;
}

@media (min-width: 320px) {

    .cantidadftp {
        padding-left: 0%;
        text-align: left;
    }

    .anual {
        margin-left: 5px;
    }

    .usuarios, .anual, .mensual {
        font-size: 0.75em;
    }

}


@media (min-width: 414px) {
    .datacentercol {
        width: 80% !important;
    }
}

@media (min-width: 601px) and (max-width: 657px) {
    .datacentercol {
        width: 80% !important;
    }
}

@media (min-width: 658px) and (max-width: 669px) {
    .datacentercol {
        width: 80% !important;
    }
}

@media (min-width: 768px) {
    .datacentercol {
        width: 80% !important;
    }

    .usuarios, .anual, .mensual {
        font-size: 0.8em;
    }
}

@media (min-width: 900px) {
    .datacentercol {
        width: 80% !important;
    }
}

@media (min-width: 993px) {
    .datacentercol {
        width: 67% !important;
    }
}

@media (min-width: 1024px) {
    .datacentercol {
        width: 67% !important;
    }
}

@media (min-width: 1100px) {
    .datacentercol {
        margin-top: 50px;
        width: 67% !important;
    }
    .cantidadftp {
        padding-left: 28%;
    }
}

@media (min-width: 1112px) and (max-width: 1169px) {
    .datacentercol {
        width: 67% !important;
    }
}

@media (min-width: 1170px) {
    .datacentercol {
        width: 67% !important;
    }
}

@media (min-width: 1900px) {
    .cantidadftp {
        padding-left: 30%;
    }
}

@media (min-width: 2100px) {
    .cantidadftp {
        padding-left: 32%;
    }
}



.ssl {
    background-image: url(../../img/datacenter/ssl/fondossl.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    background-position: center;
}

.ssl .cuadro_blanco_trasparente {
    background-color: rgba(255, 255, 255, 0.7);
}

.ssl .cuadro_rojo_trasparente {
    background-color: rgba(255, 0, 0, 0.3);
    color: red;
}

.ssl .v {
    color: #00e676;
}

.ssl .r {
    color: #e60026;
}

.ssl table tbody tr:hover .v {
    color: #fff;
}

.ssl .o:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

h1,
h4 {
    color: #00acff;
}

@media (max-width:1050px) {
    .ssl .tablassl {
        margin: 0 !important;
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .ssl table tbody tr {
        margin-top: 95px;
    }
    .ssl table tbody tr .uno {
        padding-bottom: 13PX;
        padding-top: 9px;
    }
    .ssl table tbody tr .dos {
        padding-bottom: 12PX;
        padding-top: 10px;
    }
    .ssl .row .col button {
        float: none;
    }
    .ssl table tbody tr th h5 {
        margin: 0;
    }
    .ssl table .col .responsive-table {
        padding-left: 0;
        padding-right: 0;
    }
}

.ssl .card table tbody tr .t1 {
    transition: all 0.6s;
}

.ssl .card table tbody tr:hover .t1 {
    background-color: #00ACFF !important;
    color: #fff !important;
}

.ssl .card table tbody tr .t2 {
    transition: all 0.6s;
}

.ssl .card table tbody tr:hover .t2 {
    background-color: #00ACFF !important;
    color: #fff !important;
}

.ssl .card table tbody tr .t3 {
    transition: all 0.6s;
}

.ssl .card table tbody tr:hover .t3 {
    background-color: #00ACFF !important;
    color: #fff !important;
}

.ssl .card table tbody tr:hover .botoncomprar {
    background: white;
    color: #00ACFF;
}

.botoncomprar {
    background: #00ACFF;
}

.botoncomprar:hover {
    background: #00ACFF;
    box-shadow: 0px 0px 10px white;
    text-decoration: underline;
}

.essential,
.wildcard,
.ev {
    background: white;
    border-radius: 20px;
    transition: all 0.5s;
}

.essential .card-content h4,
.wildcard .card-content h4,
.ev .card-content h4 {
    transition: all 0.5s;
}

.caracteristicas {
    margin-top: 20px;
    text-align: center;
}

.caracteristicas:hover i,
.caracteristicas:hover {
    color: gold !important;
}

.caracteristicas i {
    color: #00ACFF;
    margin-left: -50px;
    position: absolute;
    transition: all 0.5s;
}

.caracteristicas .llave {
    margin-left: -62px;
}

.caracteristicas .signopesos {
    margin-left: -55px;
}

.caracteristicas .signopesosc {
    margin-left: -50px;
}

.essential:hover .caracteristicas i,
.wildcard:hover .caracteristicas i,
.ev:hover .caracteristicas i {
    color: white;
}

.essential:hover .card-content h4,
.wildcard:hover .card-content h4,
.ev:hover .card-content h4 {
    color: white;
}

.sello {
    margin-top: 30px;
    text-align: center;
}

.essential:hover,
.wildcard:hover,
.ev:hover {
    background: #00ACFF;
    color: white;
}

.essential .card-action,
.wildcard .card-action,
.ev .card-action {
    border-radius: 0px 0px 20px 20px !important;
}

.essential:hover .card-action,
.wildcard:hover .card-action,
.ev:hover .card-action {
    border-top: 1px solid white;
}

.essential .card-action .precio_ssl,
.wildcard .card-action .precio_ssl,
.ev .card-action .precio_ssl {
    color: #00ACFF;
    padding-bottom: 60px !important;
    transition: all 0.5s;
}

.essential .card-action .precio_ssl .precio_nuevo,
.wildcard .card-action .precio_ssl .precio_nuevo,
.ev .card-action .precio_ssl .precio_nuevo {
    color: #002a85 !important;
    font-size: 1.2em;
}

.essential:hover .card-action .precio_ssl .precio_nuevo,
.wildcard:hover .card-action .precio_ssl .precio_nuevo,
.ev:hover .card-action .precio_ssl .precio_nuevo {
    color: #FFF !important;
}

/*
.essential:hover .card-action .precio_ssl b,
.wildcard:hover .card-action .precio_ssl b,
.ev:hover .card-action .precio_ssl b {
    color: #FFF !important;
}
*/

.essential .card-action a,
.wildcard .card-action a,
.ev .card-action a {
    background: #00ACFF !important;
    border-radius: 10px;
    color: white !important;
    padding: 10px;
    left: 0;
    margin-left: 30px;
    margin-right: auto;
    margin-top: -50px;
    right: 0;
    position: absolute;
    transition: all 0.5s !important;
}

.essential:hover .card-action a,
.wildcard:hover .card-action a,
.ev:hover .card-action a {
    background: white !important;
    color: #00ACFF !important;
}

.essential .card-action:hover a,
.wildcard .card-action:hover a,
.ev .card-action:hover a {
    font-weight: bold;
}

 ::-webkit-input-placeholder {
    color: #545454;
}

 ::-moz-placeholder {
    color: #545454;
}

 ::-moz-placeholder {
    color: #545454;
}

 ::-ms-input-placeholder {
    color: #545454;
}

.incluye {
    color: green;
    font-weight: bold;
}

.noincluye {
    color: red;
    font-weight: bold;
}

.caracteristicasssl {
    color: green;
}

.nocaracteristicasssl {
    color: red;
}

.divisor {
    background: green;
    height: 2px;
    margin-bottom: 10px;
    width: 100%;
}

.nodivisor {
    background: red;
    height: 2px;
    margin-bottom: 10px;
    width: 100%;
}

.boton_cerrar_modal {
    background: #f44336;
    border: 2px solid #f44336;
    color: white;
}

.boton_cerrar_modal:hover {
    background: white;
    color: #f44336;
}

.boton_cerrar_modal:focus {
    background: #f44336;
    color: white;
}

@media (max-width:1400px) {
    .hosting #domi {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.hosting {
    background-image: url(../../img/datacenter/hosting/fondodonyhost.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    width: 100% !important;
    background-position: center;
}

.hosting .cuadro_blanco_trasparente {
    background-color: rgba(255, 255, 255, 0.7);
}

.hosting .card {
    margin: 0;
}

.hosting .card:hover h4 {
    transform: scale(1.1);
    transition: 0.3s;
    margin-left: 40px;
}

.hosting .card:hover img {
    transform: scale(1.05);
    transition: 0.3s;
}

.hosting .v {
    color: #00e676;
}

.hosting .azul {
    color: #6a96d0;
}

.hosting .azulclaro {
    background-color: #000;
    border-radius: 40px 40px 0px 0px;
    border-top: 38px solid #C0C0C0;
    /*8a9597*/
    border-left: 38px solid #292929;
    border-right: 38px solid #292929;
    padding-bottom: 190px;
    /*border-bottom: 160px solid #949091;*/
    /*transparent*/
}

.contenedorteclado .select-wrapper .caret {
    fill: #00ACFF;
}

.contenedorteclado input:not([type]),
.contenedorteclado input[type=text]:not(.browser-default),
.contenedorteclado input[type=password]:not(.browser-default),
.contenedorteclado input[type=email]:not(.browser-default),
.contenedorteclado input[type=url]:not(.browser-default),
.contenedorteclado input[type=time]:not(.browser-default),
.contenedorteclado input[type=date]:not(.browser-default),
.contenedorteclado input[type=datetime]:not(.browser-default),
.contenedorteclado input[type=datetime-local]:not(.browser-default),
.contenedorteclado input[type=tel]:not(.browser-default),
.contenedorteclado input[type=number]:not(.browser-default),
.contenedorteclado input[type=search]:not(.browser-default),
.contenedorteclado textarea.materialize-textarea {
    border-bottom: 3px solid #fff;
}

.contenedorteclado input {
    color: #00acff;
}

.contenedorteclado .select-wrapper input.select-dropdown {
    color: #00acff;
}

.contenedorteclado .select-wrapper input.select-dropdown:focus {
    border-bottom: 3px solid #00acff;
}

.contenedorteclado input:not([type]):focus:not([readonly]),
.contenedorteclado input[type=text]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=password]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=email]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=url]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=time]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=date]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=datetime]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=tel]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=number]:not(.browser-default):focus:not([readonly]),
.contenedorteclado input[type=search]:not(.browser-default):focus:not([readonly]),
.contenedorteclado textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 3px solid #00acff;
    -webkit-box-shadow: 0 1px 0 0 #00acff;
    box-shadow: 0 1px 0 0 #00acff;
}

 ::-webkit-input-placeholder {
    color: #fff;
}

 ::-moz-placeholder {
    color: #fff;
}

 ::-moz-placeholder {
    color: #fff;
}

 ::-ms-input-placeholder {
    color: #fff;
}

#buscardomi{
    background: #00ACFF;
    border-radius: 10px;
    text-align: center;
    transition: all 0.5s;
}

#buscardomi:hover {
    background: white;
    color: #00ACFF;
}

#buscardomi:hover i{
    color: #00ACFF;
}

#buscardomi i{
    color: white;
    float: left;
    margin-left: 20px;
    transition: all 0.5s;
}

#comprarhost {
    background: #00ACFF;
    border-radius: 10px;
    padding-bottom: 45px;
    text-align: center;
    transition: all 0.5s;
}

#comprarhost:hover {
    background: white;
    color: #00ACFF;
}

#comprarhost:hover i {
    color: #00ACFF;
}

tr {
    border-bottom: 3px solid #00ACFF;
    border-top: 3px solid #00ACFF;
    color: white !important;
}

.primerth,
.primertd {
    border-right: 3px solid #00ACFF !important;
}

.segundoth,
.segundotd {}

.tercerth,
.tercertd {
    border-left: 3px solid #00ACFF !important;
}

.camara {
    background: black;
    border-radius: 20px;
    height: 25px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    right: 0;
    position: absolute;
    width: 25px;
}

.camaralente {
    background: white;
    border-radius: 20px;
    height: 15px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    right: 0;
    position: absolute;
    width: 15px;
}

.teclado {
    margin: auto;
    margin-left: 20px;
    margin-top: -20px;
    height: 150px;
    width: 96.399%;
}

@media (min-width: 320px) and (max-width: 374px) {
    .contenedorteclado {
        margin: auto;
        width: 60%;
    }
    .hosting h1 {
        font-size: 1.2em !important;
    }
    .hosting .azulclaro {
        border: 8px solid #292929;
        border-bottom: 0;
        padding-bottom: 10px;
    }
    .teclado {
        margin-left: 8.5%;
        margin-top: 0px;
        width: 82.5%;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .contenedorteclado {
        margin: auto;
        width: 60%;
    }
    .hosting h1 {
        font-size: 1.2em !important;
    }
    .hosting .azulclaro {
        border: 8px solid #292929;
        border-bottom: 0;
        padding-bottom: 10px;
    }
    .teclado {
        margin-left: 8.5%;
        margin-top: 0px;
        width: 82.5%;
    }
}

@media (min-width: 414px) and (max-width: 767px) {
    .contenedorteclado {
        margin: auto;
        width: 60%;
    }
    .hosting h1 {
        font-size: 1.2em !important;
    }
    .hosting .azulclaro {
        border: 8px solid #292929;
        border-bottom: 0;
        padding-bottom: 10px;
    }
    .teclado {
        margin-left: 8.5%;
        margin-top: 0px;
        width: 82.5%;
    }
}

@media (min-width: 768px) and (max-width: 787px) {
    .contenedorteclado {
        margin: auto;
        width: 50%;
    }
    .hosting h1 {
        font-size: 1.2em !important;
    }
    .hosting .azulclaro {
        border: 8px solid #292929;
        border-bottom: 0;
        padding-bottom: 10px;
    }
    .teclado {
        margin-left: 15.4%;
        margin-top: 0px;
        width: 68.9%;
    }
}

@media (min-width: 788px) and (max-width: 992px) {
    .contenedorteclado {
        margin: auto;
        width: 70%;
    }
    .hosting h1 {
        font-size: 1.2em !important;
    }
    .hosting .azulclaro {
        border: 8px solid #292929;
        border-bottom: 0;
        padding-bottom: 10px;
    }
    .teclado {
        margin-left: 1.7%;
        margin-top: 0px;
        width: 96.3%;
    }
}

@media (min-width: 993px) {
    .hosting .azulclaro {
        padding-bottom: 70px;
    }
    .contenedorteclado {
        margin: auto;
        width: 50%;
    }
    .teclado {
        margin-left: 15.4%;
        margin-top: 0px;
        width: 68.9%;
    }
}

@media (min-width: 2580px) {
    .contenedorteclado {
        margin: auto;
        width: 50%;
    }
    .teclado {
        margin-left: 15.75%;
        margin-top: 0px;
        width: 68.2%;
    }
}

@media (min-width: 2600px) {
    .teclado {
        margin-left: 15.95%;
        margin-top: 0px;
        width: 67.8%;
    }
}

@media (min-width: 2620px) {
    .teclado {
        margin-left: 16.3%;
        margin-top: 0px;
        width: 67.1%;
    }
}

@media (min-width: 2640px) {
    .teclado {
        margin-left: 16.5%;
        margin-top: 0px;
        width: 66.7%;
    }
}

@media (min-width: 2640px) {
    .teclado {
        margin-left: 16.8%;
        margin-top: 0px;
        width: 66.1%;
    }
}

@media (min-width: 2660px) {
    .teclado {
        margin-left: 16.8%;
        margin-top: 0px;
        width: 66.1%;
    }
}

@media (min-width: 2680px) {
    .teclado {
        margin-left: 17%;
        margin-top: 0px;
        width: 65.7%;
    }
}

@media (min-width: 2700px) {
    .teclado {
        margin-left: 17.2%;
        margin-top: 0px;
        width: 65.3%;
    }
}

@media (min-width: 2720px) {
    .teclado {
        margin-left: 17.4%;
        margin-top: 0px;
        width: 64.9%;
    }
}

@media (min-width: 2740px) {
    .teclado {
        margin-left: 17.7%;
        margin-top: 0px;
        width: 64.3%;
    }
}

@media (min-width: 2760px) {
    .teclado {
        margin-left: 18%;
        margin-top: 0px;
        width: 63.7%;
    }
}

@media (min-width: 2780px) {
    .teclado {
        margin-left: 18.2%;
        margin-top: 0px;
        width: 63.3%;
    }
}

@media (min-width: 2800px) {
    .teclado {
        margin-left: 18.45%;
        margin-top: 0px;
        width: 62.85%;
    }
}

@media (min-width: 2820px) {
    .teclado {
        margin-left: 18.7%;
        margin-top: 0px;
        width: 62.35%;
    }
}

@media (min-width: 2840px) {
    .teclado {
        margin-left: 18.8%;
        margin-top: 0px;
        width: 62%;
    }
}

@media (min-width: 2860px) {
    .teclado {
        margin-left: 19.1%;
        margin-top: 0px;
        width: 61.6%;
    }
}

@media (min-width: 2880px) {
    .teclado {
        margin-left: 19.3%;
        margin-top: 0px;
        width: 61.1%;
    }
}

@media (min-width: 2900px) {
    .teclado {
        margin-left: 19.45%;
        margin-top: 0px;
        width: 60.8%;
    }
}

@media (min-width: 2920px) {
    .teclado {
        margin-left: 19.7%;
        margin-top: 0px;
        width: 60.3%;
    }
}

@media (min-width: 2940px) {
    .teclado {
        margin-left: 19.9%;
        margin-top: 0px;
        width: 59.9%;
    }
}

.custodia {
    background-image: url(../../img/datacenter/hosting/fondodonyhost.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    width: 100% !important;
    background-position: center;
}

.introduccion {
    background: white;
    color: black;
    margin: auto;
    margin-top: -40px;
    text-align: center;
    width: 68%;
}

.titulocostosa {
    background: white;
    color: #00ACFF;
    font-size: 2em;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.contenedorcostos {
    height: auto;
    margin: auto;
    margin-top: 20px;
    width: 68%;
}

.concepto {
    background: #00ACFF;
    border: 1px solid #00ACFF;
    border-radius: 10px 0px 0px 10px;
    color: white;
    padding: 10px;
    text-align: left;
    width: 50%;
}

.cantidad {
    background: white;
    border: 1px solid #00ACFF;
    border-left: 0;
    color: #00ACFF;
    float: right;
    margin-right: 25.05%;
    margin-top: -66px;
    padding: 10px;
    padding-bottom: 21px;
    padding-top: 21px;
    text-align: center;
    width: 25%;
}

.valor {
    background: white;
    border: 1px solid #00ACFF;
    border-left: 0;
    border-radius: 0px 10px 10px 0px;
    color: #00ACFF;
    float: right;
    margin-right: 0%;
    margin-top: -66px;
    padding: 10px;
    padding-bottom: 21px;
    padding-top: 21px;
    text-align: center;
    width: 25%;
}

.contenedorcostosb {
    height: auto;
    margin: auto;
    margin-top: 20px;
    width: 68%;
}

.contenedorcostosb .cantidad {
    margin-top: -44px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contenedorcostosb .valor {
    margin-top: -44px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contenedorcostosc {
    height: auto;
    margin: auto;
    margin-top: 20px;
    width: 68%;
}

.contenedorcostosc .cantidad {
    margin-top: -44px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contenedorcostosc .valor {
    margin-top: -44px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contenedortarjetas {
    background: white;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 68%;
}

.tarjeta {
    margin-bottom: 20px;
    width: 100%;
}

.titulotarjeta {
    color: #00ACFF;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: underline;
}

.textotarjeta {
    text-align: justify;
    width: 50%;
}

.imagen {
    background: url(../../img/datacenter/custodia/business-3152586_1920.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    border-radius: 20px;
    color: rgba(0, 0, 0, 0);
    float: right;
    height: 165px;
    margin-top: -168px;
    width: 400px;
}

.tarjetab .titulotarjeta {
    text-align: right;
}

.tarjetab .textotarjeta {
    float: right;
    text-align: justify;
    width: 50%;
}

.tarjetab .imagen {
    background: url(../../img/datacenter/custodia/secret-3037639_1920.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    color: rgba(0, 0, 0, 0);
    float: left;
    height: 165px;
    margin-right: 29px;
    margin-top: 5px;
    width: 400px;
}

.tarjetac {
    margin-top: 200px;
}

.tarjetac .titulotarjeta {
    text-align: center;
}

.iconocondiciones {
    color: white;
    font-size: 2em;
}

.tarjetac .textotarjeta {
    background: #00ACFF;
    border-radius: 10px;
    color: white;
    padding: 20px;
    text-align: center;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 374px) {
    .contenedortarjetas {
        margin-bottom: -140px;
        width: 90%;
    }
    .textotarjeta {
        margin-bottom: 200px;
        width: 98%;
    }
    .tarjeta .imagen {
        float: none;
        width: 285px;
    }
    .tarjetab .textotarjeta {
        float: left;
        width: 98%;
    }
    .tarjetab .imagen {
        float: none;
        margin-top: 220px;
        width: 285px;
    }
    .tarjetac {
        margin-top: 25px;
    }
    .tarjetac .textotarjeta {
        font-size: 0.9em;
        padding: 20px;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .contenedortarjetas {
        margin-bottom: -140px;
        width: 90%;
    }
    .textotarjeta {
        margin-bottom: 200px;
        width: 98%;
    }
    .tarjeta .imagen {
        float: none;
        width: 325px;
    }
    .tarjetab .textotarjeta {
        float: left;
        width: 98%;
    }
    .tarjetab .imagen {
        float: none;
        margin-top: 220px;
        width: 325px;
    }
    .tarjetac {
        margin-top: 25px;
    }
    .tarjetac .textotarjeta {
        font-size: 0.9em;
        padding: 20px;
    }
}

@media (min-width: 414px) and (max-width: 767px) {
    .contenedortarjetas {
        margin-bottom: -140px;
        width: 90%;
    }
    .textotarjeta {
        margin-bottom: 200px;
        width: 98%;
    }
    .tarjeta .imagen {
        float: none;
        width: 365px;
    }
    .tarjetab .textotarjeta {
        float: left;
        width: 98%;
    }
    .tarjetab .imagen {
        float: none;
        margin-top: 220px;
        width: 365px;
    }
    .tarjetac {
        margin-top: 25px;
    }
    .tarjetac .textotarjeta {
        font-size: 0.9em;
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .contenedortarjetas {
        margin-bottom: -140px;
        padding: 50px;
        width: 90%;
    }
    .textotarjeta {
        margin-bottom: 200px;
        width: 98%;
    }
    .tarjeta .imagen {
        float: right;
        width: 365px;
    }
    .tarjetab .textotarjeta {
        float: left;
        width: 98%;
    }
    .tarjetab .imagen {
        float: none;
        margin-top: 100px;
        width: 365px;
    }
    .tarjetac {
        margin-top: 25px;
    }
    .tarjetac .textotarjeta {
        font-size: 0.9em;
        padding: 20px;
    }
}

@media (min-width: 1181px) and (max-width: 1261px) {
    .tarjeta .imagen {
        width: 365px;
    }
    .tarjetab .imagen {
        width: 365px;
    }
}

@media (max-width: 360px) {
    .titulocostosa {
        font-size: 1.5em;
    }
    .cantidad {
        margin-top: -176px;
        padding-bottom: 65px;
        padding-top: 65px;
        padding-left: 0px;
    }
    .valor {
        margin-top: -176px;
        padding-bottom: 65px;
        padding-top: 65px;
        padding-left: 5px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -110px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .valor {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
        padding-left: 0px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -110px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosb .valorc {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valor {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .valorb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
}

@media (min-width: 361px) and (max-width: 385px) {
    .contenedorcostosc .conceptoa {}
    .cantidad {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
        padding-left: 0px;
    }
    .valor {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
        padding-left: 5px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -110px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .valor {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
        padding-left: 0px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -110px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosb .valorc {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valor {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .valorb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
}

@media (min-width: 386px) and (max-width: 388px) {
    .contenedorcostosc .conceptoa {}
    .cantidad {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
        padding-left: 0px;
    }
    .valor {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
        padding-left: 5px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosb .valor {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
        padding-left: 0px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -110px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosb .valorc {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valor {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .valorb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
}

@media (min-width: 389px) and (max-width: 396px) {
    .cantidad {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
        padding-left: 2px;
    }
    .valor {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -130px;
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .valor {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
        padding-left: 2px;
    }
    .contenedorcostosb .conceptoa,
    .contenedorcostosb .conceptob,
    .contenedorcostosb .conceptoc {
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -130px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .contenedorcostosb .valorc {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valor {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .valorb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
}

@media (min-width: 397px) and (max-width: 402px) {
    .cantidad {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
        padding-left: 2px;
    }
    .valor {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosb .valor {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosb .conceptoa,
    .contenedorcostosb .conceptob,
    .contenedorcostosb .conceptoc {
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -130px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .contenedorcostosb .valorc {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valor {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .valorb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
}

@media (min-width: 403px) and (max-width: 411px) {
    .cantidad {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
        padding-left: 2px;
    }
    .valor {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosb .valor {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosb .conceptoa,
    .contenedorcostosb .conceptob,
    .contenedorcostosb .conceptoc {
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -130px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .contenedorcostosb .valorc {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .valor {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .contenedorcostosc .valorb {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 32px;
    }
}

@media (min-width: 412px) and (max-width: 436px) {
    .cantidad {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
        padding-left: 2px;
    }
    .valor {
        margin-top: -154px;
        padding-bottom: 54px;
        padding-top: 54px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosb .valor {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosb .conceptoa,
    .contenedorcostosb .conceptob,
    .contenedorcostosb .conceptoc {
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -130px;
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .valorc {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 41px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .valor {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valorb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
}

@media (min-width: 437px) and (max-width: 443px) {
    .contenedorcostosc .conceptoa {}
    .cantidad {
        margin-top: -132px;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .valor {
        margin-top: -132px;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -130px;
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .valor {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 42px;
    }
    .contenedorcostosb .conceptoa,
    .contenedorcostosb .conceptob,
    .contenedorcostosb .conceptoc {
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -129px;
        padding-bottom: 20px;
        padding-top: 19px;
    }
    .contenedorcostosb .valorc {
        margin-top: -129px;
        padding-bottom: 42px;
        padding-top: 41px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .valor {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valorb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
}

@media (min-width: 444px) and (max-width: 476px) {
    .contenedorcostosc .conceptoa {}
    .cantidad {
        margin-top: -132px;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .valor {
        margin-top: -132px;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .valor {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .conceptoc {
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -130px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .contenedorcostosb .valorc {
        margin-top: -130px;
        padding-bottom: 42px;
        padding-top: 41px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .valor {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valorb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
}

@media (min-width: 477px) and (max-width: 483px) {
    .contenedorcostosc .conceptoa {}
    .cantidad {
        margin-top: -132px;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .valor {
        margin-top: -132px;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .valor {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .conceptoc {
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -110px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .valorc {
        margin-top: -110px;
        padding-bottom: 32px;
        padding-top: 31px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .valor {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valorb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
}

@media (min-width: 484px) and (max-width: 485px) {
    .contenedorcostosc .conceptoa {}
    .cantidad {
        margin-top: -132px;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .valor {
        margin-top: -132px;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -66px;
    }
    .contenedorcostosb .valor {
        margin-top: -66px;
    }
    .contenedorcostosb .conceptoc {
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -88px;
    }
    .contenedorcostosb .valorc {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .valor {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valorb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
}

@media (min-width: 486px) and (max-width: 512px) {
    .contenedorcostosc .conceptoa {}
    .cantidad {
        margin-top: -110px;
        padding-bottom: 33px;
        padding-top: 31px;
    }
    .valor {
        margin-top: -110px;
        padding-bottom: 33px;
        padding-top: 31px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -66px;
    }
    .contenedorcostosb .valor {
        margin-top: -66px;
    }
    .contenedorcostosb .conceptoc {
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -88px;
    }
    .contenedorcostosb .valorc {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .valor {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .cantidadb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valorb {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
}

@media (min-width:513px) and (max-width: 600px) {
    .contenedorcostosc .conceptoa {}
    .cantidad {
        margin-top: -110px;
        padding-bottom: 33px;
        padding-top: 31px;
    }
    .valor {
        margin-top: -110px;
        padding-bottom: 33px;
        padding-top: 31px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -66px;
    }
    .contenedorcostosb .valor {
        margin-top: -66px;
    }
    .contenedorcostosb .conceptoc {
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -88px;
    }
    .contenedorcostosb .valorc {
        margin-top: -88px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .contenedorcostosc .valor {
        margin-top: -66px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (min-width:601px) and (max-width: 800px) {
    .contenedorcostosc .conceptoa {
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .cantidad {
        margin-top: -85px;
        padding-bottom: 31px;
        padding-top: 31px;
    }
    .valor {
        margin-top: -85px;
        padding-bottom: 21px;
        padding-top: 20px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -64px;
    }
    .contenedorcostosb .valor {
        margin-top: -64px;
    }
    .contenedorcostosc .cantidad {
        margin-top: -65px;
        padding-bottom: 21px;
        padding-top: 21px;
    }
    .contenedorcostosc .valor {
        margin-top: -65px;
        padding-bottom: 11px;
        padding-top: 11px;
    }
}

@media (min-width:801px) and (max-width: 1108px) {
    .contenedorcostosb .conceptoc {
        padding-bottom: 21px;
        padding-top: 20px;
    }
    .cantidad {
        margin-top: -64px;
        padding-bottom: 20px;
        padding-top: 21px;
    }
    .valor {
        margin-top: -64px;
        padding-bottom: 20px;
        padding-top: 21px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -43px;
    }
    .contenedorcostosb .cantidadc {
        margin-top: -64px;
    }
    .contenedorcostosb .valor {
        margin-top: -43px;
    }
    .contenedorcostosb .valorc {
        margin-top: -64px;
        padding-bottom: 21px;
        padding-top: 20px;
    }
}

@media (min-width:1109px) and (max-width: 1199px) {
    .cantidad {
        margin-top: -64px;
        padding-bottom: 20px;
        padding-top: 21px;
    }
    .valor {
        margin-top: -64px;
        padding-bottom: 20px;
        padding-top: 21px;
    }
    .contenedorcostosb .cantidad {
        margin-top: -43px;
    }
    .contenedorcostosb .valor {
        margin-top: -43px;
    }
}

@media (min-width: 1592px) {
    .cantidad {
        margin-top: -44px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .valor {
        margin-top: -44px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

canvas {
    display: none;
}

#web h1 {
    display: none;
}

@media(max-width: 1151px) {
    #web h1 {
        display: inline;
    }
}

@media (min-width: 1152px) {
    canvas {
        display: inline;
    }
}

.gtc {
    color: #6A96D0 !important;
}

#web {
    width: 100%;
    min-height: 700px;
    background-image: url("../../img/servicios/web/bg1.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

#web .web11:hover .web1>img {
    transform: scale(0.8);
    transition: .5s all;
}

#web .web12:hover .web2>img {
    transform: scale(0.8);
    transition: .5s all;
}

#web .web13:hover .web3>img {
    transform: scale(0.8);
    transition: .5s all;
}

#web .web14:hover .web4>img {
    transform: scale(0.8);
    transition: .5s all;
}

/* Start Email Seguro */
    .carda-email-seguro {
        background: #00aaff;
        color: white;
    }
        .carda-email-seguro:hover {
            background: white;
            color: black;
        }
        .carda-email-seguro:hover .carda-titulo-email-seguro, .carda-email-seguro:hover i {
            color: #00aaff !important;
        }
        .carda-titulo-email-seguro, .carda-email-seguro i {
            color: white !important;
        }
    .caracteristicas-email-seguro {
        background: white;
        border: 1px solid #00aaff;
    }
        .titulo-caracteristicas-email-seguro {
            color: #00aaff;
        }
        .subtitulo-caracteristicas-email-seguro {
            color: #00aaff;
        }
        .items-caracteristicas-email-seguro {
            color: #00aaff;
        }
    .item-wrapper-email-seguro {
        background: white;
        border: 2px solid #00aaff;
        border-radius: 50%;
        height: 250px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 250px !important;
        transition: all .5s;
    }
        .item-wrapper-email-seguro:hover {
            box-shadow: 0px 0px 20px #00aaff;
        }
        .item-wrapper-email-seguro:hover .item-btn-email-seguro {
            animation-name: rebote;
            animation-iteration-count: 1;
            animation-duration: .5s;
        }
            @keyframes rebote {
                50% {
                    transform: scale(1.1);
                }
            }
        .item-titulo-email-seguro {
            background: #00aaff;
            color: white;
            font-size: 1.5em;
            font-weight: bold;
            overflow: hidden;
            padding-bottom: 20px;
            padding-top: 20px;
            position: absolute;
            text-align: center;
            width: 100%;
        }
        .item-datos-email-seguro {
            color: #00aaff;
            margin-top: 83px;
            text-align: center;
        }
            .item-datos-email-seguro hr {
                margin: auto;
                margin-top: 10px;
                width: 80%;
            }
            .item-precio-email-seguro {
                color: #002a85;
                font-size: 20px;
            }
        .item-btn-email-seguro {
            background: #00aaff;
            bottom: 0;
            color: white;
            font-weight: bold;
            padding-bottom: 5px;
            padding-top: 5px;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            width: 100%;
        }
/* End Email Seguro */

.desarrollo1 {
    padding: 50px 25px 25px 25px !important;
    text-align: center;
}
    .desarrollo1:hover .imgddd {
        transform: scale(1.2);
        transition: .5s;
    }
    .imgddd {
        width: 100px;
    }
    .desarrollo1 h2 {
        font-size: 15px!important;
        font-weight: 700;
    }
@media (max-width: 425px) {
    .valor {
        padding-top: 32px;
    }
    .contenedorcostosb .valor {
        padding-top: 20px;
    }
    .cantidadc {
        padding-top: 9px !important;
    }
    .contenedorcostosc .concepto {
        padding-bottom: 20px;
        padding-top: 20px;
        transform: translateY(20px);
    }
    .contenedorcostosc:nth-child(1) .cantidad {
        padding-bottom: 20px;
        padding-top: 20px;
        transform: translateY(20px);
    }
}

.plus {
    color: #00aaff;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    transform: scale(1.5) translateY(-1px) translateX(68px);
}
    @keyframes parpadeo-plus {
        0% {
            opacity: 1;
        }
        50% {
            opacity: .5;
        }
        100% {
            opacity: 1;
        }
    }
    .card:hover .plus {
        color: #FFF;
    }
    .plus-email-seguro {
        color: #FFF;
        transform: scale(1.2) translateY(-1px) translateX(5px);
    }
    .plus-ssl {
        transform: scale(1.2) translateY(-2px) translateX(5px);
    }
    .plus-custodia {
        color: #FFF;
    }
.tarjeta-hosting {
    background: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px #888;
    padding: 0 !important;
    transition: all 0.5s;
    position: relative;
}
    .tarjeta-hosting-imbatible {
        animation-name: parpadeo_sombre_promo;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
        @keyframes parpadeo_sombre_promo {
            0% {
                box-shadow: 0px 0px 30px #0DFFCD;
            }
            50% {
                box-shadow: 0px 0px 5px #0DFFCD;
            }
            100% {
                box-shadow: 0px 0px 30px #0DFFCD;
            }
        }
    .tarjeta_descuento_adicional_imbatible {
        background: url('../../img/colocation/descuento20nuevo.png');
        background-size: 100% auto;
        height: 75px;
        left: -9px;
        transform: rotate(270deg) translateX(-3px);
        width: 75px;
        position: absolute;
        top: -11px;
    }
        .tarjeta_descuento_adicional_imbatible div {
            transform: rotate(45deg) translateY(5px) translateX(15px);
            font-size: .6em;
            font-weight: bold;
            text-shadow: 0px 0px 4px #000;
        }
            .tarjeta-hosting:hover .tarjeta_descuento_adicional_imbatible div {
                animation-name: parpadeo_agrandar_dscuento_adicional_imbatible !important;
                animation-duration: 1.3s;
                animation-iteration-count: infinite;
            }
            @keyframes parpadeo_agrandar_dscuento_adicional_imbatible {
                0% {
                    transform: scale(1) rotate(45deg) translateY(5px) translateX(15px);
                }
                50% {
                    transform: scale(1.05) rotate(45deg) translateY(5px) translateX(15px);
                }
                100% {
                    transform: scale(1) rotate(45deg) translateY(5px) translateX(15px);
                }
            }
    .tarjeta_descuento_adicional {
        background: url('../../img/colocation/descuento20nuevo.png');
        background-size: 100% auto;
        height: 75px;
        right: -12px;
        transform: rotate(360deg) translateX(-3px);
        width: 75px;
        position: absolute;
        top: -8px;
    }
        .tarjeta_descuento_adicional div {
            transform: rotate(45deg) translateY(0px) translateX(15px);
            font-weight: bold;
            text-shadow: 0px 0px 4px #000;
        }
            .tarjeta-hosting:hover .tarjeta_descuento_adicional div {
                animation-name: parpadeo_agrandar_dscuento_adicional !important;
                animation-duration: 1.3s;
                animation-iteration-count: infinite;
            }
            @keyframes parpadeo_agrandar_dscuento_adicional {
                0% {
                    transform: scale(1) rotate(45deg) translateY(0px) translateX(15px);
                }
                50% {
                    transform: scale(1.1) rotate(45deg) translateY(0px) translateX(15px);
                }
                100% {
                    transform: scale(1) rotate(45deg) translateY(0px) translateX(15px);
                }
            }
    .tarjeta-hosting-titulo {
        border-bottom: 2px solid #888;
        font-size: 1.2em;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        transition: all .2s;
    }
        .tarjeta-hosting:hover .tarjeta-hosting-titulo {
            background: #00aaff;
            border-radius: 10px 10px 0px 0px;
        }
        .tarjeta-hosting:hover .tarjeta-hosting-titulo b {
            color: #FFF;
        }
        .tarjeta-hosting-titulo b {
            color: #00aaff;
        }
            .tarjeta-hosting-titulo b i {
                transform: scale(1) translateY(5px) !important;
            }
    .tarjeta-hosting-contenido {
        margin-bottom: 10px;
        margin-top: 0px;
    }
        .tarjeta-hosting-item {
            border-bottom: 1px solid #888;
            margin-top: 10px;
        }
            .tarjeta-hosting-item div:nth-child(1) {
                color: #00aaff;
            }
            .tarjeta-hosting-item div:nth-child(2) {
                color: #002a85;
                font-size: 0.9em;
            }
            .tarjeta-hosting-item div:nth-child(3) i {
                color: #00aaff;
            }
            .ilimitado {
                background: #f44336;
                border-radius: 5px;
                color: white;
                font-weight: bold;
                padding-left: 5px;
                padding-right: 5px;
                transition: all .5s;
            }
        .tarjeta-hosting-precio-titulo {
            color: #00aaff;
            margin-top: 10px;
        }
        .tarjeta-hosting-precio-tachado {
            color: #00aaff;
            text-decoration: line-through;
        }
        .tarjeta-hosting-precio-correcto b {
            color: #002a85;
            font-size: 1.1em;
            font-weight: bold;
        }
    .tarjeta-hosting-btn {
        background: #00aaff !important;
        color: #FFF;
        font-weight: bold;
        transition: all .2s;
    }
        .tarjeta-hosting-btn:hover {
            background: #FFF !important;
            color: #00aaff;
        }
@media (max-width: 992px) {
    .tarjeta-hosting {
        margin-top: 20px;
    }
}
@media (min-width: 993px) and (max-width: 1323px) {
    .tarjeta-hosting-titulo {
        font-size: 1em !important;
    }
    .ilimitado {
        font-size: .7em;
    }
}

/**/

.circle-domin {
    width: 100%;
    display: flex;
    height: 300px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.circle-domin .circle{
    --diametro:95px;
    width: var(--diametro);
    height: var(--diametro);
    border-radius: var(--diametro);
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: top .1s;
    aspect-ratio: 10 / 10;
    margin: 0px 10px;
    position: relative;

    --color-1: rgba(49, 170, 207, 0.5);
    --color-2: #50b4e3;

    --color-1: rgba(49, 170, 207, 0.5);
    --color-2: #50b4e3;

    --sh-color: blue;

    background-color: var(--color-1);
    box-shadow: 0px 0px 46px -9px  var(--sh-color);

    background: radial-gradient(circle, var(--color-1), var(--color-2));
    transition: box-shadow 1s;
}


.circle-domin .circle p{
    color: white;
    font-size: 1.2rem;
}

.circle-domin .circle-part{
    --diametro:20px;
    width: var(--diametro);
    height: var(--diametro);
    border-radius: var(--diametro);
    box-shadow: none !important;
    position: absolute;
}

@keyframes tintileo {
    0% {box-shadow: 0px 0px 44px 7px var(--sh-color);}
    50% {box-shadow: 0px 0px 9px 0px var(--sh-color);}
    100% {box-shadow: 0px 0px 44px 7px var(--sh-color);}
}

.circle-domin #blue         {--color-1: #4b4bffbe;--color-2: #4b4cff; --sh-color: blue;     top: 50px;}
.circle-domin #red          {--color-1: #ff4b4bbe;--color-2: #ff4b4b; --sh-color: red;      top: 50px;}
.circle-domin #pink         {--color-1: #ff4bffbe;--color-2: #fe4bff; --sh-color: #fe00ff;  top: 50px;}
.circle-domin #brown-light  {--color-1: #ba9173be;--color-2: #ba9173; --sh-color: #c59b7f;  top: -72px;}
.circle-domin #pink-light   {--color-1: #f0676ebe;--color-2: #f0676e; --sh-color: #ff000d;  top: -72px;}
.circle-domin #blue-light   {--color-1: #00c4ffbe;--color-2: #00c4ff; --sh-color: #00c4ff;  top: 50px;}
.circle-domin #yellow       {--color-1: #ffc96fbe;--color-2: #ffc96f; --sh-color: #ff9f00;  top: -72px;}
.circle-domin #brown        {--color-1: #836452be;--color-2: #836452; --sh-color: #836452;  top:  -72px;}
.circle-domin #green        {--color-1: #00ff31be;--color-2: #00ff31; --sh-color: #00ff31;  top: 50px;}

@media (min-width: 0px) and (max-width: 623px) {
    .circle-domin .circle{
        width: 43px;
        height: 43px;
    }

    .circle-domin .circle p {
        font-size: 0.65rem;
    }
    
    .circle-domin{
        overflow: hidden;
    }

}

@media (min-width: 623px) and (max-width: 1177px) {
    .circle-domin .circle{
        width: 60px;
        height: 60px;
    }

    .circle-domin .circle p {
        font-size: 0.9rem;
    }
    
}

.domin_contain{
    margin-top: 25px;
}

.domin_contain .card{
    margin-bottom: 20px;
    text-align: center;
    transition: transform .5s;
}

.row .domin_contain .col.offset-s4 {
    margin-left: 37.333333% !important;
}

.domin_contain .card .card-content{
    overflow: hidden;
}

.domin_contain .card .card-action{
    color: #00acff;
    background: white;
    cursor: pointer;
    font-weight: 500;
    transition: all .5s;
}

.domin_contain .card:hover .card-action{
    background: #00acff;
    color: white;
}

.domin_contain .card:hover{
    box-shadow: 0px 3px 16px 0px #00acff61;
    transform: scale(1.05);
}

.contenedor_buscador{
    display: flex;
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
    padding: 5px 18px 0px 30px;
    border-radius: 8px;
    box-shadow: 4px -1px 20px -7px #bbbbbb;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.contenedor_buscador i{
    color: #00aaff;
    margin-right: 20px;
}

#buscar_domi{
    color: #00aaff;
    cursor: pointer;
    margin-left: 20px;
}


.contenedor_buscador #dominio:focus{
    border-bottom: 1px solid #00aaff;
    -webkit-box-shadow: 0 1px 0 0 #00aaff;
    box-shadow: 0 1px 0 0 #00aaff;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #00aaff;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #00aaff;
}

.preloader-wrapper.ex-big {
    width: 150px;
    height: 150px;
}

tr{
    color: black !important;
}

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

.bggrupo:hover, .btn:hover, .btn-floating:hover{
    background-color: white;
    color: #00acff;
}

.cont_part_domin{
    margin-right: auto;
    margin-left: auto;
    display: flex;
    margin-top: 10px;
    height: 80px;
    border-bottom: 3px solid #00acff;
    align-items: center;
    padding: 10px !important;
}

.cont_part_domin .part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont_part_domin .part.sn{
    color: #00acff;
    font-weight: bold;
}

#domi .cont_consulta{
    width: 100%;
    height: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px 3px #bbbbbb;
    margin-top: 36px;
    position: relative;
}

#domi .cont_consulta .info_head{
    width: 100%;
    height: 100px;
    padding: 0px 25px 0px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#domi .cont_consulta .info_head i{
    font-size: 30px;
    cursor: pointer;
}

#domi .cont_consulta .info_head i.grn{
    color: #01da01;
}


#domi .cont_consulta .info_head i.rd{
    color: red;
}


#domi .cont_consulta .consulta_general{
    width: 100%;
    height: 320px;
    padding: 1px 25px 0px 25px;
    background: #f3f3f3;
    overflow: auto;
}

#domi .cont_consulta .consulta_general .part{
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border-radius: 6px;
    box-shadow: 0 0 10px -6px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    font-weight: 300;
}

#domi .cont_consulta .consulta_general .part.negative{
    background: rgb(255 233 233);
}

#domi .cont_consulta .consulta_general .part.negative i{
    color: red;
}


#domi .cont_consulta .consulta_general .part.search i{
    color: #8f8f8f;
    animation: spin 500ms infinite;
}

@keyframes spin{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

#domi .cont_consulta .consulta_general .part i{
    color: #01da01;
}


#domi .cont_consulta .consulta_general .part.search p{
    color: rgba(0, 0, 0, 0.575);
}

#domi .cont_consulta .consulta_general .part.search p span{
    font-weight: 100;
}

#domi .cont_consulta .consulta_general .part p span{
    font-weight: 500;
}

#domi .cont_consulta .consulta_general::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

#domi .cont_consulta .consulta_general::-webkit-scrollbar-thumb{
    background: #cfcfcf;
    border-radius: 100px;
}

#domi .cont_consulta .consulta_general::-webkit-scrollbar-track{
    background: rgba(255,255,255,0);
}

#domi .cont_consulta .cont_footer{
    width: 100%;
    height: 80px;
    padding: 0px 25px 0px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#domi .cont_consulta .cont_footer .p1, #domi .cont_consulta .cont_footer .p2{
    display: flex;
    align-items: center;
    justify-content: center;
}

#domi .cont_consulta .cont_footer .p1{
    color: #00acff;
    font-weight: bolder;
    text-transform: uppercase;
}
#domi .cont_consulta .cont_footer .p1 i, #domi .cont_consulta .cont_footer .p2 i{
    margin-right: 10px;
}

#domi .cont_consulta .cont_footer .p2{
    margin-top: 10px;
    font-weight: lighter;
}

.img_intermedio{
    display: flex;
    justify-content: center;
    transition: 0.3s;
    margin: 20px 0px;
}

.hosting .card .img_domin{
    transition: 0.3s;
}

.hosting .card:hover .img_intermedio{
    transform: scale(1.05);
}

.img_intermedio .img_domin{
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0 40px 40px 40px;
    height: 200px;
    width: fit-content !important;
}

@media only screen and (min-width: 0) and (max-width: 400px){
    #domi .cont_consulta .cont_footer .p1, #domi .cont_consulta .cont_footer .p2, #domi .cont_consulta .cont_footer .p1 i, #domi .cont_consulta .cont_footer .p2 i{
        font-size: 10px !important;
    }

    .contenedor_buscador {
        width: 100%;
    }
}

/* Efectos controler */

:root{
    --timer-multiply: 1;
    --interaction-count: 5;
    --animation-state: paused;
}

.plus.animation{
    animation-name: parpadeo-plus;
    animation-iteration-count: var(--interaction-count);
    animation-duration: calc(1s * var(--timer-multiply));
    animation-play-state: var(--animation-state);
}

.alert-ilustration{
    min-height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    flex-direction: column;
    padding: 40px;
}

.alert-ilustration figure{
    margin: 0;
}

.alert-ilustration figure img{
    width: 400px;
}

.alert-ilustration h1{
    margin-bottom: 0;
    font-size: 3rem;
}

.alert-ilustration h2{
    margin-top: 10px;
    font-size: 2.5rem;
}

.design-web-beneficios{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
    grid-template-rows: repeat(auto-fit, minmax(min(80px, 100%), 1fr));
    gap: 25px;
    margin: 25px 0;
}

.design-web-beneficios li{
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    padding: 15px;
    border: 1px solid #C7D2DE;
    background: #FAFAFA;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 15px;
    transition: all 0.3s;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1);
    cursor: default;
}

.design-web-beneficios li:hover{
    border: 1px solid #00aaff;
    transform: translateY(-5px);
}

.design-web-beneficios li h3{
    font-size:1.2rem;
    margin:0.5rem 0;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s;
}