html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
	margin: 0;
	font-family: 'Oswald', sans-serif;
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
  animation-name: bodyAnimated;
  animation-duration: 18s;
  animation-iteration-count: 1;
}

@keyframes bodyAnimated{
  0% {position: fixed;}
  100% {position: initial;}
}

div {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  justify-content: center;
}

a, button {
	text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

img {
	max-width: 100%;
}

span {
	display:inline-block;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: calc(45px + 1vw); /*60px*/
  font-weight: normal;
  margin: 0px;
  color: #000000;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: calc(35px + 1vw);/*50px*/
  font-weight: normal;
  margin: 0px;
  color: #000000;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: calc(25px + 1vw);/*40px*/
  font-weight: normal;
  margin: 0px;
  color: #000000;
}

h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: calc(20px + 0.7vw);/*30px*/
  margin: 0px;
  color: #000000;
}

a, label {
  font-family: 'Oswald', sans-serif;
  font-size: calc(12px + 0.4vw);
  line-height: calc(16px + 0.4vw);
  font-weight: 400;
  margin: 1px 1px;
  color: #000000;
  text-align: center;
}

p {
  font-family: 'Oswald', sans-serif;
  font-size: calc(18px + 0.4vw);
  line-height: calc(21px + 0.4vw);
  font-weight: 400;
  margin: 1px 1px;
  color: #000000;
  text-align: center;
}

ul, li{
  font-family: 'Oswald', sans-serif;
  font-size: calc(12px + 0.5vw);
  line-height: calc(14px + 0.5vw);
  font-weight: 400;
  margin: 1px 1px;
  color: #000000;
}

.colorDorado{
  color: #EBB27A !important;
}

.colorGris{
  color: rgba(0, 0, 0, 0.4);
}

.boton{
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 275px;
  height: 50px;
  font-size: calc(20px + 0.7vw);
  box-sizing: border-box;
  cursor: pointer;
  z-index: 5;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: bold ;
}

.btn1{
  border: 0.3px solid #E49B54;
  color: #E49B54;
}

.btn2{
  border: 0.3px solid #000000;
  color: #000000;
}

.btn3{
  border: 0.3px solid #FFFFFF;
  color: #FFFFFF;
}

.colorNegro{
  color: #000000 !important;
}

@media only screen and (min-width: 1024px) {

}
/* * * * * * * * * * * * * * * * * * * * * */
/* P O P U P */
/* * * * * * * * * * * * * * * * * * * * * */
.displayNone{
  display: none;
}

.popup {
  position: fixed;
  top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  border: 1px solid #ffffff;
  background: rgba(0,0,0,0.8);
  z-index: 999;
}

.modalNosotros{
  position: relative;
  width: 100%;
  height: 100%;
}

.modalContacto{
  position: relative;
  width: 100%;
  height: 100%;
}

.popup-content{
  width: 70%;
  height: 80%;
  background: #ffffff;
}

.pop-header{
 flex: 1 0;
 width: 100%;
 justify-content: center;
 align-items: flex-end;
 padding: 0% 5%;
 z-index: 2;
}

.BtnCerrar{
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  font-size: calc(18px + 0.7vw);
  color: #000000;
}

.lineaCerrar{
  border: 0.3px solid #000000;
  align-self: flex-end;
  width: 30px;
  margin: 0px 10px 5px 0px;
}

.fle-izq{
  position: absolute;
  left: 7%;
}

.fle-der{
  position: absolute;
  right: 7%;
}

.pop-body{
  width: 100%;
  flex: 9 0;
  padding: 0% 0%;
}

.bodyText{
  flex: 9 0;
  z-index: 2;
  padding: 0% 10%;
}

