* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul+*,
p+* {
    margin-top: 1rem;
}

p {
    line-height: 1.5;
}

ul {
    list-style-position: inside;
}

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    --light: #FFFFFF;
    --blue-main: #214BA1;
    --blue-lighter: #0077db;
    --blue-darker: #0065B8;
    --blue-greenish: #3D98C5;
    --blue-lightest: #a3d5ed;
    --grey: #cccccc;
    --grey-lighter: #EEE;
    --default-radius: 4px;
    --green: #00A676;
    --dark-green: #008F66;
    --red: #CC2936;
    --light-red: #F8DDDF;
    --dark-red: #981F27;
}

.field-error input,
.field-error select {
    border-color: var(--red);
    background-color: var(--light-red);
}

.error-text {
    color: var(--dark-red);
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875rem;
}

h1,
h2,
h3,
h4,
[class*="title"] {
    font-family: 'Nunito', sans-serif;
}

h3 {
    margin-bottom: 1rem;
}

h3:not(:first-child) {
    margin-top: 2rem;
}

.s-clients .p-container {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (min-width: 767px) {
    
    .s-clients {
        padding: 5rem;
    }

    .s-clients .p-container {
        flex-direction: row;
    }

    .s-col {
        margin-bottom: 0;
    }

    .s-col--shrink {
        margin-right: 2rem;
    }

    .s-col--grow {
        flex-grow: 1;
    }

}

.s-col {
    min-width: 30%;
    margin-bottom: 2rem;
}

.s-col--shrink {
    padding: 1rem;
    border-radius: var(--default-radius);
    background-color: var(--grey-lighter);
}

.f-log-in {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid var(--grey);
    text-align: left;
    max-width: 320px;
}

.f-log-in label {
    font-weight: bold;
    margin-bottom: .5rem;
}

.f-log-in input {
    width: 100%;
    margin-bottom: 1rem;
    padding: .5rem;
    border-radius: 5px;
    border: 1px solid var(--grey);
    outline: 0 none;
    transition: all;
}

.f-log-in input:focus {
    border-color: var(--blue-lighter)
}

.f-log-in .btn--main {
    padding: .75rem 2rem;
    margin: 0;
    width: 100%;
}

.p-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 1rem;
    overflow: hidden;
}

.p-header {
    padding: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #214BA1;
    background: var(--blue-main);
    box-shadow: 0 10px 40px 5px #214BA1;
    box-shadow: 0 10px 40px 5px var(--blue-main);
}

.p-header--no-shadow {
    box-shadow: none;
}

.n-client {
    float: right;
    line-height: 60px;
}

.n-client .telephone {
    color: var(--light);
}

.n-client__link {
    padding: .5rem .75rem;
    color: var(--light);
    border: 2px solid currentColor;
    border-radius: var(--default-radius);
    text-decoration: none;
    font-weight: bold;
    background: rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    transition: all ease-in .2s;
}

.s-contact {
    padding: 2rem;
    background-image: linear-gradient(to bottom, #3d98c5 1%, #214ba1 100%), url(https://html.preview.decentthemes.com/superhost/media/background/10.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.s-contact__blocks {
    text-align: center;
    line-height: 1.25;
    color: var(--light);
}

@media screen and (max-width: 767px) {
    .s-contact__blocks .telephone:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .p-footer article:not(:last-child) {
        width: 100%;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 767px) {
    .s-contact__blocks {
        display: inline-block;
        display: flex;
        justify-content: space-around;
    }

    .p-header {
        padding: 1rem 2rem;
    }

    .s-contact__blocks > * {
        width: 33%;
    }
}

.s-contact__blocks--blue {
    color: #333;
}

.break {
    border-top: 1px solid #ddd;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0;
}

.s-contact__blocks .icon {
    font-size: 2rem;
    display: block;
    text-align: center;
    margin-bottom: .5rem;
}

.s-contact__blocks--blue .icon {
    color: #0077db;
    color: var(--blue-darker)!important;
}

/* .btn--outline {
    padding: 1rem 2em;
    color: var(--blue-lighter);
    border-radius: 2rem;
    text-decoration: none;
    transition: all ease-in .2s;
    outline: 0;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: .5px;
    border: 2px solid var(--blue-lighter);
    margin: 3rem auto 1rem;
    display: inline-block;
    font-weight: bold;
}

.btn--outline:hover {
    border-color: var(--blue-darker);
    color: var(--blue-darker);
} */

.btn--main {
    padding: 1rem 2em;
    color: var(--light);
    background-color: #0077db;
    background-color: var(--blue-lighter);
    /* border-radius: var(--default-radius); */
    border-radius: 2rem;
    text-decoration: none;
    /* font-weight: bold; */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .5); */
    /* text-shadow: 0 1px 2px #00000080; */
    transition: all ease-in .2s;
    outline: 0;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: .5px;
    align-self: center;
    border-color: #214BA1;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin: 2rem auto;
    display: inline-block;
}

.btn--main:hover {
    background: #3D98C5;
    background: var(--blue-darker);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.btn--pay {
    padding: 1rem 2em;
    color: var(--light);
    background-color: var(--green);
    border-radius: 2rem;
    text-decoration: none;
    transition: all ease-in .2s;
    outline: 0;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: .5px;
    align-self: center;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0,0,0,.25);
    width: 100%;
}

@media screen and (min-width: 767px) {

    .btn--pay {
        width: auto;
    }
}

.btn--pay:hover {
    background-color: var(--dark-green);
}

.n-client__link:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--blue-main);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.telephone {
    margin-right: 1rem;
    font-weight: bolder;
    font-size: 18px;
    letter-spacing: 1px;
}

