
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  font-family: "Roboto", sans-serif;
  overflow: auto;
  height: 100vh;
  box-sizing: border-box;
}

body{
  margin: 0px;
}

@media screen and (min-width: 601px) {
.grid {
  display: grid;
  grid-gap: 0.25em;
  background-color: white;
  grid-template-columns: [x0] 1fr [x1] 1fr [x2] 1fr [x3] 1fr [x4] 1fr [x5] 1fr [x6] 1fr [x7] 1fr [x8] 1fr [x9] 1fr [x10] 1fr [x11] 1fr [x12];
  grid-template-rows: [y0] 2.5fr [y1] 13fr [y2] 6fr [y3] 9.5fr [y4] 12fr [y5] 9fr [y6] 2fr [y7] 5fr [y8];
  

}


.header {
  grid-column: x0 / x12; 
  grid-row: y0/y1;
  object-fit: scale-down;
  box-sizing: content-box;
  width: 100%;
  justify-items: center;
  justify-content: center;
  display: inline-flex;
}


.header a{
  justify-self: center;
}

.header img {
  display: flex;
  padding: 12px;
  width: 216px;
}

.logohome2{
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row: y0/y2;
}

.logohome2 img {
  display: inline-block;
  padding-top: 1.8em;
  padding-bottom: 0.2em;
       
}



@media screen and (min-width: 601px) {
  .menu-header {
  display: inline-block;
  justify-self: end;
  grid-column-start: 6;
  grid-column-end: 12;
  text-align: right;
}
}


.menu-header nav ul {
  margin-bottom: 0px;
  padding: 0px;
  top: 0;
  margin-left: 0px;
  margin-right: 0px;

}


.menu-header nav ul li {
    list-style: none;
    display: inline-flex;
}

.active {
  color: #692B4F;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0em;

}


.menu-header a{
  color: #606367;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;

  } 

.menu-header a:hover{
  color: #692B4F;
  text-decoration: none;

}

.menu-header li{
  margin-left: 0.5em;
}




/*logos redes
header first*/

.rrss-header a:hover{
  color: #692B4F;
  }

.rrss-header{
  grid-column-start: 8;
  grid-column-end: 12;
  justify-self: end;
  padding-top: 1.8em;
  display: inline-block;
}

.facebook{
  display:inline-block;
  width: 31px;
  height: 31px;
  background-image: url("images/icono_header2face.png");
  background-repeat: no-repeat;
}
 
.facebook:hover{
  background-image:url("images/icono_header2face_hover.png");
  background-repeat: no-repeat;
}

.instagram{
  display:inline-block;
  width: 31px;
  height: 31px;
  background-image: url("images/icono_header2inst.png");
  background-repeat: no-repeat;
}
 
.instagram:hover{
  background-image:url("images/icono_header2inst_hover.png");
  background-repeat: no-repeat;
}

.linkedin{
  display:inline-block;
  width: 31px;
  height: 31px;
  background-image: url("images/icono_header2link.png");
  background-repeat: no-repeat;
}
 
.linkedin:hover{
  background-image:url("images/icono_header2link_hover.png");
  background-repeat: no-repeat;
}

.mail{
  display:inline-block;
  width: 31px;
  height: 31px;
  background-image: url("images/icono_header2mail.png");
  background-repeat: no-repeat;
}
 
.mail:hover{
  background-image:url("images/icono_header2mail_hover.png");
  background-repeat: no-repeat;
}

.whatsapp{
  display:inline-block;
  width: 31px;
  height: 31px;
  background-image: url("images/icono_header2wasap.png");
  background-repeat: no-repeat;
}
 
.whatsapp:hover{
  background-image:url("images/icono_header2wasap_hover.png");
  background-repeat: no-repeat;
}

/*footer redes*/

.facebookf{
  display:inline-block;
  width: 24px;
  height: 24px;
  background-image: url("images/icono_footer_face.png");
  background-repeat: no-repeat;
}
 


.instagramf{
  display:inline-block;
  width: 24px;
  height: 24px;
  background-image: url("images/icono_footer_inst.png");
  background-repeat: no-repeat;
}
 


.linkedinf{
  display:inline-block;
  width: 24px;
  height: 24px;
  background-image: url("images/icono_footer_link.png");
  background-repeat: no-repeat;

}
 


.mailf{
  display:inline-block;
  width: 24px;
  height: 24px;
  background-image: url("images/icono_footer_mail.png");
  background-repeat: no-repeat;
}
 


.whatsappf{
  display:inline-block;
  width: 24px;
  height: 24px;
  background-image: url("images/icono_footer_wasap.png");
  background-repeat: no-repeat;
}
 


/*fin logos redes*/

/*Inicio/Index */

#popup {
  background-image: url("images/popup_fondo.png");
  height: 213px;
  width: 300px;
  font-family: Roboto;
  color: #FFF;
  position: fixed;
  bottom: 0;
  right: 25px;
  
}
#boton {
  background-color: #666;
  height: 30px;
  width: 100px;
  margin-top: 120px;
  margin-left: 170px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

#boton a{
  color: white;
  text-decoration: none;
}

#boton a:hover{
  color: #692B4F;
  text-decoration: none;

}

#cerrar {
  height: 20px;
  margin-left: 270px;
  width: 20px;
  margin-top: 10px;
}

#cerrar button{
  border: 0px;
  padding: 0px;
}

