* {
    --rojo: #b90000;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
html.contacto body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.header {
    background-color: #fff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 2rem 3rem;
    border-bottom: 2px solid var(--rojo);
}
.navbar .logo {
    max-width: 160px;
    margin-bottom: -4px;
}
ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.navbar>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.menu>li {
    padding: 0 13px;
    padding-top: 15px;
    margin-top: -15px;
    padding-bottom: 35px;
    margin-bottom: -35px;
    z-index: 100;
    cursor: pointer;
}
.menu>li>a {
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 35px;
}
.menu>li:hover>a {
    color: var(--rojo);
    font-weight: bold;
}
.menu>li.active>a {
    color: var(--rojo);
    font-weight: bold;
}
#dot-slider {
    display: inline-block;
    width: 12px;
    margin: 0;
    position: absolute;
    left: 34px;
    top: 11px;
    transition: 1s;
    z-index: 150;
    cursor: pointer;
}
.linea {
    width: 100%;
    padding: 0 12px;
    position: relative;
}
.linea hr {
    border-top: 2px solid;
    margin: 1rem 0 0 0;
    /* position: relative; */
}
.banner {
    background-color: black;
}

img.nodo1 {
    width: 50%;
    /* margin-right: 40vw; */
    /* max-width: 70%; */
}

img.nodo2 {
    margin: 0 auto;
    display: block;
    width: 25vw;
}

.texto {
    text-align: center;
    display: block;
    padding: 1rem 90px 1rem 90px;
}

.texto span {
    display: block;
}

.banner .t1 {
    color: var(--rojo);
    font-size: 2.4rem;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: bold;
    margin: 2rem auto;
}

span.t2 {
    color: white;
    font-size: 1.4rem;
    margin: 2rem 0;
}

span.t3 {
    color: white;
    font-size: 3rem;
    text-transform: uppercase;
    margin: 2rem 0;
}

.banner .inner {
    position: relative;
}
.nodo1 {
    height: 4rem;
    border-bottom: 7px solid #1a1a1a;
    width: 50%;
    border-right: 7px solid #1a1a1a;
    position: relative;
}
.nodo-b {
    width: 30px;
    border: 7px solid #1a1a1a;
    height: 30px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
}

.nodo1 .nodo-b {
    bottom: 0;
    right: 0;
    transform: translate(18px,18px);
}
.nodo2 {
    height: 3.5rem;
    margin: 0 auto;
    margin-top: 1rem;
    border-top: 7px solid #1a1a1a;
    width: 80%;
    max-width: 430px;
    border-right: 7px solid #1a1a1a;
    border-left: 7px solid #1a1a1a;
    position: relative;
}
.nodo2 .nodo-b:nth-child(1){
    top: 0;
    left: 0;
    transform: translate(-18px,-18px);
}
.nodo2 .nodo-b:nth-child(2) {
    top: 0;
    right: 0;
    transform: translate(18px,-18px);
}
.nodo3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 7rem;
    border-right: 7px solid #1a1a1a;
    border-top: 7px solid #1a1a1a;
}

.nodo3 .nodo-b {
    top: 0;
    right: 0;
    transform: translate(18px,-18px);
}
.nodo4 {
    position: absolute;
    border-top: 7px solid #1a1a1a;
    border-left: 7px solid #1a1a1a;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 15rem;
}

.nodo4 .nodo-b {
    top: 0;
    left: 0;
    transform: translate(-18px,-18px);
}
.footer .top {
    padding: 7rem 0;
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.footer {
    border-top: 3px solid var(--rojo);
    background-color: #fff;
}
.footer h3 {
    color: #1c1c1c!important;
}
.footer .top > div {
    flex-basis: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    /* align-items: center; */
}
.divlogo {
    align-items: baseline;
}
.footer .divlogo img {
    max-width: 300px;
}
.menu-m {
    display: none;
}
li.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    bottom: 17px;
    left: 50%;
    z-index: 50;
    transform: translate(-50%, 100%);
    background-color: #080808;
}
.dropdown-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-content a {
    margin: 0;
    color: white;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .87rem;
    text-align: center;
    display: block;
    text-decoration: none;
}

