body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

/* PRELOADER */
.preloader-jquery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background-color: transparent;
}

.flex-preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #030e27;
}

.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 4px solid #fff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: rgb(248, 79, 0);
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
      transform: rotate(0deg);
  }

  25% {
      transform: rotate(180deg);
  }

  50% {
      transform: rotate(180deg);
  }

  75% {
      transform: rotate(360deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
      height: 0%;
  }

  25% {
      height: 0%;
  }

  50% {
      height: 100%;
  }

  75% {
      height: 100%;
  }

  100% {
      height: 0%;
  }
}

.preloader-peticion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background-color: transparent;
}

.flex-preloader-peticion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #030e27d0;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(248, 79, 0);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

.alert-bootstrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 999999999999;
}

a,
button {
  cursor: pointer !important;
}

#call-div {
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 999999;
}
#call-w {
  background-color: #007bff;
  padding: 7px 15px;
  border-radius: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

#call-notification {
  position: absolute;
  padding: 10px 5px;
  background-color: rgb(248, 79, 0);
  border-radius: 5px;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 17px;
}

.form-control,
.form-control:focus {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #030e2783 !important;
  box-shadow: 0;
  outline: none;
  box-shadow: none;
}

.all-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section-color {
  color: rgb(248, 79, 0);
}

.button-section #slider-button-section {
  position: relative;
  letter-spacing: 0.1px;
  padding: 20px 15px;
  border: 0;
  border-radius: 5px;
  background-color: #030e27;
  border: 2px solid#030e27;
  color: #ffffff;
  transition: transform 0.2s ease-in;
  text-decoration: none;
  cursor: pointer;
}

.button-section #slider-button-section:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.274);
  transition: all 1s ease;
  border-radius: 5px;
}
.button-section #slider-button-section:hover:before {
  width: 100%;
}

p {
  color: #686666;
  letter-spacing: 0.1px;
  font-weight: 200;
}

span {
  font-weight: bold;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  color: #000000;
}

h4 {
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.5px;
}

h6 {
  color: rgb(248, 79, 0);
  letter-spacing: 1px;
}

.header {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  background-color: rgb(253, 253, 253);
}

#header {
  padding: 4px 0;
}

.close_btn {
  cursor: pointer !important;
}

/* VENTANA MODAL USER */

/*VENTANA NOTIFICACIONES*/
.container-user {
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: translateX(110%);
  transition: transform 0.1s ease-in;
  z-index: 9999999999;
  padding: 1px 0 0 0;
}

.flex-user {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item{

  cursor:  pointer !important;

}
.content-modal-user {
  position: relative;
  background-color: #fefefe;
  margin-left: auto;
  width: 30%;
  height: 100%;
  animation-name: modal;
  animation-duration: 1s;
  overflow: auto;
}

.move-user {
  transform: translateX(0);
}

.modal-header-user {
  padding: 16px;
  background: #030e27;
  color: #f2f2f2;
}

#read-user {
  color: #000000;
  cursor: pointer;
  line-height: 15px;
}

#nav-user-menu {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

#hover:hover {
  background: rgb(236, 236, 236);
}

#avatar-image {
  width: 120px;
  height: 120px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
#icon-user {
  background-color: rgb(248, 79, 0);
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
}

/*VENTANA NOTIFICACIONES*/
.container-notification {
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: translateX(110%);
  transition: transform 0.1s ease-in;
  z-index: 9999999999;
  padding: 1px 0 0 0;
}

.flex-notification {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-modal-notification {
  position: relative;
  background-color: #fefefe;
  margin-left: auto;
  width: 30%;
  height: 100%;
  animation-name: modal;
  animation-duration: 1s;
  overflow: auto;
}

.move-notification {
  transform: translateX(0);
}

.modal-header-notification {
  padding: 16px;
  background: #030e27;
  color: #f2f2f2;
}

#read-notification {
  color: #007bff;
  cursor: pointer;
  line-height: 15px;
}

#check-b {
  transform: scale(2);
}

