:root {
  --page-wrapper-width: 90vw;
  --primary-color: rgb(241, 95, 44);
  --secondary-color: rgb(51, 51, 51);
  --text-color: rgb(51, 51, 51);
  --cta-primary-bg: rgb(219, 10, 64);
  --cta-primary-color: #fff;
  --text-size: 1em;
  --navbar-color: rgb(0,0,0);
}

body {
    color: var(--text-color);
    font-size: var(--text-size);
}
body, p, b, strong, i table, td, ul {
    font-size: var(--text-size);
}
.webs-header {
    margin: 20px auto;
}
.webs-logo {
    font-size: 1.5em;
    color: var(--cta-primary-bg);
    line-height: 1;
}
.webs-logo label {
    color: var(--text-color);
    font-size: 0.5em;
    display: inline-block;
    position: relative;
    top: 0px;
}
.webs-logo a {
    text-decoration: none;
    color: var(--cta-primary-bg);
}

.webs-cta, .webs-cta:hover, .webs-cta:visited {
    background-color: var(--cta-primary-bg);
    color: var(--cta-primary-color);
    padding: 7px 20px;
    line-height: 1.5;
    font-size: 1.1em;
    text-decoration: none;
    border-radius: 10px;
    margin: 10px auto;
    display: inline-block;
    border: solid 1px var(--cta-primary-bg);
}
.webs-cta:hover {
    color: #ddd;
    border: solid 1px #ddd;
}

.webs-navbar {}
.webs-navbar li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    margin: 5px 5px;
}
.webs-navbar li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px;
    line-height: 1;
    color: var(--navbar-color);
    border-bottom: solid 1px #fff;
}
.webs-navbar li a:hover,
.webs-navbar li.current_page_item a, .webs-navbar li.current_page_item a:visited {
    border-bottom: solid 1px var(--cta-primary-bg) !important;
}


.pageWrapper {
    max-width: var(--page-wrapper-width);
    margin: auto;
}

.sectionHome{
    background-position: center center;
    min-height: 200px;
}
.sectionHome h1 {
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: normal;
}

.sectionHomeContent .bulletImage {
    width: 15vw;
    margin-bottom: 10px;
}

.sectionHomeContent {
    margin: 30px auto;
}
.sectionHomeContent h3 {
    font-size: 1.2em;
    color: var(--primary-color);
}

.adBox {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    display: inline-block;
    min-height: 30vh;
    border-radius: 20px;
    color: #fff;
    width: 40vw;
    line-height: 1.2;
}

.sectionBanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 35vh;
    margin-bottom: 30px;
}
.sectionBanner h1 {
    margin: 0px 0 20px 0;
    padding: 0px;
    line-height: 1.1;
}
.sectionBanner .bannerBox {
    background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    display: inline-block;
    min-height: 30vh;
    border-radius: 20px;
    color: #fff;
    max-width: 40vw;
    line-height: 1.2;
    text-align: center;
    margin: auto;
    margin-top: 50px;
}

.webs-contact ul {
    margin: 0;
    padding: 0 0 20px 0;
}
.webs-contact ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
}
.webs-contact ul li i {
    font-size: 1.5em;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    color: var(--cta-primary-bg);
}

footer {
    margin-top: 50px;
    font-size: .8em;
}


.webs-forms form input[type=text],
.webs-forms form input[type=email],
.webs-forms form input[type=tel] {
    font-size: 1.2em;
}
.webs-forms form label {
    font-size: .8em;
    color: var(--text-color);
    font-weight: bold;
}
.webs-forms form textarea {
    width: 100%;
    height: 10vh;
}
.webs-forms form input[type=submit] {
    background-color: var(--cta-primary-bg);
    color: var(--cta-primary-color);
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
}



/* apostilla */
.apostilla-wrapper {
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    padding: 20px 15px;
    font-family: "Poppins", sans-serif;
}
.apostilla-wrapper h1 {
    color: #155E75;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0px;
    margin-bottom: 7px;
}
.apostilla-wrapper .pblue {
    font-size: .875rem;
    color: #155E75;
    font-weight: 600;

}
.apostillaImg {
    text-align: center;
    margin: 0px;
}
.apostillaImg img {
    width: 285px;
}
.bg-clouds {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-skyblue {
    background-color: #EFF6FF;
    border-radius: .375rem;
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 5px 15px 5px;
    font-size: .875rem;
}
.bg-skyblue b {
    color: rgb(71 85 105);
    font-weight: 600;
}
.bg-skyblue h3 {
    font-size: 1.125rem;
    color: rgb(14 116 144);
    font-weight: 600;
    text-align: center;
    max-width: 80%;
    margin: auto;
    margin-bottom: 15px;
    line-height: 1.4;
}

.escudo {
    text-align: center;
}
.escudo img {
    width: 215px;
}

.certificate-data {
    border: solid 2px #e2e8f0;
    border-radius:  .375rem;
    padding: 20px 5px;
    margin-bottom: 20px;
}
.certificate-data .desc {
    font-size: .75rem;
    line-height: 1.2;
}
.certificate-data h3 {
    color: rgb(2 132 199);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 10px;
}
.certificate-data .h3Desc {
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(2 132 199);
    font-weight: 500;
}
.certificate-data .certificate {
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(44, 62, 80);
    margin-bottom: 15px;
}
.certificate-data .certificate b {
    font-weight: 500;
    color: rgb(44, 62, 80);
}