
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

.body_open{
    overflow:hidden;
    padding-right: 0px;

}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    width: 100%;
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ------- */

*{
    box-sizing: border-box;
} 
 
[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

figure {
    margin: 0;
}


form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}


button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}


input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

.body_open{
    overflow:hidden;
    padding-right: 0px;

}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    width: 100%;
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ------- */

*{
    box-sizing: border-box;
}

html {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Marcellus SC', serif;
    color: #37373F;
    background: #eaeaea;
}

input, button, textarea{
    font-family: 'Marcellus SC', serif;
}

input::placeholder, textarea::placeholder{
    color: #c5c5c5;
}

.flex{
    display: flex;
}

.container{
    margin:auto;
    max-width: 1440px;
    margin-left: 6.25rem;
    margin-right: 6.25rem;
}

section{
    border-bottom: 2px solid #334799;
    background-color:#FFFFFF;
}

.first-section{
    background: 
        linear-gradient(rgba(13, 18, 38, 0.8), rgba(13, 18, 38, 0.8)),
        url(./img/background-img.png) 
    ;
    background-size:cover;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-attachment: fixed;
}

.header{
    border-bottom: 2px solid #FFFFFF;

}

.header-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.img-logo img{
    width:6rem;
    height: 6rem;
}

.header_burger{
    display: none;
}

.navigation-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.navigation ul{
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}


.navigation ul li{
    text-decoration: none;
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF; 
    line-height: 1.9;
    text-transform: uppercase;
}

.change-lng{
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif; 
    color: #FFFFFF; 
    line-height: 1.9;
    text-transform: uppercase;
    text-decoration: none;
}

.change-lng.active{
    opacity: 0.6;
}
.change-lng.devider{
    display: inline-block;
    padding: 0 0.5rem;
}

.section-first-one .container{
    width: 100%;
}
.two-columns{
    display: flex;
    flex-direction: row;
}

.two-columns.valeria-intro{
    position: relative;
    justify-content: flex-end;
    width: 100%;
}

