:root{--primary-blue-adistec: #003DA5;--primary-adistec: #003DA5;--primary-bu: #44B0F1;--secondary-blue-adistec: #1E2CA2;--light-blue-sherpa: #8fd4ff;--light-blue-bg: #44B0F1;--light-blue-hover: #D3E4F6;--light-blue-stroke: #C6D4FD;--light-blue-background: #F2F5FD;--gray-background-1: #F2F2F2;--gray-round-buttons: #BCC0C4;--gray-texts: #545454;--black: #191919;--white: #FFFFFF;--primary-hover-bu: #2998DA;--primary-blue-hover-adistec: #0F2063;--hover-blue-education:#0F2063}

:root {
    --defaultTransition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    --quickTransition: all 0.2s ease;
    --page-padding-x: 60px;
}

.text-align-center {
    text-align: center
}

*,*::before,*::after {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

html:focus-within {
    scroll-behavior: smooth
}

:companies {
--gridwidth: 360px;

}
:host, :root {
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
}
:host, :root {
    --fa-font-regular: normal 400 1em / 1 "Font Awesome 6 Free";
}
:host, :root {
    --fa-font-brands: normal 400 1em / 1 "Font Awesome 6 Brands";
}

body {
    background-color: var(--white);
    min-width: 355px;
    padding-top: var(--page-padding-top);
}

html, body {
    height: 100%;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

h2.t-2.mb.wow.fadeInUp2.animated {
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: 700;
    line-height: 42px;
    color: #023AAC;
    text-align: center;
}

@media(min-width: 768px) {
  h2.t-2.mb.wow.fadeInUp2.animated {
    font-size: 25px;
  }
}

@media(min-width: 1200px) {
  h2.t-2.mb.wow.fadeInUp2.animated {
    font-size: 38px;
    padding-bottom: 30px;
  }
}

.btn {
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 2em;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 160px;
    color: var(--white);
    border: none;
    text-transform: uppercase;
    text-decoration: none;
}

.btn.btn-borde-azul:hover {
    background: #0d32ac;
    color: #fff;
}

.modal-body p {
    padding: 20px 0;
}

#form {
  scroll-margin-top: var(--page-padding-top, 0); 
}



.service-text {
    text-align: center;
    padding: 10px 0 40px;
    color: #023AAC;
}

.service-text p {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 767px) {
 .s-block {
    padding: 30px 0 !important;
 }
}

@media (min-width:768px) {
 .service-text {
    padding: 20px 0 50px;
 }

 .service-text p {
    font-size: 20px;
    width: 70%;
 }
}


@media (min-width:1200px) {
 .service-text {
    text-align: center;
    padding: 30px 0 70px;
 }
.service-text p {
    width: 100%;
 }
}