﻿@font-face {
  font-family: 'Catamaran-Bold';
  src: url('/ResourcePackages/Coronavirus/assets_empresas/css/font/Catamaran-Bold.ttf');
}

@font-face {
  font-family: 'Catamaran-Regular';
  src: url('/ResourcePackages/Coronavirus/assets_empresas/css/font/Catamaran-Regular.ttf');
}

strong {
  font-family: 'Catamaran';
  font-weight: bold;
}

.seccion-pop-up-achs-virtual .modal {
  overflow-y: scroll;
  background-color: #808080b0;
  top: 0;
  margin-top: auto;
  left: 0;
  margin-left: 0;
  z-index: 3000;
}

.seccion-pop-up-achs-virtual .modal-body {
  padding: 0px;
  background-color: #007A33;
}

.seccion-pop-up-achs-virtual button.close {
  position: absolute;
  z-index: 1000;
  top: 7px;
  right: 7px;
}

.img-achs-empresa img {
  width: 100%;
}

.ficha-pop-up {
  padding: 80px 30px 0px 0px;
  color: #fff;
}

.ficha-pop-up h2 {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 45px;
  margin-top: 0px;
  text-align: left;
}

.ficha-pop-up .texto-pop-up p {
  font-size: 15px;
  line-height: 1.8;
  color: #FFFFFF;
  text-align: left;
}

.ficha-pop-up .texto-pop-up a, .ficha-pop-up .disclaimer-pop-up a {
  color: #FFFFFF !important;
}

.ficha-pop-up .texto-pop-up a.btn-achs-virtual {
  font-family: 'Catamaran';
  font-weight: bold;
  background: #0CD7C5;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 14px;
  display: inline-block;
  /*margin: 60px 0px 60px 0px;*/
  margin: 63px 0px 63px 0px;
}

.ficha-pop-up a:hover {
  filter: opacity(.7);
}

.trabajador-empresa {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.trabajador-empresa img {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.ficha-pop-up h3 {
  font-family: 'Catamaran';
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
}

.ficha-pop-up .texto-pop-up {
  border-bottom: 1px solid #00B2A9;
}

.ficha-pop-up .disclaimer-pop-up p {
  font-size: 12px;
  padding-top: 11px;
  color: #fff;
}

.ficha-pop-up .texto-pop-up .anclas p {
  padding-bottom: 38px;
  font-size: 11.5px;
  /*display: none;*/
}

@media (min-width: 992px) {
  .seccion-pop-up-achs-virtual .modal-lg {
    max-width: 1080px;
  }
}

@media (max-width: 991px) {
  .ficha-pop-up .texto-pop-up p {
    padding-right: 0;
  }
  .ficha-pop-up {
    padding: 15px;
  }
  .img-achs-empresa {
    height: 300px;
    overflow: hidden;
  }
  .trabajador-empresa {
    margin-top: 20px;
  }
  .img-achs-empresa img {
    margin-top: -75%;
  }
}