/* VENTANA MODAL CHAT */

.container-search {
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transform: translateX(110%);
  transition: transform 0.1s ease-in;
  z-index: 9999999999;
  padding: 1px 0 0 0;
}

.flex-search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-modal-search {
  position: relative;
  background-color: #fefefe;
  margin-left: auto;
  width: 30%;
  height: 100%;
  animation-name: modal;
  animation-duration: 1s;
  overflow: auto;
}

.move-search {
  transform: translateX(0);
}

.modal-header-search {
  padding: 16px;
  background: #030e27;
  color: #f2f2f2;
}

#seach-m {
  color: #007bff;
}

.chat-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
#img-chat {
  max-width: 100%;
}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%;
  border-right: 1px solid #c4c4c4;
}
.inbox_msg {
  clear: both;
  overflow: hidden;
}
.top_spac {
  margin: 20px 0 0;
}

.headind_srch {
  padding: 10px 29px 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #c4c4c4;
}

.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon {
  margin: 0 0 0 -27px;
}

.incoming_msg_img {
  display: inline-block;
  width: 18%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 80%;
}
.received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg {
  width: 70%;
}
.mesgs {
  float: left;
  padding: 30px 10px 0 10px;
  width: 100%;
}

.sent_msg p {
  background: #007bff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}
.sent_msg {
  float: right;
  width: 70%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {
  border-top: 1px solid #c4c4c4;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
.msg_send_btn {
  background: #007bff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging {
  padding: 0 0 50px 0;
}
.msg_history {
  height: 516px;
  overflow-y: auto;
}

.msg_history::-webkit-scrollbar {
  display: none;
}

/*MODAL COMENTARIO Y SUGERENCIA*/
.container-comentario {
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.425);
  transform: translateX(110%);
  transition: transform 0.1s ease-in;
  z-index: 9999999999;
  padding: 1px 0 0 0;
}

.flex-comentario {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-modal-comentario {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: 90%;
  height: 100%;
  animation-name: modal;
  animation-duration: 1s;
  overflow: auto;
}

.move-comentario {
  transform: translateX(0);
}

.modal-header-comentario {
  padding: 16px;
  background: #030e27;
  color: #f2f2f2;
  line-height: -10px;
}

/*MODAL GOOGLE MAPS*/
.container-map {
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.425);
  transform: translateX(110%);
  transition: transform 0.1s ease-in;
  z-index: 9999999999;
  padding: 1px 0 0 0;
}

.flex-map {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-modal-map {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: 90%;
  height: 100%;
  animation-name: modal;
  animation-duration: 1s;
  overflow: auto;
}

.move-map {
  transform: translateX(0);
}

.modal-header-map {
  padding: 16px;
  background: #030e27;
  color: #f2f2f2;
  line-height: -10px;
}

/*MODAL RUC*/
.container-ruc {
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.425);
  transform: translateX(110%);
  transition: transform 0.1s ease-in;
  z-index: 9999999999;
  padding: 1px 0 0 0;
}

.flex-ruc {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-modal-ruc {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: 90%;
  height: 100%;
  animation-name: modal;
  animation-duration: 1s;
  overflow: auto;
}

.move-ruc {
  transform: translateX(0);
}

.modal-header-ruc {
  padding: 16px;
  background: #030e27;
  color: #f2f2f2;
  line-height: -10px;
}

/* MODAL VIDEO */
.container-video {
  position: fixed;
  overflow: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.425);
  transform: translateX(110%);
  transition: transform 0.1s ease-in;
  z-index: 9999999999;
  padding: 1px 0 0 0;
}

.flex-video {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-modal-video {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: 90%;
  height: 100%;
  animation-name: modal;
  animation-duration: 1s;
  overflow: auto;
}

.move-video {
  transform: translateX(0);
}

.modal-header-video {
  padding: 24px 16px;
  background: #030e27;
  color: #f2f2f2;
}

#youtube {
  width: 100%;
  height: 500px;
  max-width: 100%;
}

#icon-header {
  background-color: rgb(248, 79, 0);
  font-size: 20px;
  color: #ffffff;
}

.fa-phone {
  padding: 8px 10px;
}

.fa-envelope-open {
  padding: 10px 10px;
  font-size: 16px !important;
}

.fa-gavel {
  padding: 8px 9px;
}

#logo-image {
  width: 120px;
  max-width: 100%;
}

