/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}

html {
  overflow-x: hidden;
}

a[href="http://www.faboba.com"]
{
  display: none !important;
  visibility: hidden !important;
}

/*Head menu*/
.uk-navbar-nav > li > a {
  font-weight: bold;
  font-size: 16px;
}

/*Slideshow*/
.mod_slideshow .uk-slideshow .uk-overlay-panel .uk-margin > h3 {
  font-size: 32px;
  line-height: 35px;
}

.mod_slideshow .uk-slideshow .uk-overlay-panel .uk-margin > h3::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  max-width: 80px;
  border-top: 2px solid #ffffff;
  margin: 15px auto;
}

/*Nosotros*/
@media screen and (min-width: 768px) {
  es-inicio div#tm-top-d,
  es-inicio div#tm-top-b,
  es-inicio div#tm-bottom-b {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .es-inicio div#tm-bottom-b,
  .es-inicio div#tm-top-d {
    padding-top: 50px;
  }
}

/*Servicios*/
div#tm-top-c {
  padding: 150px 0;
  background-image: url("/images/background/bg-servicios.jpg");
  background-position: center;
  background-size: cover;
}

.es-contactos #tm-top-a ul.uk-breadcrumb > li span::after,
div#tm-bottom-b h3.uk-text-center::after,
div#tm-top-d h3.uk-text-center::after,
.uk-panel.mod_equipo
  .uk-container.uk-text-center
  .uk-width-medium-1-2
  > h3::after,
.uk-panel.mod_servicios
  .uk-container.uk-text-center
  .uk-width-medium-1-2
  > h3::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  max-width: 80px;
  border-top: 2px solid #636363;
  margin: 10px auto;
}

.mod_servicios
  .uk-width-1-1
  .uk-panel
  .uk-margin
  .uk-container.uk-text-center
  .uk-grid {
  margin-left: -230px;
}

.es-servicio .tm-top-b .uk-text-center > div {
  font-weight: bold;
  font-size: 23px;
}

.es-servicio .uk-text-center.uk-panel-teaser {
  box-shadow: 9px 9px 29px 0px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 9px 9px 29px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 9px 9px 29px 0px rgba(0, 0, 0, 0.49);
}

.es-servicio div.uk-margin {
  padding-top: 15px;
}

/*Nosotros seccion top-D*/
div#tm-bottom-b h3.uk-text-center,
div#tm-top-d h3.uk-text-center {
  padding-bottom: 60px;
}

/*Equipo*/
div#tm-bottom-a {
  padding: 150px 0;
  background-image: url("/images/background/bg-equipo.jpg");
  background-position: center;
  background-size: cover;
}

.es-equipo .tm-top-b .uk-margin {
  font-size: 15px;
  font-weight: bold;
}

.es-equipo .tm-top-b .uk-margin p {
  font-size: 15px;
  font-weight: 100;
}
/*Footer*/
div#tm-footer {
  background-color: #f8f8f8;
}

.tm-footer .uk-container {
  padding-top: 60px;
}

a.uk-icon-instagram,
a.uk-icon-facebook,
a.uk-icon-linkedin {
  color: #000000;
  font-size: 20px;
  border-radius: 50%;
  background-color: #dddddd;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
}

.tm-footer .uk-container p.uk-text-bold {
  color: #262626;
}

/*Contacto*/
.tm-contact {
  display: flex;
}

.tm-contact p {
  margin: 0;
}

i.uk-icon-map-marker,
i.uk-icon-phone,
i.uk-icon-envelope {
  padding-top: 5px;
  margin-right: 10px;
}

.es-contactos .tm-top-b .uk-container input,
.es-contactos .tm-top-b .uk-container textarea {
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 14px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.es-contactos .tm-top-b .uk-container button#submitButton {
  width: 100%;
  background-color: #000;
  color: #fff;
}

/*Breadcrumbs*/
.es-contactos #tm-top-a ul.uk-breadcrumb > li::before,
.es-contactos #tm-top-a ul.uk-breadcrumb > li:not(.uk-active),
.es-equipo #tm-top-a ul.uk-breadcrumb > li::before,
.es-equipo #tm-top-a ul.uk-breadcrumb > li:not(.uk-active) {
  display: none;
}

.es-contactos #tm-top-a ul.uk-breadcrumb > li span,
.es-equipo #tm-top-a ul.uk-breadcrumb > li span {
  font-size: 26px;
  color: #ffffff;
  line-height: 30px;
}

.es-contactos #tm-top-a ul.uk-breadcrumb > li span::after,
.es-equipo #tm-top-a ul.uk-breadcrumb > li span::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  max-width: 80px;
  border-top: 2px solid #ffffff;
  margin: 10px auto;
}

.es-contactos #tm-top-a,
.es-equipo #tm-top-a {
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: end;
  background-image: url("/images/breadcrumb/contacto-breadcrumb.jpg");
  padding: 100px 50px;
  text-align: center;
}

.es-equipo #tm-top-a {
  background-image: url("/images/breadcrumb/equipo-breadcrum.jpg");
}

.es-equipo #tm-top-c {
  background-image: url("/images/equipo/background-equipo-top-c.jpg");
  padding: 24px;
}

.es-equipo .tm-container .uk-container .uk-grid .uk-width-medium-1-4 p {
  font-weight: bold;
}

.es-equipo .tm-top-c .uk-width-1-1 p.uk-text-center {
  padding-bottom: 50px;
}

/*Nosotros*/
.es-nosotros div#tm-top-c {
  padding: 50px;
  background-image: url(/images/breadcrumb/nosotros-background.jpg);
  background-position: center;
  background-size: cover;
}