.bienvenido {
  border-top: 7px solid #692B4F;
  background-image: url("images/fondo_bienvenido.jpg");
  background-color: #692B4F;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0px;
  grid-column: x0 / x12;
  grid-row: y1/y2;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 12fr;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}


.bienvenidotxt {
  display: block;
  grid-column-start: 4;
  grid-column-end: 10;
  padding-left: 56px;

}

.bienvenidotxt h3{
  padding: 0px;
}

.bienvenidotxt h4{
  font-size: 1.6em;
}


.historia {
  background-image: url("images/fondo_historiar.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y2/y3;
  color: white;
  align-items: center;
  height: 100%;

}

.historia:hover{
  background-image:url("images/fondo_historia_hoverr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.historiatxt {
  display: inline-flex;
  grid-column-start: 4;
  grid-column-end: 10;
  padding-left: 38px;


}

.historiatxt img {
  vertical-align: middle;
  align-self: start;
  
}

.historiatxt a{
  text-decoration: none;
  color: white;
  display: inline-flex;
}

.historiatxt a:hover{
  color: #692B4F;
  text-decoration: none;

  }



.equipo {
  background-image: url("images/fondo_equipor.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y3/y4;
  color: white;
  align-items: center;
  height: 100%;
}

.equipo:hover{
  background-image:url("images/fondo_equipo_hoverr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.areas {
  background-image: url("images/fondo_areasr.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y4/y5;
  color: white;
  align-items: center;
  height: 100%;
}

.areas:hover{
  background-image:url("images/fondo_areas_hoverr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.areastxt {
  display: inline-flex;
  grid-column-start: 4;
  grid-column-end: 10;
  padding-left: 38px;
  text-align: left;

}

.areastxt img {
  vertical-align: middle;
  align-self: start;
  padding-top: 0.4em;
}

.areastxt a{
  text-decoration: none;
  color: white;
  display: inline-flex;
}

.areastxt a:hover{
  color: #692B4F;
  text-decoration: none;

  }


.contactanos {
  background-image: url("images/fondo_contactor.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y5/y6;
  color: white;
  align-items: center;
  height: 100%;
}

.contactanos:hover{
  background-image:url("images/fondo_contacto_hoverr.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contactanostxt {
  display: inline-flex;
  grid-column-start: 4;
  grid-column-end: 11;
  padding-left: 38px;
}

.contactanostxt img {
  vertical-align: middle;
  align-self: start;
  
}

.contactanostxt a{
  text-decoration: none;
  color: white;
  display: inline-flex;
}

.contactanostxt a:hover{
  color: #692B4F;
  text-decoration: none;

  }


h2 {
  margin: 0px;
  font-size: 2em;
}

h3 {
  margin: 0px;
  font-size: 4.2em;
  padding: 0px;
  padding-left: 18px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  line-height: 1em;

}

h3 img {
  vertical-align: middle;
  padding-bottom: 8px;
}

h4 {
  margin: 0px;
  font-weight: normal;
  font-size: 1.2em;
}

h4 img {
  vertical-align: middle;
  padding-bottom: 4px;
}

h5 {
  font-weight: normal;
  font-size: 0.6em;
  margin: 0px;
}


.barra {
  background-image: url("images/fondo_redes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y6/y7;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 5fr;
  align-items: center;

}


.lineacontacto {
  display: inline-flex;
  grid-column-start: 3;
  grid-column-end: 11;
  justify-content: space-between;
  box-sizing: content-box;

}



.lineacontacto a{
  text-decoration: none;
  color: white;
  margin: 0px;
  font-weight: normal;
  font-size: 1.2em;
  display: inline-flex;

}

.lineacontacto a:hover{

  text-decoration: none;
}

.lineacontacto img{
  padding-right: 0.2em;
}


.lineacontacto a{
   font-size: 1em;
   text-decoration: none;
   color: white;
   margin: 0px;
   font-weight: normal; 
   display: inline-flex;
  }


@media screen and (min-width: 601px) and (max-width: 810px) {
  .lineacontacto {
  display: block;
  grid-column-start: 3;
  grid-column-end: 10;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
 }



.lineacontacto a{
   font-size: 1em;
   text-decoration: none;
   color: white;
   margin: 0px;
   font-weight: normal; 
   display: inline-flex;
   margin-left: 0.5em;
  }



.lineacontacto a:hover{

  text-decoration: none;
}

.lineacontacto img{
  padding-right: 0.2em;
}


}

.footer {
  
  grid-column: x0 / x12;
  grid-row: y7/y8;
  color: white;
  background-color: #606367;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 5fr;
  align-items: start;
  padding-top: 2em;
  padding-bottom: 2em;

}



.copyright {
  grid-column-start: 3;
  padding-left: 0.5em;
}

.secciones {
  grid-column-start: 4;
  align-self: start;
  padding-left: 3em;
}

.secciones p {
  padding: 0px;
  font-size: 0.9em;
  margin-bottom: 1px;
  margin: 0px;
}

.secciones a {
  text-decoration: none;
  color: white;
}

.secciones a:hover{
  color: #692B4F;
  text-decoration: none;
    }

.oficina {
  grid-column-start: 5;
  grid-column-end: 8;
  align-self: start;
  padding-left: 3em;
}

.oficina p {
  padding: 0px;
  font-size: 0.9em;
  margin-bottom: 1px;
  margin: 0px;
}

.logosredes {
  grid-column-start: 9;
  grid-column-end: 11;
  padding-right: 0.4em;
  justify-self: right;
}




/*historia*/

@media screen and (min-width: 601px) {
.grid2 {
  display: grid;
  grid-gap: 0.25rem;
  background-color: white;
  grid-template-columns: [x0] 1fr [x1] 1fr [x2] 1fr [x3] 1fr [x4] 1fr [x5] 1fr [x6] 1fr [x7] 1fr [x8] 1fr [x9] 1fr [x10] 1fr [x11] 1fr [x12];
  grid-template-rows: [y0] auto [y1] auto [y2] auto [y3] auto [y4] auto [y5] auto [y6] 0.35fr [y7] 0.85fr [y8];
}
}

@media screen and (max-width: 600px) {
.grid2 {
  display: grid;
  grid-gap: 0.25rem;
  background-color: white;
  grid-template-columns: [x0] 1fr [x1] 1fr [x2] 1fr [x3] 1fr [x4] 1fr [x5] 1fr [x6] 1fr [x7] 1fr [x8] 1fr [x9] 1fr [x10] 1fr [x11] 1fr [x12];
  grid-template-rows: [y0] auto [y1] auto [y2] auto [y3] auto [y4] auto [y5] auto [y6] 3.25fr [y7] 8.25fr [y8];
}
}

.historiapage {
  border-top: 7px solid #692B4F;
  background-image: url("images/historia_fondo1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y2/y3;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 14fr;
  align-items: center;
  height: 318.95px;


}

.historiapage h3{
  font-weight: 300;
  grid-column-start: 3;
  grid-column-end: 6;
  text-decoration: none;
  padding: 0px;

}


@media screen and (max-width: 600px) {
.historiacont {
  border-top: 7px solid #B4B4B4;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #606367;
  grid-column: x1 / x11;
  grid-row: y3/y4;
  align-items: center;
  text-align: justify;
} 


.historiacont h2{
  margin-top: 0.5em;
  color: #1A5873;

}

.historiacont p{
  margin-top: 0.6em;
  margin: 0;
  font-size: 1.5em ;
  line-height: 1.2em;
  font-weight: 300;
}

.historiacont2 {
  
  color: #606367;
  grid-column: x2 / x10;
  grid-row: y5/y6;
  align-items: center;
  margin-bottom: 1em;
  text-align: justify;
  
}

.historiacont2 h2{
  margin-top: 0.5em;
  color: #1A5873;
}

.historiacont2 p{
  margin-top: 0.5em;
  margin: 0;
  font-size: 1.5em ;
  line-height: 1.2em;
  font-weight: 300;
}



}
/*desktop*/


@media screen and (min-width: 601px) {
.historiacont {
  border-top: 7px solid #B4B4B4;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #606367;
  grid-column: x2 / x10;
  grid-row: y3/y4;
  align-items: center;
  text-align: justify;
}  

.historiacont h2{
  margin-top: 0.5em;
  color: #1A5873;

}

.historiacont p{
  margin-top: 0.6em;
  margin: 0;
  font-size: 1.5em ;
  line-height: 1.2em;
  
  font-weight: 300;
}

.historiacont2 {
  
  color: #606367;
  grid-column: x2 / x10;
  grid-row: y5/y6;
  align-items: center;
  margin-bottom: 1em;
  text-align: justify;
}

.historiacont2 h2{
  margin-top: 0.5em;
  color: #1A5873;
}

.historiacont2 p{
  margin-top: 0.5em;
  margin: 0;
  font-size: 1.5em ;
  line-height: 1.2em;
  font-weight: 300;
}




.historiadiv {
  background-image: url("images/historia_fondo2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y4/y5;
  border-bottom: 7px solid #B4B4B4;
  height: 214.42px;
}



.barra2 {
  background-image: url("images/fondo_redes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y6/y7;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 5fr;
  align-items: center;

}

.footer2 {
  
  grid-column: x0 / x12;
  grid-row: y7/y8;
  color: white;
  background-color: #606367;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 5fr;
  align-items: start;
  padding-top: 2em;
  padding-bottom: 2em;
  height: 189.19px;
}

}

/*abogados*/
@media screen and (min-width: 601px) {
.grid3 {
  display: grid;
  grid-gap: 0.25rem;
  background-color: white;
  grid-template-columns: [x0] 1fr [x1] 1fr [x2] 1fr [x3] 1fr [x4] 1fr [x5] 1fr [x6] 1fr [x7] 1fr [x8] 1fr [x9] 1fr [x10] 1fr [x11] 1fr [x12];
  grid-template-rows: [y0] auto [y1] auto [y2] auto [y3] auto [y4] auto [y5] 0.35fr [y6] 0.85fr [y7];
}
}

.abogadospage {
  border-top: 7px solid #692B4F;
  background-image: url("images/abogados_fondo1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y2/y3;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 11fr;
  align-items: center;
  height: 318.95px;  

}

.abogadospage h3{
  font-weight: 300;
  grid-column-start: 3;
  grid-column-end: 6;
  text-decoration: none;
  padding: 0px;

}



.abogadoscont{
  grid-column-start: 3;
  grid-column-end: 11;
  grid-row: y3/y4;
  border-bottom: 5px solid #B4B4B4;
  padding-bottom: 7px;
  color: #606367;
  margin-top: 2em;
  margin-bottom: 1em;
  object-fit: cover;
  position: relative;
    
}

.abogadoscont img{
  text-align: right;
  align-self: flex-end;
  justify-self: end;
  object-fit: cover;
  line-height:0px;
  grid-column-start: 8;
  grid-column-end: 11;
}

.micaela {
  grid-column-start: 3;
  grid-column-end: 11;
  grid-row: y3/y4;
  margin-top: 0.5em;
  display: block;

}

.micaela h2{
   font-weight: normal;
   font-size: 1.75vw;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

} 

.miccontent{
  display: inline-grid;
  border-bottom: 7px solid #B4B4B4;
  grid-column-start: 3;
  grid-column-end: 11;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
}
}

.txtmic {
  justify-self: start;
  padding-left: 2.7em;
  /*padding-bottom: 3em;*/
  align-self: start;
  padding-right: 0.5em;
  padding-left: 2.7em;
  grid-column-start: 1;
  grid-column-end: 8;
  box-sizing: content-box;
  height: 100%;
}

.txtmic p{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0px;
}

.txtmic a{
  padding-top: 2em;
  margin-top: 2em;
}

.imgmic {
  text-align: right;
  align-self: flex-end;
  justify-self: end;
  object-fit: cover;
  line-height:0px;
  grid-column-start: 8;
  grid-column-end: 13;
    
}

.imgmic img{
  object-fit: cover;
  max-height: 370px;


}


.analia {
  grid-column-start: 3;
  grid-column-end: 11;
  grid-row: y3/y4;
  display: block;
  /*border-top: 7px solid #B4B4B4;*/
}

.analia h2{
   font-weight: normal;
   font-size: 1.75vw;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

} 

.anacontent{
  display: inline-grid;
  border-bottom: 7px solid #B4B4B4;
  grid-column-start: 3;
  grid-column-end: 11;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
}

.txtana {
  
  box-sizing: border-box;
  padding-left: 2.7em;
  align-self: start;
  justify-self: start;
  padding-right: 0.5em;
  grid-column-start: 1;
  grid-column-end: 8;
  display: inline-block;
  
}

.txtana p{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0px;
}

.imgana {
  text-align: right;
  justify-self: end;
  object-fit: cover;
  line-height:0px;
  align-self: flex-end;
  box-sizing: border-box;
  grid-column-start: 8;
  grid-column-end: 13;
  
}

.imgana img{
  object-fit: cover;
  max-height: 370px;
  justify-self: end;
  display: inline-block;
  
}

.miguel {
  grid-column-start: 3;
  grid-column-end: 11;
  grid-row: y3/y4;
}

.miguel h2{
   font-weight: normal;
   font-size: 1.75vw;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #1A5873;

} 

.migcontent{
  display: inline-grid;
  border-bottom: 7px solid #B4B4B4;
  grid-column-start: 3;
  grid-column-end: 11;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
}


.txtmig {
  
  padding-left: 2.7em;
  align-self: start;
  padding-right: 0.5em;
  grid-column-start: 1;
  grid-column-end: 8;
}

.txtmig p{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0px;
}

.imgmig {
  text-align: right;
  align-self: start;
  justify-self: end;
  object-fit: cover;
  line-height:0px;
  grid-column-start: 8;
  grid-column-end: 13;
}

.imgmig img{
  object-fit: cover;
  max-height: 370px;
}


.camila {
  grid-column-start: 3;
  grid-column-end: 11;
  grid-row: y3/y4;
}

.camila h2{
   font-weight: normal;
   font-size: 1.75vw;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

} 

.camcontent{
  display: inline-grid;
  border-bottom: 7px solid #B4B4B4;
  grid-column-start: 3;
  grid-column-end: 11;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
}

.txtcam {
  
  padding-left: 2.7em;
  align-self: start;
  padding-right: 0.5em;
  grid-column-start: 1;
  grid-column-end: 8;
  display: inline-block;
}

.txtcam p{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0px;
}

.imgcam {
  text-align: right;
  align-self: start;
  justify-self: end;
  object-fit: cover;
  line-height:0px;  
  grid-column-start: 8;
  grid-column-end: 13;
}

.imgcam img{
  object-fit: cover;
  max-height: 370px;
}



.natalia {
  grid-column-start: 3;
  grid-column-end: 11;
  grid-row: y3/y4;
}

.natalia h2{
   font-weight: normal;
   font-size: 1.75vw;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

} 

.natcontent{
  display: inline-grid;
  border-bottom: 7px solid #B4B4B4;
  grid-column-start: 3;
  grid-column-end: 11;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
}

.txtnat {
  
  padding-left: 2.7em;
  align-self: start;
  padding-right: 0.5em;
  grid-column-start: 1;
  grid-column-end: 8;
  display: inline-block;
}

.txtnat p{
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0px;
}

.imgnat {
  text-align: right;
  align-self: start;
  justify-self: end;
  object-fit: cover;
  line-height:0px;  
  grid-column-start: 8;
  grid-column-end: 13;


}

.imgnat img{
  object-fit: cover;
  max-height: 370px;
  width: 363.06px;
}


@media screen and (min-width: 1300px){



.txtana {
  
  box-sizing: border-box;
  padding-left: 2.7em;
  align-self: start;
  justify-self: start;
  padding-right: 6.5em;
  grid-column-start: 1;
  grid-column-end: 8;
  display: inline-block;
  
}


.txtcam {
  
  box-sizing: border-box;
  padding-left: 2.7em;
  align-self: start;
  justify-self: start;
  padding-right: 6.5em;
  grid-column-start: 1;
  grid-column-end: 8;
  display: inline-block;
  
}

.txtnat {
  
  box-sizing: border-box;
  padding-left: 2.7em;
  align-self: start;
  justify-self: start;
  padding-right: 6.5em;
  grid-column-start: 1;
  grid-column-end: 8;
  display: inline-block;
  
}
}

@media screen and (min-width: 601px) and (max-width: 999px) {

.abogadoscont a img{
  height: 25px;
  padding-top: 0.5em;
  align-self: end;
}

.imgmic img{
  object-fit: cover;
  max-height: 225px;
}

.imgana img{
  object-fit: cover;
  max-height: 225px;
}

.imgmig img{
  object-fit: cover;
  max-height: 225px;
}

.imgcam img{
  object-fit: cover;
  max-height: 225px;
}

.imgnat img{
  object-fit: cover;
  max-height: 225px;
  width: 220.78px;
}

.micaela h2{
   font-weight: normal;
   font-size: 1.1em;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

} 
.txtmic p{
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 0px;
  margin-top: 0.4em ;
}
.analia h2{
   font-weight: normal;
   font-size: 1.1em;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

} 
.txtana p{
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 0px;
  margin-top: 0.4em ;
}
.miguel h2{
   font-weight: normal;
   font-size: 1.1em;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

} 
.txtmig p{
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 0px;
  margin-top: 0.4em ;
}
.camila h2{
   font-weight: normal;
   font-size: 1.1em;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

}

.txtcam p{
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 0px;
  margin-top: 0.4em ;
}

.natalia h2{
   font-weight: normal;
   font-size: 1.1em;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 1.7em;
   color: white;
   background-color: #692B4F;

}

.txtnat p{
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 0px;
  margin-top: 0.4em ;
}


.txtcam h4{
  font-size: 0.8em;
}
.txtmic h4{
  font-size: 0.8em;
}
.txtmig h4{
  font-size: 0.8em;
}
.txtana h4{
  font-size: 0.8em;
}

.txtnat h4{
  font-size: 0.8em;
}

.abogadosdiv {
  background-image: url("images/abogados_fondo2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y4/y5;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 12fr;
  align-items: center;
  height: 539.92px;
}

.abogadostxt {
  display: block;
  grid-column-start: 3;
  grid-column-end: 11;
   color: white;
}

.abogadostxt h3{
  padding: 0px;
  font-weight: 300;
  font-size: 2.8em;
}

.abogadostxt h4{
  font-size: 1.5em;
  font-weight: 100;
}

.sumatebutton {
  background-color: white; 
  border: none;
  color: #692B4F;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
  padding: 12px 32px;
  margin-top: 1em;
}


}

/* fin responsive tablets abogados*/

.abogadosdiv {
  background-image: url("images/abogados_fondo2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y4/y5;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 12fr;
  align-items: center;
  height: 539.92px;
}


.abogadostxt {
  display: block;
  grid-column-start: 4;
  grid-column-end: 11;
  padding-left: 28px;
  color: white;

}

.abogadostxt h3{
  padding: 0px;
  font-weight: 300;
  font-size: 2.8em;
}

.abogadostxt h4{
  font-size: 1.5em;
  font-weight: 100;
}

.sumatebutton {
  background-color: white; 
  border: none;
  color: #692B4F;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
  padding: 12px 32px;
  margin-top: 1em;
}




.barra3 {
  background-image: url("images/fondo_redes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y5/y6;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 3fr;
  align-items: center;

}


.footer3 {
  
  grid-column: x0 / x12;
  grid-row: y6/y7;
  color: white;
  background-color: #606367;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 7fr;
  align-items: start;
  padding-top: 2em;
  padding-bottom: 2em;
  height: 172.47px;
}




/*areas de práctica DESKTOP*/


.grid4 {
  display: grid;
  grid-gap: 0.25rem;
  background-color: white;
  grid-template-columns: [x0] 1fr [x1] 1fr [x2] 1fr [x3] 1fr [x4] 1fr [x5] 1fr [x6] 1fr [x7] 1fr [x8] 1fr [x9] 1fr [x10] 1fr [x11] 1fr [x12];
  grid-template-rows: [y0] auto [y1] auto [y2] 12fr [y3] auto [y4] 2.5fr [y5] 5.75fr [y6];
}

@media screen and (min-width: 1000px) {

.areaspage {
  border-top: 7px solid #692B4F;
  background-image: url("images/areas_fondo1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y2/y3;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 14fr;
  align-items: center;
  gap: 0.5em;
  height: 318.95px;

}

.areaspage h3{
  font-weight: 300;
  grid-column-start: 3;
  grid-column-end: 7;
  text-decoration: none;
  padding: 0px;

}

.areascont {
  border-top: 7px solid #B4B4B4;
  border-bottom: 5px solid #B4B4B4;
  margin-top: 2em;
  margin-bottom: 1.5em ;
  color: #606367;
  grid-column: x2 / x10;
  grid-row: y3/y4;
  padding-bottom: 0.5em; 
  padding-top: 0.5em; 
  position: relative;
  justify-content: space-evenly;
  align-content: space-evenly;
  display: inline-block;
  width: 100%;
  object-fit: cover;

  }

.areascont img{
  width: 221.33px;
  height: 170px;
}


/*botonera nueva*/




.particulares0 img{
  width: 221.33px;
  height: 170px;
  /*position: absolute;*/
  object-fit: cover;
}

.corporativo0 img{
  width: 221.33px;
  height: 170px;
  /*position: absolute;*/
  object-fit: cover;
 
}

.familia1{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  background-image: url("images/1areas_familia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}
 
.familia1:hover{
  background-image:url("images/1areas_familia_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.civil2{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/2areas_civil.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
  
}

.civil2:hover{
  background-image:url("images/2areas_civil_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}
 

.laboral3{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/3areas_laboral.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
  
}
 
.laboral3:hover{
  background-image:url("images/3areas_laboral_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.penal4{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/4areas_penal.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.penal4:hover{
  background-image:url("images/4areas_penal_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.proteccion5{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/5areas_proteccion.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.proteccion5:hover{
  background-image:url("images/5areas_proteccion_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.litigios6{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/6areas_litigios.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.litigios6:hover{
  background-image:url("images/6areas_litigios_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.defensa7{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  background-image: url("images/7areas_defensa.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}
 
.defensa7:hover{
  background-image:url("images/7areas_defensa_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.compliance8{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/8areas_compliance.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.compliance8:hover{
  background-image:url("images/8areas_compliance_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.internacional9{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/9areas_internacional.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.internacional9:hover{
  background-image:url("images/9areas_internacional_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.tecnologia10{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/10areas_tecnologia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.tecnologia10:hover{
  background-image:url("images/10areas_tecnologia_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/ 
}

.defensa11{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/11areas_defensa.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.defensa11:hover{
  background-image:url("images/11areas_defensa_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.societario12{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/12areas_societario.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.societario12:hover{
  background-image:url("images/12areas_societario_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.marcas13{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/13areas_marcas.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.marcas13:hover{
  background-image:url("images/13areas_marcas_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.litigios14{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/14areas_litigios.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.litigios14:hover{
  background-image:url("images/14areas_litigios_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.experiencia15{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/15areas_experiencia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.experiencia15:hover{
  background-image:url("images/15areas_experiencia_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.seguridad16{
  width: 221.33px;
  height: 170px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/16areas_seguridad.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.seguridad16:hover{
  background-image:url("images/16areas_seguridad_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

}

/*fin botonera*/


.barra4 {
  background-image: url("images/fondo_redes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y4/y5;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 3fr;
  align-items: center;

}


.footer4 {
  
  grid-column: x0 / x12;
  grid-row: y5/y6;
  color: white;
  background-color: #606367;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 7fr;
  align-items: start;
  padding-top: 2em;
  padding-bottom: 2em;

}



/* derechos de familia */


.grid5 {
  display: grid;
  grid-gap: 0.25rem;
  background-color: white;
  grid-template-columns: [x0] 1fr [x1] 1fr [x2] 1fr [x3] 1fr [x4] 1fr [x5] 1fr [x6] 1fr [x7] 1fr [x8] 1fr [x9] 1fr [x10] 1fr [x11] 1fr [x12];
  grid-template-rows: [y0] auto [y1] auto [y2] auto [y3] auto [y4] auto [y5] 0.35fr [y6] 0.75fr [y7];
}


.derechoscont {
  border-top: 7px solid #B4B4B4;
  border-bottom: 5px solid #B4B4B4;
  margin-top: 2em;
  margin-bottom: 1.2em ;
  color: #606367;
  grid-column: x2 / x10;
  grid-row: y3/y4;
  align-items: center;
  display: grid;
  align-content: start;
  padding-bottom: 1em;
}

.flecha{
  display: inline-flex;
  margin-right: 0.5em;
}

.justify{
  display: inline-flex;
}


.derechoscont h2{
  margin-top: 0.4em;
  color: #1A5873;
  font-weight: 300;
  font-size: 1.6em;
}

.parrafo{
  display: inline-flex;
}

@media screen and (min-width: 1000px) {
.derechoscont p{
  margin: 0;
  font-size: 1.5em ;
  line-height: 1.1em;
  text-align: justify;
  display: inline-flex;
  font-weight: 300;
}
}

@media screen and (min-width: 601px) and (max-width: 999px) {
  .derechoscont p{
  margin: 0;
  font-size: 1.5em ;
  line-height: 1.1em;
   font-weight: 300;
   display: inline-flex;
}
}


.volver {
  grid-column: x2 / x4;
  grid-row: y4/y5;
  align-items: center;
  align-content: center;
  margin-bottom: 1.2em;
  
}

.volver a{
  background-color: #B4B4B4; 
  border: none;
  color: #606367;
  text-align: center;

  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  padding: 12px 32px;
  /*margin-top: 1em;*/

}

.barra5 {
  background-image: url("images/fondo_redes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y5/y6;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 3fr;
  align-items: center;

}


.footer5 {
  
  grid-column: x0 / x12;
  grid-row: y6/y7;
  color: white;
  background-color: #606367;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 7fr;
  align-items: start;
  padding-top: 2em;
  padding-bottom: 2em;
  height: 170px;
}


/* contacto */


.grid6 {
  display: grid;
  grid-gap: 0.25rem;
  background-color: white;
  grid-template-columns: [x0] 1fr [x1] 1fr [x2] 1fr [x3] 1fr [x4] 1fr [x5] 1fr [x6] 1fr [x7] 1fr [x8] 1fr [x9] 1fr [x10] 1fr [x11] 1fr [x12];
  grid-template-rows: [y0] auto [y1] auto [y2] auto [y3] auto [y4] 0.35fr [y5] 0.85fr [y6];
}

.contactopage {
  border-top: 7px solid #692B4F;
  background-image: url("images/fondo_contactob.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y2/y3;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  height: 318.95px;
}

.contactopage h3{
  font-weight: 300;
  grid-column-start: 3;
  grid-column-end: 7;
  text-decoration: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 0.5em;

}


/*ipad areas y contacto*/
@media screen and (min-width: 601px) and (max-width: 999px) {



  .areaspage {
  border-top: 7px solid #692B4F;
  background-image: url("images/areas_fondo1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y2/y3;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 14fr;
  align-items: center;
  gap: 0.5em;
  height: 318.95px;

}

.areaspage h3{
  font-weight: 300;
  grid-column-start: 3;
  grid-column-end: 10;
  text-decoration: none;
  padding: 0px;

}

.areascont {
  border-top: 7px solid #B4B4B4;
  border-bottom: 5px solid #B4B4B4;
  margin-top: 2em;
  margin-bottom: 1.5em ;
  color: #606367;
  grid-column: x1 / x11;
  grid-row: y3/y4;
  padding-bottom: 0.5em; 
  padding-top: 0.5em; 
  position: relative;
  justify-content: space-evenly;
  align-content: space-evenly;
  display: inline-block;
  width: 100%;
  object-fit: cover;
  box-sizing: border-box;
  justify-self: flex-start;
  }

.areascont img{
  width: 209px;
  height: 160.5px;
}


/*botonera nueva*/



.particulares0 img{
  width: 209px;
  height: 160.5px;
  /*position: absolute;*/
  object-fit: cover;
}

.corporativo0 img{
  width: 209px;
  height: 160.5px;
  /*position: absolute;*/
  object-fit: cover;
 
}



.familia1{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  background-image: url("images/1areas_familia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}
 
.familia1:hover{
  background-image:url("images/1areas_familia_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.civil2{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/2areas_civil.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
  
}

.civil2:hover{
  background-image:url("images/2areas_civil_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}
 

.laboral3{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/3areas_laboral.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
  
}
 
.laboral3:hover{
  background-image:url("images/3areas_laboral_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.penal4{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/4areas_penal.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.penal4:hover{
  background-image:url("images/4areas_penal_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.proteccion5{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/5areas_proteccion.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.proteccion5:hover{
  background-image:url("images/5areas_proteccion_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.litigios6{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/6areas_litigios.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.litigios6:hover{
  background-image:url("images/6areas_litigios_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.defensa7{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  background-image: url("images/7areas_defensa.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}
 
.defensa7:hover{
  background-image:url("images/7areas_defensa_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.compliance8{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/8areas_compliance.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.compliance8:hover{
  background-image:url("images/8areas_compliance_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.internacional9{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/9areas_internacional.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.internacional9:hover{
  background-image:url("images/9areas_internacional_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.tecnologia10{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/10areas_tecnologia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.tecnologia10:hover{
  background-image:url("images/10areas_tecnologia_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/ 
}

.defensa11{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/11areas_defensa.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.defensa11:hover{
  background-image:url("images/11areas_defensa_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.societario12{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/12areas_societario.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.societario12:hover{
  background-image:url("images/12areas_societario_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.marcas13{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/13areas_marcas.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.marcas13:hover{
  background-image:url("images/13areas_marcas_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.litigios14{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/14areas_litigios.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.litigios14:hover{
  background-image:url("images/14areas_litigios_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.experiencia15{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/15areas_experiencia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.experiencia15:hover{
  background-image:url("images/15areas_experiencia_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}

.seguridad16{
  width: 209px;
  height: 160.5px;
  display: inline-block;
  /*position: absolute;*/
  background-image: url("images/16areas_seguridad.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
 
.seguridad16:hover{
  background-image:url("images/16areas_seguridad_hover.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*position: absolute;*/
}



/*fin botonera*/




.contactocont {
  border-top: 7px solid #B4B4B4;
  /*border-bottom: 5px solid #B4B4B4;*/
  margin-top: 2em;
  margin-bottom: 1.7em ;
  color: #606367;
  grid-column: x1 / x11;
  grid-row: y3/y4;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-template-rows: auto;
  /*align-items: center;*/
}

.mapa {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 1em;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 2em;
  background-color: #B4B4B4;
  vertical-align: middle;
}

.mapa iframe {
  justify-self: center;
  /*max-width: 400px;
  max-height: 472px;*/
}

.maparesponsive{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;

}

.maparesponsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

}

.mapa img{
  padding-right: 0.2em;
  vertical-align: middle;
  align-self: start;
}

.mapa h4{
  color: #1A5873;
  font-weight: 500;
  padding-left: 0.25em;
  padding-top: 0.75em;
  vertical-align: middle;
  font-size: 0.85em;

}

.mapa h5{
  font-weight: 300;
  padding-left: 1.8em;
  color: #1A5873;
  font-size: 0.85em;
}

.datosmapa {
  display: inline-block;
  grid-column-start: 1;
  grid-column-end: 3;
  box-sizing: content-box;
  width: 100%;

}

.mapa img{
  padding-right: 0.2em;
  vertical-align: middle;
  align-self: start;
  width: 15px;
}


.formulario {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-top: 1em;
  /*padding-top: 0.5em;*/
  padding-left: 1.5em;
  padding-right: 0.1em;
  /*padding-bottom: 5em;*/
  align-items: start;
  align-self: start;
  align-content: start;
  margin-right: 0.1em;
  box-sizing: border-box;
  width: 100%;
}

.formulario label{
  color: #606367;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.1em;
}

.formulario ul{
  list-style: none;
  padding: 0px;
  margin: 0em;
}

.formulario li{
  margin-top: 0.7em;
}

.formulario input {
  margin-left: 0.2em;
  margin-top: 0.1em;
  justify-self: stretch;
  font-family: inherit;
  font-size: 0.6em;
  color: #606367;
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  text-align: start;
  padding: 0.1em;
  padding-left: 0.5em;
  vertical-align: top;
}

.formulario input[type=text]:focus{
  border: 1px solid #606367;
}

.formulario textarea{
  margin-left: 0.1em;
  font-family: inherit;
  font-size: 0.6em;
  color: #606367;
  height: 5em;
  width: 100%;
  margin-right: 0.1em;
  box-sizing: border-box;
  text-align: start;
  vertical-align: top;
  padding: 0.3em;
  padding-left: 0.5em;

}

.formulario textarea:focus{
  border: 1px solid #606367;

}

.formulario button{
  margin-left: 0.1em;
  background-color: #B4B4B4; 
  border: none;
  color: #606367;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  padding: 10px 30px;
  cursor: pointer;
}


.formulario button[type=submit]:focus {
  border: 1px solid #606367;
}

.chat{
  align-self: end;
  align-content: end;
  align-items: end;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-left: 2em;
  padding-right: 0.1em;
  padding-bottom: 1em;
  justify-content: stretch;
  align-self: end;

}

.chat h4{
  color: #1A5873;
  font-weight: 500;
  vertical-align: middle;
  font-size: 1.4em;
  align-self: end;
}

.chat a{
  text-decoration: none;
  color: #1A5873;
  align-self: end;
}

.chat a img{
  width: 40px;
}


}


/*fin ipad responsive*/

@media screen and (min-width: 1000px) {

.contactocont {
  border-top: 7px solid #B4B4B4;
  /*border-bottom: 5px solid #B4B4B4;*/
  margin-top: 2em;
  margin-bottom: 1.7em ;
  color: #606367;
  grid-column: x2 / x10;
  grid-row: y3/y4;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-template-rows: auto;
  /*align-items: center;*/
}

.mapa {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 1em;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 2em;
  background-color: #B4B4B4;
  vertical-align: middle;
}

.mapa iframe {
  justify-self: center;
  /*max-width: 400px;
  max-height: 472px;*/
}

.maparesponsive{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;

}

.maparesponsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

}

.mapa img{
  padding-right: 0.2em;
  vertical-align: middle;
  align-self: start;
}

.mapa h4{
  color: #1A5873;
  font-weight: 500;
  padding-left: 0.25em;
  padding-top: 0.75em;
  vertical-align: middle;
  font-size: 1.1em;

}

.mapa h5{
  font-weight: 300;
  padding-left: 1.8em;
  color: #1A5873;
  font-size: 1.1em;
}

.datosmapa {
  display: inline-block;
  grid-column-start: 1;
  grid-column-end: 3;
  box-sizing: content-box;
  width: 100%;

}


.formulario {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-top: 1em;
  /*padding-top: 0.5em;*/
  padding-left: 2em;
  padding-right: 0.1em;
  /*padding-bottom: 5em;*/
  align-items: start;
  align-self: start;
  align-content: start;
  margin-right: 0.1em;
  box-sizing: content-box;
  width: 92%;
}

.formulario label{
  color: #606367;
  font-size: 1.2em;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.1em;
}

.formulario ul{
  list-style: none;
  padding: 0px;
  margin: 0em;
}

.formulario li{
  margin-top: 0.7em;
}

.formulario input {
  margin-left: 0.2em;
  margin-top: 0.1em;
  justify-self: stretch;
  font-family: inherit;
  font-size: 0.8em;
  color: #606367;
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  text-align: start;
  padding: 0.1em;
  padding-left: 0.5em;
  vertical-align: top;
}

.formulario input[type=text]:focus{
  border: 1px solid #606367;
}

.formulario textarea{
  margin-left: 0.1em;
  font-family: inherit;
  font-size: 0.8em;
  color: #606367;
  height: 5em;
  width: 100%;
  margin-right: 0.1em;
  box-sizing: border-box;
  text-align: start;
  vertical-align: top;
  padding: 0.3em;
  padding-left: 0.5em;

}

.formulario textarea:focus{
  border: 1px solid #606367;

}

.formulario button{
  margin-left: 0.1em;
  background-color: #B4B4B4; 
  border: none;
  color: #606367;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  padding: 10px 30px;
  cursor: pointer;
}


.formulario button[type=submit]:focus {
  border: 1px solid #606367;
}

.chat{
  align-self: end;
  align-content: end;
  align-items: end;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-left: 2em;
  padding-right: 0.1em;
  padding-bottom: 1em;
  justify-content: stretch;
  align-self: end;

}

.chat h4{
  color: #1A5873;
  font-weight: 500;
  vertical-align: middle;
  font-size: 2em;
  align-self: end;
}

.chat a{
  text-decoration: none;
  color: #1A5873;
  align-self: end;
}
}


.barra6 {
  background-image: url("images/fondo_redes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column: x0 / x12;
  grid-row: y4/y5;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 3fr;
  align-items: center;

}


.footer6 {
  
  grid-column: x0 / x12;
  grid-row: y5/y6;
  color: white;
  background-color: #606367;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 7fr;
  align-items: start;
  padding-top: 2em;
  padding-bottom: 2em;
  height: 189.19px;
}