html{
	margin:0;
	padding:0;
}
body{
	max-width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Poppins', sans-serif;
}



/*/////CLEARFIX/////*/

.info-slider{
	
	    position: relative;
    top: 450px;
    width: 50%;
    padding: 0 5%;
    margin: 0 25% 0 25%;
    max-width: 500px;
	text-align: center !important;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.inline {
    display: inline-block;
}
.middle {
    vertical-align: middle;
}
.main{
	padding-top: 90px;
}

/*/////WIDTHS/////*/


.full{
	width: 100%;
}
.ninety{
	width: 90%;
}
.eighty{
	width: 80%;
}
.seventy{
	width: 70%;
}
.sixty{
	width: 60%;
}
.fifty{
	width: 50%;
}
.forty{
	width: 40%;
}
.thirty{
	width: 30%;
}
.twenty{
	width: 20%;
}
.ten{
	width: 10%;
}

.quarter{
	width: 25%;
}
.threee-quarters{
	width: 75%;
}

.third{
	width:  33.333%;
}

.inner-full{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.container{
	margin: 0 auto;
	padding: 50px 0;
}


/*////aligns////*/

.center{
	text-align: center;
}

.left{
	float: left;
}
.right{
	float: right;
}

.img img{
	width: 100%;
}

.pointer {
    cursor: pointer;
}

.relative{
	position: relative;
}
.absolute{
	position: absolute;
}


/*/////MENU//////*/

.menu_cont {
        text-align: center;
	padding: 5px 0;
    }
    .menu{
        display: inline-block;
        margin: 0;
        padding: 0;
		text-align: center;
		list-style: none;
		
    }
    .menu li {
        float: left;
        padding: 5px 15px;
    }

/*/////header//////*/


.header_cont{
	    position: fixed;
    z-index: 9999;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.header_top{
	background-color: rgb(255, 255, 255, 1);
}

.header_bottom{
	background-color: #021d49;
}



/*/////main//////*/
.info_cont{
	padding: 40px 0 0 0;
}


/*/////footer//////*/


.fondo_footer {
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
	min-height: 400px;
	height: auto;
    list-style: none;
    text-align: center;
    background-image: url(../images/fondo_footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: contain;
}

    .lista_social{
        margin: 0;
        padding: 0;
		text-align: center;
		list-style: none;
		
    }
    .lista_social li {
        float: left;
        padding: 5px 15px;
    }

.logo_foot{
	max-width: 250px;
	margin: 0;
	padding: 0;
}

.logo_head{
	
	max-width: 250px;
	margin: 0 auto;
	padding: 0;
}

.footer_bottom{
	padding: 25px 0 0 0;
}

.footer_top{
	padding: 35px 0 0 0;
}

.lista_menu_foot{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.lista_menu_foot li{
	margin: 0;
    padding: 5px 0;
    /* float: left; */
    text-align: left;
	
}

.lista_cont_foot{
	margin: 0;
	padding: 0;
	list-style: none;
	
}


.lista_cont_foot li{
		margin: 0;
    padding: 5px 0;
    /* float: left; */
    text-align: left;
	
}
.icono{
	color:#065be6;
	padding: 10px 0;
}






/*/////RESPONSIVE//////*/

.desktop{
	display: block;
}

.mobile{
	display: none;
}


.no-padding{
	padding: 0;
}
.no-margin{
	margin: 0;
}

.marger-y {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marger-x{
	margin-left:20px;
	margin-right:20px;
}

.padder-y{
	padding-top: 20px;
	padding-bottom: 20px;
}

.padder-x{
	padding-left: 20px;
	padding-right: 20px;
}

.padder-y-big{
	padding-top: 60px;
	padding-bottom: 60px;
}

.padder-x-big{
	padding-left: 60px;
	padding-right: 60px;
}

.transition {
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -ms-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

/*/////TEXTOS//////*/

.txt_foot{
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.titulo_foot{
	
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #fff;
}

.social_txt{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.social_txt:hover{
	color: #065be6;
}

.tit_foot{
	    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.menu_item{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.menu_item:hover{
	color: #9e9e9e;
}


.link_head{
	
	color: #021d49;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.link_head:hover{
	color: #065be6;
}

.txt_subtitulo{
	font-size: 20px;
	color: #021d49;
	text-align: left;
	font-weight: 400;
	margin: 0;
	padding: 0;
	
}

.txt_titulo{
	
	font-size: 36px;
	color: #021d49;
	text-align: left;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 42px;
	
	   
}

.txt_titulo_header{
	
	font-size: 36px;
	color: #021d49;
	text-align: left;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 42px;
	    text-shadow: 2px 3px 8px #000000;
}

.txt_general{
    font-size: 15px;
    color: #747b86;
    text-align: left;
    line-height: 24px;
	padding-bottom: 25px;
	
}

.boton_normal{
	background-color: #021d49;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 10px 25px;
	text-decoration: none;

}

.boton_normal:hover{
	background-color: #065be6;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 10px 25px;
	text-decoration: none;

}

.boton_cta{
	    text-align: center;
    min-width: 250px;
    padding: 10px 25px;
    margin: 0 15px;
    color: #fff;
    background-color: transparent;
    border-radius: 15px;
    border: 2px solid #fff;
    text-decoration: none;
    display: inline-block;
	
}

.boton_cta:hover{
	text-align: center;
	min-width: 250px;
	padding: 10px 25px;
	margin: 0 15px;
	color: #fff;
	background-color: #065be6;
	border-radius: 15px;
	border: 2px solid #065be6;
	text-decoration: none;
	
}

.botondos_cta{
	    text-align: center;
    min-width: 150px;
    padding: 10px 25px;
    margin: 0 15px;
    color: #021d49;
    background-color: transparent;
    border-radius: 15px;
    border: 2px solid #021d49;
    text-decoration: none;
    display: inline-block;
	
}

.botondos_cta:hover{
	text-align: center;
	padding: 10px 25px;
	margin: 0 15px;
	color: #fff;
	background-color: #065be6;
	border-radius: 15px;
	border: 2px solid #065be6;
	text-decoration: none;
	
}

.botones{
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
}

.divider{
	padding: 10px 0;
	border-bottom: 2px solid #f0f0f0;
	margin: 0 0 25px 0;
}

.fondo-azul{
	background-color: #021d49;
}

.fondo-gris{
	background-color: #f0f0f0;
}

.blanco{
	color: #fff !important;
}

.fondo-despacho{
    margin: 0 auto;
    padding: 100px 0 0 0;
    max-width: 100%;
	min-height: 450px;
	height: auto;
    list-style: none;
    background-image: url(../images/header-despacho.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
}

.fondo-abogados{

}

.fondo-clientes{
    margin: 0 auto;
    padding: 100px 0 0 0;
    max-width: 100%;
	min-height: 450px;
	height: auto;
    list-style: none;
    background-image: url(../images/header-clientes.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
}

.fondo-probono{
    margin: 0 auto;
    padding: 100px 0 0 0;
    max-width: 100%;
	min-height: 450px;
	height: auto;
    list-style: none;
    background-image: url(../images/header-probono.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
}

.fondo-internacional{
    margin: 0 auto;
    padding: 100px 0 0 0;
    max-width: 100%;
	min-height: 450px;
	height: auto;
    list-style: none;
    background-image: url(../images/header-internacional2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
}

.fondo-publicaciones{
    margin: 0 auto;
   padding: 100px 0 0 0;
    max-width: 100%;
	min-height: 450px;
	height: auto;
    list-style: none;
    background-image: url(../images/header-publicaciones.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
}

.fondo-areas{
    margin: 0 auto;
    padding: 100px 0 0 0;
    max-width: 100%;
	min-height: 450px;
	height: auto;
    list-style: none;
    background-image: url(../images/header-areas.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
}
.header-section{
	
}

.titulos-header{
	    padding: 250px 0 0 0;
    margin: 0 auto;
    width: fit-content;
	text-shadow: 0px 0px 4px #000000;
}

.fondo-despacho-inner{
	  margin: 0 auto;
   padding: 100px 0 0 0;
    max-width: 100%;
	min-height: 450px;
	height: auto;
    list-style: none;
    background-image: url(../images/despacho_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
	
}

.fondo-area-inner{
	  margin: 0 auto;
    padding: 0;
    max-width: 100%;
	min-height: 450px;
	height: auto;
    list-style: none;
    background-image: url(../images/area_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
	
}
.mapa-cont{
	width: 80%;
	margin: 0 10%;
	padding: 50px 0;
}

.fondo-internacional-inner{
	  margin: 0 auto;
    padding: 0;
    max-width: 100%;
	min-height: 550px;
	height: auto;
    list-style: none;
    background-image: url(../images/internacional_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021d49;
    background-size: cover;
	
}

.txt_general a{
	text-decoration: none;
	color: #021d49;
	cursor: pointer;
}

.lista_abogados {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.lista_abogados li{
	float: left;
	margin: 1%;
	padding: 1%;
	width: 21%;
	box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
	background-color: #fff;
	
}

/* 
 * 	Author: Piotr Elmanowski
 *  Company: Frontoes.com
 *  Distributed and described: css-workshop.com
 *	v1.0
 */

.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
	    max-height: 280px;
}
.hvrbox_background {
	width: 400px;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 29, 73, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.hvrbox .hvrbox-layer_image {
	padding: 0;
	background: none;
}
.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slidedown {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hvrbox:hover .hvrbox-layer_slidedown,
.hvrbox.active .hvrbox-layer_slidedown {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.hvrbox .hvrbox-layer_slideleft {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.hvrbox:hover .hvrbox-layer_slideleft,
.hvrbox.active .hvrbox-layer_slideleft {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_slideright {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.hvrbox:hover .hvrbox-layer_slideright,
.hvrbox.active .hvrbox-layer_slideright {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.hvrbox .hvrbox-layer_scale {
	border-radius: 50%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hvrbox:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
	border-radius: 0%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hvrbox .hvrbox-layer_rotate {
	border-radius: 50%;
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
}
.hvrbox:hover .hvrbox-layer_rotate,
.hvrbox.active .hvrbox-layer_rotate {
	border-radius: 0%;
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.hvrbox .hvrbox-layer_scale-rotate {
	border-radius: 50%;
	-moz-transform: scale(0) rotateZ(0);
	-webkit-transform: scale(0) rotateZ(0);
	-ms-transform: scale(0) rotateZ(0);
	transform: scale(0) rotateZ(0);
}
.hvrbox:hover .hvrbox-layer_scale-rotate,
.hvrbox.active .hvrbox-layer_scale-rotate {
	border-radius: 0%;
	-moz-transform: scale(1) rotateZ(360deg);
	-webkit-transform: scale(1) rotateZ(360deg);
	-ms-transform: scale(1) rotateZ(360deg);
	transform: scale(1) rotateZ(360deg);
}

.hvrbox-text a{
	 color: #fff;
	text-decoration: none;
}

.info-abogados{
	text-align: center;
	padding: 25px 0;
}

.foto-abogados{
	    text-align: center;
}

@media screen and
(min-width : 300px)
and (max-width : 480px) {
	
	
	.full{
	width: 100%;
}
.ninety{
	width: 100%;
}
.eighty{
	width: 100%;
}
.seventy{
	width: 100%;
}
.sixty{
	width: 100%;
}
.fifty{
	width: 100%;
}
.forty{
	width: 100%;
}
.thirty{
	width: 100%;
}
.twenty{
	width: 100%;
}
.ten{
	width: 100%;
}

.quarter{
	width: 100%;
}
.threee-quarters{
	width: 100%;
}
	
	.third{
	width:  100%;
}
	
	.lista_abogados li{
	float: left;
	margin: 5%;
	padding: 0%;
	width: 90%;
	
}
	
	
	.padder-y{
	padding-top: 20px;
	padding-bottom: 20px;
}

.padder-x{
	padding-left: 20px;
	padding-right: 20px;
}

.padder-y-big{
	padding-top: 60px;
	padding-bottom: 60px;
}

.padder-x-big{
	padding-left: 20px;
	padding-right: 20px;
}
	
	
	.desktop{
	display: none;
}

.mobile{
	display: block;
}
	
	
	
}