header,
section {
    overflow: hidden;
}

header {
    position: relative;
    height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: self-start;
}


header .width_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

header .width_wrap .bajada-m-light {
    margin-bottom: 20px;
    text-align: center;
}

header .width_wrap .cont-ip {
    border-radius: 10px;
    border: solid 1px var(--azul100);
    padding: 20px 30px;
    margin-bottom: 15px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

header .width_wrap .cont-ip>span {
    text-align: center;
}

header .width_wrap .texto-m-light {
    text-align: center;
}

header .width_wrap .titulo-busqueda {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}

header .width_wrap .cont-buscador {
    display: flex;
    padding: 2px;
    box-sizing: border-box;
    height: 50px;
    width: 550px;
    background: #ffffff;
    border-radius: 5px;
    max-width: 100%;
    position: relative;
}

header .width_wrap .cont-buscador .error {
    background-color: #dc4437;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 14px;
    z-index: 2;
    left: 0px;
    position: absolute;
    top: -18px;
}

header .width_wrap .cont-buscador input {
    border: none;
    width: calc(100% - 170px);
    height: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #6e6e6e;
    box-sizing: border-box;
}

header .width_wrap .cont-buscador .btn.principal {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    width: 170px;
    height: 100%;
}


/**/

section#infoIp .width_wrap {
    font-size: 16px;
    line-height: 1.3;
}


/**/

section#alojamiento {
    padding: 80px 0;
}

section#alojamiento .width_wrap {
    background-color: #3071f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 20px;
    padding: 60px 20px 30px 20px;
    box-sizing: border-box;
    text-align: center;
    background-position: center;
}

section#alojamiento .width_wrap .img-alojamiento {
    position: absolute;
    top: -50px;
}

section#alojamiento .width_wrap .titulo {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

section#alojamiento .width_wrap .bajada {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

section#alojamiento .width_wrap .btn.principal {
    border: solid 1px #ffffff;
    font-size: 14px;
    font-weight: 600;
}


/**/

section.secciones-texto {
    padding: 100px 0 150px;
}

section.secciones-texto .width_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.secciones-texto .width_wrap .cont-texto{
    max-width: 600px;
}

section#diferentes-ip .width_wrap .cont-texto{
    max-width: 443px;
}

section#cambiar-ip .width_wrap .cont-texto{
    max-width: 700px;
}

section.secciones-texto .width_wrap .titulo-l {
    margin-bottom: 25px;
}

section.secciones-texto .width_wrap .texto-m {
    margin-bottom: 25px;
}

section.secciones-texto .width_wrap .texto-m.subtitulo {
    font-weight: 600;
    margin: 0;
}

section.secciones-texto .width_wrap .texto-m.bold {
    font-weight: 600;
}


section.secciones-texto .width_wrap .texto.subtitulo,
section.secciones-texto .width_wrap .texto:last-of-type {
    margin: 0;
}

section#diferentes-ip .width_wrap .img-diferentes {
    margin-left: 230px;
    width: 499px;
    height: 474px;
}

section#cambiar-ip .width_wrap .img-cambiar {
    margin-right: 160px;
    width: 300px;
    height: 267px;
}

section#que-es .width_wrap .img-que-es {
    margin-right: 140px;
    width: 341px;
    height: 430px;
}

section#cambiar-ip {
padding: 65px 0 215px 0;
}

@media (max-width: 1250px) {

    section#diferentes-ip .width_wrap .img-diferentes{
        margin-left: 90px;
    }
}

@media (max-width: 980px) {
    section#que-es .width_wrap,
    section#cambiar-ip .width_wrap {
        flex-direction: column-reverse;
    }
    section#diferentes-ip .width_wrap {
        flex-direction: column;
    }
    section.secciones-texto .width_wrap>img {
        margin: 0!important;
    }
    section.secciones-texto .width_wrap .cont-texto {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    section#diferentes-ip .width_wrap .img-diferentes {
        width: 300px;
        height: 275px;
    }
    section#que-es .width_wrap .img-que-es {
        width: 300px;
        height: 390px;
    }

    section#cambiar-ip {
    padding-bottom: 100px;
    }
        
}