.es-nosotros div#tm-top-c .tm-top-c .uk-container {
  background: #fff;
}

.es-nosotros div#tm-top-c .tm-top-c .uk-container .uk-text-center {
  padding: 15px;
}

/*Areas de Practica*/
div#tm-bottom-c .uk-container {
  margin: 0 auto;
  width: 100%;
}

div#tm-sub-d {
  margin-top: -124px;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 10px;
}

div#tm-sub-b {
  margin-bottom: 65px;
}

div#tm-sub-d ul {
  list-style: none;
}

div#tm-sub-d p {
  margin: 15px;
}

iframe {
  width: 100%;
}

.es-contactos .uk-width-medium-1-3 {
  padding: 0;
  margin-top: 25px;
}

/*Contacto*/
@media (min-width: 720px) {
  .es-contactos .uk-width-medium-1-3.tm-container {
    padding-top: 60px;
  }
}

@media only screen and (max-device-width: 480px) {
  .mod_slideshow .uk-slideshow .uk-overlay-panel .uk-margin > h3 {
    font-size: 22px;
  }

  div#tm-top-d,
  div#tm-bottom-b {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  div#tm-top-b h3,
  div#tm-top-c h3,
  div#tm-top-d h3,
  div#tm-bottom-a h3,
  div#tm-bottom-b h3 {
    font-size: 18px;
  }

  div#tm-top-b a {
    font-size: 14px;
  }

  div#tm-top-c,
  div#tm-bottom-a {
    padding: 0px;
  }

  .tm-top-c.uk-grid .uk-width-1-1.uk-row-first {
    padding-left: 24px;
  }

  .tm-top-c.uk-grid .mod_servicios .uk-grid {
    padding-left: 1px;
  }

  .mod_servicios
    .uk-width-1-1
    .uk-panel
    .uk-margin
    .uk-container.uk-text-center
    .uk-grid {
    margin-left: -63px;
  }

  div#tm-top-c .uk-container,
  div#tm-bottom-a .uk-container {
    box-sizing: border-box;
    max-width: 980px;
    padding: 0 9px;
  }

  div#tm-bottom-b h3.uk-text-center,
  div#tm-top-d h3.uk-text-center {
    padding-bottom: 10px;
  }

  .tm-top-d .tm-container .uk-container .uk-width-medium-1-5 .uk-text-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  div#tm-sub-c img {
    height: 150px;
  }

  .es-inmobiliario div#tm-sub-d .uk-text-center .uk-grid p {
    margin: 10px;
  }

  div#tm-sub-d .uk-text-center .uk-width-medium-1-2 ul {
    padding: 0;
  }

  div#tm-sub-d .uk-text-center .uk-width-medium-1-2 ul > li {
    margin: 25px;
  }
  .es-contactos div#tm-top-b .tm-top-b .uk-width-medium-1-2 {
    padding: 0;
  }

  .es-contactos div#tm-top-b .tm-top-b .uk-width-medium-1-2 .uk-container {
    padding: 0;
  }

  div#tm-top-b {
    display: grid;
    justify-content: space-between;
  }

  .tm-redes {
    display: flex;
    justify-content: space-around;
    margin: 10px;
    padding-bottom: 15px;
  }

  .es-inicio .uk-panel.mod_servicios,
  .es-inicio .tm-bottom-a.uk-grid {
    background-color: #ffffff96;
  }

  .es-inicio .uk-panel.mod_servicios {
    padding-left: 30px;
  }
}
/* animacion svg */

.circle {
    fill: none;
    stroke: #000;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.circle-dash {
    fill: none;
    stroke: #000;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.check {
    fill: none;
    stroke: #5a5a5abf;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.check-dash {
    fill: none;
    stroke: #7f7f7f;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.check {
    stroke-dasharray: 60 100;
    animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    opacity: 0;
}

@-webkit-keyframes check {
    from {
        stroke-dashoffset: 60;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 00;
        opacity: 1;
    }
}

@-moz-keyframes check {
    from {
        stroke-dashoffset: 60;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 00;
        opacity: 1;
    }
}

@keyframes check {
    from {
        stroke-dashoffset: 60;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 00;
        opacity: 1;
    }
}

.check-dash {
    stroke-dasharray: 10 100;
    animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
}

@-webkit-keyframes check-dash {
    from {
        stroke-dashoffset: 120;
    }

    to {
        stroke-dashoffset: 45;
    }
}

@-moz-keyframes check-dash {
    from {
        stroke-dashoffset: 120;
    }

    to {
        stroke-dashoffset: 45;
    }
}

@keyframes check-dash {
    from {
        stroke-dashoffset: 120;
    }

    to {
        stroke-dashoffset: 45;
    }
}

.circle {
    stroke-dasharray: 300 300;
    animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    opacity: 0;
}

@-webkit-keyframes circle {
    from {
        stroke-dashoffset: 300;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@-moz-keyframes circle {
    from {
        stroke-dashoffset: 300;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes circle {
    from {
        stroke-dashoffset: 300;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.circle-dash {
    stroke-dasharray: 10 300;
    animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    opacity: 0;
}

@-webkit-keyframes circledash {
    from {
        stroke-dashoffset: 320;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 20;
        opacity: 1;
    }
}

@-moz-keyframes circledash {
    from {
        stroke-dashoffset: 320;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 20;
        opacity: 1;
    }
}

@keyframes circledash {
    from {
        stroke-dashoffset: 320;
        opacity: 1;
    }

    to {
        stroke-dashoffset: 20;
        opacity: 1;
    }
}