/*CONTENEDORES*/

/*ancho especifico y centrado*/
.wrap {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
}


/*origen animacion*/
/*LAYOUT*/

ul {
  list-style: none;
}

/*TITULOS*/
.titlePrimary {
  width: 100%;
  float: left;
  padding: 40px 0 16px;
  background: url(../img/line.svg) center bottom no-repeat;
  margin-bottom: 40px;
  text-align: center;
  font-size: 36px;
  text-decoration: none;
  color: #1d3358;
  font-weight: 400;
  text-transform: uppercase;
}
.titleSecundary {
  width: 100%;
  float: left;
  padding: 35px 0 20px;
  background: url(../img/line.svg) center bottom no-repeat;
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px;
  text-decoration: none;
  color: #a0adb3;
  font-weight: 400;
  text-transform: uppercase;
}
.titleSecundary strong {
  color: #1d3358;
  font-weight: 500;
}
/*CONTENIDO*/
#cover {
  width: 100%;
  height: calc(70vh - 80px);
  float: left;
  background: #1d3358;
}
#cover.video {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 80px;
}
#cover.video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -49%);
}
#cover.video .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(29, 51, 88, 0.7);
}
#cover.lafirma {
  /*height: calc(100vh - 224px);*/
  height: calc(100vh - 195px);
  margin-top: 65px;
}
#cover.lafirma .layer {
  padding: 0 8% !important;
}
#cover .swiper-container {
  width: 100%;
  height: 100%;
}
#cover .swiper-container .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-position: center top;
  text-align: center;
  font-size: 18px;
}
#cover .swiper-container .swiper-slide .layer {
  width: 100%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 80px 8% 0;
  background: transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: baseline;
}
#cover .swiper-container .swiper-slide .layer .logoSwiper {
  width: auto;
  height: 9vh;
  padding-top: 20%;
}
#cover .swiper-container .swiper-slide .layer .contLayer {
  width: 100%;
  display: block;
  position: relative;
  bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center !important;
  transition: all 0.8s;
  margin-bottom:200px;
}
#cover .swiper-container .swiper-slide .layer .contLayer h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: baseline;
  text-align: center;
  font-size: 58px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 20px;
  line-height:140px;
}

#cover .swiper-container .swiper-slide .layer .contLayer h2 span {
  color: #7191bc;
  font-weight: 600;
}
#cover .swiper-container .swiper-slide .layer .contLayer .wysiwyg {
  /*width: 420px;*/
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 30px;
  text-align: left;

}
@media (max-width: 600px) {
#cover .swiper-container .swiper-slide .layer .contLayer .wysiwyg {
    width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 30px;
  text-align: left;
   line-height: 0px;
    }
    
    #cover .swiper-container .swiper-slide .layer .contLayer h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 66px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 35px;
    line-height: 0px;

}
}


#areaspractica {
  padding-top: 80px;
  /*padding-bottom: 80px;*/
}
#areaspractica .titleSecundary {
  margin-bottom: 50px;
}
#areaspractica .listAreas {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 40px;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#areaspractica .listAreas li {
  width: 24.6%;
  height: 160px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
#areaspractica .listAreas li .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(94, 118, 150, 0.6);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
#areaspractica .listAreas li .layer h2 {
  position: relative;
  bottom: 0;
  /*
	margin-bottom: 20px;
  padding-bottom: 20px;
	*/
  background: url(../img/line_area.svg) center bottom no-repeat;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.6s;
}
#areaspractica .listAreas li .layer p {
  bottom: -20px;
  height: 0;
  position: relative;
  opacity: 0;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  transition: all 0.8s;
}
#areaspractica .listAreas li .boxImg {
  width: 100%;
  height: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  transition: all 0.4s;
}
#areaspractica .listAreas li:hover .layer h2 {
  bottom: 10px;
}
#areaspractica .listAreas li:hover .layer p {
  height: auto;
  bottom: 0;
  opacity: 1;
}
#areaspractica .listAreas li:hover .boxImg {
  transform: scale(1.04);
}