.dropdown-content ul li a {
    padding: .6rem;
}

.dropdown-content ul li:hover {
    background-color: var(--rojo);
    padding-top: 1px;
    margin-top: -1px;
}
.dropdown-content ul li:first-child:hover {
    background-color: var(--rojo);
    padding-top: 0;
    margin-top: 0;
}
.dropdown-content ul hr {
    /* display: none; */
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid var(--rojo);
    /* margin-top: -20px; */
    width: 95%;
    box-shadow: none;
    margin: 0 auto;
    position: relative;
    /* top: -1px; */
}
.wp-txt {
    display: inline-block;
}
.wp {
    display: flex;
}
.wp-txt p {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: .5rem 0;
    display: block;
    line-height: 1.6rem;
}

.wp-txt h2 a {
    text-decoration: none;
    color: var(--rojo);
    font-weight: 300;
    display: block;
    font-size: 2.9rem;
    line-height: 2.9rem;
}

.wp-txt h2 {
    margin: 1rem 0;
    display: block;
}
.divcontacto .wp-img {
    height: 5.1rem;
    margin-right: 1rem;
    margin-top: .5rem;
    flex-grow: 1;
    width: 100%;
    max-width: 6.5rem;
    display: inline-block;
    background-image: url(/img/whatsapp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.divcontacto .cont {
    display: flex;
}

.cont .tel, .cont .redes {
    flex-basis: 50%;
}
.divisor {
    width: 1px;
    background-color: var(--rojo);
    margin: 2rem;
}

.cont h3 {
    border-bottom: 6px solid var(--rojo);
    display: inline-block;
    padding-bottom: .3rem;
    font-size: 1.6rem;
}

.cont a {
    color: black!important;
    text-decoration: none;
}
.cont a:hover {
    font-weight: 500;
}
.cont p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 500;
}

.redes-img img {
    margin-right: 1.2rem;
}
.sitemap {
    width: 100%;
    display: flex;
    background-color: var(--rojo);
    justify-content: center;
}

.sitemap ul {
    list-style: none;
    padding: 0; 
    margin: 0;
    display: flex;
}
.sitemap ul a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.sitemap ul li {
    padding: .3rem .7rem;
}

.sitemap ul li:hover a {
    /*font-weight: 500;
    line-height: 1.6rem;
    font-size: 1.33rem;*/
    font-weight: 600;
    line-height: 1.6rem;
    font-size: 1.416rem;
}
.sitemap ul a.active {
    font-weight: 600;
    line-height: 1.6rem;
    font-size: 1.416rem;
}
.copyright {
    background-color: black;
    color: var(--rojo);
    padding: 1.2rem;
    text-align: center;
}
.copyright h4 {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin: 1.5rem 0;
}
.copyright p {
    font-size: 1.2rem;
    margin-top: -0.7rem;
    margin-bottom: .4rem;
}
div.proceso, div.portfolio {
    background-color: #f3f3f3;
    padding: 4rem 0;
    text-align: center;
}
.inner-max {
    max-width: 1400px;
    margin: 0 auto;
}

.proceso h1, .portfolio h1, .blog h1 {
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 1.8rem;
    color: var(--rojo);
}

.proceso h4, .portfolio h4, .blog h4 {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: #1c1c1c;
}
.divlogo {
    align-items: center;
}

.proceso .rowp, .tituloportfolio .rowp {
    display: flex;
    padding-top: 2rem;
    justify-content: center;
}

.paso > div {
    padding: 1rem;
    box-sizing: border-box;
}

.paso {
    /* flex-basis: 25%; */
    width: 25%;
    padding: 1rem;
}

.paso img {
    width: 65%;
    min-width: 200px;
}

.paso h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0 1rem;
}
.wp-flotante {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 1rem;
}
.wp-flotante img {
    width: 120px;
}
.menu-m span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: white;
    background-color: black;
    padding: .5rem 1rem;
    cursor: pointer;
}
.menu-resp {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
}
.menu-resp >div {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.menu-resp ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: white;
    text-align: center;
}
.menu-resp > div > ul > li > a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 2px 0;
    display: inline-block;
}
.ddown::after {
    display: inline-block;
    content: "";
    width: .8em;
    height: 1.1em;
    background: transparent url(http://nodorojo.com/img/down.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}
.ddown.w::after {
    display: inline-block;
    content: "";
    width: .8em;
    height: 1.1em;
    background: transparent url(http://nodorojo.com/img/down-w.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
}
ul.sub-serv {
     display: none; 
    text-transform: uppercase;
    font-size: 1.5rem;
}
ul.sub-serv li a {
    text-decoration: none;
    color: #cccccc;
    display: inline-block;
    padding: 2px 0;
}
.menu-resp .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.resumen-servicio>div {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
.resumen-servicio h3 {
    color: var(--rojo);
    text-transform: uppercase;
    font-size: 2.3rem;
    margin: 0;
}

.resumen-servicio p {
    font-size: 1.2rem;
    font-weight: 500;
}

.resumen-servicio:nth-child(even)>div {
    flex-direction: row-reverse;
    text-align: right;
}

.resumen-servicio a {
    text-decoration: none;
    color: white;
    background-color: black;
    padding: .5rem 1rem;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}
.resumen-servicio:nth-child(even) {
    box-shadow: 0px 0px 10px 0px #d2d2d2 inset;
}
.resumen-servicio {
    padding: 4rem 0;
    z-index: 100;
}
img {
    max-width: 100%;
}
.resumen-servicio .resumen, .resumen-servicio .img {
    flex-basis: 50%;
}
.resumen-servicio img {
    max-width: 500px;
}
.resumen-servicio:nth-child(even) img {
    padding-left: 1rem;
}
.resumen-servicio:nth-child(odd) img {
    padding-right: 1rem;
}
.resumen-servicio a:hover {
    background-color: var(--rojo);
    transition-duration: 500ms;
}
.slider1 {
    visibility: hidden;
    transition-duration: 500ms;
}
.servicio {
    display: flex!important;
}
.hero, .hero-wrapper {
    transition-duration: 400ms;
}
.hero {
    padding: 2rem 0;
}
.servicio .txt, .servicio .img {
    flex-basis: 50%;
    width: 50%;
}
.slider1.slick-initialized {
    visibility: visible;
}
.hero-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
ul.slick-dots {
    margin: 0;
    display: flex;
    position: relative;
    list-style: none;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}
.dots {
    padding-top: 2rem;
}
ul.slick-dots:after {
    content: "";
    border-bottom: 4px solid;
    padding: 0;
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    top: calc(1rem - 2px);
    height: 0;
    z-index: 0;
    transition-duration: 400ms;
}
.slick-dots li {
    z-index: 200;
}
.slick-dots button {
    border: 4px solid;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    box-shadow: none;
    box-sizing: border-box;
    color: transparent;
    cursor: pointer;
}
.slick-dots button, ul.slick-dots:after, hr {
    transition-duration: 400ms;
}
.hero-wrapper[data-active=desarrollo] {
    background-color: #f2f2f2;
}
.hero-wrapper[data-active=desarrollo] .slick-dots .slick-active button {
    background-color: var(--rojo);
}
.hero-wrapper[data-active=desarrollo] .slick-dots button {
    background-color: white;
    border-color: black;
}
.hero-wrapper[data-active=desarrollo] ul.slick-dots:after {
    border-color: black;
}
.hero-wrapper[data-active=diseno] {
    background-color: #fff;
}
.hero-wrapper[data-active=diseno] .slick-dots .slick-active button {
    background-color: var(--rojo);
}
.hero-wrapper[data-active=diseno] .slick-dots button {
    background-color: white;
    border-color: black;
}
.hero-wrapper[data-active=diseno] ul.slick-dots:after {
    border-color: black;
}
.hero-wrapper[data-active=hosting] {
    background-color: #000;
}
.hero-wrapper[data-active=hosting] .slick-dots .slick-active button {
    background-color: var(--rojo);
}
.hero-wrapper[data-active=hosting] .slick-dots button {
    background-color: #000;
    border-color: #fff;
}
.hero-wrapper[data-active=hosting] ul.slick-dots:after {
    border-color: #fff;
}
.hero-wrapper[data-active=hosting] p, .hero-wrapper[data-active=hosting] h1 {
    color: #fff;
}
.hero-wrapper[data-active=marketing] {
    background-color: var(--rojo);
}
.hero-wrapper[data-active=marketing] hr {
    background-color: #000;
}
.hero-wrapper[data-active=marketing] .slick-dots .slick-active button {
    background-color: #fff;
}
.hero-wrapper[data-active=marketing] .slick-dots button {
    background-color: var(--rojo);
    border-color: #000;
}
.hero-wrapper[data-active=marketing] ul.slick-dots:after {
    border-color: #000;
}
.hero-wrapper[data-active=marketing] p, .hero-wrapper[data-active=marketing] h1 {
    color: #fff;
}
.max1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.max1400 {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}
.servicio>div {
    display: flex;
    padding: 0 1rem;
}
.servicio h1 {
    font-size: 5.5rem;
    text-transform: uppercase;
    margin: 0;
}
.servicio .txt {
    z-index: 100;
    padding-left: 8%;
}
.servicio hr {
    border: 0;
    margin-top: 1rem;
    height: 7px;
    margin-bottom: 2rem;
    background-color: var(--rojo);
}
.servicio p {
    font-size: 1.25rem;
    padding-right: 1rem;
}

.detalles .row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;;
}

.detalles .row .detalle {
    width: 33%;
    padding: 7% 3rem;
    text-align: center;
    display: inline-block;
}

.detalles .row .detalle h3 {
    text-transform: uppercase;
    color: var(--rojo);
}

.detalles .tienda {
    display: flex;
    position: relative;
    margin: 70px 0;
    left: 4%;
}

.detalles .tienda .img {
    height: 300px;
    width: 300px;
    background-color: #fff;
    border: 10px solid black;
    border-radius: 300px;
    position: absolute;
    left: 30px;
    bottom: -45px;
}

.detalles .tienda .img img {
    margin: calc(50% - 75px) auto;
    width: 70%;
    height: auto;
}

.detalles .tienda .txt {
    background-color: var(--rojo);
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 20px 20px 20px 150px;
}

.detalles .tienda .txt h3 {
    text-transform: uppercase;
    font-size: 2em;
    margin-top: 0;
}

.detalles .tienda .txt p {
    width: 80%;
    margin: auto;
}

.titulos {
    text-align: center;
}

.titulo {
    display: inline-block;
    padding: 20px;
}

.titulo.activo h3 {
    border-bottom: var(--rojo) solid 5px;
}

.titulo h3 {
    font-size: 1.6em;
}

.elementoportfolio {
    height: 300px;
    width: 300px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    margin: 5em 5em 0 5em;
    color: #fff;
    position: relative;
    border: 1px solid black;
}

.elementoportfolio img {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.elementoportfolio .textoportfolio{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    display: none;
}

.elementoportfolio:hover .textoportfolio{
    display: block;
}

.elementoportfolio:hover img{
    opacity: .50;
}

.elementoportfolio .textoportfolio h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.elementoportfolio .textoportfolio p {
    font-size: .8rem;
}

.elementoportfolio .textoportfolio p a {
    text-decoration: none;
    font-size: 2em;
    color: #fff;
    position: relative;
    top: 70px;
    padding: 20px 40px 10px 40px;
}

.contenedorportfolio{
    display: inline-block;
}

.contenedorportfolio h5 a{
    color: var(--rojo);
    font-size: 1.7em;
    text-decoration: none;
}

.portfolio-individual {
    background-color: #000;
    color: #fff;
}

.portfolio-individual .elemento.displaynone{
    display: none;
}

.portfolio-individual .elemento{
    display: flex;
    padding: 2rem 1rem;
    flex-direction: column-reverse;
}

.portfolio-individual .elemento .izquierda, .portfolio-individual .elemento .derecha {
    width: 100%;
    display: block;
    padding: 20px;
}

.portfolio-individual .elemento .derecha .cerrar{
    float: right;
    font-size: 3.5em;
    margin: 0;
    cursor: pointer;
}

.portfolio-individual .elemento .derecha .cerrar a{
    text-decoration: none;
    color: #fff;
}

.footer-contacto .top {
    display: none;
}

#contacto {
    display: flex;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
    align-items: center;
    flex-grow: 1;
}

#contacto .divcontacto {
    width: 50%;
}

#contacto .divcontacto hr {
    border: 3px solid #000;
}

#contacto .divcontacto p {
    font-size: 1.5rem;
}

