@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

body{
    font-family: roboto;
    background-color: white;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.whatsapp {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 99;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, .65)), url(../img/back_header.jpg) center center no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.page-header2 {
    background: linear-gradient(rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.65)), url(../img/fondo-contacto.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.header_work {
    background: linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, .65)), url(../img/header_work.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 992px) {
    .page-header2 {
        background-position: left top;
    }
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

input.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}

.circular_image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .circular_image img{
    height:100%;
  }

  #map, #map_details {
    height: 450px;
}



.flex-center {
    align-self: center !important;
    }
    
  .image-container {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }
  
  .image-container img {
      min-width: 100%;
      object-fit: cover;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
  }
  
  /* ->Estilos generales */
  
  /* Imágenes */
  
  .images-cards figure {
      position: relative;
  }
  
  .images-cards img {
      height: 240px;
  }
  
  .images-cards figure figcaption {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      font-size: 44px;
      cursor: pointer;
      opacity: 0;
      transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
  }
  
  .images-cards figure figcaption:hover {
      opacity: 1;
  }
  
  /* ->Imágenes */
  
  /* Selector de imágenes */
  
  #Images .add-new-photo {
      display: flex;
      border: 4px dashed #000000;
      height: 100%;
      min-height: 240px;
      justify-content: center;
      align-items: center;
      font-size: 50px;
      color: #ffffff80;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
  }
  #Images .add-new-photo i {
      color: #000000;
  }
  #Images .add-new-photo.first:hover {
      background: rgba(255, 255, 255, 0.17);
  }
  
  #add-photo-container input{
      display: none!important;
  }
  
  /* ->Selector de imágenes */

  .skiptranslate {
    display: none!important;
    margin: -38px!important;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
  }





  /* ========================================
   Images loader v1.0.0
   http://www.format.it/
   Copyright (c) 2021 Format s.r.l.
   Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   ======================================== */

/* #region Tooltip (Green color) */

.tooltip-inner {
    background-color: white;
    color: #339933;
    border: 1px solid;
  }
  
  .tooltip.bs-tooltip-auto[x-placement=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #339933;
  }
  
  .tooltip.bs-tooltip-auto[x-placement=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #339933;
  }
  
  .tooltip.bs-tooltip-auto[x-placement=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #339933;
  }
  
  .tooltip.bs-tooltip-auto[x-placement=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #339933;
  }
  
  /* #endregion */
  
  /* #region Ratio images */
  
  .ratio-box {
    position: relative;
    height: 0;
    padding-top: 100%; /*Ratio*/
  }
  
  .ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .img-ratio-box {
    width: 200px;
    height: 200px;
    position: relative;
  }
  
  .img-loading {
    position: absolute;
    top: calc(50% - 1.5rem);
    width: 100%;
    height: 100%;
  }
  
  /*#endregion*/ 
  
  /* #region Border */
  
  .border.dashed {
    border-style: dashed !important;
  }
  
  .border.rounded {
    border-radius: 1.25rem !important;
  }
  
  .image {
    border-width: 2px !important;
    border-color: #dee2e6 !important;
  }
  
  /*#endregion*/
  
  /* #region Main */
  
  .main-tag {
    position: absolute;
    opacity: 0.8;
    left: calc(25%);
    top: calc(75%);
  }
  
  /*#endregion*/
  
  .progress {
    font-size: 1rem;
  }