.two-columns.valeria-intro .first-col{
    position: absolute;
    width: 46vw;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.two-columns.valeria-intro .second-col{
    position: relative;
    text-align: right;
    padding: 6rem 0;
    justify-content: flex-end;
}

.section-first-one{
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}

.wmn-img img{
    width: 80%;
}

.second-col{
    display: flex;
    flex-direction: column;
}

h1{
    font-size: 7rem;
    margin: 0rem;
    line-height: 1;
}

.header1-small{
    display: none;
}

.continue-h1{
    font-size: 3rem;
    margin-top: 0rem;

}

.first-one__description {
    width: 40%;
    margin-left: auto;
    margin-top: 3.5rem;
    position: relative;
}

.description{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    text-align: right;
}


.button-description{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    padding: 6.25rem 1.5rem 2rem 1.5rem;
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    position:absolute;
    top: -16px;
    left: 0;
}

.base64::after {
    content:"";
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzLjUgMkMzMy41IDEuMTcxNTcgMzIuODI4NCAwLjUwMDAwMSAzMiAwLjVMMTguNSAwLjUwMDAwMkMxNy42NzE2IDAuNSAxNyAxLjE3MTU3IDE3IDJDMTcgMi44Mjg0MyAxNy42NzE2IDMuNSAxOC41IDMuNUwzMC41IDMuNUwzMC41IDE1LjVDMzAuNSAxNi4zMjg0IDMxLjE3MTYgMTcgMzIgMTdDMzIuODI4NCAxNyAzMy41IDE2LjMyODQgMzMuNSAxNS41TDMzLjUgMlpNMy4wNjA2NiAzMy4wNjA3TDMzLjA2MDcgMy4wNjA2NkwzMC45MzkzIDAuOTM5MzRMMC45MzkzNCAzMC45MzkzTDMuMDYwNjYgMzMuMDYwN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    position: absolute;
    top: 80px;
    left: 30px;
  }

.section-two-content{
    padding-left: 4rem;
    padding-top: 9rem;
}

h3{
    color:#BCA510;
    font-size: 5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}    

.txt-arrow-srv{
    display: flex;
    flex-direction:raw;
    justify-content: space-between;
    position: relative;
    margin: 0;
}

.srvs-more::after{
    content:"";
    display: block;
    width: 3.3rem;
    height: 3.3rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA1NyA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjQwMzEgNDFMMjkuODA2MiA1My42NjY3TTI5LjgwNjIgNTMuNjY2N0w0My4yMDkzIDQxTTI5LjgwNjIgNTMuNjY2N1YxNS42NjY3TTMgM0g1Ni42MTI0IiBzdHJva2U9IiMyNjM2NzMiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    position: absolute;
    top:15%;
}

.services-info{
    color:#263673;
    font-size: 3rem;
    margin-top: 0rem;
}

.srvs-inf {
    margin-bottom: 9rem;
}


.hiden-content{
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 4rem;
    margin: 0;
    list-style: disc;
    margin-left: 1.75rem;
}

.srvs-inf-content.active .hiden-content{
    display: block;
}

.hiden-content li{
    line-height: 1.4;
    padding-top: 1rem;
}
.header-item a{
    text-decoration: none;
    color: #fff;
}


.right-border{
    border-right: 2px solid #334799;
}

h2{
    font-size: 7rem;
    color:#263673;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0;
    line-height: 1;
}

.girl-work-description{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3rem 2rem 3.5rem 2rem;
    font-size: 1.5rem;
}

.first-col{
    width: 100%;
}

.law-pics{
    display: flex;
    padding-bottom: 9rem;
}

.flags-img img{
    width: 95%;
}

.section-five .two-columns{
    align-items: flex-end;
}
.section-five .first-col{
    position: static;
}
.section-five .second-col{
    margin-left: -4rem;
    background: #fff;
}

.femida-img img{
    width: 80%;
}

.second-col{
    width: 100%;
}

.wmn-img2-big{
    display: block;
}

.wmn-img2-small{
    display: none;
}

.girl-motto-img img{
    width: 100%;

}

.girl-motto{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    padding: 4rem 6rem 18rem 1.25rem;
}

.motto-small{
    display: none;
}

.motto-big{
    display: block;
}

.left-border{
    border-left: 2px solid #334799;
}

.video-1-text{
    width: 100%;
}

.girl-expert-text{
    font-size: 2.5rem;
    color: #263673;
    margin: 0rem;
    padding: 1.25rem 0rem 7rem 1.25rem;
}

.girl-expert-text p{
    margin: 0rem;
}

.video-2-text{
    width: 100%;
    padding-left: 1.25rem;

}

.video-btn-pic{
    position: relative;

}

.video-pic{
    width: 100%;

}

.btn-pic{
    position: absolute;
    width: 12rem; 
    height:12rem;

}

.pic-1-position{
    left: 34%;
    top: 24%
}

.pic-2-position{
    left: 34%;
    top: 24%
}

.interview-text{
    font-size: 2.5rem;
    color: #263673;
    margin: 0rem;
    padding: 7rem 0rem 1.25rem 1.25rem;

}

.interview-text p{
    margin: 0rem;
}

.arrows-two{
    display: flex;
    justify-content: space-between;
    padding: 6rem 30rem 6rem 30rem;

}

.arrow-circle{
    width: 6.25rem;
    height: 6.25rem;
}

.hummer-img img{
    width: 100%;
}

.mission-description{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    margin: 0;
    padding: 1.5rem 1.5rem 0;
}

.dream-text{
    color: #BCA510;
    font-size: 2.3rem;
    text-align: center;
    margin: 0;
    padding-top: 2.5rem;
    padding-bottom: 3rem;

}


.diploma-img img{
    width: 100%;
}

.more-see{
    display: none;
}

.left-border{
    border-left:2px solid #263673;
}

.review-list-item{
    display: flex;
    flex-direction: row;
}

footer{
    background-color:#FFFFFF;
}

.wmn-img-3{
    margin: 0;
    margin-bottom: 3.5rem;
}

.wmn-img-3 img{
    width: 100%;
}

.contact-text{
    padding-right: 5.5rem;
}

.contact-text p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    margin: 0;
    padding-top: 3rem;
}

.text-button-position{
    position: relative;
    padding-bottom:15rem;


}

.button-signup{
    color:#263673;
    text-decoration: none;
    border: 1px solid #263673;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    padding: 7rem 4rem 1rem 4rem;
    border-radius: 50%;
    width: 12rem;
    height: 12rem;
    position:absolute;
    top:255px;
    left:75px;
    

}