#nav {
  padding: 15px 0;
  background-color: #030e27;
}

#social {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 10px;
}

#social:hover {
  background-color: rgb(248, 79, 0);
}

#notification {
  padding: 2px 5px;
  background-color: rgb(248, 79, 0);
  border-radius: 5px;
}

.menu,
.menu ul,
.menu li,
.menu a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.menu {
  width: 100%;
}

.menu li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  height: 40px;
}

.menu a {
  display: block;
  padding: 0 16px;
  margin: 6px 0;
  line-height: 30px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  border-left: 1px solid #393942;
  border-right: 1px solid #4f5058;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}

.active,
#colour {
  color: rgb(248, 79, 0) !important;
  font-weight: bold;
}

.menu li:firs-child a {
  border-left: none;
}
.menu li:last-child a {
  border-right: none;
}

.menu li:hover > a {
  color: rgb(248, 79, 0);
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}

.menu ul {
  position: absolute;
  top: 60px;
  left: 0px;
  border-top: 3px solid rgb(248, 79, 0);
  opacity: 0;
  background: rgb(255, 255, 255);
  border-radius: 0 0 5px 5px;
  transition: opacity 0.2s ease 0.1s;
  padding: 5px;
  cursor: pointer;
}

.menu li:hover > ul {
  opacity: 1;
}

.menu ul li {
  height: 0;
  overflow: hidden;
  padding: 0;

  transition: height 0.25s ease 0.1s;
}

.menu li:hover > ul li {
  height: 36px;
  overflow: visible;
  padding: 0;
}

.menu ul li a {
  width: 200px;
  padding: 4px 10px;
  margin: 0;
  border: none;
  color: rgb(37, 37, 37);
  cursor: pointer;
}
.menu ul li:last-child a {
  border: none;
}

#home {
  overflow: hidden;
}

#container-fluid {
  width: 100% !important;
  height: 100vh;
  max-width: 100%;
}

.slider-image {
  width: 100%;
  position: relative;
}

.slider-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.video {
  position: absolute;
  max-width: 300%;
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.336);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 80px 0 80px;
}

.owl-nav {
  position: absolute;
  top: 45%;
  color: black;
  height: 20px;
  width: 100%;
}

#left {
  position: absolute;
  background-color: rgb(248, 79, 0);
  width: 60px;
  height: 60px;
  padding-top: 10px;
  padding-right: 4px;
  left: 35px;
  border-radius: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  transform: translateX(-200%);
  transition: transform 0.2s ease-in;
}

#right {
  position: absolute;
  background-color: rgb(248, 79, 0);
  width: 60px;
  height: 60px;
  padding-top: 10px;
  padding-left: 4px;
  right: 45px;
  border-radius: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  transform: translateX(200%);
  transition: transform 0.2s ease-in;
}

.slider-move {
  transform: translateX(0) !important;
}

.slider-title {
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}

.slider-legend {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 30px;
}

.slider-paragraph {
  font-family: sans-serif !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.5px;
  padding: 0 70px;
  text-align: center;
}

.button #slider-button {
  position: relative;
  letter-spacing: 0.1px;
  padding: 20px 15px;
  border: 0;
  border-radius: 5px;
  background-color: rgb(248, 79, 0);
  border: 2px solid rgb(248, 79, 0);
  color: #ffffff;
  transition: transform 0.2s ease-in;
  text-decoration: none;
  cursor: pointer;
}

.button #slider-button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(0, 0, 0, 0.062);
  transition: all 1s ease;
  border-radius: 5px;
}
.button #slider-button:hover:before {
  width: 100%;
}

.divider {
  margin-top: 100px;
}

