@font-face {
  font-family: FjallaOne;
  src: url("../assets/fonts/FjallaOne-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Muli-ExtraLight;
  src: url("../assets/fonts/Muli-ExtraLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: Muli-Light;
  src: url("../assets/fonts/Muli-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: Muli-Regular;
  src: url("../assets/fonts/Muli-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Muli-Bold;
  src: url("../assets/fonts/Muli-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Black;
  src: url("../assets/fonts/Roboto-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-BlackItalic;
  src: url("../assets/fonts/Roboto-BlackItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Bold;
  src: url("../assets/fonts/Roboto-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-BoldCondensed;
  src: url("../assets/fonts/Roboto-BoldCondensed.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-BoldCondensedItalic;
  src: url("../assets/fonts/Roboto-BoldCondensedItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-BoldItalic;
  src: url("../assets/fonts/Roboto-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Condensed;
  src: url("../assets/fonts/Roboto-Condensed.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-BoldCondensed;
  src: url("../assets/fonts/Roboto-BoldCondensed.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-CondensedItalic;
  src: url("../assets/fonts/Roboto-CondensedItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Italic;
  src: url("../assets/fonts/Roboto-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Light;
  src: url("../assets/fonts/Roboto-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-LightItalic;
  src: url("../assets/fonts/Roboto-LightItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Medium;
  src: url("../assets/fonts/Roboto-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-MediumItalic;
  src: url("../assets/fonts/Roboto-MediumItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../assets/fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Thin;
  src: url("../assets/fonts/Roboto-Thin.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-ThinItalic;
  src: url("../assets/fonts/Roboto-ThinItalic");
  font-display: swap;
}
body {
  margin: 0px;
  padding: 0px;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header {
  position: relative;
}
.Content-home {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
.Conten-galeria {
  width: 100%;
  position: relative;
  padding-top: 110px;
  padding-bottom: 6em;
}
.Cp-bag {
  background-image: url("../../dist/assets/images/contact.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: NO-repeat;
}
.Conten-image-completa {
  width: 100%;
  margin: 30px 0px;
}
.Conten-image-completa img {
  width: 100%;
}
.Galer-full {
  width: 100% !important;
}
.Form-contact {
  width: 100%;
}
.Form-contact label {
  font-size: 12px;
  color: #666;
  font-family: Roboto-light;
  margin-bottom: 5px;
}
.Form-contact input[type=text],
.Form-contact input[type=number],
.Form-contact input[type=email],
.Form-contact textarea {
  border: none;
  border: 1px solid #0fc09b;
  font-family: Roboto-light;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.Btn-verde {
  background-color: #0fc09b;
  font-size: 16px;
  font-family: Roboto-Bold;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  -webkit-appearance: none;
}
.Btn-verde:hover {
  background-color: #0fb18f;
}
.Cp-padding {
  width: 90%;
  margin: 0px auto;
  padding: 20px 20px;
}
.Conten-contacto {
  width: 100%;
}
.Conten-contacto-int {
  padding-top: 104px;
  width: 100%;
}
.Conten-contacto-int-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.Conten-contacto-int-sec {
  height: 100vh;
  width: 50%;
}
.Content-home-int {
  width: 100%;
  display: table;
  height: 100vh;
}
.Content-home-int-parrafo {
  background-color: rgba(0,0,0,0.22);
  display: table-cell;
  height: 100%;
  margin: 0px auto;
  width: 70%;
  text-align: center;
  vertical-align: middle;
}
.Content-home-int-parrafo h2 {
  color: #fff;
  font-family: FjallaOne;
  font-size: 30px;
  text-transform: uppercase;
}
.Content-home-int-parrafo h1 {
  color: #fff;
  font-family: FjallaOne;
  font-size: 49px;
  margin-top: 0px;
  text-transform: uppercase;
}
.Home-texto {
  width: 100%;
  position: absolute;
  height: 100vh;
  top: 0px;
  display: table;
}
.Home-texto-int {
  display: table-cell;
  width: 90%;
  margin: 0px auto;
  vertical-align: middle;
  text-align: center;
}
.Home-texto h2 {
  color: #fff;
  font-family: FjallaOne;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: rgba(0,0,0,0.9) 1px 2px 2px;
}
.Home-texto img {
  width: 200px;
}
.Imagen-home {
  width: 100%;
  height: 100vh;
}
.Global {
  background: #fff;
  width: 100%;
}
.Galeria {
  width: 100%;
  background-color: #fff;
}
.Galeria-int {
  width: 80%;
  margin: 0px auto;
  padding: 0em 0px 0em 0px;
}
.Galeria-secciones {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}
.Galeria-secciones-part {
  width: 50%;
}
.Galeria-secciones-part:first-child {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.Galeria-secciones-part-top {
  position: relative;
  overflow: hidden;
}
.Galeria-secciones-part-top-dos {
  position: relative;
  overflow: hidden;
}
.Galeria-secciones-part-top-dos:first-child {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.Galeria-secciones-part a {
  cursor: pointer;
  text-decoration: none;
}
.Galeria-secciones-part a img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
  -ms-transition: 1.3s;
  transition: 1.3s;
}
.Galeria-secciones-part-down-dos {
  position: relative;
  overflow: hidden;
}
.Galeria-secciones-part-down-dos:first-child {
  margin-right: 5px;
}
.Galeria-secciones-part-down-dos:first-child {
  margin-right: 5px;
}
.Galer-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.Nav-admin {
  text-align: left;
  width: 100%;
}
.Nav-divi {
  border-bottom: 1px solid #dcdcdc;
}
.Nav-tabs {
  margin: 0px auto;
  text-align: center;
}
.Nav-tabs-back {
  height: 73px;
  width: 100%;
}
.Nav-tabs-back ul {
  padding: 0px;
}
.Nav-tabs-back ul li {
  display: inline-block;
  line-height: 74px;
  width: 25%;
  background: #fff;
  padding: 0 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.Nav-tabs-back ul li:hover {
  background-color: #eaeaea;
}
.Nav-tabs-back ul li a {
  color: #999;
  cursor: pointer;
  display: block;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  font-family: Roboto-Bold;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.28s ease;
  -moz-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  transition: color 0.28s ease;
  padding: 0px 14px;
  width: 100%;
}
.Nav-tabs-back ul li a:hover {
  color: #14b297;
}
.Ptxleft {
  text-align: left !important;
}
.Potros-info {
  width: 100%;
  position: relative;
}
.Potros-info-int {
  width: 80%;
  margin: 0px auto;
  padding: 3em 0px 6em 0px;
}
.Potros-h2 {
  text-align: center;
  font-size: 30px;
  font-family: Muli-Bold;
}
.Potros-p {
  text-align: justify;
  line-height: 24px;
  font-family: Roboto-light;
}
.Tabs {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0px auto;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  white-space: nowrap;
}
.Top {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.Top-int {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 20px 0px;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  border-bottom: 1px solid rgba(46,207,180,0.278);
}
.Top-int-izq {
  width: 33.3%;
}
.Top-int-cent {
  width: 33.3%;
}
.Top-int-der {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 33.3%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 30px;
}
.Btn-iniciar {
  text-decoration: none;
  background-color: #1eab97;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-family: Roboto-Regular;
}
.Btn-iniciar:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background-color: #158676;
}
.Menu-bajo {
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.Map {
  width: 100%;
  height: 100vh;
  position: relative;
}
#map {
  width: 100%;
  height: 95vh;
}
.Top-sub {
  position: relative;
  width: 100%;
  z-index: 2;
}
.Top-sub-menu {
  position: absolute;
  padding: 0px 30px;
  width: 100%;
  margin-top: 38px;
}
.Drop {
  float: right;
}
.Drop img {
  width: 40px;
}
.Logo {
  width: 70px;
}
.Logo2 {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .Conten-contacto-int-flex {
    display: block;
  }
  .Conten-contacto-int-sec {
    width: 100%;
  }
  .Cp-bag {
    display: none;
  }
  .Galeria-secciones {
    display: block;
  }
  .Galeria-secciones-part {
    width: 100%;
  }
  .Gbtm {
    margin-bottom: 6em;
  }
}