.button-signup::after {
    content:"";
    color:#263673;
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzLjUgMkMzMy41IDEuMTcxNTcgMzIuODI4NCAwLjUwMDAwMSAzMiAwLjVMMTguNSAwLjUwMDAwMkMxNy42NzE2IDAuNSAxNyAxLjE3MTU3IDE3IDJDMTcgMi44Mjg0MyAxNy42NzE2IDMuNSAxOC41IDMuNUwzMC41IDMuNUwzMC41IDE1LjVDMzAuNSAxNi4zMjg0IDMxLjE3MTYgMTcgMzIgMTdDMzIuODI4NCAxNyAzMy41IDE2LjMyODQgMzMuNSAxNS41TDMzLjUgMlpNMy4wNjA2NiAzMy4wNjA3TDMzLjA2MDcgMy4wNjA2NkwzMC45MzkzIDAuOTM5MzRMMC45MzkzNCAzMC45MzkzTDMuMDYwNjYgMzMuMDYwN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    position: absolute;
    top:85px;
    left:110px;
  }

  .wmn-3-big{
    display: block;
}

.wmn-3-small{
    display: none;
}

h4{
    color: #BCA510;
    font-size: 2.2rem;
    margin:0;
    padding-bottom: 4rem;
    padding-top: 3rem;
}

.telefone-email-info p{
    margin: 0;
    padding-bottom: 3rem;
    padding-top: 0rem;
}

.telefone-email-info p a{
    font-family: Arial, Helvetica, sans-serif;
    color: #263673;
    font-size: 1.5rem;
    text-decoration: none;
    margin: 0;
    padding-left: 3rem;
}

.phone-sign{
    position:relative;
}


.phone-sign::before{
    content:"";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNDkyOTYgMUw5LjQ5NzUyIDEuMjEwN0MxMC43NjIzIDEuMjU1MDcgMTEuODg0NiAyLjAyOTUzIDEyLjM2OTQgMy4xOTIzMkwxNC4xNDQ4IDcuNDUxNEMxNC41NTggOC40NDI1MyAxNC40NDY4IDkuNTczMzggMTMuODQ4NCAxMC40NjYxTDExLjU3MzcgMTMuODZDMTIuOTIwNSAxNS43MzUzIDE2LjU4MzcgMjAuMTI5MiAyMC40NjI2IDIyLjcwMTJMMjMuMzU0OCAyMC45NzUyQzI0LjA4OTkgMjAuNTM2NCAyNC45NyAyMC40MDYyIDI1LjgwMTggMjAuNjEyOUwzMS41NTE1IDIyLjA0MjdDMzMuMDgwOCAyMi40MjMgMzQuMTExMiAyMy44NDUxIDMzLjk5MDQgMjUuNDA4M0wzMy42MjEzIDMwLjE4MTVDMzMuNDkxNiAzMS44NTY2IDMyLjA3NzkgMzMuMTcxIDMwLjM5OTcgMzIuOTgxOUM4LjI0NzUzIDMwLjQ4NDEgLTQuNzQyOTIgMC45OTk5NTIgMy40OTI5NiAxWiIgc3Ryb2tlPSIjMjYzNjczIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat:no-repeat;
    position: absolute;
    background-position: center;
    background-size:cover;
    top:6px;
}

.email-sign{
    position: relative;
}

.email-sign::before{
    content:"";
    display: block;
    width: 2rem;
    height: 1.7rem;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI5LjcgNi43NUwxNi41IDE1LjE4NzVMMy4zIDYuNzVWMy4zNzVMMTYuNSAxMS44MTI1TDI5LjcgMy4zNzVNMjkuNyAwSDMuM0MxLjQ2ODUgMCAwIDEuNTAxODcgMCAzLjM3NVYyMy42MjVDMCAyNC41MjAxIDAuMzQ3Njc3IDI1LjM3ODUgMC45NjY1NDcgMjYuMDExNUMxLjU4NTQyIDI2LjY0NDQgMi40MjQ3OSAyNyAzLjMgMjdIMjkuN0MzMC41NzUyIDI3IDMxLjQxNDYgMjYuNjQ0NCAzMi4wMzM1IDI2LjAxMTVDMzIuNjUyMyAyNS4zNzg1IDMzIDI0LjUyMDEgMzMgMjMuNjI1VjMuMzc1QzMzIDIuNDc5ODkgMzIuNjUyMyAxLjYyMTQ1IDMyLjAzMzUgMC45ODg1MTRDMzEuNDE0NiAwLjM1NTU3OSAzMC41NzUyIDAgMjkuNyAwWiIgZmlsbD0iIzI2MzY3MyIvPgo8L3N2Zz4K");
    background-repeat:no-repeat;
    position: absolute;
    background-position: center;
    background-size:cover;
    top:7px;
}



