body, html{
  overflow-x: hidden;
  max-width: 100%;
}
.header {
  background-size: cover;
  min-height: 100vh;
  /* background-color: #944c50; */
  background: linear-gradient(to bottom, #944c50 50%, #131313 50%);
}
.header .navbar {
  background-color: transparent !important;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo-m {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  display: none;
}

/* Add some content at the bottom of the video/page */
.content {
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
h1, h2, h3, h4, h5, span, p{
  font-family: 'Poppins', sans-serif;
}
.inicio-container{
  position: absolute;
  width: 100%;
}
.texto-inicio{
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 600 !important;
  padding-top: 7%;
  width: 100%;
}
.texto-inicio-mob{
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600 !important;
  top: 40%;
  position: absolute;
  width: 100%;
  padding: 0 10px 0 10px;
}
.sub-inicio{
  font-size: 22px;
  position: absolute;
  width: 100%;
}
.road-btn{
  fill: #fff;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0 0 0 0;
  padding: 12px 30px;
}
.roadt-btn{
  fill: #fff;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0 0 0 0;
  padding: 12px 30px;
  background-color: transparent;
}
.button-container{
  padding-top: 4.4rem;
}
.button-container .road-btn{
  margin-left: 15px;
}

.button-container .roadt-btn{
  margin-right: 15px;
}

body {
  background-color: #999;
}

.wrap-arrow {
  height: 100%;
  width: 100%;
  text-align: center;
}

.wrap-arrow img {
  height: 50px;
  width: auto;
  cursor: pointer;
}

.wrap-arrow img {
  margin: 0px 0 0 -25px;
  line-height: 60px;
  position: absolute;
  /* left: 42%; */
  bottom: 20%;
}

.bounce {
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation: bounce 2.5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  15.55556% {
    transform: translateY(0);
  }
  21.11111% {
    transform: translateY(0);
  }
  32.22222% {
    transform: translateY(-15px);
  }
  47.77778% {
    transform: translateY(0);
  }
  53.33333% {
    transform: translateY(-15px);
  }
  64.44444% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.first-sec{
  position: relative;
  /* height: 700px; */
  width: 100%;
  background-color: #E4B13A;
}
.main-text{
  font-weight: 600;
  color: #110B0B;
  font-size: 3rem;
}
.secondary-text{
  font-weight: 600;
  color: #969696;
  font-size: 13px;
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;

}
.b-left{
  border-left: 15px solid #d74e09;
  padding-left: 15px;
  border-radius: 10px;
}
.nosotros-text{
  font-size: 22px;
  color: #ffffff;
  padding-top: 15px;
}
.nosotros-text p{
  margin-bottom: 0px!important;
  line-height: 1.2!important;
}
/* .bg-we{
  background-color: #E4B13A;
} */
.second-sec{
  width: 100%;
  background-color: #171717;
  position: relative;
}
/* .second-sec .secondary-text{
  display:inline-block;
  border-bottom:2px solid #aaa;
  padding-bottom:2px;
} */
.text-mark{
  color: #aaaaaa;
}
.services-list a{
  display: block;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: rgb(240, 240, 240);
  letter-spacing: -1px;
  font-size: 35px;
  padding: 20px 0;
  font-weight: 400;
  transition-duration: .9s;
  cursor: pointer;
}

.services-list a:hover{
  color: rgb(240, 240, 240);
}
.services-list-mob a{
  display: block;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: rgb(240, 240, 240);
  letter-spacing: -1px;
  font-size: 35px;
  padding: 20px 0;
  font-weight: 400;
  transition-duration: .9s;
}
.services-list-mob:hover{
  color: rgb(240, 240, 240);
}
.services-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-box{
  width: 100%;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.service-box p{
  color: rgb(240, 240, 240);
  font-size: 24px;
  padding-top: 35px;
}
.service-box-mob{
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 15px;
}
.services-list-mob img{
  padding:0 10px 0 10px;
}
.service-box-mob p{
  color: rgb(240, 240, 240);
  font-size: 16px;
  padding-top: 35px;
}
.portfolio{
  background-color: #000000e8;
  width: 100%;
  position: relative;
}

.etiquetas-container{
  width: 100%;
}
.title-port{
  font-size: 35px;
  font-weight: 500;
  color: #726666;
}
.etiqueta{
  color: rgb(240, 240, 240);
  padding: 7.5px 15px;
  font-weight: 400;
  font-size: .8rem;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
  margin-right: 1.5rem;
  display: inline-block;
  line-height: 1.75;
}
.port-box{
  display: flex;
  justify-content: center;
  display: -webkit-flex; /* NEW */
  flex-wrap: wrap;
  align-items: center;
  -webkit-flex-wrap: wrap; /* NEW */
}
.port-box img{
  transition-duration: .5s ;
}

.contact{
  position: relative;
  background-color:rgb(240, 240, 240);
  padding: 70px 0;

}
.contact li{
  padding-bottom: 1rem;
}
.contact ul h1{
  font-size: 3rem;
  color: #E4B13A;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;

}
.contact ul h2{
  font-size: 1.8rem;
  color: #816363;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 10px;
}
.contact a{
  color: #816363;
}
.contact a:hover{
  color: #E4B13A;
}
.social-links a {
  /* display: inline-block; */
  font-size: 1.9rem;
  /* border-radius: 60px; */
  /* box-shadow: 0px 0px 2px #816363; */
  margin-right: 12px;
}
.social-links a:hover{
  /* background-color: #E4B13A; */
  color: #E4B13A;
}
#twitter{
  /* padding: 0.3em 0.5em; */
}
#facebook{
  /* padding: 0.3em 0.55em; */
}
#instagram{
  /* padding: 0.3em 0.55em; */
}
.footer-ns .social-links a:hover{
  background-color: transparent;
}
#twitter-f{
  padding: 0;
  box-shadow: none;
}
#facebook-f{
  padding: 0;
  box-shadow: none;
}
#instagram-f{
  padding: 0;
  box-shadow: none;
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}





