/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 5, 2020, 1:09:12 AM
    Author     : Arturo
*/
hmtl{
    font-family: 'Lato' !important;
}
h1{
    font-size: 1.8rem;
}
h2{
    font-size: 1.5rem;
}
h3{
    font-size: 1.2rem;
}
.title-color{
    color: #05A3D9;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding-left: 1em; 
  text-indent: -.7em;
}
li::before {
  content: "• ";
  color: #05A3D9; /* or whatever color you prefer */
}

.esquina-redondeada{
  border-radius: 25px;
}
.drop-s {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
}
.img-client{
    width: 95%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}
.img-gal{
    width: 99%;
    margin-bottom: 1px;
}
@media (max-width: 600px) {
    .img-gal{
        width: 90%;
    }
}
.sep-text.centered .sep-text-before, .sep-text.centered .sep-text-after {
    width: 50%;
    font-size: 22px;
}
.sep-text .sep-text-before, .sep-text .sep-text-after {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}
.sep-text.centered .content {
    padding-left: .8em;
}
.sep-text .content {
    padding-right: .8em;
}
.sep-text .content, .sep-text .sep-text-more {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.sep-text.centered .sep-text-before, .sep-text.centered .sep-text-after {
    width: 50%;
    font-size: 22px;
}
.sep-text .sep-text-before, .sep-text .sep-text-after {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}
.sep-text .sep-text-line {
    display: inline-block;
    padding-top: 2px;
    width: 100%;
    border-top: 0 solid;
    border-bottom: 1px solid;
    color: #ededed;
    vertical-align: baseline;
}