/* SECCIÓN NOSOTROS */

#about {
  margin: 50px 0 0 0;
  padding: 100px 0;
}

.detail-about {
  position: relative;
}

.rectangle {
  width: 350px;
  height: 350px;
  background-color: rgb(248, 79, 0);
}

.rectangle-after {
  width: 350px;
  height: 300px;
}
.about-image {
  position: absolute;
  top: 40px;
  left: 40px;
}
#about-image {
  width: 100%;
  max-width: 100%;
}

.accordion {
  background-color: #ccc;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:focus {
  outline: none !important;
  box-shadow: none;
}

.active-ac {
  background-color: #030e27;
  color: #ffffff !important;
}

.accordion:after {
  content: "\002B";
  background-color: rgb(248, 79, 0);
  color: rgb(255, 255, 255);
  padding: 2px 10px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-ac:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.experience-about-detail {
  position: absolute;
  right: -30px;
  bottom: 150px;
  width: 400px;
  padding: 40px 0;
  background-color: rgb(248, 79, 0);
}

#icon-award {
  font-size: 100px;
  color: #ffffff;
}

#h1-experience,
#h6-experience {
  color: #ffffff;
}

/* SECCIÓN SERVICIOS */
#services {
  margin: 50px 0 0 0;
  padding: 100px 0;
  background-color: rgb(233, 231, 231);
}

.content-service {
  position: relative;
}
.background-service {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(241, 241, 241, 0.336);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.title-service-left {
  position: absolute;
  top: 20%;
  right: -50%;
  padding: 50px;
  z-index: 11;
}

.title-service-right {
  position: absolute;
  top: 20%;
  left: -50%;
  padding: 50px;
  z-index: 11;
}

#service-image {
  width: 100%;
  max-width: 100%;
}

#more-icon {
  padding: 10px;
  background-color: rgb(248, 79, 0);
  box-shadow: 0px 0px 8px #888888;
  border-radius: 100%;
  color: #fff;
  transition: 1s ease-in;
}

#more-icon:hover {
  background-color: rgba(248, 79, 0, 0.603);
}

/* SECCIÓN TRABAJOS GARANTIZADOS */
#work-star {
  margin: 150px 0 0 0;
}

.content-work {
  position: relative;
}

.work-image-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.123);
  z-index: 1;
}

.work-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  padding: 20px 0;
  background-color: #030e27;
}

.vertical-text {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 100;
}

#text-content {
  background: rgb(248, 79, 0);
  color: #fff;
}

#video-content {
  background: rgb(248, 79, 0);
}

.image-play {
  position: relative;
}

.icon-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#play-icon {
  padding: 10px;
  background-color: rgb(248, 79, 0);
  box-shadow: 0px 0px 8px #888888;
  border-radius: 100%;
  color: #fff;
  transition: 1s ease-in;
  cursor: pointer;
}

#play-icon:hover {
  background-color: rgba(248, 79, 0, 0.603);
}

/* SECCIÓN CONTACTOS Y REFERENCIAS */

#reference-contact {
  position: relative;
  margin: 0;
  padding: 150px 0;
  width: 100%;
  background-image: url("../../images/reference-contact/autocad3d.png");
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

#call-phone {
  color: rgba(248, 79, 0, 0.993);
  font-size: 60px;
}

#marker-point {
  font-size: 60px;
  color: #fff;
}

/* SECCIÓN PROYECTOS */
#projects {
  margin: 50px 0 0 0;
  padding: 100px 0;
  background-color: rgb(233, 231, 231);
}

.content-project {
  position: relative;
}
.background-project {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(241, 241, 241, 0.336);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.title-project-left {
  position: absolute;
  top: 20%;
  right: -50%;
  padding: 50px;
  z-index: 11;
}

.title-project-right {
  position: absolute;
  top: 20%;
  left: -50%;
  padding: 50px;
  z-index: 11;
}

#project-image {
  width: 100%;
  max-width: 100%;
}

