@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {margin: 0 auto; padding: 0 auto;}
header {
  background-color: rgba(250, 250, 250, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    /*max-height: 100px;*/z-index:1000!important;
}
footer {
    padding: 20px 10px 10px 10px;
    text-align: center;
    background: #223F99;
    color: #ffffff;
}
h1, h2, h3, h4 {
    font-family: 'PT Serif', serif!important;
    text-align: center;
    display: block;
    min-height: 100px;
    margin-bottom: 60px!important;
    color: #ffffff!important;
    background: url(../images/linea.jpg)no-repeat bottom center;
    background-position: 50% 100%;
}
.texto-superior-produsoft p {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #223F99;
    text-align: center;
    padding-top:20px!important;
}
.texto-superior-produsoft span {
    color: #00AEEE;
    text-align: right;
}
.telefono-produsoft p{
    text-align: right;
    font-size: 28px;
    font-weight: 600;
    padding-top:20px!important;
    padding-right: 20px;
    font-family: 'PT Serif', serif;
    color:#223F99
}
.telefono-produsoft span {
    color: #00AEEE;
    text-align: right;
}
.center { display: flex!important; justify-content: center!important; align-items: center!important;}
.seccion-1 { padding-bottom: 20px!important;}

.solicita {
    font-family: 'PT Serif', serif;
    color:#ffffff!important;
    text-align: center;
    background: #CE0606;
    padding: 10px 0px 10px 0px!important;
    text-transform: uppercase;
}
.flecha {
    color:#ffffff!important;
    text-align: center;
}
.flecha a {
    color:#fff!important;
}
.flecha-abajo {
    text-align: center;
    margin-top: 30px;
}
.flecha-abajo a {
    color:#fff!important;
}
form { width:500px; margin-top: 0px; background-color: none!important;}
.p-4.p-md-5 {
    background: transparent!important;
    border: 0!important;
}

/*Carrusel*/
.carousel {
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 10rem;
  z-index: 10;
}
.carousel-caption h1 {
    font-size: 46px!important;
    background-image: none!important;
    margin-bottom: none!important;
    padding-bottom: none!important;
    max-height: 50px!important;
    text-shadow: 2px 2px 4px #000000;
    font-family: 'PT Serif', serif;
}
.carousel-caption p {
    text-align: center!important;
    background: #021221!important;
    font-family: 'PT Serif', serif!important;
    font-size:28px;
    display: block;
    padding: 5px 0px 5px 0px;
    color: #00AEEE;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
/*fin carrusel */
/* Tooltip container */
.qtip {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #3bb4e5;
  border-bottom: 0.05em dotted #3bb4e5;
  box-sizing: border-box;
  font-style: normal;
  transition:all .25s ease-in-out
}
.qtip:hover {color:#069;border-bottom:0.05em dotted #069}
/*the tip*/
.qtip:before {
  content: attr(data-tip);
  font-size: 14px;
  position: absolute;
  background: rgba(0, 174, 238, 1);
  color: #fff;
  line-height: 1.2em;
  padding: 0.5em;
  font-style: normal;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  min-width: 350px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
    letter-spacing: 0.5px;
z-index: 1200;
}
@media (min-width:576px){.qtip{max-width:240px!important}}
.qtip:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out
}
.qtip:hover:before,
.qtip:hover:after {
  visibility: visible;
  opacity: 1
}
/*top*/
.qtip.tip-top:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 8px));
  box-sizing: border-box;
  border-radius: 3px;
}
.qtip.tip-top:after {
  border-width: 8px 8px 0 8px;
  border-color: rgba(10, 20, 30, 0.85) transparent transparent transparent;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}
/*bottom*/
.qtip.tip-bottom:before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 8px));
  box-sizing: border-box;
  border-radius: 3px;
}
.qtip.tip-bottom:after {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 174, 238, 1) transparent;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0);
}
/*left*/
.qtip.tip-left:before {
  left: 0;
  top: 50%;
  transform: translate(calc(-100% - 8px), -50%);
  box-sizing: border-box;
  border-radius: 3px;
}
.qtip.tip-left:after {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent rgba(10, 20, 30, 0.85);
  left: -8px;
  top: 50%;
  transform: translate(0, -50%);
}
/*right*/
.qtip.tip-right:before {
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 8px), -50%);
  box-sizing: border-box;
  border-radius: 3px;
}
.qtip.tip-right:after {
  border-width: 8px 8px 8px 0;
  border-color: transparent rgba(10, 20, 30, 0.85) transparent transparent;
  right: -8px;
  top: 50%;
  transform: translate(0, -50%);
}
/*== start of code for tooltips ==*/

/* Show the tooltip text when you mouse over the tooltip container */

.caja {
    background-color: #ffffff;
    background-image: url(../images/bg-caja.png);
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 250px!important;
    padding: .75rem!important;
    text-align: center;
    border-radius: 5px;
    border:5px solid #56606A;
    max-width: 100%!important;

}
.caja p {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.caja p span {
    font-weight: 600;
}
.header {margin-top: -25px}
.azul { background-color: #021221;}
.interior {background-color: #56606A; padding: 100px 100px 200px 100px}
.padding {padding-top: 20px!important;padding-bottom: 20px}
.txt {font-family: 'PT Serif', serif!important; text-align: center; font-size: 18px; color:#00AEEE}
.txt span {color: #223F99}
.tel {font-family: 'PT Serif', serif!important; text-align: center; font-size: 26px; color: #223F99}