#abogados {
  margin-top: 0px;
  padding-bottom: 80px;
}
#abogados .titleSecundary {
  margin-bottom: 20px;
}
#abogados .formSearch {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
#abogados .formSearch .box {
  float: left;
}
#abogados .formSearch .boxFilters {
  float: right;
}
#abogados .formSearch .boxFilters form {
  display: inline-block;
  margin-right: 14px;
}
#abogados .formSearch .boxFilters form:last-child {
  margin-right: 0;
}
#abogados .formSearch .icon {
  display: inline-block;
  line-height: 40px;
  color: #1d3358;
  font-weight: 400;
}
#abogados .formSearch .icon img {
  width: auto;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
#abogados .formSearch input[type="text"] {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px 0 20px;
  border: 1px solid #a0adb3;
  line-height: 40px;
  color: #1d3358;
  text-transform: uppercase;
  font-weight: 400;
}
#abogados .formSearch input[type="submit"] {
  width: 30px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -40px;
  background: url(../img/icon_search.svg) center center no-repeat;
  background-size: 72%;
  outline: none;
}
#abogados .formSearch select {
  width: 260px;
  height: 40px;
  display: inline-block;
  background: none !important;
  padding: 0 20px;
  border-bottom: 1px solid #a0adb3;
  line-height: 40px;
  color: #1d3358;
  text-transform: uppercase;
  font-weight: 400;
}
#abogados .listAbogados {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  text-align: left;
}
#abogados .listAbogados.single li:nth-child(4n) {
  margin-right: 1% !important;
}
#abogados .listAbogados li {
  width: 24%;
  height: 250px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 11px;
  background-size: cover;
  background-position: center center;
}
#abogados .listAbogados li:nth-child(4n) {
  margin-right: 0;
}
#abogados .listAbogados li .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 2;
  background: rgba(91, 93, 98, 0.6);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
#abogados .listAbogados li .layer .avatar {
  width: 40%;
  height: 22vh;
  float: left;
  background-size: cover;
  background-position: center center;
  display: none;
}
#abogados .listAbogados li .layer .contAbo {
  display: block;
  position: relative;
  bottom: -20px;
  text-align: center;
  transition: all 0.6s;
}
#abogados .listAbogados li .layer .contAbo .nombre {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
#abogados .listAbogados li .layer .contAbo .apellido {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 16px;
  background: url(../img/line_abogado.svg) center bottom no-repeat;
  background-size: 30px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
#abogados .listAbogados li .layer .contAbo .tipo {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
#abogados .listAbogados li:hover .layer {
  opacity: 1;
}
#abogados .listAbogados li:hover .layer .contAbo {
  bottom: 0;
  opacity: 1;
}
#abogados .listAbogados.single {
  max-width: 700px;
}
#abogados .listAbogados.single li {
  width: 32%;
}