.mySlides{
  display: none;
  align-items: center;
  position: relative;
  flex: 9 0;
  width: 100%;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.popContacto{
  background: url("../images/bg-law1.png") no-repeat bottom / contain;
  justify-content: space-evenly;
}

.llamaAhora{
  position: relative;
}

.llamaAhora a{
  text-align: center;
  margin: 0px 0px 0px 15px;
  font-size: calc(35px + 1vw);
  line-height: calc(40px + 1vw);
}

.telPop{
  position: absolute;
  top: -30px;
  left: 15px;
}

.linea-popup{
  border: 0.3px solid #000000;
  align-self: center;
  width: 40%;
  z-index: 1;
}

.enviarCorreo{
  position: relative;
}

.enviarCorreo img, .llamaAhora img{
  width: 55px;
  height: 55px;

}

.enviarCorreo a{
  text-align: center;
  margin: 0px 15px 0px 0px;
  font-size: calc(35px + 1vw);
  line-height: calc(40px + 1vw);
}

.mailPop{
  position: absolute;
  top: -30px;
  right: 5px;
  z-index: 1;
}

.bgNosotros{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bgMision{
  background: url("../images/bg-mision.jpg") no-repeat 50% 100% / cover;
  opacity: 0.6;
}

@media only screen and (min-width: 1024px) {
  .popup-content {
    height: 60%;
  }

  .pop-body{
    padding: 0px;
  }

  .popContacto{
    flex-direction: row;
    -ms-flex-direction: row;
  }

  .linea-popup{
    display: none;
  }

  .llamaAhora{
    width: 40%;
  }

  .telPop {
    top: -35px;
    left: 10px;
  }

  .enviarCorreo{
    width: 40%;
  }

  .mailPop {
    top: -35px;
    right: 0px;
  }

  .enviarCorreo img, .llamaAhora img {
    width: 75px;
    height: 75px;
  }

  .bgNosotros{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .bgMision{
    background: url("../images/bg-mision.jpg") no-repeat left / contain;
  }

  .bgVision{
    background: url("../images/bg-vision.jpg") no-repeat left / contain;
  }

  .bgValores{
    background: url("../images/bg-valores.jpg") no-repeat left / contain;
  }
}
/* * * * * * * * * * * * * * * * * * * * * */
/* P O P U P */
/* * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * */
/* S P L A S H */
/* * * * * * * * * * * * * * * * * * * * * */
.full-splash{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  z-index: 1000;
  background: #ffffff;
  animation-name: splashAnimated;
  animation-duration: 6s;
  animation-iteration-count: 1;
}

.brillito{
  position: absolute;
  opacity: 0.3;
  width: 220px;
  height: 220px;
  top: -100px;
  left: -500px;
  right: 0;
  bottom: 0;
  margin: auto;
	z-index: 100000;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	animation-name: shum;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

@keyframes shum {
  0% {opacity: 0;left:-500px; }
  50% {opacity: 1;left:-300px;}
	99% {opacity: 0;left:300px;}
	100% {opacity: 0;left:-500px;}
}

@keyframes splashAnimated{
  0% {opacity: 1;left: 0;}
  80% {opacity: 1;}
  100% {opacity: 0; left: 0;}
}

.splash{
  position: relative;
  width: 100%;
  height: 95%;
}
.logo{
  position: absolute;
  height: 200px;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.logo2{
  top: -100px;
  background: url("../images/p2.svg") no-repeat center / contain;
	animation-name: logo2;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

@keyframes logo2 {
  0% {opacity: 0;left: -30%;}
  50% {opacity: 1;left: 0%;}
  100% {opacity: 1;}
}

.logo3{
  top: -100px;
  background: url("../images/p3.svg") no-repeat center / contain;
	animation-name: logo3;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

@keyframes logo3 {
  0% {opacity: 0;right: -30%;}
	20% {opacity: 0;right: -30%;}
  70% {opacity: 1;right: 0%;}
  100% {opacity: 1;}
}

.logo4{
  top: -100px;
  background: url("../images/p4.svg") no-repeat center / contain;
	animation-name: logo4;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

@keyframes logo4 {
  0% {opacity: 0;bottom: -30%;}
	30% {opacity: 0;bottom: -30%;}
  80% {opacity: 1;bottom: 0%;}
  100% {opacity: 1;}
}

.logo1{
  top: 100px;
  background: url("../images/p1.svg") no-repeat center / contain;
}

.copy{
  width: 100%;
  height: 5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* * * * * * * * * * * * * * * * * * * * * */
/* S P L A S H */
/* * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * */
/* H E A D E R */
/* * * * * * * * * * * * * * * * * * * * * */
header {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  position: fixed;
  z-index: 100;
  background: linear-gradient(180deg, #1D1D1B 0%, #000000 100%);
  padding: 10px;
}

.headerWhite{
  background: #ffffff;
}

.header-logo{
  width: 100%;
  max-width: 60px;
  height: 60px;
  background: url("../images/ico-log.svg") no-repeat center / contain;
}

.hamburger{
  width: 100%;
  max-width: 35px;
}

#menu_on{
  display: inline-block;
  width: 35px;
  height: 30px;
  position: relative;
  z-index: 100;
}

#menu_on span{
  width: 100%;
  height: 2px;
  border-radius: 4px;
  display: block;
  position: absolute;
  background: #ffffff;
  transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
  transform-origin : 0px 100%;
}

.burgerBlack{
  background: #000000 !important;
}

#menu_on span:nth-child(2){
  top: calc(50% - 2px);
}

#menu_on span:nth-child(3){
  bottom: 0;
}

.header-ayuda{
  width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
}

.header-ayuda img{
  display: none;
}

.header-ayuda p, .header-ayuda a{
  color: #ffffff;
}

.colorBlack{
  color: #000000 !important;
}

nav{
  display: flex;
  justify-content: space-evenly;
  position: fixed;
  top: 80px;
  bottom: 0;
  right: -100%; /* Escondemos nuestro menú con un valor negativo */
  width: 100%;
  z-index: 10;
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  opacity: 0;
  transition: all 0.75s ease;
  overflow-y: auto;
}

nav ul{
  width: 100%;
  list-style: none;
  padding: 0%;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-evenly;
}

nav a{
  display:block;
  text-decoration: none;
  padding: 5% 0%;
  color: #000000;
  transition: all ease 0.25s;
  font-size: calc(30px + 1vw);
}

nav a:hover{
  color: rgba(0,0,0,1);
  border-bottom-color:rgba(255,255,255,0.4);
}

.visible_menu span:nth-child(1){
  transform: rotate(45deg) translate(6px,-2px);
}

.visible_menu span:nth-child(2){
  opacity: 0;
}

.visible_menu span:nth-child(3){
  transform: rotate(-45deg) translate(4px,5px);
}

.visible_menu nav{
  right: 0;
  opacity: 1;
}

.visible_menu #content{
  transform: translateX(260px);
}

.scrollAuto{
  overflow: hidden;
  height: 100%;
}

.header-menu{
  display: none;
}

.bg-inverse{
  background: rgba(0, 0, 0, 0.6) !important;
}

@media only screen and (min-width: 1024px) {
  header {
    padding: 10px 5%;
    background: transparent;
  }

  .hamburger{
    display: none;
  }

  .header-logo{
    flex: 1 0;
    max-width: unset;
    align-items: flex-start;
    background: url(../images/ico-log.svg) no-repeat left / contain;
  }

  .header-ayuda {
    flex: 1 0;
    justify-content: flex-end;
  }

  .header-ayuda img{
    display: flex;
    width: 100%;
    max-width: 30px;
    margin: 0px 10px 0px 0px;
  }

  .header-menu{
    flex: 2 0;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-evenly;
  }

  .header-menu a, .header-ayuda a, .header-ayuda p{
    color: #ffffff;
    font-size: calc(8px + 0.3vw);
  }


}
/* * * * * * * * * * * * * * * * * * * * * */
/* H E A D E R */
/* * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * */
/* S E R V I C I O */
/* * * * * * * * * * * * * * * * * * * * * */
.servicio{
  background: #000000;
  position: relative;
}

.ser-servi{
  position: relative;
  width: 100%;
  padding: 15% 0% 8% 0%;
}

.ser-servi p{
  color: #ffffff;
}

.ser-servi h3{
  color: #ffffff;
}

.linea{
  border: 0.3px solid #FFFFFF;
  align-self: flex-start;
  width: 90%;
  opacity: 0.6;
  margin: 10px 0px 0px 0px;
}

.ser-der{
  padding: 105px 0px;
}

.ser-der h4{
  color: #ffffff;
}

.btn-serv{
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  z-index: 5;
}

.btn-serv p{
  margin: 0px 0px 0px 5px;
  color: #ffffff;
}

.redes-sociales{
  position: absolute;
  left: 10px;
  bottom: 20px;
  height: 200px;
  justify-content: space-evenly;
}

.contactoCorreo{
  position: absolute;
  flex-direction: row;
  -ms-flex-direction: row;
  transform: rotate(90deg) translate(-180px, -130px);
  right: 5px;
  bottom: 0px;
}

.lineaCorreo{
  border: 0.3px solid #FFFFFF;
  width: 100px;
  opacity: 0.6;
}

.contactoCorreo a{
  color: #FFFFFF;
}

.ser-somos{
  height: 70%;
  background: #000000 url("../images/bg-law1.png") no-repeat top / contain;
  padding: 120px 10px 100px 10px;
}

.lineaVerMas{
  border: 0.3px solid #ffffff;
  align-self: center;
  width: 30px;
  margin: 0px 10px 0px 0px;
}

.btnVerMas{
  font-size: calc(18px + 0.7vw);
  color: #ffffff;
  font-family: 'Cormorant Garamond', sans-serif;
}

.ser-somos p{
  color: #FFFFFF;
}

.linea-vert{
  border: 0.3px solid #FFFFFF;
  width: 80px;
  height: 80;
  opacity: 0.6;
  transform: rotate(90deg) translate(-60px, 0px);
}

.lin-vert2{
  display: none;
}

.marginTop{
  margin: 30px 0px 0px 0px;
}

.marginTop2{
  margin: 200px 0px 0px 0px;
}

.bg-edif{
  background: url("../images/bg-edif.jpg") no-repeat right / cover;
	width:100%;
	opacity: 0.2;
	height: 100%;
	position: absolute;
}

.bg-logo{
  position: absolute;
  display: flex;
  display: -ms-flexbox;
  background: url("../images/bg-logo.svg") no-repeat center / contain;
  width: 70%;
  height: 100%;
  z-index: 1;
  right: 0;
  bottom: 0;
  top: 0;
  background-position-x: right;
}

@media only screen and (min-width: 1024px) {
  .servicio{
    /* height: 150%; */
    /* background: linear-gradient(180deg, #1D1D1B 0%, #000000 100%); */
    /* position: relative; */
  }

  .ser-servi > p, .ser-servi > h3, .ser-servi > a, .ser-servi > h4, .ser-servi > .ser-der, .ser-servi > .linea, .ser-servi > .redes-sociales{
    z-index: 5;
  }

  .linea{
    width: 60%;
  }

  .ser-somos{
    background-size: 30%;
  }

  .ser-servi h3{
    font-size: calc(95px + 1vw);
    align-self: flex-start;
    margin: 0px 0px 0px 5%;
    width: 90%;
  }

  .ser-servi p {
    width: 40%;
  }

  .order3{
    order: 3;
  }

  .marginTop{
    margin: 50px 0px 0px 0px;
  }

  .marginTop2{
    margin: 0px 0px 0px 0px;
  }

  .ser-der{
    width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    padding: 20px 0px;
    order: 2;
  }

  .lin-vert2{
    display: flex;
    display: -ms-flexbox;
    border: 0.3px solid #FFFFFF;
    width: 50px;
    opacity: 0.6;
    transform: rotate(90deg) translate(0px, 0px);
  }

  .ser-somos {
    padding: 120px 15% 100px 15%;
  }

  .bg-edif{
    position: absolute;
    display: flex;
    display: -ms-flexbox;
    background: url("../images/bg-edif.jpg") no-repeat right / cover;
    width: 50%;
    /* height: 100%; */
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: initial;
  }

  .bg-logo{
    position: absolute;
    display: flex;
    display: -ms-flexbox;
    background: url("../images/bg-logo.svg") no-repeat bottom / contain;
    width: 35%;
    height: 100%;
    z-index: 1;
    right: 0%;
    bottom: -10%;
    background-position-x: right;
  }
}
/* * * * * * * * * * * * * * * * * * * * * */
/* S E R V I C I O */
/* * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * */
/* S O C I O S */
/* * * * * * * * * * * * * * * * * * * * * */
.socio1{
  /* background: linear-gradient(90deg, #E49B54 -0.01%, #EBB27A 99.99%); */
  background: #E49B54 url("../images/fond-3.png") no-repeat bottom / contain;
  margin: 10px;
  padding: 20px;
  min-height: 500px;
  height: 800px;
  max-height: 800px;
  justify-content: space-evenly;
  align-items: flex-end;
}

.socio1 h4{
  text-align: right;
}

.socio2{
  /* background: #BA743A; */
  background: #BA743A url("../images/fond-2.png") no-repeat bottom / contain;
  margin: 0px 10px 10px 10px;
  padding: 20px;
  min-height: 500px;
  height: 580px;
  max-height: 600px;
  align-items: flex-start;
}

.socio3{
  /* background: #E49B54; */
  background: #E49B54 url("../images/fond-1.png") no-repeat bottom / contain;
  margin: 0px 10px 10px 10px;
  padding: 20px;
  min-height: 500px;
  height: 580px;
  max-height: 600px;
  align-items: flex-start;
  justify-content: space-evenly;
}

.socio3 h4{
  color: #ffffff;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: bold;
}

.lineaSocios{
  border: 0.3px solid #ffffff;
  align-self: center;
  width: 70%;
}

.socio1 p, .socio2 p{
  margin: 10px 0px 0px 0px;
  color: #ffffff;
}

.socio1 h4, .socio2 h4{
  color: #ffffff;
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: bold;
}

.soc-aseso{
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 10px;
  align-items: center;
  justify-content: space-evenly;
}

.soc-aseso p{
  color: #BA743A;
}

.soc-aseso h4{
  line-height: calc(30px + 0.7vw);
}

.soc-serv{
  align-items: flex-start;
}

.aseso-title{
  position: relative;
  align-self: flex-start;
}

.cuadro{
  position: absolute;
  width: 30px;
  height: 30px;
  background: #1D1D1B;
  opacity: 0.5;
  top: -30px;
  bottom: 0;
  right: -10px;
  margin: auto;
  align-self: flex-end;
}

.socios-servicios{
  display: none;
}

@media only screen and (min-width: 1024px) {
  .socios{
    position: relative;
    height: 1750px; /*1350*/
    justify-content: flex-end;
  }

  .socio1{
    position: absolute;
    top: -100px; /*-100*/
    transform: translate(225px, 0px);
    max-width: 400px;
  }

  .socio2{
    position: absolute;
    top: 425px; /*175*/
    transform: translate(-225px, 0px);
    max-width: 400px;
  }

  .socio3{
    position: absolute;
    top: 750px; /*450*/
    transform: translate(225px, 0px);
    max-width: 400px;
  }

  .socio1 h4, .socio2 h4, .socio3 h4{
    font-size: calc(20px + 0.6vw);
  }

  .soc-aseso{
    flex-direction: row;
    -ms-flex-direction: row;
  }

  .soc-serv{
    order: 1;
    width: 50%;
    padding: 0px 0px 0px 5%;
  }

  .self-izq{
    align-self: flex-start;
    font-family: 'Cormorant Garamond', sans-serif;
  }

  .ser-aseso{
    order: 2;
    width: 50%;
  }

  .socios-servicios{
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    width: 100%;
    align-items: flex-start;
    margin: 20px 0px 0px 0px;
  }

  .socios-servicios h1{
    margin-left: -3%;
    font-size: calc(95px + 1vw);
  }

  .ase1:hover, .ase2:hover, .ase3:hover, .ase4:hover{
    color: #000000;
  }

  @media screen and (min-width: 1024px) and  (max-width: 1275px){
    .socios-servicios h1{
      margin-left: -15%;
      font-size: calc(80px + 1vw);
    }
  }
}
/* * * * * * * * * * * * * * * * * * * * * */
/* S O C I O S */
/* * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * */
/* P R I V A D O */
/* * * * * * * * * * * * * * * * * * * * * */
.privado{
  width: 100%;
  max-height: 630px;
  justify-content: flex-start;
  background: url("../images/privado.png") no-repeat bottom / cover;
}

.privado p{
  text-align: left;
  margin: 10px 30px 30px 30px;
}

.privado h3{
  margin: 0px 30px 0px 30px;
  align-self: flex-start;
}

.pri-txt{
  width: 100%;
  padding: 25% 5% 10% 5%;
  align-items: flex-start;
}

.solicitarPri{
  position: relative;
  width: 100%;
  padding: 0% 0% 50% 0%;
  flex-direction: row;
  -ms-flex-direction: row;
}

.linea-pri{
  position: absolute;
  border: 0.3px solid #000000;
  align-self: center;
  left: 0;
  width: 15%;
}

@media only screen and (min-width: 1024px) {
  .privado{
    position: relative;
    flex-direction: row;
    -ms-flex-direction: row;
    max-height: unset;
    background: url("../images/pri-desk.jpg") no-repeat bottom / cover;
  }

  .privado h3{
    font-size: calc(45px + 1vw);
  }

  .pri-txt{
    align-items: flex-start;
    padding: 10% 5% 15% 5%;
  }

  .pri-txt h3{
    font-size: calc(95px + 1vw);
  }

  .solicitarPri{
    position: absolute;
    bottom: 5%;
    padding: 0% 0% 2.5% 0%;
  }

  .linea-pri{
    width: 35%;
  }
}
/* * * * * * * * * * * * * * * * * * * * * */
/* P R I V A D O */
/* * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * */
/* P U B L I C O */
/* * * * * * * * * * * * * * * * * * * * * */
.publico{
  width: 100%;
  max-height: 630px;
  justify-content: flex-start;
  background: url("../images/pub-movil.png") no-repeat bottom / cover;
}

.publico p{
  color: #ffffff;
  text-align: left;
  margin: 15px 0px 0px 0px;
}

.publico h3{
  align-self: flex-start;
  color: #ffffff;
}

.pub-txt{
  width: 100%;
  padding: 25% 5% 10% 5%;
  align-items: flex-start;

}

.imgPublico{
  width: 100%;
  height: 275px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.pub-img{
  width: 100%;
  height: 40%;
  background: url("../images/martillo.jpg") no-repeat center / cover;
}

.solicitarPub{
  position: relative;
  width: 100%;
  padding: 0% 0% 50% 0%;
  flex-direction: row;
  -ms-flex-direction: row;
}

.linea-pub{
  position: absolute;
  border: 0.3px solid #ffffff;
  align-self: center;
  right: 0;
  width: 15%;
}

@media only screen and (min-width: 1024px) {
  .publico{
    position: relative;
    flex-direction: row;
    -ms-flex-direction: row;
    max-height: unset;
    background: url("../images/pub-desk.jpg") no-repeat bottom / cover;
  }

  .publico h3{
    font-size: calc(45px + 1vw);
    align-self: flex-end;
  }

  .publico p{
    text-align: right;
  }

  .pub-txt{
    padding: 10% 5% 15% 5%;
    align-items: flex-end;
    order: 2;
  }

  .pub-txt p{
    width: 50%;
  }

  .pub-txt h3{
    font-size: calc(95px + 1vw);
  }

  .imgPublico{
    display: none;
  }

  .pub-img{
    height: 100%;
    order: 1;
  }

  .solicitarPub{
    position: absolute;
    bottom: 5%;
    padding: 0% 0% 2.5% 0%;
  }

  .linea-pub{
    width: 35%;
  }
}
/* * * * * * * * * * * * * * * * * * * * * */
/* P U B L I C O */
/* * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * */
/* C O N T A C T O */
/* * * * * * * * * * * * * * * * * * * * * */
.contacto{
  background: url("../images/bg-contac.jpg") no-repeat bottom / cover;
  position: relative;
  width: 100%;
  align-items: flex-start;
  padding: 75px 25px 25px 25px;
}

.con-text{
  width: 100%;
  align-items: flex-start;
}

.con-form{
  width: 100%;
}

.margin{
  margin: 20px 0px 0px 0px;
}

.margin2{
  margin: 40px 0px 0px 0px;
}

.margin3{
  margin: 0px 0px 80px 0px;
}

.formulario{
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inputNombre, .inputMail, .inputTelefono{
  width: 100%;
  height: 40px;
  margin: 20px 0px 10px 0px;
  border: 1px solid #000000;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background: transparent;
}

::placeholder{
  color: #000000;
}

.divBtn{
  width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0px 40px 0px;
}

.lineaCont{
  border: 0.3px solid #E49B54;
  align-self: center;
  width: 30px;
  margin: 0px 10px 0px 0px;
}

.btnEnviar{
  font-size: calc(18px + 0.7vw);
  color: #E49B54;
  background-color: unset;
  border: 0px solid;
  font-weight: bold;
  font-family: 'Cormorant Garamond', sans-serif;
}

.con-maps{
  display: none;
}

@media only screen and (min-width: 1024px) {
  .contacto{
    position: relative;
    flex-direction: row;
    -ms-flex-direction: row;
    width: 100%;
    align-items: flex-start;
    padding: 0px;
    background: unset;
  }

  .con-text{
    width: 100%;
    padding: 50px 0px 20% 5%;
    align-items: flex-start;
    justify-content: flex-start;
    background: url("../images/bg-contac.jpg") no-repeat bottom / cover;
  }

  .con-text h3{
    font-size: calc(95px + 1vw);
  }

  .con-form{
    width: 100%;
    height: 100%;
    padding: 100px 5% 0px 2.5%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .con-maps{
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    bottom: 25px;
    width: 90%;
    height: 40%;
  }
}
/* * * * * * * * * * * * * * * * * * * * * */
/* C O N T A C T O */
/* * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * */
/* F O O T E R */
/* * * * * * * * * * * * * * * * * * * * * */
.footer{
  padding: 20px;
  background: linear-gradient(180deg, #1D1D1B 0%, #000000 100%);
}

.foo-logmen{
  padding: 0px 0px 50px 0px;
  width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
}

.foo-logo{
  width: 50%;
}

.foo-logoImg{
  width: 100%;
  max-width: 60px;
  height: 60px;
  background: url("../images/ico-log_bl.svg") no-repeat center / contain;
}

.foo-menu{
  width: 50%;
  border: 1px solid #ffffff;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  padding: 10px 0px;
}

.foo-menu a{
  color: #ffffff;
  line-height: 30px;
}

.foo-copy{}

.foo-copy a{
  color: #ffffff;
}

.foo-ubica{
  display: none;
}

.foo-contac{
  display: none;
}

@media only screen and (min-width: 1024px) {
  .foo-logo{
    flex: 1 0;
  }

  .foo-menu{
    flex: 3 0;
    border: 0px solid #ffffff;
  }

  .foo-menu a {
    font-size: calc(8px + 0.3vw);
  }

  .foo-ubica{
    display: flex;
    display: -ms-flexbox;
    flex: 2 0;
    align-items: flex-start;
    border: 1px solid #ffffff;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    padding: 0px 0px 0px 4%;
  }

  .foo-ubica p{
    color: #ffffff;
    line-height: 30px;
    font-size: calc(8px + 0.3vw);
  }

  .foo-contac{
    display: flex;
    display: -ms-flexbox;
    flex: 3 0;
    align-items: flex-end;
  }

  .foo-contac a{
    color: #ffffff;
    text-align: right;
    line-height: 25px;
    font-size: calc(8px + 0.3vw);
  }

  .foo-copy a{
    font-size: calc(8px + 0.3vw);
  }
}
/* * * * * * * * * * * * * * * * * * * * * */
/* F O O T E R */
/* * * * * * * * * * * * * * * * * * * * * */


.terminos{
  padding: 100px 5%;
}

.terminos p{
  text-align: left;
}

.TyCtitulo{
  margin: 30px 0px 0px 0px;
  text-align: left;
  align-self: flex-start;
}