#contacto .divcontacto h1, #contacto .divcontacto h2{
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 0;
    color: var(--rojo);
    margin-top:0px;
}

#contacto .desktopdisplaynone {
    display: none;
}



#contacto .contactanos {
    margin-bottom: 6em;
}

#contacto .form {
    background-color: var(--rojo);
    margin: 2rem;
    width: 50%;
    position: relative;
    color: #fff;
    padding: 30px;
}

#contacto .form input, #contacto .form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

#contacto .form button {
    width: 100%;
    padding: 20px 10px 20px 10px;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    background-color: var(--rojo);
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
}

.btn.submit {
    width: 100%;
    background-color: #000;
    padding: 12px 15px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.btn.submit:hover {
    background-color: #fff;
    color: #000;
}


.blog {
    text-align: center;
}

.blog .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.blog .posts .post {
    margin: 50px;
    width: 30%;
}

.blog .posts .post a {
    text-decoration: none;
    color: inherit;
}

.blog .posts .post .post-imagen {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #fff;
}

.blog .posts .post .post-imagen img {
    height: 100%;
    object-fit: cover;
}

.blog .posts .post:hover .post-imagen {
    box-shadow: rgba(0,0,0,0.8) 0 0 42px;
}

.blog .posts .post .leermas {
    font-weight: 600;
}

.blog .posts .post:hover a {
    color: var(--rojo);
}

.blog .posts .post:hover a p {
    color: #000
}

.semicirculo {
    width: 1400px;
    height: 1400px;
    background-color: var(--rojo);
    position: absolute;
    top: -380px;
    left: calc(50% - 700px);
    border-radius: 100%;
    overflow: hidden;
    z-index: -1;
}

.blog.individual .semicirculo {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 75%);
    top: -630px;
}