#more-icon {
  padding: 10px;
  background-color: rgb(248, 79, 0);
  box-shadow: 0px 0px 8px #888888;
  border-radius: 100%;
  color: #fff;
  transition: 1s ease-in;
}

#more-icon:hover {
  background-color: rgba(248, 79, 0, 0.603);
}

/* PROYECTOS REALIZADOS */

#price {
  margin: 50px 0 0 0;
  padding: 100px 0;
}

.before-project {
  position: relative;
}

.rectangle-content-project {
  width: 350px;
  height: 350px;
  background-color: rgb(248, 79, 0);
}

.rectangle-content-space {
  width: 350px;
  height: 300px;
}

.image-project {
  position: absolute;
  top: 7%;
  left: 7%;
}

.rectangle-content-project-right {
  width: 350px;
  height: 350px;
  background-color: rgb(248, 79, 0);
}

.rectangle-content-space-right {
  width: 350px;
  height: 300px;
}

.image-project-right {
  position: absolute;
  top: 7%;
  right: 7%;
}

#number {
  padding: 7px;
  background-color: rgb(248, 79, 0);
  font-size: 20px;
  color: #fff;
}

#simbol {
  width: 50px;
  height: 2px;
  background-color: rgb(248, 79, 0);
}

.project-porcent{
  background-color: rgb(243, 243, 243);
}

.progress{
  height: 30px;
  background-color: #030e27;
}

.progress-bar{
  background-color: #007bff;
}
/* FOOTER */

.footer {
  width: 100%;
  position: relative;
  background-color: #030e27;
  padding: 40px 0;
}

.nav-footer {
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
}

.fc,
.fc:focus {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgb(248, 79, 0) !important;
  box-shadow: 0;
  outline: none;
  box-shadow: none;
  color: rgb(231, 228, 228);
}

.fa-check-circle {
  color: rgb(248, 79, 0);
  font-size: 23px;
}

#google-maps {
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  height: 500px;
}

.text-r {
  text-align: right !important;
}

/* ESTILOS DE LA PÁGINA PERFIL PROFECIONAL */

.profile,
#service-page,
#project-page {
  padding: 250px 0 150px 0;
}

#profile-graduation {
  font-size: 40px;
  color: #007bff;
}

#title-profile {
  color: #007bff;
}

#image-profile {
  width: 150px;
  height: 150px;
  max-width: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.profile-information{
  box-shadow:  0 0 10px rgb(184, 184, 184);
}

.profile-data{
  background-color: rgb(243, 243, 243);
  padding:2px 10px;
  border: 2px solid transparent;
  line-height: 40px;
  cursor: pointer;
}

.profile-data p{
  color: #020202 !important;
}

#profile-container{
  padding: 15px 10px;
}


.profile-data:hover{
  background-color: rgb(243, 243, 243);
  border: 2px solid rgb(248, 79, 0);
  transition: 0.5s ease-in;
}

.profile-data p:hover{
  color: #030303 !important;
}

/* PAGINAS EXPLORAR SERVICIOS */

.img-a {
  position: relative;
}
.img-a img {
  width: 100%;
  max-width: 100%;
}

.after-service {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 241, 241, 0.336);
}

/* PÁGINA PROYECTOS */

.caja_5 {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.caja_5 img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.caja_5 .ovrly {
  background: rgba(241, 241, 241, 0.336);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.caja_5 .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.caja_5 .buttons .fa {
  background: rgb(248, 79, 0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s, color 0.1s 0.3s;
  -moz-transition: all 0.3s, color 0.1s 0.3s;
  -o-transition: all 0.3s, color 0.1s 0.3s;
  transition: all 0.3s, color 0.1s 0.3s;
  color: transparent;
}
.caja_5 .buttons .fa-link {
  left: -10px;
}
.caja_5 .buttons .fa-search {
  left: 10px;
}
.caja_5:hover .buttons .fa {
  opacity: 1;
  left: 0;
  color: rgba(255, 255, 255, 0.9);
}
.caja_5:hover .ovrly {
  opacity: 1;
}
