/*BODY*/
html, body{
    position: relative;
    height: 100%;
}
body{
	/*font-family: 'Open Sans', sans-serif;*/
	/**/
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Abel', sans-serif;
	/*font-family: 'Poppins', sans-serif;*/
	font-size: 18px;
    color: #8f8f8f;
	background: #ffffff;
    overflow-x: hidden;
    word-wrap: break-word;
}
a{
    word-wrap: break-word;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.no-padding{padding: 0;}

@media only screen and (min-width: 768px){
	.flexbox-container {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    -webkit-box-align: center;
	    align-items: center;
	}
}

.flexbox-contload{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.top-sect{
	margin-top: 110px;
}

@media (max-width: 992px){
    .top-sect{
        margin-top: 98px;
    }
}

.go-maps {
    position: relative;
    overflow: hidden;
}

.go-maps iframe {
    pointer-events: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: -2px;
}

.googlemap1{
    border:0;
    width: 100%; 
    height: 754px;
}

@media (max-width: 992px){
    .googlemap1{
        height: auto;
    }
}

#map {
    height: 400px;
    width: 100%;
}

.firstHeading{
    margin-top: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1199px){
    .container{
        width: 100%;
    }
}

/*PANTALLA DE CARGA*/
.logosvgyt1 {
    width: 100%;
    max-width: 600px;
}
/**/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

@media (max-width: 767px){
    #loader{
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 550px){
    #loader{
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 400px){
    #loader{
        width: 100%;
        max-width: 250px;
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
    z-index: 1000;
    animation: colorchange 6s;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

@keyframes colorchange {
  0%   {background: #000000;}
  25%  {background: #000000;}
  50%  {background: #000000;}
  75%  {background: #000000;}
  100% {background: #ffffff;}
}

@-webkit-keyframes colorchange {
  0%   {background: #000000;}
  25%  {background: #000000;}
  50%  {background: #000000;}
  75%  {background: #000000;}
  100% {background: #ffffff;}
}


/* HEADER */
.header-alltop{
    position: absolute;
    width: 100%;
    z-index: 50;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 1px;
}

.header-alltop .head-navfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;    
    background-color: #fff;
    box-shadow: 0px -3px 10px 0px #000;
}

.header-alltop .head-navfixed nav.navbar.bootsnav ul.nav > li > a{
    color: #000000;
}

@media (min-width: 992px){
    .header-alltop .head-navfixed .head-logo1{
        margin: 8px 10px;
    }
}


@media (max-width: 992px){
    .header-alltop{
        margin-top: 0;
    }
}

/* HEADER 2 */
.header-alltop2{
    position: relative;
    width: 100%;
    z-index: 50;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 1px;
}

.header-alltop2 .head-mainall{
    background: #ffffff;
}

.head-mainall.head-3x{

}

@media only screen and (min-width: 992px){
    .head-mainall.head-3x .head-logo2 > .logo-x2 {
        display: none;
    }
}

/*.header-alltop2 .head-mainall:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../../../public/img/fondo/pattan.png);
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
}*/

.header-alltop2 .head-navfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;    
    background: #fff;
    box-shadow: 0px -3px 10px 0px #000;
}

.header-alltop2 .head-navfixed:before{
    background-image: none;
}

.header-alltop2 .head-mainall nav.navbar.bootsnav ul.nav > li > a{
    color: #000000;
}

.header-alltop2 .head-navfixed nav.navbar.bootsnav ul.nav > li > a{
    color: #000000;
}

@media (min-width: 992px){
    .header-alltop2 .head-navfixed .head-logo1{
        margin: 8px 10px;
    }
}

@media (max-width: 992px){
    .header-alltop2 {
        margin-top: 0;
    }
}
/* HEADER - TOP */
.headtop-pc{
    display: none;
}

.headtop-bgall{
    position: relative;
    background-color: #582dc6;
    padding: 0px 25px;
}

.headtop-bgall:before {
    content: "";
    position: absolute;
    border-bottom: 95px solid #fff;
    border-right: 50px solid transparent;
    left: 0px;
    top: 0px;
}

.headtop-bgall:after {
    content: "";
    position: absolute;
    border-bottom: 95px solid #fff;
    border-left: 50px solid transparent;
    right: 0px;
    top: 0px;
}

.headtop-mail{
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.headtop-mail > li{
    display: inline-block;
    margin-right: 10px;
}

.headtop-mail > li:last-child{
    margin-right: 0;
}

.headtop-mail > li > a {
    color: #ffffff;
    display: inline-block;
    padding: 12px 5px;
}

.headtop-mail > li > a > .hdtop-ic{
    margin-right: 5px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -webkit-transform .8s ease-in-out;
    -o-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.headtop-mail > li > a:hover > .hdtop-ic{
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -webkit-transform .8s ease-in-out;
    -o-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.headtop-red{
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: right;
}

.headtop-red > li{
    display: inline-block;
    margin-right: 10px;
}

.headtop-red > li:last-child{
    margin-right: 0;
}

.headtop-red > li > a {
    color: #ffffff;
    display: inline-block;
    background: #7a3fff;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.headtop-red > li > a > .hdtop-ic{
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -webkit-transform .8s ease-in-out;
    -o-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.headtop-red > li > a:hover > .hdtop-ic{
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -moz-transition: -webkit-transform .8s ease-in-out;
    -o-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

@media (min-width: 992px){
    .headtop-pc{
        display: block;
    }
}

/*HEADER MENU*/
.head-mainall{
    position: relative;
    top: 0;
    transition: all ease 400ms;
    background-color: rgba(255, 255, 255, 0.7);
}

.head-mainall.float-fix{
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
}

.head-logo1 > .logo-x1 {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: 210px;
}

.head-logo1 > .logo-x1 > img{
    width: 100%;
}

.head-logo2 > .logo-x2 {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: 210px;
}

.head-logo2 > .logo-x2 > img{
    width: 100%;
}

@media only screen and (min-width: 992px){
    .flx-mainrow {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .head-logo1{
        margin: 18px 10px;
        transition: all ease 400ms;
    }

    .head-logo2{
        margin: 18px 10px;
        transition: all ease 400ms;
    }

    .head-logo1 > .logo-x1 {
    	display: none;
    }
}

@media (max-width: 992px){
    .head-logo1 > .logo-x1{
        padding: 7px 0;
        max-width: 170px;
        margin: auto;
        display: block;
    }

    .head-logo2 > .logo-x2{
        padding: 8px 0;
        max-width: 170px;
        margin: auto;
        display: block;
    }
}

/*NAVBAR BOOTSTRAP*/
.head-mainall nav.navbar.bootsnav{
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
}

.head-mainall nav.navbar.bootsnav .navbar-toggle{
    padding: 5px 8px;
    background-color: #f15844;
    color: #ffffff;
}

.head-mainall nav.navbar.bootsnav ul.nav > li > a{
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    transition: all ease 400ms;
    padding: 20px 10px;
    font-size: 16px;
}

.head-mainall nav.navbar.bootsnav ul.nav > li > a.active,
.head-mainall nav.navbar.bootsnav ul.nav > li > a:hover,
.head-mainall nav.navbar.bootsnav ul.nav > li > a:focus,
.head-mainall nav.navbar.bootsnav ul.nav > li > a:active{
    color: #f04b36;
    /*background-color: #582dc6;*/
}

/*.head-mainall nav.navbar.bootsnav ul.nav > li > a > span.hd-hvr1{
    position: relative;
}

.head-mainall nav.navbar.bootsnav ul.nav > li > a > span.hd-hvr1:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 0;
    left: -12px;
    top: 6px;
    background-color: #f04b36;
    transition: all ease 400ms;
}

.head-mainall nav.navbar.bootsnav ul.nav > li > a.active > span.hd-hvr1:before,
.head-mainall nav.navbar.bootsnav ul.nav > li > a:hover > span.hd-hvr1:before,
.head-mainall nav.navbar.bootsnav ul.nav > li > a:active > span.hd-hvr1:before,
.head-mainall nav.navbar.bootsnav ul.nav > li > a:focus > span.hd-hvr1:before{
    width: 100%;
    height: 1px;
    top: 9px;
    border-radius: 0;
    background-color: #f04b36;
}*/

.head-mainall nav.navbar.bootsnav ul.nav > li > a.fb-head1x1{
    padding: 10px 0px;
}

.head-mainall nav.navbar.bootsnav ul.nav > li > a.fb-head1x1 > i{
    background: #3a5bb0;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}


.head-mainall nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a{
    color: #000000;
    font-weight: 500;
    transition: all ease 400ms;
}

.head-mainall nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a:hover,
.head-mainall nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a:active,
.head-mainall nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a:focus{
    color: #f04b36;
}

.slid-buttref{
    border: 2px solid #1cd584;
    background: #1cd584;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.3vw;
    padding: 5px 25px;
    border-radius: 0;
    outline: none;
    transition: all ease 400ms;
}

.slid-buttref:hover,
.slid-buttref:active,
.slid-buttref:focus{
    color: #fff;
    border: 2px solid #582dc6;
    background: #582dc6;
    outline: none!important;
    outline-width: 0!important;
    outline-color: transparent!important;
}

@media (min-width: 992px){
    .head-mainall nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        border-color: #f04b36;
    }

    .head-mainall .navbar-nav > li{
        margin-right: 5px;
    }

    .head-mainall .navbar-nav > li:last-child{
        margin-right: 0;    
    }
}

@media (max-width: 992px){
    .head-mainall nav.navbar.bootsnav{
        background-color: #ffffff;
    }

    .head-mainall nav.navbar.bootsnav ul.nav > li > a{
        color: #000000;
        font-size: 16px;
        padding: 8px 5px;
    }

    .slid-buttref{
        font-size: 2vw;
    }
}

@media (max-width: 767px){
    .slid-buttref{
        font-size: 16px;
    }
}
/**/
.attr-nav > ul.ac1-menuredtop1{
    margin-top: 12px;
}

.attr-nav.non2{
    display: none;
}

@media (max-width: 992px){
    .attr-nav.non2{
        display: block;
    }
    .navbar-nav>li.rednone{
        display: none;
    }
}

.ac1-menuredtop1>li+li{
    margin-left: 5px;
}

.ac1-menuredtop1>li>a{
    font-size: 18px;
    background: #1f1f1f;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    padding: 0!important;
    text-align: center;
    border-radius: 50%;
}

.ac1-menuredtop1>li>a.ag-fb1{
    background: #3d57a3;
    border: 2px solid transparent;
    color: #fff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-fb1:hover{
    background: transparent;
    border: 2px solid #3d57a3;
    color: #3d57a3;
}

.ac1-menuredtop1>li>a.ag-tw1{
    background: #1da1f2;
    border: 2px solid transparent;
    color: #fff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-tw1:hover{
    background: transparent;
    border: 2px solid #1da1f2;
    color: #1da1f2;
}

.ac1-menuredtop1>li>a.ag-yt1{
    background: #d62424;
    border: 2px solid transparent;
    color: #fff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-yt1:hover{
    background: transparent;
    border: 2px solid #d62424;
    color: #d62424;
}

.ac1-menuredtop1>li>a.ag-in1{
    background: #0177b5;
    border: 2px solid transparent;
    color: #fff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-in1:hover{
    background: transparent;
    border: 2px solid #0177b5;
    color: #375989;
}

.ac1-menuredtop1>li>a.ag-lid1{
    background: #375989;
    border: 2px solid transparent;
    color: #fff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-lid1:hover{
    background: transparent;
    border: 2px solid #375989;
    color: #375989;
}

.ac1-menuredtop1>li>a.ag-goo1{
    background: #dd5044;
    border: 2px solid transparent;
    color: #fff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-goo1:hover{
    background: transparent;
    border: 2px solid #dd5044;
    color: #dd5044;
}

/*SLIDER*/
.slide-cont{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.slide-cont .swiper-button-next, 
.slide-cont .swiper-button-prev{
    z-index: 3;
}

.slide-cont .swiper-container-horizontal {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slide-cont .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    /*background: #fff;*/
    /**/
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    /* Center slide text vertically */
    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;
}

.slide-cont .news-slider-item{
    color: #ffffff;
}

.slide-cont .news-slider-item:hover,
.slide-cont .news-slider-item:active,
.slide-cont .news-slider-item:focus{
    color: #ffffff
}

.slide-cont .responsive-image {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.slide-cont .slid-descript1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.slide-cont .slid-descript1 > .slid-rowcl{
    width: 100%;
}

.slide-cont .slid-descript1 > .slid-rowcl .slid-frastxt {
    padding: 0 25px;
}

.slide-cont .slid-descript1 > .slid-rowcl .slid-frastxt > h3{
    font-weight: 500;
    margin-top: 0;
    font-size: 3vw;
    
    text-shadow: 0px 2px 5px #000;
    letter-spacing: .1em;
    color: #ffffff;
}

.slide-cont .slid-descript1 > .slid-rowcl .slid-frastxt > .slid-frasdscrp{
    color: #ffffff;
    font-size: 2vw;
    text-shadow: 0px 2px 5px #000;
}

@media (max-width: 767px){
    .slide-cont .slid-descript1 > .slid-rowcl .slid-frastxt > h3{
        font-size: 5vw;
    }

    .slide-cont .slid-descript1 > .slid-rowcl .slid-frastxt > .slid-frasdscrp{
        font-size: 4vw;
    }
}

/*SLIDER PAGINATION - ARROWS*/
.slide-cont .swiper-pagination-bullet {
    width: 1.3vw;
    height: 1.3vw;
    background-color: transparent;
    border: 2px solid #f04b36;
}

.slide-cont .swiper-pagination-bullet-active{
    background-color: #f04b36;
}

/*EMPRESA*/
.empre-bgall1{
    position: relative;
    padding: 60px 0;
    background-color: #ffffff;
}

.i-wefig1{
    width: 100%;
    max-width: 1700px;
    display: block;
    margin: auto;
}

.i-wefig1 > img{
    width: 100%;
}

.empre-title1x1{
    font-weight: 600;
    font-size: 40px;
    color: #f04b36;
    margin-top: 0;
    margin-bottom: 30px;
}

.empre-figimg{
    position: relative;
    width: 100%;
    max-width: 450px;
    display: block;
    margin-bottom: 20px;
}

.empre-figimg:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 80px;
    top: 15px;
    background: #f04b36;
    border-radius: 100%;
}

.empre-figimg:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    bottom: 100px;
    background: #7e7e7e;
    border-radius: 100%;
}

.empre-figimg > img{
    border-radius: 100%;
    display: block;
    margin: auto;
    width: 100%;
}
/*AREAS*/
.area1-bghd1 {
    background-image: url(../../../public/img/fondo/fondo-area.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.area1-bghd1:before{
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    top: 0;
}

.area1-tiprinc{
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 40px;
}

.area-flex {
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin-top: 10px;
    font-size: 0;
    justify-content: center;
}

.area-flex>li {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    margin-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px;
}

.area-flex> li > a{
    display: block;
    width: 100%;
}

.area-flex>li .boxgs1 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
    padding: 15px;
    text-align: center;
}

.area-icon1{
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: block;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #f04b36;
    box-shadow: 0px 0px 0px 4px #ffffff;
}

.area-icon1 > img {
    width: 100%;
    max-width: 80px;
}

.area-titbx1{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

@media (min-width: 500px){
    .area-flex>li{
        width: 50%;
    }
}

@media (min-width: 767px){
    .area-flex>li{
        width: 33.33%;
    }
}
/*INTERNA AREA*/
.area-bgall{
    position: relative;
    padding: 40px 0;
}
.area-figure{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.area-figure > img{
    width: 100%;
}

.area-titleprinc{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 27px;
    color: #000000;
}

.area-list1 > li{
    margin-bottom: 5px;
}
/*CONTACTO*/
.contact-bgall{
    position: relative;
    padding: 40px 0;
    background-color: #f9f9f9;
}

.contact-bgall2{
    position: relative;
    padding: 40px 0;
    background-color: #ffffff;   
}

.contact-title1{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.contact-stitle2{
    font-size: 18px;
    font-weight: 400;
    color: #4f4f4f;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}

.contact-iconx1{
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    display: block;
    margin: auto;
    background-color: #f04b36;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #ffffff;
    box-sizing: content-box;
    box-shadow: 0px 0px 0px 4px rgb(255, 57, 32);
}

.contact-datit1{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.contact-hr1{
    border-top: 1px solid #333333;
    width: 100%;
    max-width: 30px;
    margin-top: 10px;
}

.contact-datito1{
    text-align: center;
}

.contact-datito1 a {
    color: #8f8f8f;
}

.contact-formbg{
    position: relative;
    background: #f9f9f9;
}

.contact-formbg .mate-frm{
    padding: 20px 15px;
}

@media only screen and (min-width: 992px){
    .contact-formbg .mate-frm {
        padding: 60px;
        max-width: 80%;
        margin: auto;
    }
}

/**/
.mate-frm{
    position: relative;
}

.mate-frm .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.mate-frm .form-control:focus{
    box-shadow: inherit;
}

.mate-frm .form-control.textarea-form{
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    resize: none;
}
/**/
.mate-frm .form-group{
    margin-top: 15px;
}
/**/
.mate-frm .mat-forms{
    margin-left: 50px;
    position: relative;
}
/**/
.mate-frm .form-group .form-line {
    position: relative;
    border-bottom: 1px solid #00354d;
}

.mate-frm .form-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid #a9d500;
}

.mate-frm .form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.mate-frm .form-group .form-line .form-label {
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: 10px;
    left: 0;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.mate-frm .form-group .form-line.focused .form-label {
    top: -15px;
    left: 0;
    font-size: 12px;
    color: #00b0e5;
}
/**/
.mate-frm .mateicon1{
    position: absolute;
    width: 40px;
    font-size: 30px;
    transition: color .2s;
    color: #1e1e1e;
}

.mate-frm .form-i.imat-focus .mateicon1{
    color: #a9d500;
}
/*RADIOS*/
.rad-io1bt{
    list-style: none;
    padding-left: 0;
    position: relative;
}

.rad-io1bt .radinput1{
    color: #AAAAAA;
    display: block;
    position: relative;
    /* float: left; */
    /* height: 100px; */
    display: inline-block;
}

.radinput1 input[type=radio]{
  position: absolute;
  visibility: hidden;
  margin: 0;
}

.radinput1 .labe1l{
    display: block;
    position: relative;
    font-size: 14px;
    padding: 10px 10px 10px 45px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: uppercase;
}

.radinput1 .check{
    display: block;
    position: absolute;
    border: 5px solid #a1a1a1;
    border-radius: 100%;
    height: 26px;
    width: 26px;
    top: 8px;
    left: 8px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radinput1:hover .check {
  border: 5px solid #00354d;
}

.radinput1 .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radinput1 input[type=radio]:checked ~ .check {
  border:5px solid #00354d;
}

.radinput1 input[type=radio]:checked ~ .check::before{
  background: #00354d;
}

.radinput1 input[type=radio]:checked ~ .labe1l{
  color: #00354d;
}
/*CHECKBOX*/
.checkinput1 input[type="checkbox"], .checkinput1 input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.checkinput1 label {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 38px;
    padding-right: 10px;
    line-height: 36px;
    cursor: pointer;
}
.checkinput1 label::before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 24px;
    height: 24px;
    border: 4px solid #00b0e5;
    border-radius: 4px;
    z-index: -1;
}
.checkinput1 input[type="radio"] + label::before {
    border-radius: 18px;
}
/* Checked */
.checkinput1 input[type="checkbox"]:checked + label,
.checkinput1 input[type="radio"]:checked + label {
    padding-left: 10px;
    color: #000;
}
.checkinput1 input[type="checkbox"]:checked + label::before,
.checkinput1 input[type="radio"]:checked + label::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a9d500;
    border: 2px solid #a9d500;
}
/* Transition */
.checkinput1 label,
.checkinput1 label::before {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.mate-frm form{
    padding: 0;
}

.title_cotiza h1{
    margin-top: 50px;
    text-align: center;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 47px;
}
.btn_cotiza{
    display: block;
    margin: auto;
    margin-top: 20px;
    background: #f04b36;
    border-radius: 0;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 35px;
    transition: all ease 500ms;
}
.btn_cotiza:hover{
    background: #121212;
    color: #ffffff;
    transition:all ease 500ms;
}

/**/
.n1-bghd1 {
    background-image: url(../../../public/img/fondo/fondo-toper.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.n1-bghd1:before{
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(240, 77, 56, 0.6);
    display: block;
    position: absolute;
    top: 0;
}

.n1-titlebg1 {
    color: #fff;
    margin: 1.3rem 0 0 0;
    letter-spacing: 0px;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    text-shadow: 1px 2px 5px #000;
}

.n1-subtitle2 {
    margin: 0;
    padding: 7px 20px;
    display: inline-block;
    box-shadow: 16px 16px 18px rgba(0,0,0,0.4);
    background: #000000;
}

.n1-subtitle2 h2 {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 767px){
    .n1-subtitle2 h2{
        font-size: 24px;
    }

    .n1-titlebg1{
        font-size: 27px;
    }
}
/*INTERNA CONTACTO*/
.contact-2bg{
    position: relative;
    padding: 30px 0;
}

.contact-3bg{
    position: relative;
    padding: 30px 0;
    background: #ebebeb;
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.icon-box.style5 {
    height: 100px;
    line-height: 100px;
    text-transform: none;
    background: #ffffff;
    /* overflow: hidden; */
    position: relative;
}

.icon-box.style5 > i {
    display: block;
    width: 70px;
    float: left;
    background: #f04b36;
    line-height: 70px;
    color: #fff;
    font-size: 3em;
    margin-right: 15px;
    text-align: center;
    position: relative;
    margin-top: -10px;
    margin-left: -10px;
    box-shadow: -2px 2px 10px -4px #000;
}

.icon-box.style5 .description {
    line-height: 1.6em;
    padding: 12px 15px 0 0;
    overflow: hidden;
}

.icon-box.style5 .description .icn-ptit1{
    font-size: 11px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.icon-box.style5 .description .icn-datosa1{
    font-size: 14px;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
}

.icon-box.style5 .description .icn-datosa1>a{
    color: #636363;
    font-weight: 600;
}
/*ABOGADOS*/
.abogado-allbg{
	position: relative;
    padding: 40px 0;
}

.abogado-figure{
	position: relative;
	width: 100%;
	max-width: 330px;
}

.abogado-figure > a{
	display: block;
	padding: 8px;
	background-color: #f04b36;
	color: #ffffff;
	text-align: center;
}

.abogado-tinombre{
    font-size: 30px;
    color: #f04b36;
}

.abogado-figure > img{
	width: 100%;
}

.abogado-descriptxt{
	position: relative;
	padding: 70px 0 70px;
}

.abogado-descriptxt:before{
	content: "\f10d";
    font-family: "FontAwesome";
    font-size: 66px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: #ececec;
}

.abogado-descriptxt:after{
	content: "\f10e";
    font-family: "FontAwesome";
    font-size: 66px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    color: #ececec;
}

@media (max-width: 767px){
	.abogado-figure{
		margin: auto;
		max-width: 270px;
	}
}
/* NOTICIAS */
.noticia-section1{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.eonotic-fech {
    color: #8F8F8F;
    margin-top: 0;
    margin-bottom: 0;
    color: #7c8a97;
}

.eonothr1{
    border-top: 2px solid #f04b36;
    margin-top: 10px;
    margin-bottom: 20px;
}

.eonothr1:before{
    content: "";
    display: block;
    margin-top: -2px;
    border-top: 2px solid #000;
    width: 15%;
}

.news-princbox1{
    width: 100%;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    border-radius: 4px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.news-princimg1{
    width: 100%;
    max-width: 992px;
}

.news-princimg1 img{
    width: 100%;
}

.news-princtitle1{
    font-size: 30px;
    font-weight: 300;
    font-family: 'Merriweather', serif;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #000;
}

.news-princtitle1>a{
    color: #000000;
    transition: all ease 400ms;
}

.news-princbox1:hover .news-princtitle1>a,
.news-princtitle1>a:hover,
.news-princtitle1>a:active,
.news-princtitle1>a:focus{
    color: #f04b36;
}

.news-princtxt1{
    padding: 20px 25px 20px;
    font-size: 16px;
}

.news-artbox1 {
    width: 100%;
    display: flex;
    font-size: 0px;
    margin: 0px auto;
    overflow: hidden;
    flex-flow: row wrap;
    padding: 0px;
    list-style: none;
    margin-top: 30px;
}

.news-artbox1 > li {
    position: relative;
    width: 100%;
    float: left;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 0px 12px;
    transition: width 0.3s ease-out;
}

.news-artbox1 > li > .news-boxe1 {
    width: 100%;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    border-radius: 4px;
    background: #f4f4f4;
}

@media (min-width: 767px){
    .news-artbox1 > li {
        width: 50%;
    }
}

.news-descrips1{
    padding: 20px 25px 20px;
}

.news-image1{
    display: block;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.news-image1>img{
    width: 100%;
}

.news-titref1 {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.416666666666;
}

.news-titref1>a{
    color: #000000;
    transition: all ease 400ms;
}

.news-descrips1:hover .news-titref1>a,
.news-titref1>a:hover,
.news-titref1>a:focus,
.news-titref1>a:active{
    color: #0384f5;
}

@media (max-width: 550px){
    .news-titref1{
        font-size: 20px;
    }
}

.news-txtdescrp1{
    font-size: 16px;
    color: #7c8a97;
    margin-bottom: 25px;
}

.news-datime1{
    font-size: 16px;
    color: #7c8a97;
    transition: all ease 400ms;
}

.news-descrips1:hover .news-datime1,
.news-datime1:hover,
.news-datime1:focus,
.news-datime1:active{
    color: #0384f5;
}
/**/

/**/
.widhet-bc1{
    position: relative;
    overflow: hidden;
}

.widhet-bc1 .widget-title1 {
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    padding-right: 11px;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #000;
}

.widhet-bc1 .widget-title1:after{
    position: absolute;
    display: inline-block;
    content: '';
    width: 2000px;
    height: 1px;
    left: 100%;
    bottom: 6px;
    background: #000;
    z-index: -1;
}

.post {
    position: relative;
    margin-top: 15px;
}
.post .post-caption {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: left;
    z-index: 1;
    /*    pointer-events: none;*/
    padding: 15px;
}
.post-variant-1 {
    display: flex;
}
.post .post-inner {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0px auto;
}
.post-variant-1 img {
    width: 100%;
    display: block;
}
.post-variant-1 .post-caption {
    text-align: left;
    padding: 15px;
}
.post-variant-1 .post-caption > .divgs-new {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
.post-variant-1 h1, .post-variant-1 .h1, .post-variant-1 h4, .post-variant-1 .h4, .post-variant-1 h5, .post-variant-1 .h5 {
    font-size: 16px;
}
.post-variant-1 .h4 + .post-meta, .post-variant-1 h4 + .post-meta {
    margin-top: 0px;
}
.post .post-meta {
    font-style: italic;
    font-size: 14px;
    color: rgb(2, 175, 255);
}
.post .post-meta-hidden-outer {
    display: none;
    width: 100%;
}
.post-meta-hidden {
    position: relative;
    display: inline-block;
}
.post-variant-1 .post-meta-hidden > div {
    color: rgb(255, 246, 2);
}
.post-meta-hidden > .icon {
    width: 38px;
    height: 35px;
    line-height: 35px;
    text-align: right;
}
.post-meta-hidden > .icon > ul {
    width: 135px;
    position: absolute;
    right: 100%;
    top: 0px;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in;
}
.post-variant-1 .post-caption::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 10%;
    left: 0px;
    opacity: 0.8;
    background-image: linear-gradient(transparent 0%, black 100%);
    z-index: -1;
    background-repeat: repeat-x;
    transition: all 0.4s ease;
}
.post-variant-1:hover .post-caption:after {
    opacity: 1;
    top: 40%;
}
.ahref1gs{
    font-size: 21px;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: 'Merriweather', serif;
    font-weight: 400;
}

@media (max-width: 550px){
    .ahref1gs{
        font-size: 18px;
    }
}

.ahref1gs>a{
    color: #fff;
    /* font-weight: bold; */
    transition: all ease 0.5s;
    text-shadow: 1px 2px 5px #000;
}
.ahref1gs>a:hover,.ahref1gs>a:active,.ahref1gs>a:focus {
    color: #ffffff;
    text-decoration: none;
}
.ahref1gs1{
    color: #008BEF;
    font-size: 18px;
    transition: all ease 0.5s;
}
.ahref1gs1:hover,.ahref1gs1:active,.ahref1gs1:focus{
    color: #fff;
    text-decoration: none;
}
.ahref1gs1 span{
    color: #fff;
    font-weight: bold;
}

.ahref1gs2{
    color: #ffbb00;
    font-size: 16px;
    font-weight: 500;
    transition: all ease 0.5s;
}
.ahref1gs2:hover,.ahref1gs2:active,.ahref1gs2:focus{
    color: #fff;
    text-decoration: none;
}
.ahref1gs2 span{
    color: #fff;
}

@media (min-width: 480px){
    .post-variant-1 .h4, .post-variant-1 h4 {
        font-size: 18px;
    }
    .post-variant-1 .h4 + .post-meta, .post-variant-1 h4 + .post-meta {
        margin-top: 7px;
    }
    .post .post-meta-hidden-outer {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 768px){
    .post-variant-1 .post-caption {
        padding: 30px 27px 17px 30px;
    }
    .post .post-caption {
        padding: 30px 27px 20px 30px;
    }
    .post-variant-1 .post-caption > .divgs-new {
        bottom: 17px;
        left: 30px;
        right: 30px;
    }
    .post .element-groups-custom > * {
        margin-left: 19px;
        margin-top: 19px;
    }

}


@media(min-width: 992px){
    .post .post-inner {
        width: 100%;
    }
}

.fatag-ul1{
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 0;
}

.fatag-ul1>li{
    display: inline-block;
}

.fatag-ul1>li>a{
    background: #f04b36;
    padding: 2px 7px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.taghet-bc1{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px;
}


.taghet-bc1 .widget-title1 {
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    padding-right: 11px;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Merriweather', serif;
    font-style: italic;
    color: #000;
}

.taghet-bc1 .widget-title1:after{
    position: absolute;
    display: inline-block;
    content: '';
    width: 2000px;
    height: 1px;
    left: 100%;
    bottom: 6px;
    background: #000;
    z-index: -1;
}


.tagnoticia1{
    display: table;
    background: #f4f4f4;
    border: 5px solid #dfdfdf;
    padding: 15px 10px;
    /* border-radius: 4px; */
}

.tagnoticia1 .tagcloud{
    font-family: 'Merriweather', serif;
    font-style: italic;
}
/**/
.news-notintdescrip1{
    padding: 20px 25px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f4f4f4;
}

.news-notintdescrip1>a,
.news-notintdescrip1>b,
.news-notintdescrip1>strong{
    color: #2D9BC4;
}

.news-notintdescrip1>a:hover,
.news-notintdescrip1>a:active,
.news-notintdescrip1>a:focus{
    color: #000;
}

/* CUADRO DE AUTOR */
.about-author {
    background: #f4f4f4;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.about-author .about-author-content {
    display: table;
    border-bottom: 1px solid #dfdfdf;
}

.about-author div.avatar {
    display: table-cell;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #dfdfdf;
}

.about-author div.avatar img{
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 96px;
    height: 96px;
}

@media (max-width: 767px){
    .about-author div.avatar img{
        width: 45px;
        height: 45px;
    }
}

.about-author .description {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
    width: 100%;
    width-line-height: 1.8333em;
}

.about-author .description>h4{
    font-size: 16px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.about-author .description>h4>a{
    color: #000;
    transition: all ease 300ms;
}

.about-author .description>h4>a:hover{
    color: #0384f5;
}

.about-author .about-author-meta {
    padding: 15px 0;
}

.about-author .wrote-posts-count {
    line-height: 28px;
    font-size: 14px;
}

.about-author .wrote-posts-count i {
    font-size: 18px;
    color: #01b7f2;
    float: left;
    margin-right: 10px;
    vertical-align: baseline;
}

.about-author .wrote-posts-count span {
    vertical-align: middle;
}

.bot-compul {
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
    text-align: right;
}

.bot-compul>li {
    display: inline-block;
    vertical-align: top;
}

.bot-compul>li .fb_iframe_widget {
    display: block;
    position: relative;
    top: -2px;
}

.bot-wsp-compartir {
    position: relative;
    height: 21px;
    box-sizing: border-box;
    padding: 2px 8px 2px 6px;
    background-color: #25ba51;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    top: -2px;
}

.bot-wsp-compartir:hover, .bot-wsp-compartir:active, .bot-wsp-compartir:focus {
    color: #fff;
    background-color: #22a147;
}

.facebox1{
    width: 100%;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.facebox1>div{
    width: 100%;
}

.facetopmar1{
    margin-top: 20px;
}

/*FOOTER*/
.fot-bgall{
    position: relative;
    background-color: #e0e0e0;
    padding: 10px 0;
}

.fot-bgall.fot-fixed1{
	position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

.fot-copyright{
    text-align: left;
}

.fot-copyright2{
    text-align: right;
}

.fot-copyright > p,
.fot-copyright2 > p{
    margin-bottom: 0;
    font-size: 14px;
    color: #616161;
}

.fot-copyright > p > a,
.fot-copyright2 > p > a{
    color: #212121;
    font-weight: 700;
}

@media (max-width: 767px){
    .fot-copyright,
    .fot-copyright2{
        text-align: center;
    }
}