.cvAbogado {
  width: 100%;
  height: 100%;
  float: left;
  background: #f5f5f5;
  margin-top: 65px;
  display: inline-flex;
}
.cvAbogado .colLeft {
  width: 30%;
  height: 100%;
  height: auto;
  float: left;
  background: #5B5D62;
  padding-bottom: 30px;
}
.cvAbogado .colLeft .avatar {
  width: 100%;
  /*height: 330px;*/
  height: auto;
  float: left;
  background-size: cover;
  background-position: center center;
}
.cvAbogado .colLeft .infoAbogado {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 14px 0;
  color: #fff;
  text-align: center;
  /*display: contents;*/
}
.cvAbogado .colLeft .infoAbogado .nombre {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.cvAbogado .colLeft .infoAbogado .apellido {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 6px;
  background: url(../img/line_modal_abogado1.svg) center bottom no-repeat;
  background-size: 10%;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.cvAbogado .colLeft .infoAbogado .tipo {
  display: block;
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.cvAbogado .colLeft .infoAbogado .telefono {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
.cvAbogado .colLeft .infoAbogado .telefono:hover {
  text-decoration: underline;
}
.cvAbogado .colLeft .infoAbogado .secretaria {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 400;
}
.cvAbogado .colLeft .infoAbogado .email {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}
.cvAbogado .colLeft .infoAbogado .email:hover {
  text-decoration: underline;
}
.cvAbogado .colLeft .infoAbogado .idiomas {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  font-weight: 400;
  
}
.cvAbogado .colRight {
  display: grid;
  width: 70%;
  height: 100%;
  float: right;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 40px 50px;
  overflow: hidden;
  overflow-y: auto;
  background: #F5F5F5;
  padding-bottom: 135px;
}
.cvAbogado .colRight .boxActions {
  position: absolute;
  top: 12px;
  right: 50px;
  text-align: right;
}
.cvAbogado .colRight .boxActions a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  transition: all 0.4s;
}
.cvAbogado .colRight .boxActions a:hover {
  opacity: 0.7;
}
.cvAbogado .colRight h2 {
  padding: 0 0 18px;
  background: url(../img/line_modal_abogado2.svg) left bottom no-repeat;
  background-size: 5%;
  margin-bottom: 16px;
  font-size: 22px;
  text-decoration: none;
  color: #5B5D62;
  font-weight: 400;
  text-transform: uppercase;
}
.cvAbogado .colRight .wysiwyg {
  margin-bottom: 30px;
  text-align: justify;
}
.wysiwyg li {
padding-bottom: 15px;
line-height: 1.375em;
display:block;
}


@media (max-width:1235px) {
    #cover .swiper-container .swiper-slide .layer .contLayer h2{
        font-size: 48px;
    }
}

@media (max-width: 1024px) {
  .btnMenu {
    display: block !important;
  }
  
}
@media (max-width: 800px) {
  
  #abogados .formSearch {
    margin-bottom: 20px;
  }
  #abogados .formSearch .box {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #abogados .formSearch .box form {
    width: 100%;
  }
  #abogados .formSearch .box input[type="text"] {
    width: calc(100% - 5px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #abogados .formSearch .boxFilters {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 30px;
  }
  #abogados .formSearch .boxFilters form {
    margin-right: 0 !important;
  }
  #abogados .formSearch .boxFilters .icon {
    display: none;
  }
  #abogados .formSearch .boxFilters select {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .listAreas {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
  }
  .listAreas li {
    width: 100% !important;
    height: 22vh !important;
  }
  .listAreas li .contLayer h2 {
    margin-bottom: 0px !important;
  }
  .listAreas li .contLayer p {
    display: none !important;
  }
  .listAbogados {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
  }
  .listAbogados li {
    width: 100% !important;
    height: 22vh !important;
    background: none !important;
  }
  .listAbogados li .layer {
    height: 22vh !important;
    position: static !important;
    opacity: 1 !important;
    padding: 0 !important;
    display: block !important;
  }
  .listAbogados li .layer .avatar {
    display: block !important;
  }
  .listAbogados li .layer .contAbo {
    width: 60%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    text-align: left !important;
  }
  .listAbogados li .layer .contAbo span {
    text-align: left !important;
  }
  .listAbogados li .layer .contAbo span.nombre {
    font-size: 14px !important;
  }
  .listAbogados li .layer .contAbo span.apellido {
    font-size: 16px !important;
    background-position: left bottom !important;
    background-size: 18% !important;
    padding-bottom: 14px !important;
    margin-bottom: 14px !important;
  }
  .listAbogados li .layer .contAbo span.tipo {
    font-size: 14px !important;
  }
  #contacto {
    height: auto !important;
    padding: 120px 30px 40px;
    background-size: cover;
    background-position: right -400px center;
  }
  #contacto .box {
    width: 100% !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #9DD2E0;
    margin-bottom: 30px;
  }
  #contacto .box:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }
  #contacto .sep {
    display: none !important;
  }
  
}



/***********/
#singleArea .wysiwyg h2{
    font-size: 32px;
    text-decoration: none;
    color: #a0adb3;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#cont1{
    overflow: auto;
    max-height:390px;
}

.clearfix{
    overflow: auto;
    zoom: 1;
    clear: both;
}


@media only screen and (max-width: 540px) {
	#content .colLeft {
    		width: 100%;
    		float: none;
	}
	#content .colRight {
    		width: 100%;
    		float: none;
    		padding: 20px;
   	}
    
   	.cvAbogado .colRight .boxActions {
		position: static;
    		text-align: center;
    		padding-bottom: 15px;
   	}
	#content .colLeft .infoAbogado{
		padding:20px;
	}
	
}