/*
Theme Name: Mudanza
Theme URI: Mudanza
Author: Seo Consulting Perú
Author URI: https://wordpress.org/

**/

*{
    margin: 0;
    padding: 0;
	scroll-behavior: smooth;
}
body{
    --color1: #222931;
    --color2: #971011;
    --color3: #003e81;
    --font1: 'Raleway', sans-serif;
    --font2: 'Raleway', sans-serif;

    background-attachment: fixed;
}
header{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
	z-index: 1200;
}
.movil{
    display: none;
}
body::-webkit-scrollbar {
	background: #f8f8f9;
	width: 5px;
}
body::-webkit-scrollbar-thumb {
	background: var(--color1) ;
	z-index: 300;
	border-radius: 1px;
}

.fix-btn {
    background: rgb(1, 172, 7);
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    border-radius: 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
	z-index: 1023; text-decoration: none;
	animation: pulse5 1s infinite;
}
@keyframes pulse5{
	0%{
		transform: scale(.99);
		box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
	}
	70%{
		transform: scale(1);
		box-shadow: 0 0 0 25px rgba(0,0,0,0.0);
	}
	100%{
		transform: scale(.99);
		box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	}
}

.txt-blog{padding: 20px;}
.txt-blog h2{color: #1a1a1a; padding: 10px 0px;}

.container{
    width: 1200px;
    margin: 0 auto;
}
.fixx{position: fixed; left: 10px; bottom: 10px}
.flex, .row{
    display: flex;
    justify-content: space-between;
}
.flex2, .row-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--font1);
    font-weight: 700;
}
p, span, div, li{
    font-family: var(--font2);
    font-weight: 400;
}
.slide-page{
    width: 100%;
    padding: 350px 0px 40px;
    background-size: cover !important;
	background-position: center !important;
    box-sizing: border-box;
    text-align: center;
}
.messanger{    
	background: #f8f8f8;
    width: 90% !important;
    margin: 10px auto !important;
    border-radius: 6px;
	border-left: 2px solid #1BBE2E;
}
.slide-page h4{
    font-size: 55px;
    color: #fff;
    font-weight: 900;
    line-height: 60px;
}
.thumb_single{
    width: 540px;
    margin-right: 20px;
    max-width: 100%;
}
.single .content
{
    width: 570px;
    max-width: 100%;
}
.wp-block-gallery{padding: 15px 0px}
.wp-block-gallery .wp-block-image{border-radius: 10px; overflow: hidden;}
.single .box-test{
    padding: 0px;
    text-align: center;
}
.single .box-test h2{
    margin-top: 15px;
}
.single .box-test a{
    font-size: 13px;
    padding: 7px 10px;
    background: #25d366;
}
.single .content h1{
    transform: none;
    margin-bottom: 50px;
}
.disc{padding: 10px;background: #f2f2f2;padding-left: 3%;border-left: 4px solid var(--color2); margin-bottom:5px; border-radius: 10px;}
.slide-page p{
    color: #fff;
    font-size: 15px;
}
.padded{
    padding: 40px 0px;
}
.grid_4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.grid_5{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.grid_6{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.grid_3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.grid_2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
#icoNav_movil{
    width: 35px;
    z-index: 999;
    cursor: pointer;
	display: none;
    padding-top: 18px;
}
#icoNav_movil ul li {
    width: 100%;
    height: 5px;
    background: var(--color2);
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.arcontactus-widget .arcontactus-prompt.arcu-prompt-top{
	max-width: inherit !important;
}
.closeNav ul li:nth-child(1)
{
	opacity:0;
}
.closeNav ul li:nth-child(2)
{
	transform:rotate(45deg);
	margin-bottom:-5px !important;
}
.closeNav ul li:nth-child(3)
{
	transform:rotate(-45deg);
}
a{
    text-decoration: none;
}
.entry{
    border-bottom: 1px dotted rgba(255,255,255,0.2);
    box-sizing: border-box;
    padding: 7px 0px;
}
.entry a{
    color: #f2f2f2;
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
}
.entry span a:nth-child(1){
    padding-right: 15px;
    border-right: 1px dotted rgba(255,255,255,0.2);
    margin-right: 10px;
}
.redes i{
    font-size: 17px;
    line-height: 24px;
    padding-left: 5px;
}
.cabecera{
    padding: 17px 0px;
	background: #fff;
}
.entry{
	background: var(--color3);
}
.menu_header li{
    display: inline-block;
}
.menu_header li a{
    color: var(--color2);
    letter-spacing: 1px;
    padding: 0px 15px;
    line-height: 50px;
	font-size: 15px;
    display: inline-block;
    transition: all 0.4s ease-in;
}
.current-menu-item:nth-child(1) a{
	 background: var(--color1);
    color: #fff !important;
	border-radius: 10px;
}
.menu_header li a:hover{
    background: var(--color1);
    color: #fff;
	border-radius: 10px;
}

.cat-1{
	width: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transform: skewX(-7deg);
	transform: skewX(-7deg);
	box-shadow: -2px -2px 7px #000;
	overflow: hidden;
}
.cat-2{
	width: 121%;
    margin-left: -31px;
	height: 400px;
	-webkit-transform: skewX(7deg);
	transform: skewX(7deg);
	padding: 10px 80px;
	box-sizing: border-box;
	background-size: cover !important;
	background-position: center !important;
	transition: all 0.9s;
	position: relative;
}
.cat-2:hover{
	background-position: left !important;
}


ul.sub-menu{
    display: block !important;
}
.menu_header li{
    position: relative;
}
.menu_header li ul.sub-menu{
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    background: var(--color3);
	min-width: 220px;
	z-index: 1233;
}
.menu_header li ul.sub-menu li a{
    width: 100%;
	color: #fff;
}
.menu_header li:hover > ul.sub-menu{
    max-height: 500px;

}


.nosotros_home{padding: 50px 0px; background: #fff;}
.txt-nos{width: 550px; max-width: 100%;}
.nosotros-page .txt-nos{width: 690px;}
.nosotros-page .txt-nos p{line-height: 20px; font-size: 14px; padding-bottom: 10px;}
.box-about{padding: 20px; background: #f2f2f2; border-radius: 10px;}
.nosotros.padded{padding: 10px; 0px}
.txt-nos h3.title strong::before{content: "";position: absolute; display: block; width: 100%; background: var(--color3); height: 10px; 
bottom: 5px; opacity: 0.6;}
.txt-nos h3 strong{position: relative; z-index: 2; font-weight: 900;}
.txt-nos p{font-size: 21px; color: #666;}
.txt-nos .grid_2 a{font-size: 14px; padding-left: 10px; color: #222931; line-height: 23px;}
.txt-nos .grid_2{padding: 30px 0px;}.txt-nos .grid_2 i{color: var(--color3);}
.tmb-nos{width: 40%; position: relative; overflow: hidden;}

.service .owl-carousel .owl-item img{ width: 120px; display: block; margin: 0 auto;}
.box-service{background:#00244c; box-shadow: 0px 24px 55px -19px rgba(15, 0, 63, 0.87);
border-radius: 10px; text-align: center; padding: 40px 20px 52px 20px;} 
.owl-service .owl-stage{padding: 20px 0px 70px 0px}
.service .owl-item:nth-child(2n+1) .box-service{margin-top: 15px;}
.box-service h2{color: #fff; font: 900 25px var(--font1);}
.box-service p{color: #fff; font-size: 15px;}
.box-service .row-center{margin-top: 20px; justify-content: center;}
.box-service .row-center a{ font:700 13px var(--font1); padding: 7px 25px; color: var(--color3); border-radius: 7px; background: #fff; margin: 0px 5px; border: 1px solid #fff;}
.box-service .row-center a:nth-child(2){background: transparent; color: #fff;}

.products .titl{text-align: right; width: 27%;} .products .txt-title{width: 68%;}
.products .txt-title p{ line-height: 25px; font-size: 17px; margin-bottom: 15px; padding-left: 40px; border-left: 3px solid var(--color2);}
.products .thumb-product .txt-product{ padding: 220px 20px 10px 20px; box-sizing: border-box; width: 100%; background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) -28%, rgba(255,255,255,0.10407913165266103) 100%); transition: all 0.5s;}
.products .thumb-product .txt-product:hover{background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.87718837535014) 100%, rgba(255,255,255,0.10407913165266103) 100%);}
.products .thumb-product{background-size: cover !important; box-shadow: 0px 0px 10px #666;}.products .row-center{margin-bottom: 30px;}
.txt-product h2{color: #fff; font-size: 25px; padding-bottom: 4px;}.txt-product p{color: #fff; font-size: 13px; padding-bottom: 10px;}


.thumb-blog{width: 383px; height: 258px; overflow: hidden; background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%); background-size: 200% 100%; /* Doble tamaño horizontal para el efecto */
  animation: shimmer 1.5s infinite; /* Agrega la animación */
  border-radius: 8px; /* Opcional: bordes redondeados */
  overflow: hidden;
  position: relative;
}

/* Animación */
@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.thumb-blog img{width: 100%; height: 100%; object-fit: cover;  object-position: center;}


.padded{
    padding: 90px 0px;
}
.image-1{
    width: 50%;
    height: 500px;
    background-size: cover !important;
}
.txt-block{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 32%;
    padding-left: calc(15% - 20px);
    padding-right: calc(15% - 20px);
    box-sizing: border-box;
}
.block2{
    border-left: 2px dotted #fff;
}
.txt-block h3{
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.txt-block p{
    color: #fff;
    font-size: 15px;
}
.btn, .btn2{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 12px;
    background: var(--color3);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 55%);
    transition: all 0.4s ease-in;
    border: 1px solid transparent;
    font-size: 16px;
}
.btn2{
    background: var(--color2);
}
.btn:hover, .btn2:hover{
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
    background: #000;
    border: 1px solid #fff;
}
.wap{
	display: none;
    padding: 5px 10px;
	border: 1px solid #fff;
    background: var(--color3);
	color: #fff;
	margin-top: 10px;
}
.count h5{
    color: var(--color3);
    font-size: 59px;
}
.count h5 + p{
    color: var(--color1);
    font-size: 22px;
    letter-spacing: 1px;
    padding: 0px 0px 10px;
}

.tabs-container, .tabs-container2{
    min-height: 134px;
}
.tabs_links, .tabs_links2{
    width: 595px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
}
.tabs_links2{
    width: 1058px;
}
.tabs_item, .tabs_item2{
    width: 100%;
    text-align: center;
    padding: 10px 25px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin: 0px 10px;
    font-size: 15px;
    background: #f2f2f2;
    border-radius: 5px;
}
.panels, .panels2{
    position: relative;
    margin: 0 auto;
}
.panel-item, .panel-item2{
    position: absolute;
    top: 0;
    opacity: 0.0;
    transition: all 0.3s ease-in-out;
    margin-top: 0px;
    box-sizing: border-box;
    width: 100%;
	z-index: -1;
}
.panel-item.active, .panel-item2.active2{
    z-index: 100;
    opacity: 1;
    position:static;
    margin-top: 23px;
}
a.active, a.active2{
    background: var(--color3);
    color: #fff;
}
.txt_panel, .txt_panel2{
    max-width: 700px;
    margin: 0 auto;
}
.txt_panel p, .txt_panel2 p{
    color: #70747f;
    font-size: 17px;
    margin-bottom: 15px;
    font-family: var(--font1);
    text-align: center;
}
.panels2 .grid_4, .panels2 .grid_3, .panels2 .grid_5{
    grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.testimonios{
    background-color: var(--color3);
    background-image: url(http://cargo.bold-themes.com/home-movers/wp-content/uploads/sites/4/2015/11/Transparent-background-with-dots.png);
    background-size: cover;
    background-attachment: fixed; border-radius: 15px;
}
.testimonios .grid_3{
	grid-column-gap: 50px;
	grid-row-gap: 50px;
}
.txt-test h6{color: #fff;}
.txt-test{color: #fff;text-align: right;}
.txt-test .flex p{color: #fff;}
.txt-test h6{    
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}
.txt-test h3{    
    font-size: 30px;
    font-weight: 900;
    margin: 8px 0px 14px 0px;
}
.testimonios p{
    font-size: 15.6px;
    color: #666;
}
.testimonios i{
    font-size: 75px;
    color: #00244c;
    line-height: 46px;
}
.box-test{
    padding: 40px 20px;
    background: #fff; border-radius: 15px;
}
.box-test cite, .box-test span{
    color: #666;
    display: block;
    font-size: 15px;
}
.testimonios .grid_6{
    padding-top: 80px;
}
.testimonios .grid_6 img{
    width: 153px;
    padding: 0px 20px;
    border-left: 1px dotted rgba(255,255,255,0.5);
}
.testimonios .grid_6 img:nth-child(1){
    border-left: 0px dotted;
}
.contact h3{
    font-size: 15px;
    font-family: var(--font1);
    padding-top: 10px;
    padding-bottom: 20px;
    color: var(--color1);
}
.info{
    background: var(--color3);
}
.info h6{
    font-size: 16px;
    color: #fff;
}
.info h5{
    font-size: 30px;
    color: #fff;
    padding-top: 10px;
}
.info p, .info a{
    font-size: 13px;
    color: #fff;
    line-height: 22px;
}
.info p{
    margin-top: 15px;
}
.info .flex{
    justify-content: left;
}
.info .flex::after{
    content: "";
    width: 1px;
    height: 100px;
    background: rgba(255,255,255,.08);
    transform: translateX(13px);
}
.info .flex:nth-child(4)::after{
    display: none;
}
.info i{
    color: #fff;
    font-size: 30px;
    line-height: 24px;
    padding-right: 10px;
}
h3.title{
    font-size: 42px;
    color: var(--color1);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 900;
}
h3.title + center + p{
    font-size: 15px;
    padding: 0px 10%;
    font-weight: 300;
    color: #70747f;
    margin-top: 10px;
    margin-bottom: 30px;
}
.contact{
    background: #fff;
}
footer{
    padding: 60px 0px 0px;
    background: #313131;
}
.info::after{
    content: "";
    width: 80%;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.08);
    margin: 0 auto;
    transform: translateY(20px);
}
footer h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
footer p, footer a {
    font-size: 14px;
    padding: 5px 0px;
    display: inline-block;
    color: #fff;
}
footer .foot-item:nth-child(1) {
    width: 241px;
}footer .foot-item:nth-child(2) {
    width: 232px;
    padding-left: 22px;
}footer .foot-item:nth-child(3) {
    width: 262px;
}footer .foot-item:nth-child(4) {
    width: 370px;
}footer li {
    list-style: none;
}
footer .foot-item {
    max-width: 100%;
}
.copy {
    font-size: 13px;
    padding: 20px 0px;
    text-align: center;
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.nosotros i{
    font-size: 60px;
    color: var(--color2);
}
.nosotros h4{
    font-size: 20px;
    color: var(--color1);
    font-family: 500;
    font-style: italic;
    margin-bottom: 15px;
}
.nosotros p{
        padding: 0px 0%;
    font-size: 17px;
	text-align: justify;
}

.about .txt-test{
    text-align: left;
    width: 570px;
    max-width: 100%;
}
.about .txt-test h3{
    font-size: 40px;
}
.about .txt-test p{
    font-weight: 4000;
    font-family: var(--font1);
    line-height: 26px;
}
.about .flex + p{
    font-size: 13px;
    margin-top: 15px;
}


.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 0px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
.video{
    width: 560px;
	max-width: 100%;
    height: auto;
}.video1{
    width: 100%;
	max-width: 100%;
    height: auto;
}

.about-2 .box_serv{
    box-shadow: inherit;
    border: none;
    background: transparent !important;
	padding: 20px !important;
}
.service.about-2 .box_serv:nth-child(1){
    color: #000;
}
.about-2 i{
    color: var(--color2) !important;
}


.datos{
    width: 343px;
    margin-right: 20px;
    max-width: 100%;
}
.formulario{
    width: 786px;
    max-width: 100%;
}
.formulario h3 + p{
    font-size: 15px;
    color: #848a90;
}
.datos i{
    font-size: 30px;
    color: #848a90;
}
.datos a{
    margin-bottom: 20px;
}
.datos .flex{
    justify-content: inherit;
}
.datos i{
    margin-right: 10px;
    width: 30px;
    text-align: center;
    color: var(--color3);
}
.datos a{
    font-size: 19px;
    color: #3b3d42;
}
.formulario .grid_2{
    grid-row-gap: 15px;
    margin-bottom: 15px;
}
.formulario label{
    font-size: 14px;
    font-family: var(--font2);
    font-weight: 600;
    text-transform: capitalize;
    color: #3b3d42;
}
.formulario input, .form_page input, .formulario textarea, .form_page textarea{
    line-height: 22.5px;
    letter-spacing: 0px;
    height: 50px;
    border: none;
    border-radius: 4px;
    background-color: #f5f6f6;
    color: #848a90;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
}
.form_page input, .form_page textarea{
    border: 1px solid var(--color2);
}
.form_page textarea{height: 120px; margin-bottom: 10px;}

.formulario textarea{
    width: 100%;
    height: 110px;
    border: none;
    border-radius: 4px;
    background-color: #f5f6f6;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
}
.formulario textarea:focus, .formulario input:focus{
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
}
#enviar{
    background: var(--color2);
    color: #ffff;
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
}
.contactus h3::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--color2);
    margin: 10px 0px;
}
.min{
    padding: 0px 15%;
    box-sizing: border-box;
}
.page_serv article .content{
    color: var(--color1);
    font-family: var(--font1);
    line-height: 28px; margin-top: 20px;
}
.page_serv h1{
    font-size: 40px;
    color: var(--color1);
    transform: translateX(-30px);
}
.page_serv h1 + a{color: var(--color1); display: inline-block; padding: 10px 15px; border-radius: 10px; background: #f7f7f7;}
.migas{
    font-size: 15px;
    color: var(--color3);
    display: block;
    text-align: center;
    background: #fff;
    padding: 20px 100px;
    border-radius: 20px;
    width: 200px;
    margin: -50px auto 0px;
    position: relative; z-index: 1;
}
.page_serv h1::after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--color2);
    margin: 10px 0px;
}
.page_serv .redes{
    padding-top: 10px;
    border-top: 1px solid #ccc;    
}
.page_serv .redes a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: var(--color1);
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease-in;
}
.page_serv .redes a:hover{
    background: var(--color2);
    color: #fff;
}
.page_serv .redes i{
    line-height: 30px !important;
    font-size:  15px !important;
    padding-left: 0px !important;
}
.page_serv .flex .galery{
    width: 570px;
    padding-top: 50px;
    max-width: 100%;
}
.form_page{
    width: 560px;
    padding-top: 50px;
    max-width: 100%;
}
.form_page input{
    margin-bottom: 10px;
}

.thumb-gal{
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.thumb_prod{
	width: 100%;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.thumb-gal img, .thumb_prod img{
	display: block;
	transition: all 0.4s ease-in;
	cursor: pointer;filter: grayscale(20%);
}
.thumb-gal::after{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
}
.thumb-gal:hover > img{
	transform: scale(1.1);
	filter: grayscale(60%);
}
.box1{box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); padding: 30px; margin-bottom: 20px; border-radius: 10px;}
.page_serv aside{ width: 30%;}
.page_serv article{ width: 65%;}
.box1 h4{font-size: 25px; color: var(--color3); padding-bottom: 10px;}
.box1 li{list-style: none;}.box1 li a{background: #f7f7f7; padding: 7px 15px; border-radius: 20px; width: 100%; display: block; 
margin-bottom: 10px; box-sizing: border-box; color: var(--color1);}
.dark{background: var(--color3);}.dark h4{color: #fff;}.page_serv{padding: 50px 0px;}
.page_serv article p{padding-bottom: 10px; color: var(--color1); line-height: 30px;}
.page_serv .thumb-gal{height: 204px;}

@media only screen and (max-width: 1220px){
    .container{
        width: 800px;
    }
    .grid_2{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid_4{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 850px){
    .container{
        width: 500px;
    }
    .tabs-container, .tabs-container2{
        max-width: 100%;
        box-sizing: border-box;
        padding: 0px 5%;
    }
    .movil{
        display: block;
    }
	#icoNav_movil{
		display: block;
	}
    .block-image.flex{
        display: block;
    }
    .image-1{
        width: 100%;
    }
    .tabs_links, .tabs_links2{
        max-width: 100%;
    }
    .tabs_links.flex, .tabs_links2.flex{
        display: block;
    }
    .tabs_item, .tabs_item2{
       margin-bottom: 5px;
    }

    footer .flex{
        display: block;
    }   
    .info div{
        text-align: left !important;
    }
    .info .flex::after{
        display: none;
    }
    .foot-item{
        width: 45.9% !important;
        padding-left: 0px !important;
        float: left;
        padding-bottom: 20px;
        margin-right: 4%;
    }
    .cabecera{
        background: #fff;
    }
	header{
		position: static;
	}
    .entry{
        background: var(--color3);
		overflow: hidden;
    }
	.image-1{
		height: auto;
	}
	.txt-block{
		padding: 80px calc(15% - 20px) 50px;
		box-sizing: border-box;
	}
	.menu_header li ul.sub-menu{
		position: static;
	}
	.menu_header li ul.sub-menu li a{
		padding: 11px 20px;
		color: #fff !important;
	}
	.menu_header{
		position: fixed;
		left: -150%;
		top: 0;
		width: 80vw;
		height: 100vh;
		padding: 50px 30px;
		box-sizing: border-box;
		background: #fff;
		transition: all 0.4s;
	}
	.cabecera .menu li{
		display: block;
		padding: 0;
	}
	.cabecera .menu li a{
		padding: 7px 20px;
		color: #000;
		display: block;
	}
	.menu_header{
		z-index: 13131;
	}
	.menu_header li a{
		line-height: 30px;
	}
	.menu_header .movil img{
		width: 100%;
		padding-bottom: 50px;
	}
	.cabecera li ul.sub-menu{
		position: static;
		opacity: 1;
		transform: none;
	}
	.cabecera ul.sub-menu li a{
		padding: 7px 20px;
	}
    .grid_6{
        grid-template-columns: repeat(3, 1fr);
    }
	.grid_5{
		grid-template-columns: repeat(2, 1fr);
	}
	.testimonios .grid_3{
		grid-template-columns: repeat(1, 1fr);
	}
    .grid_6 img{
        width: 100% !important;
        border-left: 0px !important;
        padding: 0px !important;
    }
    .grid_2{
        grid-template-columns: repeat(1, 1fr);
    }
    .entry .redes{
        display: none;
    }
    .page_serv .flex, .about .flex, .contactus .flex{
        display: block;
    }
    .page_serv h1, .info h5,  h3.title{
        font-size: 20px;
    }
    .datos, .galery img{
        width: 100%;
        margin-right: 0px;
    }
    .formulario{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .min{
        padding: 0px;
    }
    
}
@media only screen and (max-width: 730px){
    .grid_3{
        grid-template-columns: repeat(2, 1fr);
    }
    .info div{
        text-align: center !important;
    }
    .info .flex{
        justify-content: center;
    }
    .box_serv{
        display: block;
        text-align: center;
    }
	.slide-page{
		padding: 30px 0px;
		background-size: cover !important;
	}
	.wap{
		display: inline-block;
		width: 100%;
	}
	.txt-test i{
		display: none;
	}
	.txt-test{
		text-align: left;
	}
}

@media only screen and (max-width: 550px){
    .container{
        width: 92%;
    }
	.tabs_item, .tabs_item2{
		margin: 3px 0px !important;
	}
    .grid_4, .grid_5{
        grid-template-columns: repeat(1, 1fr);
    }
    .foot-item{
        float: none !important;
        width: 100% !important;
        margin: 0px !important;
    }
    .entry a{
        text-align: center;
        width: 100%;
    }
	.box-test i{
		display: none !important;
	}
	.page_serv .row{display: block;} .page_serv article, .page_serv aside{width: 100%;} .page_serv h1{transform: inherit;}
	.products .row-center, .nosotros_home .row{display: block;}.products .titl, .products .txt-title, .tmb-nos{width: 100%; margin-top: 10px;}
}
@media only screen and (max-width: 400px){
.grid_3{
    grid-template-columns: repeat(1, 1fr);
}
}