.follow-text{
    padding-bottom: 2.5rem;
}

.follow-items{
    margin-bottom: 8rem;
}
.icons-row{
    display: flex;
    gap: 1.5rem;
}
.social-media-item img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.social-media-item {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
}

.line{
    border-top: 2px solid #263673;
}
.first-col.third-vid{
    display: none;
}

.up-link{
    display: flex;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzk2XzIwNiIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjI1Ij4KPHJlY3QgeD0iMC44NDcxNjgiIHk9IjAuODQxNTUzIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzk2XzIwNikiPgo8cGF0aCBkPSJNMTIuMzQ3MiAxOS44NDE2VjcuNzYyN0w2LjU1NDg3IDEzLjU1NUw1Ljg0NzE3IDEyLjg0MTZMMTIuODQ3MiA1Ljg0MTU1TDE5Ljg0NzIgMTIuODQxNkwxOS4xMzk1IDEzLjU1NUwxMy4zNDcyIDcuNzYyN1YxOS44NDE2SDEyLjM0NzJaIiBmaWxsPSIjMjQzNzczIi8+CjwvZz4KPC9zdmc+Cg==");
    background-size: cover;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    border: 1px solid #243773;
    border-radius: 50%;
    position: fixed;
    z-index: 100;
    bottom: 1rem;
    right: 1rem;
}

