/*
º
*/
.mobileMenu li:before{
    content:unset;
}

.fakeHeaderSocialIcons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fakeHeaderSocialIcons a {
    display: block;
}

.fakeHeaderSocialIcons>div {
    width: 31px;
    height: 31px;
}

.fakeHeaderSocialIcons {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.fakeHeader {
    display: flex;
    flex-direction: row;
    padding: 0 10%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    top: 4%;
}

.fakeHeaderSocials {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fakeHeaderNav {
    display: flex;
    flex-direction: row;
    gap: 1.5em;
}

.fakeHeaderBlogButton {
    transform: translateX(-40%);
}

.fakeHeaderNav a {
    text-decoration: none;
    color: white;
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 200;
    font-size: 1.3em;
	transform:scale(1);
	transition:0.3s ease-in-out;
}
.fakeHeader a:hover{
transition:0.3s ease-in-out;
	transform:scale(1.1);
	text-decoration:underline;
}

.fakeHeaderBlogButton a {
    text-decoration: none;
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 200;
    color: white;
    border: 1px solid #163840;
    border-radius: 6px;
    font-size: 1.3em;
    padding: 7px 30px;
}

.fakeHeaderLogo a {
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 600;
    text-decoration: none;
    font-size: 2.4em;
    color: #163840;
}
@media only screen and (max-width:1750px){
    html .fakeHeaderNav a {
        font-size: 1.1em;
    }
    html .fakeHeaderBlogButton a {
        font-size: 1.1em;
    }

}


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

    html .fakeHeaderNav {
        display: none;
    }
    html .fakeHeaderSocials {
        display: none;
    }
}


@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes growDownR {
    0% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}


.growDown {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.growDownR {
    animation: growDownR 300ms ease-in-out forwards;
    transform-origin: top center;
}

.headerMenuPhone{
    display:none;
  }



@media only screen and (max-width:1100px){
    .displayNone {
        display: none!important;
    }

.headerMenuPhone{
    display:flex;
 justify-content: flex-end;
 position: relative;
 

  }
.menu svg {
        width: 50px;
        height: 50px;
    }



    button.menu {
    background-color: transparent;
    border: none;
    position: relative;
}
.line {
    fill: none;
    stroke: #163840;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .mobileMenu {
        position: absolute;
        z-index: 10;
        background-color: white;
        width: max-content;
        border-top: 3px solid #163840;
        transition: all 0.4s ease-in-out;

        top: 88%;
        right: 10%;
        display: flex;
        aspect-ratio: 1/1.2;
        align-items: center;
        padding: 20% 13%;
    }
.mobileMenu ul {
    padding: 0;
    margin: 0;
    transform: scale(0.85);
    flex-direction: column;
    display: flex;
    gap: 0.3em;
    height: 100%;
    justify-content: center;
}

    .mobileMenu li {
        list-style: none;
    }
    .mobileMenu li a {
        text-decoration: none;
        color: #163840;
        font-family: 'Outfit';
        font-size: 1.3em;
    }

}


/*
END HEADER
*/

.johannes-section.johannes-section-margin-alt {
    width: 100%;
    height: 100%;
    min-width: 100%;
display:none;
}

.select *, .select2 *, .forminator-field * {
    font-family: 'Outfit'!important;
}

.section-content.row.justify-content-center {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
}

#forminator-module-75{
	    width: 100%;
}
#forminator-module-75 input {
    padding: 1.3em 1em;
    text-transform: uppercase;
}
#forminator-module-75 .forminator-row{
    margin:1px auto;
	margin-bottom:12px!important;
}
#forminator-module-75 textarea{
    margin:15px auto;
	text-transform:uppercase;
}
.forminator-checkbox__label p{

text-transform:uppercase;
}

.col-12.col-lg-8.single-md-content.col-md-special.johannes-order-1 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
}

.container {
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    margin-top: 3em;
}

.tituloOposiciones h3 {
    font-family: 'Outfit';
    color: #163840;
    font-size: 2.4em;
    margin-bottom: 1.5em;
    text-align: center;
}

.youtube {
    display: flex;
    margin-bottom: 5em;
    justify-content: center;
}
.alignfull img, .entry-content iframe, .entry-content video {
    width: 560px;
}


.contacto span {
    font-family: 'Outfit';
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 0;
    margin-left: -0;
    padding-right: 0;
}

.container1 {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: -1%;
    align-items: center;
    justify-content: center;
}
.container1>div {
    display: flex;
    flex: 1;
    flex-direction: column;
	    width: 40%;
    margin: 0 auto;
	gap:1em;
}

.formulario {
    margin-left: 19%;
    margin-right: 11%;
}

.contacto h3 {
    font-family: 'Outfit';
    font-size: 2em;
    margin: 0 auto;
}
.contacto p {
    font-family: 'Outfit';
    font-size: 1.1em;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    width: 70%;
    margin: 0 auto;
}

body.page.johannes-sidebar-none .single-md-content, body.single-post.johannes-sidebar-none .single-md-content {
    margin-left: auto;
    margin-right: auto;
}

.johannes-comments.section-margin.single-md-content {
    justify-content: center;
    display: flex;
}

a.forminator-module-edit-link {
    display: none;
}
.forminator-ui#forminator-module-14513.forminator-design--default .forminator-button-submit {
    background-color: #05588B !important;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 1em;
    width: 100%;
	border-radius: 50px;
}
.forminator-ui#forminator-module-14513.forminator-design--default .forminator-button-submit {
    font-size: 14px;
    font-family: 'Outfit';
    font-weight: 500;
}