/*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/
.bg-contact2 {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-contact2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wrap-contact2 {
  width: 100%;
  overflow: hidden;
  /* padding: 10px 55px 10px 55px; */
}


/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}

.contact2-form-title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[  ]*/

.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input2 {
  display: block;
  width: 100%;

  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: FFBE2E;
  background: -webkit-linear-gradient(45deg, #E4B13A, #e53935);
  background: -o-linear-gradient(45deg, #E4B13A, #e53935);
  background: -moz-linear-gradient(45deg, #E4B13A, #e53935);
  background: linear-gradient(45deg, #E4B13A, #e53935);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;

  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #999999;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 45px;
  background-color: transparent;
}

input.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

textarea.input2 {
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: transparent;
}

textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -13px;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-contact2-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}

.contact2-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  /* background: #756969; */
  background-color: #E4B13A;
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;



  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;


}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/
/*
@media (max-width: 576px) {
  .wrap-contact2 {
     padding: 10px 15px 10px 15px;
  }
}
*/


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  /* background-color: white; */
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: 'Poppins', sans-serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: 'Poppins', sans-serif;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.footer-bs {
  position: relative;
  background-color: #171717;
padding: 60px 40px;
color: rgb(190, 190, 190);
border-bottom-right-radius: 6px;
border-top-left-radius: 0px;
border-bottom-left-radius: 6px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}
.socket{
  text-align:center;
  position: relative;
  background-color: #353535;
  color: #ebebeb;
  font-weight: 300;
}
.socket p{
  margin-bottom: 0;
}

.respuesta{
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  text-align: center;
}
/* MENU MOBILE */

.container-mob {
	width: 100%;
	height: 100vh;
	/* background: #000428;
	background: -webkit-linear-gradient(to right, #004e92, #000428); */
	/* Chrome 10-25, Safari 5.1-6 */
	/* background: linear-gradient(to right, #004e92, #000428); */
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-size: 400% 400%;
	position: relative;
}

.nav-bar {
	position: fixed;
	background-color: #122;
	top: 0;
	right: 100%;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  z-index: 2;
  transition: position 2.9s;
  transition-duration: 1s;
	-webkit-transition: position 2.9s;
	-moz-transition: position 2.9s;
	-ms-transition: position 2.9s;
	-o-transition: position 2.9s;
}

.toggle {
	left: 0;
	box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);

}

.toggle-menu {
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 2px 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.line {
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background-color: #fff;
	transition: transform 0.2s ease-out;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
}

.toggle .line1 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .line2 {
	display: none;
}

.toggle .line3 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.toggle .toggle-menu {
	background-color: white;
}

.nav-list {
  list-style: none;
  padding-inline-start: 0;
}

.nav-list-item {
	text-align: center;
	padding: 10px 0;
}

.nav-link {
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	position: relative;
	padding-bottom: 4px;
}

.nav-link::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: scaleX(0);
	transition: transform 0.4s ease-in-out;
	transform-origin: left;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
}

.nav-link:hover::before {
	transform: scaleX(1);
}

.logo-mobile{
  position: absolute;
  top: 20px;
  left: 20px;
}

/* MEDIA QUERIES  */

@media (max-width : 992px){
  #myVideo{
    display: none;
  }
  #myVideo-m{
    display: block;
  }
  #menu-desk{
    display: none;
  }
  .inicio-container{
    display: none;
  }
  .content{
    padding: 0;
  }
  .services-list{
    display: none;
  }
  .second-sec{
    background-color: #966e6a;
  }
  .etiqueta{
    margin: 0;
  }
  .contact ul h1{
    font-size: 35px;
  }
  .contact ul h2{
    font-size: 20px;
    padding-bottom: 0;
  }
  .social-links{
    padding-top: 20px;
  }
}

@media (min-width : 992px){
  .container-mob{
    display: none;
  }
  #menu-desk{
    display: flex;
  }
  .services-list-mob{
    display: none;
  }
}

/* LOADER */
.loader-page {
  position: fixed;
  z-index: 25000;
  background: #171717;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all .3s ease;
}
.loader-page::before {
  content: "";
  position: absolute;
  border: 2px solid rgb(50, 150, 176);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  border-left: 2px solid rgba(50, 150, 176,0);
  border-top: 2px solid rgba(50, 150, 176,0);
  animation: rotarload 1s linear infinite;
  transform: rotate(0deg);
}
@keyframes rotarload {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(360deg)}
}
.loader-page::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(50, 150, 176,.5);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  border-left: 2px solid rgba(50, 150, 176, 0);
  border-top: 2px solid rgba(50, 150, 176, 0);
  animation: rotarload 1s ease-out infinite;
  transform: rotate(0deg);
}
