/*----- Basic installation -----*/
/*---- innerblock -----*/
.inner-block {
  width: 100%;
}
/*--- Other ----*/
h1,
h2 {
  font-size: 20px;
  line-height: 25px;
}
h3,
h4 {
  font-size: 20px;
  line-height: 20px;
}
/*:::::::::::: Header ::::::::::::::*/
header .inner-block {
  padding: 16px 0;
}
header .inner-block.active {
  padding: 10px 0 0 0;
}
/*-- Logo ---*/
.logo {
  width: 150px;
  margin-left: 5%;
}
/*--- nav ---*/
#nav {
  width: 100%;
  display: none;
}
/* languaje */
.languaje {
  margin-right: 5%;
  list-style: none;
  margin-top: 14px;
}
.languaje li {
  margin-right: 10px;
  padding-right: 10px;
}
.languaje li:nth-child(2){
  padding-right: 2px;
}

.languaje li:nth-child(3) {
  padding-right: 12px;
}
/* Menu */
.menu {
  margin: 0;
}
.menu li {
  margin-right: 40px;
  width: 100%;
  text-align: center;
}
.menu li a {
  border-bottom: 1px solid;
  border-color: #eee;
  padding: 10px 0;
}
.menu li a strong {
  display: initial;
  font-weight: normal;
  margin-left: 4px;
  clear: inherit;
}
.menu li a.move-down strong {
  margin-left: 0;
}
.menu li a.btn {
  height: 20px;
  line-height: 18px;
}
/*---- Open menu ---*/
.open-menu {
  font-size: 20px;
}
.open-menu.active {
  color: #e77d00;
}
/*:::::::::::: Content ::::::::::::::*/
/*---- Slider block ---*/
.slider-block .slick-slide {
  height: 39.58333333333333vw;
}
.slider-block .slick-slide article {
  left: 5%;
  top: 10%;
  width: 93%;
}
.slider-block .slick-slide article h1,
.slider-block .slick-slide article h2 {
  margin-bottom: 20px;
}
.slider-block .slick-slide article p {
  display: none;
}
.slider-block .slick-dots {
  right: 5%;
  bottom: 20px;
}
.slider-block .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
/*--- List 4 block ----*/
.list-4-block {
  padding: 20px 0;
}
.list-4-block ul li {
  width: 90%;
  padding: 20px 5% 30px 5%;
  border-right: 0;
  border-bottom: 1px solid;
  border-color: #bebebe;
}
.list-4-block ul li p {
  margin-bottom: 30px;
}
.list-4-block ul li img {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
.list-4-block ul li:last-child {
  border-bottom: 0;
  padding: 20px 5% 20px 5%;
}
/*--- Suscribe block ---*/
.suscribe-block {
  height: auto;
  width: 90%;
  padding: 0 5%;
}
.suscribe-block article {
  padding: 30px 0;
}
.suscribe-block article form {
  width: 100%;
}
.suscribe-block article form input {
  width: 70%;
}
.suscribe-block article form button {
  width: 30%;
  padding: 13px 5%;
}
/*---- Iso block ----*/
.iso-block {
  padding: 20px 0;
}
.iso-block article {
  width: 90% !important;
  padding: 0 5%;
  text-align: center;
}
.iso-block article img {
  width: 100px;
  left: 50%;
  margin-left: -50px;
  position: relative;
}
.iso-block article h3 {
  width: 100%;
  padding-top: 16px;
  font-size: 20px;
  line-height: 24px;
}
.iso-block article p {
  width: 100%;
  padding-top: 45px;
  font-size: 20px;
  line-height: 24px;
}
.iso-block a {
  margin-right: 5%;
}
/*---- Awards block ----*/
.awards-block {
  padding: 20px 0;
}
.awards-block article {
  width: 90%;
  padding: 0 5%;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  border-color: #bebebe;
  padding-bottom: 35px;
}
.awards-block article h3 {
  margin-bottom: 20px;
}
.awards-block article .slider-arrow button {
  top: -50px;
  font-size: 30px;
}
.awards-block article .slider-arrow button.slick-next {
  right: 0;
}
.awards-block article .slider-arrow button.slick-prev {
  right: 20px;
}
.awards-block article .slider-arrow .slick-slide img {
  width: 56px;
  left: 50%;
  margin-left: -28px;
}
.awards-block article:last-child {
  padding-bottom: 135px;
  margin-bottom: 0;
  border-bottom: 0;
  height: 130px;
}
/*---- Lightbox ----*/
.lightbox article {
  padding: 20px 0;
}
.lightbox .close {
  font-size: 30px;
}
/* search */
#search article {
  width: 90%;
  margin: 2% auto 0 auto;
  padding: 20px 0;
}
#search article form ul {
  padding: 10px 0;
}
#search article form ul li {
  font-size: 14px;
  margin-right: 30px;
}
#search article form label {
  width: 100%;
  margin: 10px 0;
}
#search article form label input {
  width: 80%;
  font-size: 14px;
  height: 46px;
}
#search article form label button {
  font-size: 20px;
  line-height: 45px;
  margin-right: 2%;
}
/*--- title page ----*/
.title-page {
  width: 90%;
  padding: 30px 5%;
}
.title-page {
  font-size: 16px;
  line-height: 24px;
}
/*--- contact block ----*/
.contact-block {
  width: 90% !important;
  padding: 20px 5%;
}
.contact-block article {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.contact-block article ul li {
  padding-bottom: 20px;
}
.contact-block article form label {
  margin-bottom: 20px;
}
.contact-block article form label.active input {
  width: 90%;
}
.contact-block article form label.active i {
  width: 10%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.contact-block article form button {
  padding: 10px 40px;
}
.contact-block article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.fileUpload {
  padding: 30px 0;
  margin-bottom: 20px;
}
.fileUpload div p {
  margin-bottom: 5px;
}
.fileUpload figure {
  padding: 10px 0;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  margin-top: 20px;
}
.fileUpload figure i {
  font-size: 20px;
  margin-right: 10px;
}
/*--- Control list ---*/
.control-list {
  display: none;
}
/*--- Div list ---*/
.div-list {
  width: 90%;
  padding: 20px 5%;
}
.div-list>ul {
    /*padding: 0; */
}
.div-list>ul>li {
  border-bottom: 1px solid;
  border-color: #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.div-list>ul>li h3 {
  margin-bottom: 20px;
}
.div-list>ul>li figure {
  width: 100%;
}
.div-list>ul>li article {
  width: 75%;
  margin-top: 20px;
}
.div-list>ul>li article ol li {
  padding-bottom: 10px;
}
.div-list>ul>li article ol li i {
  margin-right: 4%;
}
.div-list>ul>li article ol li p {
  width: 90%;
}
.div-list>ul>li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
/*--- Slide row ----*/
.slide-row {
  width: 90%;
  padding: 20px 5%;
  height: 175px;
}
.slide-row img {
	-webkit-transform: scale(.33);
	-moz-transform: scale(.33);
	-o-transform: scale(.33);
	-ms-transform: scale(.33);
    transform: scale(.33);
	margin-left: -443px;
	margin-top: -152px;
	left: 50%;
	position: relative;
}
/* title special */
.title-special {
  margin-bottom: 20px;
}
.title-special h3 {
  float: left;
}
.title-special p {
  float: right;
  padding-top: 10px;
}
/* control slide */
.control-slide {
  height: 9px;
  margin: 40px 0 20px 0;
}
.control-slide li {
  width: 16.66%;
}
.control-slide li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/* show slide */
.show-slide>li {
  padding-top: 40px;
}
.show-slide>li article {
  width: 100%;
  margin-bottom: 20px;
}
.show-slide>li figure {
  width: 100%;
}
.show-slide>li ul li {
  padding-bottom: 5px;
}
.show-slide>li ul li i {
  margin-right: 10px;
  margin-top: 2px;
}
.show-slide>li ul li p {
  width: 80%;
}
/*---- slide source ----*/
.slide-source {
  padding-top: 30px;
}
/* carousel source */
.carousel-source {
  padding: 50px 0 80px 0;
}
.carousel-source .slick-slide article {
  width: 80%;
  padding: 0 10%;
}
.carousel-source .slick-slide article h3 {
  font-size: 19px;
  line-height: 22px;
}
.carousel-source .slick-slide article img {
  width: 90px;
  height: 90px;
  padding: 10px;
  left: 50%;
  margin-left: -55px;
  margin-bottom: 10px;
}
.carousel-source .slick-dots {
  width: 100%;
  bottom: 20px;
  text-align: center;
}
.carousel-source .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  float: inherit;
}
/* bottom source */
.bottom-source {
  padding: 20px 0;
}
/*---- Testimonial carousel ---- */
.testimonial-block {
  margin-top: 30px;
  padding: 60px 0 90px 0;
}
.testimonial-block h3 {
  margin-bottom: 30px;
}
.testimonial-block .slick-dots {
  left: 50%;
  width: 60px;
  margin-left: -30px;
  bottom: -50px;
}
.testimonial-block .slick-dots li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.testimonial-block .slick-dots li.slick-active {
  width: 17px;
  height: 17px;
  margin-top: -4px;
}
/* txt test */
.txt-test {
  width: 90%;
  margin-bottom: 20px;
  padding: 0 5%;
}
.txt-test small {
  font-size: 84px;
  width: 8%;
  height: 50px;
  line-height: 65px;
}
.txt-test p {
  width: 92%;
  font-size: 19px;
  padding-top: 5px;
}
/* txt autor */
.txt-autor .small-line {
  width: 100px;
  height: 3px;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 20px;
}
/*---- team block ----*/
.team-block {
  width: 92.2%;
  padding: 60px 31px;
  margin-top: 30px;
}
.team-block h3 {
  margin-bottom: 30px;
}
.team-block h4 {
  line-height: 20px;
  font-size: 19px;
}
/* icon team */
.icon-team {
  margin: 20px 0 0 0;
}
.icon-team li {
  margin-right: 10px;
}
.icon-team li a {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
}
/* carousel team */
.carousel-team article {
  padding: 20px;
  margin: 10px;
}
.carousel-team button {
  top: -55px;
  font-size: 30px;
}
.carousel-team button.slick-next {
  right: 0;
}
.carousel-team button.slick-prev {
  right: 20px;
}
/* title team */
.title-team h3 {
  float: left;
}
.title-team a {
  float: right;
  padding-top: 10px;
  margin-right: 40px;
}

/* title special */
.title-special {
  margin-bottom: 0px;
}
.title-special h3 {
  float: left;
}
.title-special p {
  float: right;
  padding-top: 10px;
}
/* control slide */
.control-slide {
  height: 9px;
  margin: 40px 0 20px 0;
}
.control-slide li {
  width: 16.66%;
}
.control-slide li a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/* show slide */
.show-slide>li {
  padding-top: 20px;
}
.show-slide>li article {
  width: 100%;
  margin-bottom: 20px;
}
.show-slide>li figure {
  width: 100%;
}
.show-slide>li ul li {
  padding-bottom: 5px;
}
.show-slide>li ul li i {
  margin-right: 10px;
  margin-top: 2px;
}
.show-slide>li ul li p {
  width: 80%;
}
/*---- slide source ----*/
.slide-source {
  padding-top: 30px;
}
/* carousel source */
.carousel-source {
  padding: 20px 0;
}
.carousel-source .slick-slide article {
  width: 80%;
  padding: 0 10%;
}
.carousel-source .slick-slide article h3 {
  font-size: 19px;
  line-height: 22px;
}
.carousel-source .slick-slide article img {
  width: 90px;
  height: 90px;
  padding: 10px;
  left: 50%;
  margin-left: -55px;
  margin-bottom: 10px;
}
.carousel-source .slick-slide article p {
  text-align: center;
}
.carousel-source .slick-dots {
  width: 100%;
  bottom: 20px;
  text-align: center;
}
.carousel-source .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  float: inherit;
}
.carousel-source button {
  color: #fff;
  font-size: 48px;
  top: 100px;
  position: absolute;
}
.carousel-source button.slick-next {
  right: 5%;
}
.carousel-source button.slick-prev {
  left: 5%;
}
/* bottom source */
.bottom-source {
  padding: 20px 0;
}
/*---- Testimonial carousel ---- */
.testimonial-block {
  margin-top: 30px;
  padding: 20px 0 80px 0;
}
.testimonial-block h3 {
  margin-bottom: 30px;
}
.testimonial-block .slick-dots {
  left: 43%;
  width: 60px;
  margin-left: -30px;
  bottom: -50px;
}
.testimonial-block .slick-dots li {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.testimonial-block .slick-dots li.slick-active {
  width: 17px;
  height: 17px;
  margin-top: -4px;
}
/* txt test */
.txt-test {
  width: 90% !important;
  margin-bottom: 20px;
  padding: 0 5%;
}
.txt-test small {
  font-size: 54px;
  width: 8%;
  height: 50px;
  line-height: 45px;
}
.txt-test p {
  width: 92%;
  padding-top: 5px;
  font-size: 16px;
}
/* txt autor */
.txt-autor .small-line {
  width: 100px;
  height: 3px;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 20px;
}
/*---- team block ----*/
.team-block {
  width: 90%;
  padding: 0px 5%;
  margin-top: 0px;
}
.team-block h3 {
  margin-bottom: 30px;
}
.team-block h4 {
  line-height: 20px;
  font-size: 19px;
}
/* icon team */
.icon-team {
  margin: 20px 0 0 0;
}
.icon-team li {
  margin-right: 10px;
}
.icon-team li a {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
}
/* carousel team */
.carousel-team article {
  padding: 20px;
  margin: 10px;
}
.carousel-team button {
  top: -55px;
  font-size: 30px;
}
.carousel-team button.slick-next {
  right: 0;
}
.carousel-team button.slick-prev {
  right: 20px;
}
/* title team */
.title-team h3 {
  float: left;
  width: 100%;
}
.title-team a {
  float: right;
  padding-top: 10px;
  margin-right: 0px;
  width: 22%;
}
/*----- Simple slide -----*/
.simple-slide,
.simple-slide .slick-slide {
  height: 250px;
}
.simple-slide,
.simple-slide .slick-track,
.simple-slide .slick-track .slick-slide{
    min-width: 100% !important;
    width: 100% !important;
}
.simple-slide article {
  bottom: 40px;
  left: 5%;
}
.simple-slide .slick-dots {
  left: 5%;
  bottom: 20px;
}
.simple-slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.simple-slide .slick-dots li.slick-active {
  width: 17px;
  height: 17px;
  margin-top: -4px;
}
/*---- SImple content ----*/
.simple-content {
  width: 90%;
  padding: 20px 5%;
}
.simple-content img {
    height: auto !important;
    width: 100% !important;
}
/* bread */
.bread {
  margin-bottom: 20px;
  font-size: 11px;
}
.bread ul li {
  margin-right: 10px;
}
.bread ul li a {
  /*padding-right: 10px;*/
  font-size: 12px;
}
/* xxrow */
.xx-row section {
  width: 100%;
  margin-bottom: 20px;
}
.xx-row aside {
  width: 100%;
}
/* option module */
.options-module {
  padding: 20px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #eee;
}
.options-module ul li {
  margin-right: 20px;
}
.options-module ul li a i {
  margin-right: 10px;
}
/* tree options */
.tree-row {
  margin-top: 20px;
}
.tree-row article {
  margin-bottom: 10px;
}
.tree-row article ol a i {
  margin-right: 10px;
  margin-top: 2px;
}
.tree-row article ol a p {
  width: 80%;
}
/*---- test simple ----*/
.test-simple {
  padding: 20px 0;
}
.test-simple article {
  width: 90% !important;
  padding: 0 5%;
}
.test-simple article small {
  font-size: 55px;
  width: 5%;
  height: 50px;
  line-height: 56px;
  margin-right: 2%;
}
.test-simple article p {
  width: 92%;
  padding-top: 7px;
}
.test-simple article h5 {
  margin-left: 6%;
}
/* testimonial carousel */
.testimonial-carousel {
  width: 100%;
}
.testimonial-carousel h3 {
  font-weight: 400;
}
.testimonial-carousel .slick-dots {
  margin: 0px;
  list-style: none;
  position: absolute;
  width: 45%;
  left: 35%
}
.testimonial-carousel .slick-dots li {
  background: #eee;
  float: left;
  cursor: pointer;
  position: relative;
  border-radius: 53%;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.testimonial-carousel .slick-dots li button {
  cursor: pointer;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-carousel .slick-dots li.slick-active {
  background: #e77d00;
}
/*--- project row ----*/
.project-row {
  width: 90% !important;
  padding: 20px 5% 40px 5%;
}
ul.list-project {
  margin: 30px 0 0 0;
}
ul.list-project li {
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid;
  border-color: #eee;
  padding-bottom: 40px;
}
ul.list-project li article p {
  margin-bottom: 30px;
}
ul.list-project li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
/* image project */
.image-project {
  margin-bottom: 10px;
}
.image-project i {
  width: 35px;
  height: 35px;
  top: 9px;
  left: 9px;
  padding: 5px;
  line-height: 25px;
}
/* title inner*/
.title-inner h3 {
  float: left;
  margin-bottom: 0px;
}
.title-inner .options-module {
  padding: 10px 0;
  margin: 10px 0;
  float: left;
}
/*----- acordeon module -----*/
.acordeon-module {
  width: 90%;
  padding: 20px 5%;
}
/* function */
.function-a {
  padding: 20px 0;
}
/* open toggle */
.open-toggle figure {
  width: 35px;
  height: 35px;
  padding: 5px;
  margin-right: 2%;
}
.open-toggle i {
  font-size: 30px;
  padding-bottom: 5px;
}
/* hide txt */
.hide-txt {
  padding: 20px 0;
}
.hide-txt div {
  width: 100%;
  margin-bottom: 20px;
}
.hide-txt div p:last-child {
  margin-bottom: 0;
}
.hide-txt aside {
  float: left;
  width: 100%;
}
/* simple list */
.simple-list li {
  padding-bottom: 5px;
}
.simple-list li a i {
  margin-right: 4%;
  margin-top: 3px;
}
.simple-list li a p {
  width: 87%;
}
/*------ control mix -----*/
.control-mix {
  width: 90% !important;
  padding: 20px 5%;
}
.control-mix div {
  width: 100%;
  margin-bottom: 20px;
}
.control-mix div i {
  margin-right: 5px;
  font-size: 15px;
}
.control-mix div:nth-child(5) {
  margin-bottom: 0;
}
/*---- mixit ----*/
#mixit {
  width: 90% !important;
  padding: 20px 5%;
}
#mixit li {
  margin-bottom: 40px;
}
#mixit li.active {
  width: 100%;
}
#mixit li.active .image-project {
  width: 30%;
  margin-right: 5%;
}
#mixit li.active article {
  width: 56%;
}
/* toggle list */
.toggle-list {
  display: none;
}
/*:::::::::::: Fix ::::::::::::::*/
.fix {
  height: 100px;
}
/*:::::::::::: Footer ::::::::::::::*/
footer {
  padding: 20px 5%;
  width: 90%;
  height: auto;
  border-top: 1px solid #bebebe;
}
footer ul{
  width: 90%;
  padding: 0 5%;
}
footer ol {
  width: 90%;
  padding: 0 5%;
  float: left;
}
footer ul li a i,
footer ol li a i {
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  margin-top: -5px;
}
footer ul {
    padding-left: 0px;
    margin: 0px;
}
footer ol {
    padding-left: 0px;
    margin-top: 14px;
}
footer ul li {
  line-height: 24px;
  padding-left: 10px;
}
footer ol li {
  margin-right: 21px;
}