.forminator-ui#forminator-module-14513.forminator-design--default .forminator-input {
    border-color: #ffffff;
    background-color: rgba(5,88,139,0.15);
    color: #1D1D1B !important;
    padding: 1.3em;
    margin-top: -2.6%;
	    font-family: 'Outfit' !important;
}
div#textarea-1 {
    margin-top: -2.6%;
}

.johannes-comments.section-margin.single-md-content {
    display: flex;
    flex-direction: column;
    padding-left: 40em;
    padding-right: 40em;
}

p.comment-form-url {
    display: none;
}

p.comment-form-email {
    display: none;
}
label#forminator-field-consent-1_66c5c1efc8253 a {
    color: #010000;
    text-decoration: none;
}

.entry-content a:not([class*=button]), .comment-content a:not([class*=button]) {
    color: black;
    text-decoration: none;
}

textarea#forminator-field-textarea-1_662a5aeab0f51 ::placeholder {
    color: black !important;
    font-family: 'Outfit';
}
.forminator-ui#forminator-module-14513.forminator-design--default .forminator-textarea {
    border-color: #ffffff;
    background-color: rgba(5,88,139,0.15);
    color: #1D1D1B;
    padding-left: 1.4em;
    padding-top: 1.5em;
	font-family: 'Outfit';
}

#forminator-module-75 input, #forminator-module-75 textarea, #forminator-module-75 span.forminator-checkbox-box {
    background-color: #dae6ee !important;
}
#forminator-module-75 .forminator-checkbox__label p{
margin:0;
}
#forminator-module-75 button {
    width: 100%;
    border-radius: 36px;
    background-color: #163840 !important;
    font-size: 1.4em !important;
    font-family: 'Outfit' !important;
    font-weight: 600 !important;
}

.contacto {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5em;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1em;
}
.whatsapp {
    width: 12%;
}

.whatsapp img{
width:100%;
	height:100%;
	object-fit:cover;
}






	







@media screen and (min-width : 1100px) and (max-width : 1600px) {
	.container1>div {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 40%;
    margin: 0 auto;
    gap: 1em;
}

    .container1 {
    
        gap: 0em;

    }
    .formulario {
        padding-left: 0;
    }

    .contacto {
        padding-right: 0em;
    }
        .contacto p {
        padding: 0;
        margin: 0 auto;
        width: 80%;
    }

       .contacto h3 {
        margin: 0 auto;
    }

        .contacto span {
        padding: 0;
        margin: 0 auto;
    }

    .johannes-comments.section-margin.single-md-content {
        padding-left: 25em;
        padding-right: 25em;
    }
    
}

@media screen and (min-width: 1200px) and (max-width: 1400px) { 

	.formulario {
    margin-right: -4em;
    margin-left: 6em;
}
	
	.contacto {
    padding-left: 0em;
}
	
	
}
@media screen and (min-width: 500px) and (max-width: 1100px) {
	.contacto {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5em;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1em;
}
	.tituloOposiciones h3 {
    margin: 0 auto;
    font-size: 2.1em;
    width: 60%;
		padding-bottom:1em;
}
	.container1>div {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: -1em;
		width:73%;
}

        .container1 {
        display: flex;
        flex-direction: column-reverse;
        gap: 0em;
    }


  .contacto h3 {
    font-family: 'Outfit';
    text-align: center;
    padding-left: 0em;
}

    .contacto p {
       text-align: center;
       margin:0 auto;
      padding:2% 0;
		width: 64%;
   }

	
	.contacto span {
    text-align: center;
		margin:0;
		padding:0;
}
    
    .formulario {
        margin-left: 14%;
        margin-top: -18%;
        margin-right: 19%;
    }

    .johannes-comments.section-margin.single-md-content {
        padding-left: 7em;
        padding-right: 7em;
        padding-top: 4%;
    }
	
	.alignfull img, .entry-content iframe, .entry-content video {
    width: 524px;
    height: 0%;
    aspect-ratio: 2/1;
}
	.container3 .comentarios {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
	.comentarios .leer-mas {
    font-size: 1.4em;
}

}

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

    .formulario {
        margin-left: 15%;
        margin-right: 11%;
        margin-top: -45%;
    }
  .contacto h3 {
    font-family: 'Outfit';
    text-align: center;
    padding-left: 0;
	  font-size:1.9em;
}

     .contacto p {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding: 4% 0;
		 font-size:1em;
    }
	
	.contacto span {
    text-align: center;
		margin:0;
		padding:0;
}


    .johannes-comments.section-margin.single-md-content {
        padding-left: 4em;
        padding-right: 4em;
    }


    .youtube {
        padding-left: 0em;
        padding-right: 0em;
    }
	
	    .container1 {
        display: flex;
        flex-direction: column-reverse;
        gap: 0em;
        margin-top: -1%;
    }
	.container1>div {
    display: unset;
    flex: 1;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
}
	
	.alignfull img, .entry-content iframe, .entry-content video {
    width: 524px;
    height: 0%;
    aspect-ratio: 2/1;
}
	.tituloOposiciones h3 {
        font-size: 2.1em;
        margin-top: 6%;
        margin-bottom: 0.7em;
    }
	.container3 h2{
		font-size:2em;
	}
	.container3 .comentarios {
    width: 82%;
}
	.comentarios .leer-mas {
    padding: 0.4em 2.2em;
    font-size: 1.1em;
}
	.whatsapp {
    max-width: 18%;
}
.contacto{
	width:80%;
	gap:0.6em;
	}

}