@media only screen and (max-width: 500px){

    .container{
        margin: 0;
        padding: 0 1rem;
        width: 100%;
    }

    html {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        font-family: 'Marcellus SC', serif;
        color: #37373F;
        background: #eaeaea;
    }

    .header-content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items:center;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .navigation-wrap{
        display: none;
    }
    .navigation-wrap.active{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 112px;
        left: 0;
        padding: 3rem;
        width: 100%;
        z-index: 100;
        backdrop-filter: blur(15px);
    }

    .navigation ul{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .navigation ul li{
        color: #263673;
    }
   
    .img-logo img{
        width: 3.2rem;
        height: 3rem;
        
    }

    .header_burger{
        display: block;
        position:relative;
        width:2.5rem;
        height:1.5rem;
    }

    .burger_line{
        display: block;
        width:100%;
        height: 2px;
        background:#FFFFFF;
        position:absolute;
    }
    
    .burger_line_first{
        top:0;
    }
    
    .burger_line_second{
        top:50%;
    }
    
    .burger_line_third{
        bottom:0;
    } 

    .change-lng{
        font-size: 1.1rem;
    }

    .header1-big{
        display: none;
    }

    .section-first-one{
        align-items: start;
    }

    .valeria-intro{
        margin-top: 6rem;
    }

    .two-columns{
        flex-direction: column;
        justify-content: center;
    }

    .header1-small{
        display: block;
        font-size: 3.5rem;
        padding-top: 0rem;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: -1rem;
    }

    .wmn-img{
        text-align: center;
    }

    .continue-h1{
        font-size: 3rem;
        text-align: center;
        padding-bottom: 2.5rem;
        margin: 0;
        line-height: 1.1;
    }

    .first-one__description{
        width: 100%;
    }
    .description{
        font-size: 1.5rem;
        text-align: right;
        width: 100%;
        padding-bottom: 7rem;
    }

    .two-columns.valeria-intro .second-col{
        padding: 2rem 0 6rem;
    }
    .first-section{
        height: 100%;
    }
    .button-description{
        font-size: 1.1rem;
        left: 0;
        bottom: 0;
        padding: 5rem 1.1rem 1.7rem 2.6rem;
    }

    .base64::after{
        top: 42px;
        left: 40px;
    }

    .two-columns.valeria-intro .first-col{
        position: unset;
        width: 100%;
        left: unset;
        top: unset;
        transform: translate(0, 0);
    }


    h3{
        font-size: 2.8rem;
    }

    .srvs-inf{
        margin-bottom: 6.5rem;
    }
    .txt-arrow-srv{
        padding-bottom: 0rem;
        margin: 0;
    }
    .srvs-inf-content{
        margin-top: 2rem;
    }
    .services-info{
        font-size: 1.7rem;
    }

    .srvs-more::after{
        width: 2rem;
        height: 2rem;
        top: 40%;
        left: 90%;
    }

    .hiden-content li{
        font-size: 1.1rem;
    }

    .right-border{
        border-right: 0px solid;
    }

    .left-border{
        border-left:0px solid;
    }

    h2{
        font-size: 2.8rem;
        text-align: center;
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;

    }

    .wmn-img2-big{
        display: none;
    }

    .wmn-img2-small{
        display: block;
        padding-top: 1.4rem;
    }

    .wmn-img2-small img{
        width: 100%;
   }

   .girl-work-description{
    padding: 1rem  0 0;
   }

   .girl-work-description p{
    font-size: 1.1rem;
    }

    .law-pics{
        margin-top: 1.5rem;
        padding-bottom: 5rem;
    }

    .femida-img{
        display: none;
    }

    .motto-small{
        display: block;
        padding: 0;
    }

    .motto-big{
        display: none;
    }

    .motto-small p{
        font-size: 1.1rem;
    }

    .video-2-text{
        display: flex;
        flex-direction: column-reverse;
    }

    .video-btn-pic{
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }

    .pic-1-position {
        left: 100px;
        top: 50px;
    }

    .girl-expert-text,
    .interview-text{
        padding: 0;
    }

    .girl-expert-text p,
    .interview-text p{
        font-size: 1.7rem;
        text-align: center;
    }

    .arrows-two{
        padding: 3.5rem 9rem 2rem 9rem;
    }

    .arrow-circle{
        width: 4.2rem;
        height: 4.2rem;
    }

    .hummer-img{
        padding-top: 1.4rem;
    }

    .mission-description{
        padding-top: 1.4rem;
        font-size: 1.1rem;
    }

    .dream-text{
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-size: 1.7rem;
    }

    .diploma-img{
        padding-bottom: 1.4rem;
        padding-top: 1.4rem;
    }


    .more-see{
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        color: #263673;
        font-size: 1.1rem;
        text-align: right;

    }

    .more-see::after{

    }

    .review-list-item {
        display: flex;
        flex-direction: column;
    }

    .review-list-item div img{
        width: 100%;
    }

    .header-content{
        padding: 0;
    }

    .text-button-position{
        padding-right: 8rem;

    }

    .contact-text{
        padding-right: 0rem;
    }

    .contact-text p{
        padding-top: 1rem;
    }

    .text-button-position{
        padding-bottom: 4.8rem;
    }

    .text-button-position p{
        font-size: 1.1rem;
    }

    .text-relative-to-btn{
        padding-top: 1rem;
    }

    .button-signup{
        top: 30px;
        left: unset;
        right: 5px;
        padding: 7rem 3rem 1rem;

    }

    .wmn-3-big{
        display: none;

    }

    .wmn-3-small{
        display: block;
    }

    .wmn-3-small img{
        width:100%;
    }

    .wmn-img-3{
        margin-bottom: 0;
    }

    h4{
        font-size: 1.7rem;
        padding-top: 2.1rem;
        padding-bottom: 1rem;
    }

    .telefone-email-info p{
        padding-bottom: 1rem;
    }

    .phone-sign::before{
        top:25px;
        width: 1.4rem;
        height: 1.4rem;
    }
    

    .telefone-email-info p a{
        padding-left: 2.5rem;
    }

    .email-sign::before{
        width:1.9rem;
        height: 1.5rem;
        top:23px;
    }

    .follow-items{
        margin-bottom: 1.8rem;
    }

    .follow-text{
        padding-bottom: 1rem;

    }
    .first-col.third-vid{
        display: block;
        margin-bottom: 3rem;
    }
    .slide-item {
        width: 100vw;
    }


}