/*:::::::::::: team todos::::::::::::::*/
.team-todos{
  width: 100%;
  display: inline-block;
  float: left;
}
.team-bloque{
  width: 100%;
  float: left;
}

/* changes carousel and go to top */
article.white{display: none;width: 100%;}
article.dark-red{border-top: 6px solid #591e00;}
article.orange{border-top: 6px solid #ff9933;}
article.ligth-red{border-top: 6px solid #9a0014;}
article.yellow{border-top: 6px solid #ffcc33;}
article.green{border-top: 6px solid #c8d141;}

a.back-to-top{
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: fixed;
  bottom: 5%;
  right: 5px;
  z-index: 10;
}

.carousel-team .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 5472px !important;
}

.carousel-team .slick-slide
{
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 288px !important;
}
/* changes carousel and direccion */
.direccion{
  width: 100% !important;
  height:50px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}

.direccion .street{
  width: 100% !important;
  float: left !important;
  padding-left: 10px;
}

.direccion .phone{
  width: 100% !important;
  float: left !important;
  text-align: left !important;
  padding: 15px 10px;
}

/* changes map */
.contact-block iframe{
  width: 80%;
  height: 200px;
  padding: 0 10%;
}

/* figure img sector*/
.image-project figure {
  width: 100%;
  height: auto;
}

/* nosotros */

.nosotros-row{
  margin-bottom:30px
}

.nosotros-row ul.nosotros-list{
  padding: 0;
  list-style: none;
}

.nosotros-row ul.nosotros-list>li{
  padding: 0;
  list-style: none;
  display: inline-block;
}

.nosotros-row ul.nosotros-list>li ul.izquierda{
  padding: 0 5% 0 0;
  list-style: none;
  width: 100%;
  float: left;
}

.nosotros-row ul.nosotros-list>li ul.izquierda>li>ul{
  padding: 0;
  list-style: none;
}

.nosotros-row ul.nosotros-list>li ul.derecha{
  padding: 0 5% 0 0;
  list-style: none;
  width: 100%;
  float: left;
}

.nosotros-row ul.nosotros-list>li ul.derecha .us-image{
  width: 100%;
  padding: 0;
}

.nosotros-row ul.nosotros-list>li ul.derecha .us-image img{
  width: 100%;
  height: auto;
}

.nosotros-row ul.nosotros-list>li ul.derecha .us-text{
  width: 100%;
  padding: 0;
  margin-top: 20px;
}

/* contacto */
.contact-block article.left-content{
  width: 100%;
  padding: 5% 0;
}

.contact-block article.left-content>ul>li>ol.contact-social{
  width: 100%;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 5% 0;
}

.contact-block article.left-content>ul>li>ol.contact-social a{
  font-size: 30px;
  color: #eee;
  background: #3b5998;
  border-radius: 50%;
  text-align: center;
  float: left;
  width: 60px;
  height: 60px;
}

.contact-block article.left-content>ul>li>ol.contact-social li{
  margin-left: 0;
  width: 25%;
  float: left;
  padding: 0;
}

.contact-block article.mapa{
  width: 90%;
  padding: 0 5%;
}
