:root {
  --red:  #e30613;
  --gray: #797D7F;
  --lgray:#D7DBDD;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;font-weight: 300;
  color:rgba(0,0,0,.85);
}
a{
  color:#000;
  text-decoration: none;
}
li{
  list-style: none;
}
strong{
  font-weight: bold;
}
.whatsapp{
position: fixed;
bottom:20px;
right: 0;
font-size: 40px;
background-color:var(--red);
color:#fff;
border-radius: 10px;
margin-right: 10px;
z-index: 2000;
}
.whatsapp a{
color:#fff !important;
}

.whatsapp i{color:#fff;padding:10px 20px;animation: what 1s infinite linear alternate;}
@keyframes what{
    from{
        font-size: 40px;
    }to{
        font-size: 45px;
    }
}
.btn{
  border:solid 1px var(--red);
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  padding: 40px ;
}

.card{
  border:solid 1px var(--lgray);
  min-height: 40vh;
  margin:20px;
  border-radius: 5px;
  position: relative;
  padding: 20px;
}
.card a{
  position: absolute;
  bottom: 10px;
  color:#fff;
  font-size: 2rem;
  font-weight: bold;
}
.card i{
  color:#fff;
  font-weight: bold;
}

.dmt .dmt-bar{
  width: 70px;
  height: 100vh;
  border-right:solid 1px var(--lgray);
  position: fixed;
  background: #fff;
  z-index: 10;
}
.dmt-bar .bar-logo{
  text-align: center;
  height: 20vh;
  display: block;
  margin-top: 20px;
}
.dmt-bar .bar-logo img{
  height: 100%;
}
.dmt-bar .bar-logo .logo-sm{
  display: none;
}
.bar-hamburger #menu-on{
  width: 40px;
  height: 30px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
}
.bar-hamburger #menu-on span{
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  transition: all 0.25s ease;
}
.bar-hamburger #menu-on span:nth-child(2){
  top:calc(50% - 2px);
}
.bar-hamburger #menu-on span:nth-child(3){
  bottom: 0;
}
.visible-menu span:nth-child(1){
  transform: translate(0,calc(13px)) rotate(45deg);
}
.visible-menu span:nth-child(2){
  opacity: 0;
}
.visible-menu span:nth-child(3){
  transform: translate(0,-14px) rotate(-45deg);
}
.bar-contact{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  height: 20vh;
}
.bar-contact a{
  font-size: 40px;
  position: absolute;
  top:calc(50% - 20px);
  left: calc(50% - 20px);
}
.bar-contact i{
  color:var(--red);
}
.dmt-content{
  margin-left: 70px;
}
.dmt-content .content-nav{
  position: fixed;
  background: #fff;
  top:0;
  bottom: 0;
  overflow-y: auto;
  height: 100%;
  width: calc(100% - 70px);
  left: calc(-100% );
  transition: all 1s ease;
  z-index: 9;
  opacity: 0;
}
.visible-content{
  left:70px !important;
  opacity: 1 !important;
}
.dmt-content .content-nav nav{
  height: 100%;
  padding: 30px;
}
.content-nav nav .nav-one{
  height: 75%;
  padding-left: 50px;
  padding-right: 50px;
}
.content-nav nav .nav-one .tag{
  font-size: 2.5rem;
  font-weight: bold;
  transition: all 0.8s ease;
}
.gray{
  color:var(--gray)!important;
}
.show{
  opacity: 1 !important;
}
.block{
  display: block !important;
}
.pd{
  padding-left: 20px;
}
.content-nav nav .nav-one span{
  font-size: 1rem;
  opacity: 0;
  transition: all 0.8s ease;
}
.content-nav nav .nav-one div{
}
.content-nav nav .nav-one div .sub-servicios{
  margin-top: 40px;
  height: 20vh;
  display: none;
}
.content-nav nav .nav-one div .sub-servicios a{
  font-size: 1.1rem;
}
.content-nav nav .nav-one ul{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content-nav nav .nav-one ul li{
  width: 25%;
}
.content-nav nav .nav-one .sub-servicios{
}
.content-nav nav .nav-two{
  width: 100%;
  height: 25%;
}
.content-nav nav .nav-two ul{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.content-nav nav .nav-two ul li{
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
.content-nav nav .nav-two ul li span{
  font-size: 2rem;
  margin-right: 10px;
}

/**************************/
/**************************/
/**************************/

.content-intro{
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.content-intro img{
  position: absolute;
  top:0;
  right: 0;
  height: 100vh;
  z-index: 7;
}
.content-intro h1{
  font-size: 6.5rem;
  font-weight: bold;
  z-index: 8;
  position: relative;
}
.content-intro span{
  font-weight: bold;
  transition: all 0.8s ease;
}
.content-intro span:hover{
  padding-left: 20px;
  color:rgba(0,0,0,.7);
}
.content-intro p{
  font-size: 1.2rem;
}
.content-intro a{
  display: none;
}
.content-intro p:first-child{
  margin-bottom: 20px;
}
.content-intro p:nth-child(3){
  margin-top: 20px;
}

/**************************/
/**************************/
/**************************/
.content-portfolio{
  display: flex;
  flex-wrap: wrap;
}
.content-portfolio div{
  height: 60vh;
  position: relative;
}
.content-portfolio div a{
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 1.1rem;
  color:#fff;
}
.content-portfolio .portfolio-olimpio{
  background: url(../img/olimpio.png) center no-repeat;
  background-size: cover;
  width: calc(60% - 15px);
  margin: 5px 5px 5px 10px;
}
.content-portfolio .portfolio-regulacion{
  background: url(../img/regulacion.png) center no-repeat;
  background-size: cover;
  width: calc(40% - 15px);
  margin: 5px 10px 5px 5px;
}
.content-portfolio .portfolio-notaria{
  background: url(../img/notaria.png) center no-repeat;
  background-size: cover;
  width: calc(40% - 15px);
  margin: 5px 5px 5px 10px;
}
.content-portfolio .portfolio-impulsa{
  background: url(../img/impulsa.png) center no-repeat;
  background-size: cover;
  width: calc(60% - 15px);
  margin: 5px 10px 5px 5px;
}
.content-portfolio .portfolio-kitchen{
  background: url(../img/k&m.png) center no-repeat;
  background-size: cover;
  width: calc(60% - 15px);
  margin: 5px 5px 5px 10px;
}
.content-portfolio .portfolio-gestor{
  background: url(../img/nom.png) center no-repeat;
  background-size: cover;
  width: calc(40% - 15px);
  margin: 5px 10px 5px 5px;
}
.content-portfolio .portfolio-revista{
  background: url(../img/revista.png) center no-repeat;
  background-size: cover;
  width: calc(40% - 15px);
  margin: 5px 5px 5px 10px;
}
.content-portfolio .portfolio-ion{
  background: url(../img/ion.png) center no-repeat;
  background-size: cover;
  width: calc(60% - 15px);
  margin: 5px 10px 5px 5px;
}
.content-portfolio .portfolio-onammuci{
  background: url(../img/onamuci.png) center no-repeat;
  background-size: cover;
  width: calc(60% - 15px);
  margin: 5px 5px 5px 10px;
}
.content-portfolio .portfolio-terapia{
  background: url(../img/terapia.png) center no-repeat;
  background-size: cover;
  width: calc(40% - 15px);
  margin: 5px 10px 5px 5px;
}
/**************************/
/**************************/
/**************************/
.content-services{
  padding: 50px;
}
.content-services p{
  font-size: 3em;
  font-weight: bold;
}
.content-services .services-all{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.content-services .services-all div{
  width: 33%;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.content-services .services-all div h2 i{
  color: var(--red);
  font-size: 1.3rem;
  padding-left: 10px;
}
.content-services .services-all h2{
  position: relative;
	overflow: hidden;
	display: inline-block;
  padding-left: 2px;
  margin-left: 10px;
  font-size: 1.3rem;
}
.content-services .services-all h2:after {
	content:'';
	height: 1px;
	width: 115%;
	background: red;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all 0.5s cubic-bezier(0,.2,.5,1);
}
.content-services .services-all h2:hover:after {
	left: 0;
}
.content-services .services-all div .fa-shapes{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,#3f3f3f,#3f3f3f,red);
  -webkit-background-clip: text;
  color: transparent;
}
.content-services .services-all div .fa-wine-bottle{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,blue);
  -webkit-background-clip: text;
  color: transparent;
}
.content-services .services-all div .fa-file-image{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,green);
  -webkit-background-clip: text;
  color: transparent;
}

.content-services .services-all div .fa-road{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,#3f3f3f,yellow);
  -webkit-background-clip: text;
  color: transparent;
}

.content-services .services-all div .fa-thumbs-up{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,#3f3f3f,#18CBD6);
  -webkit-background-clip: text;
  color: transparent;
}

.content-services .services-all div .fa-searchengin{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,#FA8F00);
  -webkit-background-clip: text;
  color: transparent;
}
.content-services .services-all div .fa-laptop-code{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,#3f3f3f,#AA46A7);
  -webkit-background-clip: text;
  color: transparent;
}
.content-services .services-all div .fa-store{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,#3f3f3f,#AA00FA);
  -webkit-background-clip: text;
  color: transparent;
}
.content-services .services-all div .fa-mobile-alt{
  font-size: 3rem;
  background: linear-gradient(#3f3f3f,#3f3f3f,#003D7D);
  -webkit-background-clip: text;
  color: transparent;
}
/**************************/
/**************************/
/**************************/
.content-contact{
  height: 60vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url(../img/contacto.png);
  background-size: cover;
}
.content-contact .c{
  width: 33%;
}
.content-contact .contact-text p{
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.content-contact .pyme-card{
  margin: 0 15px;
  border:solid 1px var(--lgray);
  border-radius: 10px 10px 10px 0;
  padding: 20px 5px;
  text-align: center;
  background: rgba(255,255,255,.8);
}
.content-contact .pyme-card p{
  font-size: 1.2rem;
  padding: 5px 0;
}
.content-contact .pyme-card a{
  position: relative;
	overflow: hidden;
	display: inline-block;
  padding-left: 2px;
  margin-left: 10px;
}
.content-contact .pyme-card a:after {
	content:'';
	height: 1px;
	width: 115%;
	background: red;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all 0.5s cubic-bezier(0,.2,.5,1);
}
.content-contact .pyme-card a:hover:after {
	left: 0;
}
/**************************/
/**************************/
/**************************/
.content-pie{
}
.content-pie .pie-one{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
}
.content-pie .pie-one img{
  height: 25vh;
}
.content-pie .pie-one p{
  width: 25%;
  text-align: center;
  font-size: 1.1rem;
}
.content-pie .pie-one div{
  width: 25%;
  text-align: center;
}
.content-pie .pie-two{
  display:flex;
  padding: 30px 0;
  flex-wrap: wrap;
}
.content-pie .pie-two p{
  width: 50%;
  text-align: center;
  font-size: 1.1rem;
}
.content-pie .pie-two p i{
  font-size: 3rem;
  margin: 0 10px;
}
.error{
  text-align: center;
  align-items: center;
  height:60vh;
}
.error div{
  width: 100%;
}
.error h1{
  font-size: 7rem;
  font-weight: 700;
}
.error h2{
  font-size: 4rem;
  font-weight: 700;
}
/****************************/
/****************************/
/****************************/
.d-row{
  display: flex;
  flex-wrap: wrap;
}
.d-row p{
  font-size: 1.2rem;
  color:rgba(0,0,0,.7);
  letter-spacing: 1.4px;
  line-height: 1.5rem;
}
.d-col-4{
  width: 25%;
}
.d-col-2{
  width: 50%;
}
.d-col-3{
  width: 33%;
}
.d-col-5{
  width: 75%;
}
.img{
  width: 100%;
}
.agencia{
  background:#FBFBFB ;
}
.agencia .d-col-5{
  padding: 4rem;
}
.agencia .d-col-2{
  padding: 4rem;
}
.agencia h1{
  font-size: 4rem;
}
.agencia h2{
  font-size: 4rem;
}

.d-row h3{
  font-size: 1.3rem;
  /*color:rgba(0,0,0,.7);*/
  color:var(--red);
  letter-spacing: 1.4px;
  line-height: 1.5rem;
  font-weight: 700;
}
.creative .d-col-4{
  padding: 4rem;
}
.creative h4{
  font-size: 1.3rem;
}
.link{
  font-size: 1.3rem;
  color:rgba(0,0,0,.8);
  letter-spacing: 1.4px;
  line-height: 1.5rem;
  position: relative;
	overflow: hidden;
	display: inline-block;
}
.link i{
  color:var(--red);
}
.link:after {
	content:'';
	height: 1px;
	width: 115%;
	background: red;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all 0.5s cubic-bezier(0,.2,.5,1);
}
.link:hover{
  color:var(--red)!important;
}
.link:hover:after {
	left: 0;
}
.agencia .d-row{
  border-bottom: solid 1px var(--lgray);
}
.servicios .d-row{
  padding: 20px;
}
.servicios .d-col-3{
  padding: 20px;
}
.servicios p{
  font-size: 1rem;
  margin-bottom: 15px;
}
.servicios h2{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.servicios h1{
  font-size: 4rem;
}
.servicios .d-col-2{
  padding: 4rem;
}
.servicios i{
  font-size: 6rem;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  background: linear-gradient(#fff,#3f3f3f,#3f3f3f,#3f3f3f,var(--red));
  -webkit-background-clip: text;
  color: transparent;

}

.servicio{
  padding:4rem;
}
.servicio h1{
  font-size: 3rem;
}
.servicio .servicio-img{
  height: 70vh;

  margin-right: -4rem;
  margin-top: 4rem;
}
.servicio h2 i{
  font-size: 2.9rem;
  padding-right: 2.2rem;
}
.servicio h2 strong{
  color:var(--red);
  font-size: 2rem;
}

/**** clientes *****/
.cliente-intro{
  padding-left: 60px;
}
.cliente-intro p{
  color:#fff;
}
.cliente-intro a{
  color:#fff;
}
.cliente-intro li{
  color:#fff;
}
.cliente-intro i{
  color:#fff;
}
.cliente-intro strong{
  color:#fff;
}
.intro-encabezado{
  display: flex;
  padding: 40px 0;
}
.encabezado-one{
  width: 75%;
}
.encabezado-one p{
  font-size: 2.5rem;
}
.encabezado-two{
  padding-right: 40px;
  width: 25%;
  text-align: right;
}
.encabezado-two p:first-child{
  font-size: 1.5rem;
}
.img-back{
  height:70vh;
}
.intro-sec{
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.intro-sec .sec-one{
  width: 10%;
}
.intro-sec .sec-one p{
  font-size: 2rem;
  text-align: center;
}
.intro-sec .sec-two{
  width: 20%;
  border-left: solid 1px #fff;
  padding: 20px;
}
.intro-sec .sec-two li{
  padding: 5px;
}
.intro-sec .sec-three{
  width: 70%;
  padding: 0 40px;
}
.intro-sec .sec-three p{
  font-size: 1.2rem;
  text-align: justify;
}
.cliente-reto{
  display: flex;
  align-items: center;
}
.cliente-reto div{
  width: 100%;
  padding: 40px;
}
.cliente-reto div p:first-child{
  font-size: 1.8rem;
  font-weight: 700;
}
.page div{
  margin: 10px;
  height: 90vh;
}
.identidad{
  display: flex;
}
.identidad div{
  margin: 10px;
  width: 100%;
}
/*///////////////////////
////////////////////////*/

.contacto{
  padding: 20px 60px;
}
.contacto h2{
  font-size: 3.5rem;
}
.contacto form{
  padding-top: 40px;
}
.contacto form input{
  width: 100%;
  padding: 10px 0;
  border:solid 0 transparent;
  border-bottom: solid 2px var(--red);
  margin-bottom: 20px;
  outline: none;
}
.contacto form input:focus{
  border-bottom: solid 4px var(--gray);
}
.contacto form textarea{
  width: 100%;
  border: none;
  border-bottom: solid 2px var(--red);
  outline: none;
}
.contacto form textarea:focus{
  border-bottom: solid 4px var(--gray);
}
.contacto label{
  font-size: 1.2rem;
}
.contacto button{
  padding: 10px 60px;
  font-size: 1.1rem;
  width: 100%;
  background: var(--red);
  border:solid 1px var(--red);
  border-radius: 5px;
}
.contacto button strong{
  color:#fff!important;
}
/**************
******************/

.login{
  width: 100%;
  height: 100vh;
  background: url(../img/login-2.png);
  background-size:cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .input{
  display:flex;
  background: rgba(0,0,0,.7);
  padding: 15px 20px;
  margin: 20px 0;
}
.login .avatar{
  text-align: center;
}
.login .avatar img{
  width: 30%;
}
.login .input i{
  text-align: center;
  width: 20%;
  font-size: 1.5rem;
  color:#fff;
}
.login .input input{
  width: 80%;
  padding: 5px 10px;
  background: rgba(0,0,0,.1);
  border:solid 0 transparent;
  outline: none;
  color:#fff;
}
.login .button{
  text-align: center;
}
.login button{
  padding: 15px 60px;
  background:rgba(0,0,0,.7);
  border:solid 0 transparent;
  color:#fff;
  font-size: 1.2rem;
}

/*///////////////////////////////
            mensajes
////////////////////////////*****/

.alert-danger{
padding: 5px 10px;
background: rgba(227, 6, 19 ,.5);
color:#fff;
text-align: center;
}

/*///////////////////////////////
            barra-private
////////////////////////////*****/
.bar-menu-private{
  display: flex;
  background: #000;
  padding:  15px 5px ;
}
.bar-menu-private div{
  width: 50%;
}
.bar-menu-private .menu-private-two{
  text-align: right;
}
.bar-menu-private a{
  padding: 15px 20px;
  font-size: 1.5rem;
  color:#fff;
}
.bar-menu-private i{
  color:#fff;
}
.blog-board{
  padding: 20px;
}
.blog-board form{
  padding: 20px;
}
.blog-board form input{
  width: 100%;
  padding: 10px;
  border: solid 1px var(--lgray);
  margin: 10px 0;
  outline: none;
}
.blog-board form select{
  width: 100%;
  padding: 10px;
  border: solid 1px var(--lgray);
  margin: 10px 0;
  outline: none;
}
.blog-board form select option{
  padding: 40px;
  margin: 20px;
}
.blog-board form button{
  width: 100%;
  padding: 10px;
  border: solid 1px var(--lgray);
  outline: none;
  font-size: 1.2rem;
  background:var(--red);
  color:#fff;
}
.blog-board .data{
  font-size: .9rem;
}
.blog-board .title{
  font-size: 1.4rem;
}
.blog-board .card-post{
  padding: 20px;
  border:solid 1px var(--lgray);
  margin: 10px;
  min-height: 55vh;
  position: relative;
}
.blog-board .card-post .card-delete{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.8rem;

}
.blog-board .card-post .card-delete i{
  color:var(--red);
}
.blog-board .card-post .card-update{
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 1.8rem;
}
.blog-board .card-post .card-update i{
  color:var(--gray);
}

.blogpublic{
  padding: 20px;
  background: #FBFBFB;
}
.blogpublic .card-post{
  padding: 40px 30px;
  position: relative;
  margin: 10px 0;
  border:dashed 2px var(--lgray);
  border-left: solid 5px var(--red);
  border-radius: 10px;
  background: #fff;
}
.blogpublic .card-post h2{
  font-size: 2rem;
}
.blogpublic .card-post .data{
  font-size: .9rem;
  padding: 15px 10px;
}
.blogpublic .card-post .data i{
  font-size: 1.2rem;
  padding-right: 10px;
  padding-left: 20px;
  color: var(--red);
}
.blog-board .img-post-card{
  margin:30px 0 40px 0;
}
.blog-board .img-post-card{
  height: 40vh;
}
.blogpublic .img-post-card{
  margin:30px 0 20px 0;
  height: 40vh;
  width: 60%;
}

.blogpublic .card-post .card-plus{
  font-size: 1.2rem;
  padding-right: 20px;
  position: absolute;
  top:10px;
  right:0;
  font-size: 3rem;
  color:var(--red)!important;
}
.blogpublic .card-post .card-plus i{
  color:var(--red)!important;
}
.post-one{
  padding: 30px;
  background: #FBFBFB;
}
.post-one .card-post{
  padding: 30px;
  background: #fff;
  border:dashed 2px var(--lgray);
  border-left: solid 5px var(--red);
  border-radius: 10px;
}
.post-one .card-post .data{
  padding: 30px 10px;
  font-size: 1rem;
}
.post-one .card-post .data i{
  padding-left: 30px;
  padding-right: 10px;
  color:var(--red);
  font-size: 1.2rem;
}
.post-one .img-post-card{
  height: 60vh;
  margin: 20px 0 40px;
}
.post-one img{
  width: 100%;
}
.post-one pre{
  background: #17202A;
  padding: 10px 20px;
  color:#fff;
}



/****************************************/
/*Medium devices (tablets, 768px and up)*/
/****************************************/

@media (max-width: 768px) {

  .dmt .dmt-bar{
    display: block;
    position:relative;
    top:0;
    width: 100%;
    height: 70px;
    border:none;
    border-bottom: solid 1px var(--lgray);
  }
  .block{
    position: sticky !important;
  }
  .dmt-bar .bar-logo .logo-sm{
    display: inline !important;
  }
  .dmt-bar .bar-logo{
    height: 70px;
    display: block;
    margin: 0;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position:relative;
  }
  .dmt-bar .bar-logo img{
    height: 100%;
  }
  .dmt-bar .bar-logo .logo-lg{
    display:none;
  }
  .bar-hamburger #menu-on{
    width: 40px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(100% - 80px)!important;
  }
  .bar-contact{
    display:none;
  }
  .dmt-content{
    margin:0;
  }
  .content-intro{
    flex-wrap: wrap;
    position: relative;
    height: auto;
    padding: 50px 30px;
    min-height: 60vh;
  }
  .content-intro img{
    position: relative;
    /*top:calc(50% - 120px);*/
    width: 100%;
    height: 50% !important;
    text-align: left;
  }
  .content-intro h1{
    font-size: 12.5vmin;
    font-weight: bold;
    z-index: 8;
    position: relative;
  }
  .content-intro a{
    display: block;
  }
  .content-intro p{
    z-index: 11;
    font-size: 1.2rem;
    position: relative;
  }
  .dmt-content .content-nav{
    width: calc(75%);
    left: calc(-100% );
    z-index: 12;
  }
  .visible-content{
    left:0 !important;
    opacity: 1 !important;
  }
  .content-nav nav .nav-one{
    height: 75%;
    padding-left: 0;
    padding-right:0;
  }
  .content-nav nav .nav-one .tag{
    font-size: 2rem;
  }
  .content-nav nav .nav-one div .sub-servicios a{
    font-size: 1rem;
  }
  .content-nav nav .nav-one ul{
  }
  .content-nav nav .nav-one ul li{
    width: 100%;
    padding: 4px;
  }
  .content-nav nav .nav-two ul{
    flex-wrap: wrap;
    padding-left: 25px;
  }

  .content-nav nav .nav-two ul li{
    font-size: 1rem;
    text-align: left;
  }
  .content-nav nav .nav-two ul li span{
    font-size: 1.7rem;
  }
  .content-nav nav .nav-one div .sub-servicios{
    margin-top: 20px;
    margin-left: 25px;
    height: 20vh;
    display: block;
  }
  .content-portfolio div{
    width: 100% !important;
    height: 40vh;
    position: relative;
    margin: 5px 10px !important;
  }
  .content-services .services-all div{
    width: 100%;
  }
  .content-services .services-all div h2 {
    width: 100%;
  }
  .content-services .services-all div h2 i{
    position: absolute;
    right: 0;
  }
  .content-contact .c{
    width: 100%;
  }
  .content-pie .pie-one{

  }
  .content-pie .pie-one p{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 10px;
  }
  .content-pie .pie-one div{
    width: 100%;
    text-align: center;
  }
  .content-pie .pie-two{
    padding: 0;
  }
  .content-pie .pie-two p{
    width: 100%;
    padding: 10px;
    font-size: 1rem;
  }
  .d-col-4{
    width: 100%;
  }
  .d-col-2{
    width: 100%;
  }
  .d-col-3{
    width: 100%;
  }
  .d-col-5{
    width: 100%;
  }
  .servicios i{
    text-align: left;
  }
  .error h1{
    font-size: 5rem;
  }
  .error h2{
    font-size: 2rem;
  }
  /****clientes******/
  .cliente-intro{
    padding:20px;
  }
  .intro-encabezado{
    flex-wrap: wrap;
  }
  .intro-sec{
    flex-wrap: wrap;
  }
  .intro-sec div{
    width: 100% !important;
  }
  .encabezado-one p{
    font-size: 1.5rem;
  }
  .encabezado-two p:first-child{
    font-size: 1.2rem;
  }
  .cliente-reto{
    flex-wrap: wrap;
  }
  .identidad{
    flex-wrap: wrap;
  }

  .servicios h1{
    font-size: 3rem;
  }
  .servicios .d-col-2{
    padding: 2rem;
  }
  .servicio{
    padding:2rem;
  }
  .servicio .servicio-img{
    height: 70vh;
    margin-right: -2rem;
    margin-top: 2rem;
  }
  .page div{
    margin: 10px;
    height: 40vh;
  }
  /**************
  ******************/
  .login{
    padding: 30px;
  }

}
@media (max-width: 576px) {
  .agencia .d-col-5{
    padding: 2rem;
  }
  .agencia .d-col-2{
    padding: 2rem;
  }
  .agencia h1{
    font-size: 3rem;
  }
  .agencia h2{
    font-size: 3rem;
  }



}