.blog.individual .semicirculo img {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    opacity: 0.5;
}

.blog.individual h1 {
    color: #fff;
    margin:415px auto 12rem auto;
}

.blog.individual .post-contenido{
    text-align: left;
    margin: 50px;

}

.alert {
    margin-top: 10px;
}


@media (max-width: 1450px) {
    .divlogo {
        align-items: center;
    }
    .servicio h1 {
        font-size: 4.4rem;
    }
    .semicirculo {
        width: 1130px;
        height: 1130px;
        left: calc(50% - 565px);
        top: -150px;
    }

    .blog.individual h1 {
        color: #fff;
        margin: 188px auto 12rem auto;
    }

    #contacto {
        flex-flow: wrap-reverse;
        gap: 50px;
    }

    #contacto .desktopdisplaynone {
        display: block;
    }

    #contacto .contactanos {
        display: none;
    }

    #contacto .divcontacto, #contacto .form {
        width: 90%;
        margin: auto;
    }
    
    #contacto .wp {
        place-content: center;
    }

    .cont .tel, .cont .redes {
        flex-basis: auto;
    }

    .divcontacto .cont {
        place-content: center;
    }

    #contacto .divcontacto h2 {
        font-size: 2.5rem;
    }
}
@media (max-width: 1130px) {
    .footer .top {
        flex-direction: column-reverse;
        padding: 3rem 0 0 0;
    }
    .footer .top > div {
        align-items: center;
        padding-bottom: 3rem;
    }
    .wp {
        justify-content: center;
        width: 100%;
    }
    .footer .top {
        padding: 2rem 0;
    }
    .paso {
        /* flex-basis: 25%; */
        width: 50%;
    }
    .proceso .rowp, .portfolio .rowp{
        flex-wrap: wrap;
    }
    .servicio>div {
        flex-direction: column;
    }

    .servicio .txt, .servicio .img {
        width: 100%;
        /* flex-basis: 100%; */
    }

    .hero {
        padding: 2rem 0;
    }

    .servicio .txt {
        padding: 0 1rem;
        max-width: 800px;
    }

    .servicio .img img {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .servicio .txt p {
        padding: 0;
    }   

    .detalles .row .detalle {
        width: 100%;
        padding: 20px;
    }

    .detalles .row .detalle p {
        width: 65%;
        margin: auto;
    }

    .detalles .tienda {
        left: 0;
    }

    .detalles .tienda .img {
        display: none;
    }

    .detalles .tienda .txt {
        padding: 20px;
    }

    .titulos {
        display: none;
    }

    .semicirculo {
        width: 950px;
        height: 950px;
        left: calc(50% - 475px);
        top: 85px;
    }

    .blog.individual .semicirculo {
        top: -425px;
    }
}
@media (max-width: 950px) {
    .nodo3, .nodo4 {
        display: none;
    }
    .texto {
        padding: 1rem 30px 1rem 30px;
    }
    .divcontacto {
        flex-shrink: 1!important;
    }

    .wp-txt h2 a {
        font-size: 2.3rem;
        line-height: 2.3rem;
    }

    .wp-txt p {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }

    .footer .wp-img {
        height: 4.5rem;
        max-width: 5.5rem;
    }
    .resumen-servicio>div {
        flex-wrap: wrap;
        text-align: center!important;
    }
    .resumen-servicio .resumen, .resumen-servicio .img {
        flex-basis: 100%;
    }
    .resumen-servicio img {
        width: 100%;
        max-width: 700px;
        padding: 0!important;
        margin-bottom: 1rem;
    }

    .blog .posts .post{
        min-width: 300px;
    }
}
@media (max-width: 835px) {
    .right .menu, .right .linea {
        display: none;
    }
    .right .menu-m {
        display: flex;
    }
}
@media (max-width: 660px) {
    .sitemap ul {
        flex-direction: column;
        align-items: center;
        margin: 1rem 0;
    }
    .divlogo {
        display: none!important;
    }
    html {
        font-size: 13px;
    }
    .paso {
        /* flex-basis: 25%; */
        width: 100%;
    }
    .detalles .row .detalle p {
        width: 100%;
        margin: auto;
    }

    .elementoportfolio {
        height: 200px;
        width: 200px;
        margin: 2em;
    }

    .elementoportfolio .textoportfolio p a {
        top: 30px;
    }

    .blog.individual h1 {
        margin: 250px auto 12rem auto;
    }


}
@media (max-width: 600px) {
    .divcontacto .cont {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cont .divisor {
        display: none;
    }
    .redes-img a img {
        margin: 0 auto;
    }
    .redes-img {
        display: flex;
        justify-content: space-around;
    }
    .wp-txt {
        text-align: center;
    }
    .footer .wp-img {
        background-position: top right;
        margin: 10px;
    }
    .servicio h1 {
        font-size: 2.8rem;
    }


}