.logo a {
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    color: white;
    line-height: 60px;
    float: left;
    font-family: Arial, Helvetica, 'Open Sans', sans-serif;
    text-decoration: none;
}

.s-hero {
    text-align: center;
    color: white;
    padding: 2rem 0;
    background-image: linear-gradient(to bottom, #214ba1 1%, #3d98c5 100%), url(https://html.preview.decentthemes.com/superhost/media/background/10.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 15%;
}

.s-title--blue {
    color: var(--blue-main);
}


/*.s-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #3d98c5 1%,#214ba1 100%), url(https://html.preview.decentthemes.com/superhost/media/background/10.jpg);
    background-size: cover;
    background-position: 0 -120px;
    z-index: -2;
    background-attachment: fixed;
    filter: blur(6px);
}*/


/*.s-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #3d98c5 1%,#214ba1 100%);
    opacity: .5;
    background: rgba(0, 0, 0, .4);
    z-index: -1;
}
*/

.hero__title {
    font-size: 2rem;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.hero__description {
    font-size: 1.5rem;
    line-height: 1.5;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
}

.s-reach {
    display: inline-block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.s-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.s-header--left {
    text-align: left;
}

.s-content__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.s-subtitle:after {
    content: "";
    display: block;
    width: 2rem;
    height: 4px;
    background: #9239ff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.s-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: darkgray;
}

.s-map {
    /*    background: rgba(0,0,0,.1);
*/
}

.s-map .p-container {
    display: flex;
}

.s-map .image {
    width: 60rem;
    margin-right: 2rem;
    border-radius: var(--default-radius);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
}

.disclaimer {
    color: darkgray;
    font-size: 16px;
}

.s-map:hover {
    opacity: 1;
}

.p-footer {
    background: #222;
    color: #777;
    border-color: #214BA1;
    border-top: 4px solid var(--blue-main);
}

.p-footer .p-container {
    display: inline-block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .s-hero {
        padding: 4rem 4rem 8rem;
    }

    .s-hero--small {
        padding: 2rem;
    }

    .s-hero__title {
        font-size: 3rem;
    }
    
    .grid {
        clear: both;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .column:not(:last-child) {
        margin-bottom: 1rem;
    }
    .n-client .telephone {
        display: none;
    }
}

.s-features {
    padding: 2rem 0 0;
}

.s-services {
    background: #EEE;
    position: relative;
    padding: 2rem 0;
    text-align: center;
}

.s-faq {
    margin-top: 3rem;
    padding: 4rem 2rem;
    background-color: var(--grey-lighter);
}

.s-title {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.service__list,
.feature__list {
    list-style: none;
    clear: both;
}

.service__item,
.feature__item {
    text-align: center;
}

.type {
    background: var(--green);
    color: var(--light);
    text-transform: uppercase;
    padding: 1rem;
    margin: -1rem -1rem 1rem;
    border-top-left-radius: var(--default-radius);
    border-top-right-radius: var(--default-radius);
}

.type--other {
    background: var(--blue-greenish);
}

.switch {
    width: 50%;
    float: right;
    display: inline-block;
    padding: .5rem 1rem;
    border: 2px solid var(--blue-lighter);
    color: var(--light);
    background: var(--blue-lighter);
    display: inline-block;
    transition: all ease-in 200ms;
    text-align: center;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .s-title--left {
        float: left;
    }

    .switch {
        width: auto;
        margin-bottom: 0;
    }
}

.switch:hover {
    cursor: pointer;
    background: var(--blue-darker);
}

.switch-input {
    display: none;
}

.switch-input:checked + label {
    background: var(--light);
    color: var(--blue-lighter);
    font-weight: bold;
}

.switch--left {
    border-top-right-radius: var(--default-radius);
    border-bottom-right-radius: var(--default-radius);
}

.switch-input:checked + .switch--left ~ #inalambrico {
    display: none;
}

.switch-input:checked + .switch--right ~ #fibra {
    display: none;
}

.switch--right {
    border-top-left-radius: var(--default-radius);
    border-bottom-left-radius: var(--default-radius);
}

.speed {
    color: var(--blue-main);
    text-align: center;
    margin-top: 1rem;
}

.speed__list {
    list-style: none;
}

.speed__list li {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.number {
    font-size: 3rem;
    font-weight: bold;
}

.mb {
    font-size: 1rem;
}

.service__title {
    color: #0077db;
    color: var(--blue-lighter);
}

.feature__item {
    padding: 1rem;
    border-radius: var(--default-radius);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .25);
}


/*.service__item:nth-child(4) {
   grid-column-start: 2;
}*/

.service__description,
.feature__description {
    color: #333;
}

.feature__title {
    line-height: 1.1;
    margin-bottom: .5rem;
}

.feature__description {
    margin-bottom: 1rem;
    position: relative;
}

.feature__description:after {
    content: "";
    display: block;
    width: 2rem;
    height: 4px;
    background: #9239ff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.feature__image {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
    background: #a3d5ed;
    background: var(--blue-lightest);
    border-radius: 50%;
}

.service__image {
    position: relative;
    width: 70px;
    height: 70px;
    filter: grayscale(100%);
}

.faq {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--grey);
    padding-bottom: 2rem;
}


.faq:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.s-about {
    text-align: center;
    padding: 4rem 2rem 6rem;
    margin: 3rem 0 0;
}


.s-contact__title {
    color: var(--light);
}

.footer__list {
    list-style: none;
    line-height: 1.5;
}

.footer__title {
    text-transform: uppercase;
    color: #777;
    margin-bottom: .5rem;
    font-size: 14px;
    font-weight: normal;
}

.footer__link {
    color: (var(--light));
    text-decoration: underline;
}

.footer__list a {
    font-size: 14px;
    color: #cfd8dc;
    text-decoration: none;
    transition: all ease-in .2s;
}

.footer__list a:hover {
    color: var(--light);
}

.list--checkmark {
    list-style: none;
}

.list--checkmark li {
    display: flex;
    align-items: center;
    line-height: 2;
}

.list--checkmark li:before {
    content: " ";
    background-image: url("https://png.icons8.com/approval/nolan/64");
    width: 1.25em;
    height: 1.25em;
    background-size: cover;
    margin-right: .25rem;
}

.s-manteinance {
    padding-top: 2rem;
}

.service-link {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.label {
    display: block;
    margin-bottom: .5rem;
}

.input,
select {
    padding: 0 .75rem;
    border-radius: var(--default-radius);
    border: 1px solid var(--grey);
    line-height: 2.5;
    margin-bottom: 1.5rem;
    width: 100%;
}

select {
    padding: .75rem;
}

fieldset {
    border: 0;
}

.input:valid~.label:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: green;
}

.input:invalid {
    outline: none;
}

.f-contact {
    max-width: 30rem;
    margin: 0 auto;
}

.f-instalacion {
    display: none;
}

#instalacion:not(:checked)+label+.f-instalacion {
    display: block;
    margin-top: 1rem;
}

.whatsapp {
    background: #25D366;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.whatsapp:hover {
    bottom: 2.1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    cursor: pointer;
}

.success,
.ip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem 4rem;
    text-align: center;
}

.success__title,
.ip__title {
    margin: 2rem 0 1rem;
}

.ip__title {
    font-weight: bold;
    margin-bottom: 2rem;
}

.s-single {
    padding: 2rem 0;
}

.s-single div > * {
    margin-bottom: 2rem;
}

ol {
    list-style-position: inside;
}

ol li {
    margin-bottom: 1rem;
}

.link {
    color: var(--blue-main)
}

.link:hover {
    color: var(--blue-darker)
}

.header__link {
    color: var(--light);
    text-decoration: none;
}

.header__link:hover {
    text-decoration: underline;
}