@charset "UTF-8";
/*
Theme Name: CM Vedruna
Theme URI: https://www.cmvedruna.org
Description: Colegio Mayor Vedruna
Author: El Equipo E
Author URI: http://www.elequipoe.es
Version: 1.0.0
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(css/animsition.min.css);
@import url(css/animate.css);
@import url(css/tooltipster.css);
@import url(css/slick.css);
/* *********************************************************************************************************************
 * VARS 
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300italic,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #000; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 20px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

p {
  font-size: 18px;
  line-height: 1.7;
  color: #000; }
  p + p,
  p + ul,
  p + ol {
    margin-top: 20px; }
  p + h2 {
    margin-top: 40px; }
  p.bigger-margin-top {
    margin-top: 30px; }
  p:first-child {
    margin-top: 0; }
  p:empty {
    display: none; }
  p.white {
    color: #fff; }

ul li,
ol li {
  font-size: 18px;
  line-height: 1.7;
  color: #000; }

ol {
  list-style-position: inside; }

ul.with-bullets {
  list-style: none;
  padding-left: 70px; }
  ul.with-bullets li {
    margin-top: 30px; }
    ul.with-bullets li:before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      margin: 0 10px 0 -30px;
      background-color: #e4a100;
      border-radius: 100%; }
  ul.with-bullets + p {
    margin-top: 20px; }

.text-light,
.text-light a {
  font-weight: 300; }

.text-medium,
.text-light a {
  font-weight: 500; }

.text-semibold,
.text-semibold a {
  font-weight: 600; }

.text-bold,
.text-bold a,
strong {
  font-weight: 700; }

.text-black,
.text-black a {
  font-weight: 900; }

.text-bigger {
  font-size: 24px !important; }

.text-even-bigger {
  font-size: 30px !important; }

.text-smaller {
  font-size: 16px !important; }
  .text-smaller p {
    font-size: 16px !important; }

.text-spaced {
  letter-spacing: 3px; }

.pacifico {
  font-family: 'Pacifico', serif;
  font-weight: 400; }
  .pacifico.bullet {
    font-size: 32px; }

.bullet {
  margin-top: 50px; }
  .bullet:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-color: #e4a100;
    border-radius: 100%; }
  .bullet + p {
    margin-top: 20px; }

.quote {
  margin: 25px 0;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #e4a100; }
  .quote span {
    display: block;
    padding-top: 10px;
    font-weight: 300;
    font-size: 16px; }

.white {
  color: #fff; }
  .whitep, .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
    color: #fff; }

.black {
  color: #000; }

.grey {
  color: #666; }

.light-grey {
  color: #eef0f0; }

.dark-grey {
  color: #313131; }

.accent {
  color: #a12729; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.margin-10-below {
  margin-bottom: 10px; }

.margin-20-below {
  margin-bottom: 20px; }

.margin-10-above {
  margin-top: 10px; }

.margin-20-above {
  margin-top: 20px; }

.row-with-vertical-padding-90 {
  padding: 90px 0; }

.row-with-vertical-padding-40 {
  padding: 40px 0; }

.row-with-bottom-padding-90 {
  padding-bottom: 90px; }

.row-with-bottom-padding-90 {
  padding-bottom: 90px; }

.column-no-padding-right .vc_column-inner {
  padding-right: 0 !important; }

.column-no-padding-left .vc_column-inner {
  padding-left: 0 !important; }

.centered {
  margin: 0 auto;
  text-align: center; }

.vertical-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.border-top {
  border-top: 1px solid #eef0f0; }

.border-bottom {
  border-bottom: 1px solid #eef0f0; }

.no-text-transform {
  text-transform: none !important; }

.no-letter-spacing {
  letter-spacing: 0 !important; }
  .no-letter-spacing a {
    letter-spacing: 0 !important; }

.boxed {
  padding: 6px 10px;
  background-color: #a12729;
  color: #fff; }

.boxed-white {
  border: 1px solid #fff; }
  .boxed-white:hover {
    background-color: #fff; }

.hidden,
.hide {
  display: none !important; }

.hide-on-desktop {
  display: none; }

a, a:before, a:after, button {
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important; }

a {
  color: #000; }

a.accent-link {
  color: #a12729; }
  a.accent-link:hover {
    text-decoration: underline; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.grey-link {
  color: #666 !important; }
  a.grey-link:hover {
    color: #a12729 !important; }

a.light-grey-link {
  color: #eef0f0; }
  a.light-grey-link:hover {
    color: #a12729 !important; }

a.pdf-link {
  display: inline-block;
  font-size: 19px;
  line-height: 53px;
  font-weight: 600 !important;
  color: #000 !important; }
  a.pdf-link:before {
    content: url("https://www.cmvedruna.org/media/icon-pdf.png");
    display: inline-block;
    float: left;
    padding-right: 25px; }
  a.pdf-link:hover {
    opacity: 0.8; }
  a.pdf-link.double-line {
    line-height: 24px; }
    a.pdf-link.double-line span {
      font-weight: 300; }

a.line-link {
  padding-bottom: 6px;
  display: inline-block;
  line-height: 0;
  color: #313131;
  border-bottom: 1px solid #fff; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 101%;
    height: 1px;
    margin-bottom: -7px;
    display: inline-block;
    background-color: #fff;
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
    -ms-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
    -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  a.line-link:hover {
    color: #a12729 !important;
    border-color: #a12729; }
    a.line-link:hover:after {
      transform: scaleX(0); }
  a.line-link.white {
    color: #fff;
    border-color: #fff; }
    a.line-link.white:after {
      background-color: #a12729; }
    a.line-link.white:hover {
      color: #fff !important; }
  a.line-link.disabled {
    pointer-events: none; }

a.boxed-link,
li.boxed-link a {
  padding: 8px 20px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  background-color: #a12729 !important;
  color: #000 !important;
  opacity: 1 !important; }
  a.boxed-link:hover,
  li.boxed-link a:hover {
    background-color: #666 !important;
    color: #fff !important; }
  a.boxed-link.orange,
  li.boxed-link a.orange {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 30px !important;
    font-size: 16px;
    background-color: #e4a100 !important;
    color: #fff !important;
    border: 3px solid #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.28); }
    a.boxed-link.orange:hover,
    li.boxed-link a.orange:hover {
      background-color: #feb300 !important;
      border-color: #e4a100; }

a.arrow-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #000; }
  a.arrow-link img {
    vertical-align: middle;
    padding-left: 8px;
    -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
    -moz-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
    -ms-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
    -o-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important;
    transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
  a.arrow-link:hover {
    color: #a12729; }
    a.arrow-link:hover img {
      padding-left: 15px; }

.only-home {
  display: none; }

.only-admin {
  display: none; }

body.logged-in .only-admin {
  display: block; }

/* *********************************************************************************************************************
 * THEME GLOBAL REPLACEMENTS 
 */
body > .wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.qbutton {
  height: 50px;
  margin-top: 20px;
  padding: 0 35px;
  line-height: 50px;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  background-color: #a12729;
  border-radius: 0;
  border: 0; }
  .qbutton:hover {
    padding: 0 50px; }
  .qbutton.white {
    color: #a12729;
    background-color: #fff; }
    .qbutton.white:hover {
      color: #fff; }

.qode_video_image .qode_video_box_button {
  background-color: #a12729 !important;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important; }
.qode_video_image .qode_video_box_button_arrow {
  -webkit-transition: border 0.4s ease 0s !important;
  -moz-transition: border 0.4s ease 0s !important;
  -ms-transition: border 0.4s ease 0s !important;
  -o-transition: border 0.4s ease 0s !important;
  transition: border 0.4s ease 0s !important; }
.qode_video_image:hover .qode_video_box_button {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

#back_to_top {
  right: 20px !important;
  bottom: 20px; }
  #back_to_top span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    border: 0; }
    #back_to_top span i {
      line-height: 40px; }
  #back_to_top:hover {
    padding-bottom: 8px; }
    #back_to_top:hover > span {
      background-color: transparent; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
.text-block-in-grid {
  width: 1200px;
  margin: 0 auto; }

.columns-2 {
  column-count: 2;
  column-gap: 40px; }
  .columns-2 p {
    margin: 0 0 20px 0; }

.fh-section {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 100%;
  top: 0; }

#intro {
  background-size: contain; }
  #intro h1 {
    margin-top: 25%;
    font-weight: 900;
    font-size: 48px;
    color: #fff; }
  #intro.double-line h1 {
    margin-top: 21%; }
  #intro.no-parallax {
    height: 400px;
    background-size: cover;
    background-position: center 0; }
  #intro.simple {
    border-top: 1px solid #eef0f0; }
    #intro.simple h1 {
      margin-top: 50px;
      color: #666; }

.icon-list ul li {
  list-style: none;
  margin-bottom: 30px;
  padding: 0 30px 0 90px; }
  .icon-list ul li:before {
    content: '';
    float: left;
    overflow: hidden;
    background-image: url("https://www.cmvedruna.org/media/insta-sprite.png");
    width: 75px;
    height: 72px;
    margin: 5px 0 0 -90px; }

.memorias {
  margin-top: 40px; }
  .memorias .item {
    width: 49%;
    display: inline-block; }

#testis {
  background-color: #313131; }
  #testis .widget {
    margin-bottom: 0; }
  #testis .item {
    padding: 0 100px;
    text-align: center; }
    #testis .item p {
      font-size: 16px;
      font-style: italic;
      color: #fff; }
    #testis .item h6 {
      margin-top: 30px;
      font-size: 16px;
      font-weight: 600;
      color: #fff; }
      #testis .item h6 span {
        font-size: 13px; }

.slick-prev,
.slick-next {
  position: absolute;
  cursor: pointer;
  display: block;
  outline: none;
  width: 30px;
  height: 20px;
  top: 48%;
  padding: 0;
  color: transparent;
  border: none;
  background: transparent; }
  .slick-prev:before,
  .slick-next:before {
    content: url("https://www.cmvedruna.org/media/arrow-white.svg");
    -webkit-transition: opacity 0.3s linear 0s !important;
    -moz-transition: opacity 0.3s linear 0s !important;
    -ms-transition: opacity 0.3s linear 0s !important;
    -o-transition: opacity 0.3s linear 0s !important;
    transition: opacity 0.3s linear 0s !important; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    opacity: 0.6; }

.slick-prev {
  transform: rotate(180deg);
  margin-left: -50px; }

.slick-next {
  right: 0;
  margin-top: -35px;
  margin-right: -50px; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  display: block;
  list-style: none;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0; }
    .slick-dots li button {
      display: block;
      cursor: pointer;
      width: 20px;
      height: 20px;
      padding: 5px;
      font-size: 0;
      line-height: 0;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        content: '•';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #000;
        opacity: 0.3; }
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #000; }

#m_gallery {
  padding: 50px 0; }
  #m_gallery .item {
    width: calc(25% - 10px); }
    #m_gallery .item a:hover {
      -webkit-filter: brightness(1.15);
      filter: brightness(1.15); }

.form-container {
  width: 100%; }
  .form-container .form-column-left {
    float: left;
    width: 49%; }
  .form-container .form-column-right {
    float: right;
    width: 49%; }
  .form-container .form-column-full {
    display: block; }
  .form-container > p {
    height: 6px;
    clear: both; }
  .form-container p {
    margin: 0 !important; }
  .form-container h6 {
    margin-top: 30px;
    font-family: 'gx', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #666; }
  .form-container .text-smaller {
    margin-top: 25px; }
    .form-container .text-smaller p {
      margin-top: 10px !important;
      font-size: 12px !important;
      color: #000; }
  .form-container a.accent-link {
    text-decoration: underline; }
    .form-container a.accent-link:hover {
      color: #e4a100 !important; }

.wpcf7-form input.wpcf7-text,
.wpcf7-form textarea.wpcf7-textarea {
  margin-top: 20px;
  padding: 0 0 7px 0;
  font-family: 'Montserrat';
  font-size: 12px !important;
  color: #000 !important;
  background-color: transparent;
  border-bottom: 1px solid #000; }
.wpcf7-form textarea.wpcf7-textarea {
  height: 25px;
  -webkit-transition: height 0.6s ease 0s !important;
  -moz-transition: height 0.6s ease 0s !important;
  -ms-transition: height 0.6s ease 0s !important;
  -o-transition: height 0.6s ease 0s !important;
  transition: height 0.6s ease 0s !important; }
  .wpcf7-form textarea.wpcf7-textarea:focus {
    height: 150px; }
.wpcf7-form .wpcf7-list-item {
  margin: 0 10px 0 0; }
.wpcf7-form input[type='checkbox'] {
  margin: 0 8px 0 0; }
.wpcf7-form input.wpcf7-submit {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 5px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff !important;
  background-color: #e4a100 !important;
  border-radius: 0;
  border: 0 !important;
  -webkit-transition: all 0.4s ease 0s !important;
  -moz-transition: all 0.4s ease 0s !important;
  -ms-transition: all 0.4s ease 0s !important;
  -o-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important; }
  .wpcf7-form input.wpcf7-submit:hover {
    background-color: #ffbb18 !important; }
.wpcf7-form .ajax-loader {
  display: block !important;
  background-image: url("https://www.cmvedruna.org/media/loader-form.gif") !important;
  width: 39px !important;
  height: 39px !important;
  margin: 10px auto !important; }
.wpcf7-form.sent .wpcf7-response-output {
  padding: 40px 30px 40px 75px;
  font-size: 17px;
  background-color: #5ba745 !important; }
  .wpcf7-form.sent .wpcf7-response-output:before {
    font-size: 28px; }

.wpcf7-not-valid-tip {
  display: inline-block !important;
  padding: 0;
  font-size: 12px !important;
  line-height: 1.2;
  color: #ff0000 !important; }

.wpcf7-response-output {
  margin: 50px 0 0 0 !important;
  background-color: #ff0000 !important;
  text-transform: none !important;
  line-height: 22px; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding: 40px 30px 40px 75px;
    font-size: 17px;
    background-color: #5ba745 !important; }
    .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      font-size: 28px; }

/* HACK PARA CAMPOS AUTOCOMPLETAR AMARILLOS EN WEBKIT */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
  color: #222; }

::-webkit-input-placeholder {
  color: #666;
  opacity: 1 !important; }

::-moz-placeholder {
  color: #666;
  opacity: 1 !important; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s !important;
  -moz-transition: all 0.4s linear 0s !important;
  -ms-transition: all 0.4s linear 0s !important;
  -o-transition: all 0.4s linear 0s !important;
  transition: all 0.4s linear 0s !important; }

input:focus::-moz-placeholder {
  opacity: 0; }

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s !important;
  -moz-transition: all 0.4s linear 0s !important;
  -ms-transition: all 0.4s linear 0s !important;
  -o-transition: all 0.4s linear 0s !important;
  transition: all 0.4s linear 0s !important; }

textarea:focus::-moz-placeholder {
  opacity: 0; }

textarea:focus::-moz-placeholder {
  opacity: 0; }

.heateor_sss_sharing_container {
  vertical-align: bottom;
  margin-bottom: 30px;
  padding-left: 0; }
  .heateor_sss_sharing_container .heateor_sss_sharing_title {
    display: none; }

.home div.pp_pic_holder {
  width: 60% !important;
  left: 20% !important; }
.home .pp_content {
  width: 100% !important;
  height: 500px !important; }
.home #pp_full_res iframe {
  width: 100% !important;
  height: 500px !important; }

div.pp_default .pp_close:after {
  content: '\00d7' !important;
  font-size: 45px !important; }

body div.pp_overlay {
  opacity: .9 !important; }

div.pp_default a.pp_close {
  position: fixed !important;
  top: 30px !important;
  right: 30px !important; }

#cookie-law-info-bar {
  padding: 50px 10px;
  font-size: 14px;
  background-color: #fff; }
  #cookie-law-info-bar .cli-wrapper {
    font-weight: 400;
    font-size: 15px; }
  #cookie-law-info-bar a#cookie_action_close_header {
    padding: 15px 30px !important;
    font-size: 16px; }

.cli-modal-content .cli-plugin-main-link {
  padding: 0;
  text-decoration: underline;
  color: #a12729;
  background-color: #fff !important; }
.cli-modal-content .cookielawinfo-row-cat-table {
  margin-top: 20px; }

table.cookielawinfo-classic {
  margin-top: 20px; }

table.cookielawinfo-classic td,
table.cookielawinfo-classic th {
  font-family: 'Montserrat';
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-align: left; }

.cli_cookie_category_single h5 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
  text-transform: none; }

.cli_user_consent_state a {
  display: block; }

.cookielawinfo-cookie-delete {
  text-decoration: underline; }
  .cookielawinfo-cookie-delete:hover {
    color: #a12729; }

.social ul li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 27px;
  height: 27px;
  margin-right: 8px !important;
  padding: 0 !important;
  border: 1px solid #fff;
  -webkit-transition: all 0.7s ease 0s !important;
  -moz-transition: all 0.7s ease 0s !important;
  -ms-transition: all 0.7s ease 0s !important;
  -o-transition: all 0.7s ease 0s !important;
  transition: all 0.7s ease 0s !important; }
  .social ul li a {
    width: 100%;
    line-height: 27px;
    text-align: center; }
    .social ul li a i {
      font-size: 18px;
      color: #fff !important; }
  .social ul li:nth-of-type(1):hover {
    background-color: #0274B3; }
  .social ul li:nth-of-type(2):hover {
    background-color: #00acee; }
  .social ul li:nth-of-type(3):hover {
    background-color: #C72F9E; }
  .social ul li:nth-of-type(4):hover {
    background-color: #ff0000; }

/* *********************************************************************************************************************
 * HEADER - MENU - HOME
 */
header .header_top {
  display: block !important;
  height: 0; }
  header .header_top .widget_text {
    margin: 45px 45px 0 0; }
  header .header_top a {
    font-size: 18px; }
    header .header_top a img {
      vertical-align: middle; }
  header .header_top span {
    padding: 0 10px; }
  header .header_top .widget_polylang {
    margin: 45px 45px 0 0; }
    header .header_top .widget_polylang ul li {
      display: inline-block;
      list-style: none; }
      header .header_top .widget_polylang ul li a {
        font-size: 16px; }
      header .header_top .widget_polylang ul li:first-child {
        margin-right: 8px;
        padding-right: 12px;
        border-right: 1px solid #313131; }
      header .header_top .widget_polylang ul li.current-lang a {
        pointer-events: none;
        color: #666; }
header .header_bottom .q_logo a:after {
  content: 'COLEGIO MAYOR VEDRUNA';
  display: inline-block;
  margin: 28px 0 0 85px;
  font-weight: 500;
  font-size: 14px;
  color: #a12729; }
header .header_bottom .side_menu_button {
  cursor: default; }
header .header_bottom .popup_menu {
  display: block;
  width: 40px;
  height: 30px;
  padding: 0; }
  header .header_bottom .popup_menu .line,
  header .header_bottom .popup_menu .line:before,
  header .header_bottom .popup_menu .line:after {
    width: 40px;
    height: 1px;
    background-color: #000; }
  header .header_bottom .popup_menu .line {
    background-color: transparent; }
    header .header_bottom .popup_menu .line:before {
      top: -7px; }
    header .header_bottom .popup_menu .line:after {
      top: 7px; }
header .header_bottom .header_inner_right {
  float: left; }
header .header_bottom .header_inner_left {
  left: 130px; }
header.sticky .header_top .widget_text,
header.sticky .header_top .widget_polylang {
  margin-top: 15px; }
header.sticky .header_bottom .q_logo a:after {
  margin: 0 0 0 85px;
  font-size: 12px; }
header.sticky .header_bottom .popup_menu {
  margin-top: 5px; }

.popup_menu_holder {
  background: #eef0f0 url("https://www.cmvedruna.org/media/menu-bkg.svg") no-repeat 15% center;
  background-size: 50%; }
  .popup_menu_holder nav.popup_menu {
    margin-left: 25%;
    /* margin: 0 auto;
    width: 1100px; */ }
    .popup_menu_holder nav.popup_menu > ul > li {
      width: 400px;
      margin: 12px 0;
      text-align: left; }
      .popup_menu_holder nav.popup_menu > ul > li a {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        color: #000;
        border-bottom: 1px solid transparent; }
        .popup_menu_holder nav.popup_menu > ul > li a:hover {
          color: #a12729; }
      .popup_menu_holder nav.popup_menu > ul > li.small {
        margin: 3px 0; }
        .popup_menu_holder nav.popup_menu > ul > li.small.first {
          margin-top: 50px; }
        .popup_menu_holder nav.popup_menu > ul > li.small a {
          font-weight: 300;
          font-size: 20px; }
      .popup_menu_holder nav.popup_menu > ul > li.open_sub > a, .popup_menu_holder nav.popup_menu > ul > li.current_page_parent > a, .popup_menu_holder nav.popup_menu > ul > li.current-menu-item > a, .popup_menu_holder nav.popup_menu > ul > li.active > a {
        color: #a12729 !important; }
      .popup_menu_holder nav.popup_menu > ul > li.has_sub:after {
        content: url("https://www.cmvedruna.org/media/arrow.svg");
        float: right;
        margin: -33px -10px 0 0;
        opacity: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
        -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important; }
      .popup_menu_holder nav.popup_menu > ul > li.open_sub:after, .popup_menu_holder nav.popup_menu > ul > li.has_sub.active:after {
        margin-right: -30px;
        opacity: 1; }
      .popup_menu_holder nav.popup_menu > ul > li.open_sub > a, .popup_menu_holder nav.popup_menu > ul > li.has_sub.active > a {
        pointer-events: none;
        border-bottom: 1px solid #000; }
      .popup_menu_holder nav.popup_menu > ul > li.open_sub ul.sub_menu, .popup_menu_holder nav.popup_menu > ul > li.has_sub.active ul.sub_menu {
        display: block !important; }
    .popup_menu_holder nav.popup_menu ul.sub_menu {
      position: absolute;
      margin: -15px 0 0 450px; }
      .popup_menu_holder nav.popup_menu ul.sub_menu li.current_page_item a {
        color: #a12729; }
      .popup_menu_holder nav.popup_menu ul.sub_menu a {
        text-align: left;
        text-transform: uppercase !important;
        font-size: 20px; }

.popup_menu_opened header .header_top {
  visibility: visible !important; }
.popup_menu_opened header .header_bottom {
  			/* .popup_menu {
  
  				.line {
  					background-color: #fff;
  				}
  
  				.line:before,
  				.line:after {
  					background-color: #fff !important;
  				}
  			} */ }
  .popup_menu_opened header .header_bottom .q_logo {
    opacity: 0 !important; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_top_holder {
  background: #a12729; }
  footer .footer_top_holder .footer_top {
    padding: 90px 0; }
  footer .footer_top_holder .widget h4 {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
    color: #fff; }
    footer .footer_top_holder .widget h4:last-of-type {
      margin-top: 20px; }
  footer .footer_top_holder .widget p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #fff; }
  footer .footer_top_holder .widget a.logo img {
    float: left; }
  footer .footer_top_holder .widget a.logo:after {
    content: 'COLEGIO MAYOR VEDRUNA';
    position: relative;
    display: inline-block;
    top: -15px;
    left: 85px;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #fff; }
  footer .footer_top_holder .widget a.text-smaller {
    font-size: 11px !important; }
  footer .footer_top_holder .widget ul li {
    padding-bottom: 5px; }
    footer .footer_top_holder .widget ul li a {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #fff; }
      footer .footer_top_holder .widget ul li a:hover {
        color: #e4a100 !important; }

/* *********************************************************************************************************************
 * HOME
 */
.home #intro h1 {
  margin-top: 8%; }
.home #txt_form h2 {
  margin-bottom: 20px; }
.home #txt_form .pacifico {
  margin-top: 30px; }
.home #txt_form .form-box {
  box-sizing: border-box;
  margin-left: 50px;
  border: 1px solid #eef0f0; }
  .home #txt_form .form-box h4 {
    margin: 35px 0 30px 0;
    font-size: 32px; }
.home #txt_form .form-column-full {
  padding: 0 70px; }
.home #txt_form .form-container .text-smaller p {
  font-size: 10px !important;
  color: #777; }
.home #diferencia {
  background-color: #a12729; }
  .home #diferencia .vc_col-sm-6 > div {
    min-height: 700px;
    background-position: center 0; }
  .home #diferencia h2 {
    float: right;
    width: 300px;
    margin: 100px 10px 0 0;
    padding: 20px 30px;
    font-size: 41px;
    text-align: center;
    color: #fff;
    background-color: #a12729; }
  .home #diferencia ul {
    box-sizing: border-box;
    width: 450px;
    margin: 60px 0 0 100px; }
    .home #diferencia ul li {
      list-style: none;
      margin-bottom: 30px; }
      .home #diferencia ul li:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 8px 0 0 -45px;
        border-radius: 100%;
        background-color: #e4a100; }
      .home #diferencia ul li h5 {
        font-family: 'Pacifico';
        font-size: 30px;
        color: #fff; }
      .home #diferencia ul li p {
        margin-top: 5px;
        font-size: 14px;
        color: #fff; }
.home #video {
  background-color: #e4a100; }
  .home #video .vc_col-sm-6 > div {
    min-height: 700px;
    text-align: center;
    background-position: center 0; }
  .home #video img {
    position: absolute;
    top: 40px;
    right: -50px;
    opacity: 0.2; }
  .home #video h2 {
    width: 70%;
    margin: 220px auto 0 auto;
    text-align: center;
    font-weight: 900;
    color: #fff; }
  .home #video a.qbutton {
    margin-top: 50px; }
.home #agenda .item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  width: 20%;
  max-height: 300px;
  margin-top: 40px;
  margin-right: 2%;
  padding: 30px;
  border: 1px solid #eef0f0; }
  .home #agenda .item h6 {
    position: absolute;
    margin-top: -30px;
    padding: 3px 6px;
    background-color: #e4a100;
    color: #fff; }
  .home #agenda .item h4 {
    margin-top: 20px;
    font-size: 18px; }
  .home #agenda .item p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.3;
    color: #666; }
  .home #agenda .item.bt {
    width: 12%;
    margin-right: 0;
    padding: 30px 0;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background-color: #e4a100; }
    .home #agenda .item.bt a {
      display: block; }
    .home #agenda .item.bt i {
      display: block;
      margin-bottom: 10px;
      font-size: 80px; }
  .home #agenda .item:hover {
    background-color: #eef0f0; }
    .home #agenda .item:hover h4 {
      color: #e4a100; }
.home #testis h2 {
  margin-bottom: 40px;
  font-size: 46px; }
.home #donde .vc_col-sm-12 {
  padding: 0 10%; }
.home #donde h2 {
  margin-bottom: 50px; }
.home #donde img {
  vertical-align: middle;
  padding: 0 4px 0 8px; }
.home #logos {
  padding: 50px 0; }
  .home #logos .item img {
    margin: 0 auto; }

/* *********************************************************************************************************************
 * INSTALACIONES
 */
.page-insta #list ul.column1 li:nth-child(1):before {
  background-position: 0 0; }
.page-insta #list ul.column1 li:nth-child(2):before {
  background-position: 0 -72px; }
.page-insta #list ul.column1 li:nth-child(3):before {
  background-position: 0 -144px; }
.page-insta #list ul.column1 li:nth-child(4):before {
  background-position: 0 -216px; }
.page-insta #list ul.column1 li:nth-child(5):before {
  background-position: 0 -288px; }
.page-insta #list ul.column1 li:nth-child(6):before {
  background-position: 0 -360px; }
.page-insta #list ul.column1 li:nth-child(7):before {
  background-position: 0 -432px; }
.page-insta #list ul.column1 li:nth-child(8):before {
  background-position: 0 -504px; }
.page-insta #list ul.column1 li:nth-child(9):before {
  background-position: 0 -576px; }
.page-insta #list ul.column1 li:nth-child(10):before {
  background-position: 0 -648px; }
.page-insta #list ul.column2 li:nth-child(1):before {
  background-position: 0 -720px; }
.page-insta #list ul.column2 li:nth-child(2):before {
  background-position: 0 -792px; }
.page-insta #list ul.column2 li:nth-child(3):before {
  background-position: 0 -864px; }
.page-insta #list ul.column2 li:nth-child(4):before {
  background-position: 0 -936px; }
.page-insta #list ul.column2 li:nth-child(5):before {
  background-position: 0 -1008px; }
.page-insta #list ul.column2 li:nth-child(6):before {
  background-position: 0 -1080px; }
.page-insta #list ul.column2 li:nth-child(7):before {
  background-position: 0 -1152px; }
.page-insta #list ul.column2 li:nth-child(8):before {
  background-position: 0 -1224px; }
.page-insta #list ul.column2 li:nth-child(9):before {
  background-position: 0 -1296px; }
.page-insta #list ul.column2 li:nth-child(10):before {
  background-position: 0 -1368px; }
.page-insta #list ul.column2 li:nth-child(11):before {
  background-position: 0 -1440px; }

/* *********************************************************************************************************************
 * CONOCE 
 */
.page-conoce #ideario {
  background-color: #e4a100; }
  .page-conoce #ideario .vc_col-sm-6:first-child {
    padding: 60px 0; }
  .page-conoce #ideario h2, .page-conoce #ideario p {
    color: #fff; }
  .page-conoce #ideario p {
    line-height: 1.5; }

/* *********************************************************************************************************************
 * EQUIPO 
 */
.page-equipo #equipo h2 {
  margin-bottom: 30px; }
.page-equipo #equipo .item {
  display: block;
  height: 350px; }
  .page-equipo #equipo .item img {
    float: left;
    display: inline-block;
    width: 50%; }
  .page-equipo #equipo .item a {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #000;
    border-radius: 100%;
    border: 1px solid #000; }
    .page-equipo #equipo .item a:hover {
      background-color: #e4a100;
      border-color: #e4a100;
      color: #fff !important; }
  .page-equipo #equipo .item .data {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center; }
    .page-equipo #equipo .item .data h6 {
      margin-top: 100px;
      font-weight: 900;
      font-size: 22px; }
      .page-equipo #equipo .item .data h6 span {
        font-weight: 300;
        font-size: 18px; }
  .page-equipo #equipo .item .txt {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: calc(100% - 30px);
    height: 350px;
    padding: 50px;
    font-size: 16px;
    color: #000;
    border: 2px solid #000;
    background-color: #fff; }
    .page-equipo #equipo .item .txt a {
      float: right;
      margin: -30px -30px 0 0;
      font-size: 20px;
      text-align: center; }
    .page-equipo #equipo .item .txt h6 {
      margin: 30px 0 20px 0;
      font-weight: 900;
      font-size: 22px; }
  .page-equipo #equipo .item:nth-child(even) img {
    float: right; }
.page-equipo #orga img {
  margin-top: 40px; }
.page-equipo #saludo {
  background-color: #eef0f0; }
  .page-equipo #saludo h2 {
    width: 380px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center; }
    .page-equipo #saludo h2 + p {
      margin-top: 40px; }

/* *********************************************************************************************************************
 * ADMISIONES 
 */
.page-admisiones #docs a {
  display: block;
  clear: both; }
.page-admisiones #forms {
  padding-bottom: 80px; }
  .page-admisiones #forms .form-bt {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    height: 330px;
    padding-top: 50px;
    background-size: cover; }
    .page-admisiones #forms .form-bt a {
      display: block;
      box-sizing: border-box;
      width: 240px;
      height: 240px;
      margin: 0 auto;
      padding-top: 70px;
      font-size: 30px;
      line-height: 1.25;
      text-align: center;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 100%; }
      .page-admisiones #forms .form-bt a span {
        font-family: 'Pacifico';
        font-size: 46px; }
      .page-admisiones #forms .form-bt a:hover {
        background-color: rgba(0, 0, 0, 0.9);
        color: #e4a100;
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
    .page-admisiones #forms .form-bt.solicitud {
      background-image: url("https://www.cmvedruna.org/media/admisiones-solicitud-bt-bkg.jpg"); }
    .page-admisiones #forms .form-bt.renova {
      padding-top: 85px;
      background-image: url("https://www.cmvedruna.org/media/admisiones-renova-bt-bkg.jpg"); }
      .page-admisiones #forms .form-bt.renova a {
        width: 280px;
        height: 160px;
        margin-left: 0;
        padding-top: 35px;
        border-radius: 0; }
.page-admisiones .proceso .wpb_raw_html {
  padding: 0 100px; }
  .page-admisiones .proceso .wpb_raw_html:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 200px;
    top: 50px;
    left: 50%;
    border-right: 1px dashed #adadad; }
.page-admisiones .proceso .block {
  position: relative;
  width: 45%;
  margin-bottom: 40px;
  text-align: right; }
  .page-admisiones .proceso .block p {
    line-height: 1.2; }
    .page-admisiones .proceso .block p a {
      font-weight: 700; }
  .page-admisiones .proceso .block img {
    vertical-align: top;
    margin: 0 -20px 20px 0; }
  .page-admisiones .proceso .block span:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 1px;
    margin: 45px 0 0 23px;
    border-bottom: 1px dashed #adadad; }
.page-admisiones .proceso .right-side-block {
  left: 55%;
  text-align: left; }
  .page-admisiones .proceso .right-side-block img {
    margin: 0 0 20px -20px; }
  .page-admisiones .proceso .right-side-block span:after {
    margin: 45px 0 0 -123px; }
.page-admisiones #proceso_solicitud .wpb_raw_html:after {
  height: 690px; }
.page-admisiones #proceso_solicitud .block-2 {
  margin-top: -200px; }
.page-admisiones #proceso_solicitud .block-3 {
  margin-top: -140px; }
.page-admisiones #proceso_solicitud .block-4 {
  margin-top: -180px; }
.page-admisiones #proceso_solicitud .block-5 {
  margin-top: -40px; }
.page-admisiones #proceso_solicitud .block-mail {
  margin-top: -240px; }
.page-admisiones #proceso_renovacion .wpb_raw_html:after {
  height: 560px; }
.page-admisiones #proceso_renovacion .block-2 {
  margin-top: -200px; }
.page-admisiones #proceso_renovacion .block-3 {
  margin-top: -80px; }
.page-admisiones #proceso_renovacion .block-4 {
  margin-top: -130px; }
.page-admisiones #proceso_renovacion .block-mail {
  margin-top: -200px; }
.page-admisiones #form .wpcf7 {
  padding: 0 100px; }
  .page-admisiones #form .wpcf7 p:has(.wpcf7-acceptance) {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.2; }
.page-admisiones #form_colegiala .wpcf7 {
  padding: 0 100px; }
  .page-admisiones #form_colegiala .wpcf7 form.wpcf7-form p {
    margin-bottom: 0; }

.form-block h4 {
  clear: both;
  color: #a12729; }
.form-block > div {
  margin-bottom: 5px;
  background-color: #eef0f0;
  border-right: 4px solid #fff; }
  .form-block > div.no-bkg {
    margin: 10px 0;
    padding: 0;
    background-color: transparent; }
    .form-block > div.no-bkg > strong {
      color: #000; }
    .form-block > div.no-bkg > span {
      display: inline-block;
      font-weight: 500;
      line-height: 1.3;
      color: #000; }
      .form-block > div.no-bkg > span input {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        color: #666; }
    .form-block > div.no-bkg p {
      font-size: 14px;
      line-height: 1.4; }
    .form-block > div.no-bkg hr {
      height: 1px;
      margin: 15px 0;
      background-color: #eef0f0;
      border: none; }
    .form-block > div.no-bkg img {
      vertical-align: middle; }
  .form-block > div + h4 {
    clear: both;
    margin-top: 50px; }
.form-block .with-bkg {
  margin-bottom: 5px;
  background-color: #eef0f0;
  border-right: 4px solid #fff; }

.fieldset-cf7mls-wrapper h4,
.form-block h4 {
  padding: 30px 0 20px 0;
  font-weight: 700;
  font-size: 16px; }
  .fieldset-cf7mls-wrapper h4 span,
  .form-block h4 span {
    font-weight: 400; }
.fieldset-cf7mls-wrapper h6,
.form-block h6 {
  margin-bottom: 15px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #a12729; }
.fieldset-cf7mls-wrapper p:has(.wpcf7-form-control-wrap),
.form-block p:has(.wpcf7-form-control-wrap) {
  margin-bottom: 0 !important; }
.fieldset-cf7mls-wrapper .fieldset-cf7mls,
.form-block .fieldset-cf7mls {
  padding: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s !important;
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s !important;
  -ms-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s !important;
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s !important;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s !important; }
  .fieldset-cf7mls-wrapper .fieldset-cf7mls > div,
  .form-block .fieldset-cf7mls > div {
    margin-bottom: 5px;
    background-color: #eef0f0;
    border-right: 4px solid #fff; }
    .fieldset-cf7mls-wrapper .fieldset-cf7mls > div.no-bkg,
    .form-block .fieldset-cf7mls > div.no-bkg {
      margin: 10px 0;
      padding: 0;
      background-color: transparent; }
      .fieldset-cf7mls-wrapper .fieldset-cf7mls > div.no-bkg > strong,
      .form-block .fieldset-cf7mls > div.no-bkg > strong {
        color: #000; }
      .fieldset-cf7mls-wrapper .fieldset-cf7mls > div.no-bkg > span,
      .form-block .fieldset-cf7mls > div.no-bkg > span {
        display: inline-block;
        font-weight: 500;
        line-height: 1.3;
        color: #000; }
        .fieldset-cf7mls-wrapper .fieldset-cf7mls > div.no-bkg > span input,
        .form-block .fieldset-cf7mls > div.no-bkg > span input {
          font-family: 'Montserrat', sans-serif;
          font-size: 12px;
          color: #666; }
      .fieldset-cf7mls-wrapper .fieldset-cf7mls > div.no-bkg p,
      .form-block .fieldset-cf7mls > div.no-bkg p {
        font-size: 14px;
        line-height: 1.4; }
      .fieldset-cf7mls-wrapper .fieldset-cf7mls > div.no-bkg hr,
      .form-block .fieldset-cf7mls > div.no-bkg hr {
        height: 1px;
        margin: 15px 0;
        background-color: #eef0f0;
        border: none; }
      .fieldset-cf7mls-wrapper .fieldset-cf7mls > div.no-bkg img,
      .form-block .fieldset-cf7mls > div.no-bkg img {
        vertical-align: middle; }
    .fieldset-cf7mls-wrapper .fieldset-cf7mls > div + h4,
    .form-block .fieldset-cf7mls > div + h4 {
      clear: both;
      margin-top: 50px; }
  .fieldset-cf7mls-wrapper .fieldset-cf7mls .with-bkg,
  .form-block .fieldset-cf7mls .with-bkg {
    margin-bottom: 5px;
    background-color: #eef0f0;
    border-right: 4px solid #fff; }
.fieldset-cf7mls-wrapper input.wpcf7-text,
.fieldset-cf7mls-wrapper textarea.wpcf7-textarea,
.form-block input.wpcf7-text,
.form-block textarea.wpcf7-textarea {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 14px !important;
  border: 0; }
.fieldset-cf7mls-wrapper textarea.wpcf7-textarea,
.form-block textarea.wpcf7-textarea {
  height: 150px !important; }
.fieldset-cf7mls-wrapper .wpcf7-checkbox .wpcf7-list-item,
.form-block .wpcf7-checkbox .wpcf7-list-item {
  display: block; }
.fieldset-cf7mls-wrapper .wpcf7-checkbox input,
.form-block .wpcf7-checkbox input {
  margin-left: 0 !important; }
.fieldset-cf7mls-wrapper .action-button,
.form-block .action-button {
  margin: 20px 8px 20px 0;
  padding: 15px;
  text-align: center !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border-radius: 0; }
  .fieldset-cf7mls-wrapper .action-button:before, .fieldset-cf7mls-wrapper .action-button:after,
  .form-block .action-button:before,
  .form-block .action-button:after {
    display: none; }
.fieldset-cf7mls-wrapper .cf7mls_back,
.form-block .cf7mls_back {
  background-color: #666 !important;
  border-radius: 0;
  opacity: 0.7; }
.fieldset-cf7mls-wrapper .wpcf7-acceptance,
.form-block .wpcf7-acceptance {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.3;
  color: #000; }
.fieldset-cf7mls-wrapper input.wpcf7-submit,
.form-block input.wpcf7-submit {
  width: 250px; }
.fieldset-cf7mls-wrapper .ajax-loader,
.form-block .ajax-loader {
  display: inline-block;
  float: right; }

.cf7mls_progress_bar {
  width: 300px;
  margin: 20px auto;
  counter-reset: li; }
  .cf7mls_progress_bar li:before {
    counter-increment: li;
    content: counter(li,decimal-leading-zero);
    width: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s !important;
    -moz-transition: all 0.4s ease 0s !important;
    -ms-transition: all 0.4s ease 0s !important;
    -o-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important; }
  .cf7mls_progress_bar li.active:before {
    color: #000;
    background-color: #bababa; }
  .cf7mls_progress_bar li.current:before {
    color: #fff;
    background-color: #a12729; }
  .cf7mls_progress_bar li:after {
    height: 1px;
    top: 20px;
    background-color: #000 !important; }

/* *********************************************************************************************************************
 * AGENDA 
 */
.wpfc-calendar .fc-toolbar {
  margin-bottom: 25px;
  text-align: left; }
  .wpfc-calendar .fc-toolbar .fc-left button {
    border: 0;
    background: transparent;
    box-shadow: none; }
  .wpfc-calendar .fc-toolbar .fc-left .fc-next-button {
    margin-left: 140px; }
  .wpfc-calendar .fc-toolbar .fc-center {
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 200px;
    margin-top: 5px;
    text-align: center; }
    .wpfc-calendar .fc-toolbar .fc-center h2 {
      float: none;
      font-weight: 600; }
  .wpfc-calendar .fc-toolbar .fc-today-button,
  .wpfc-calendar .fc-toolbar .fc-right {
    display: none; }
.wpfc-calendar a.fc-day-grid-event {
  padding: 7px 5px;
  background-color: #e4a100 !important;
  border: 0; }
  .wpfc-calendar a.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: visible; }
  .wpfc-calendar a.fc-day-grid-event .fc-time {
    display: block; }
    .wpfc-calendar a.fc-day-grid-event .fc-time:after {
      content: ' h.';
      display: inline-block; }

.single-evento .event-head {
  padding: 30px 0;
  background-color: #666; }
  .single-evento .event-head h1 {
    font-weight: 900;
    font-size: 48px;
    color: #fff; }
.single-evento .event-data {
  padding: 60px 0; }
  .single-evento .event-data > div > div {
    display: inline-block;
    vertical-align: top; }
  .single-evento .event-data .img-wrapper {
    width: 45%;
    margin-right: 4%; }
  .single-evento .event-data .data {
    width: 50%; }
    .single-evento .event-data .data h2 {
      font-weight: 700;
      font-size: 24px;
      color: #a12729; }
    .single-evento .event-data .data .time {
      margin-bottom: 30px;
      padding: 3px 10px;
      text-transform: capitalize;
      background-color: #eef0f0;
      color: #000; }
    .single-evento .event-data .data p {
      font-size: 17px; }
.single-evento #prevnext {
  padding: 20px 0 40px 0;
  text-align: center;
  border-top: 1px solid #dbdbdb;
  background-color: #eef0f0; }
  .single-evento #prevnext .bt-prev,
  .single-evento #prevnext .bt-next {
    position: absolute;
    vertical-align: top;
    font-size: 15px;
    color: #313131; }
    .single-evento #prevnext .bt-prev i,
    .single-evento #prevnext .bt-next i {
      padding-top: 5px;
      vertical-align: top; }
  .single-evento #prevnext .bt-prev {
    right: 0; }
    .single-evento #prevnext .bt-prev:hover {
      margin-right: -8px; }
  .single-evento #prevnext .bt-next {
    left: 0; }
    .single-evento #prevnext .bt-next:hover {
      margin-left: -8px; }

/* *********************************************************************************************************************
 * BLOG
 */
.blog .blog_holder,
.archive.category .blog_holder,
.archive.tag .blog_holder,
.search-results .blog_holder {
  margin-top: 100px; }
.blog article .post_image a:hover,
.archive.category article .post_image a:hover,
.archive.tag article .post_image a:hover,
.search-results article .post_image a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1); }
.blog article .post_text_inner,
.archive.category article .post_text_inner,
.archive.tag article .post_text_inner,
.search-results article .post_text_inner {
  padding: 30px 25px !important;
  background-color: #eef0f0 !important; }
.blog article .entry_title,
.archive.category article .entry_title,
.archive.tag article .entry_title,
.search-results article .entry_title {
  font-weight: 600;
  font-size: 21px;
  line-height: 23px;
  text-align: left !important; }
  .blog article .entry_title:after,
  .archive.category article .entry_title:after,
  .archive.tag article .entry_title:after,
  .search-results article .entry_title:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    margin-top: 10px;
    background-color: #e4a100; }
.blog article p.post_excerpt,
.archive.category article p.post_excerpt,
.archive.tag article p.post_excerpt,
.search-results article p.post_excerpt {
  font-size: 15px;
  text-align: left !important; }
.blog article .post_info,
.archive.category article .post_info,
.archive.tag article .post_info,
.search-results article .post_info {
  display: none; }

.archive.category .content,
.archive.tag .content {
  margin-top: 0 !important; }

.search-results .blog_holder {
  padding: 0 25%; }
.search-results .post_more {
  display: none; }

.single-post .default_template_holder {
  margin-top: 100px; }
.single-post .blog_single {
  margin-bottom: 50px; }
  .single-post .blog_single .entry_title {
    margin-bottom: 5px !important;
    font-weight: 600;
    font-size: 24px;
    color: #a12729; }
  .single-post .blog_single h2:not(.entry_title) {
    margin-bottom: 15px !important;
    font-size: 20px; }
  .single-post .blog_single .post_info {
    margin-bottom: 5px;
    font-size: 15px; }
    .single-post .blog_single .post_info .post_author {
      display: none; }
  .single-post .blog_single .post_text_inner p {
    font-size: 16px; }
    .single-post .blog_single .post_text_inner p a {
      color: #a12729;
      text-decoration: underline; }
  .single-post .blog_single .tags_text {
    padding-top: 15px;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px dashed #666; }
    .single-post .blog_single .tags_text h5 {
      font-weight: 600; }
    .single-post .blog_single .tags_text a {
      color: #666; }
      .single-post .blog_single .tags_text a:hover {
        color: #313131;
        text-decoration: underline; }
.single-post .sidebar .widget_search form {
  border: 1px solid #eef0f0; }
.single-post .sidebar > div > h5 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px; }
  .single-post .sidebar > div > h5:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    margin-top: 10px;
    background-color: #a12729; }
.single-post .sidebar .latest_post_holder h5 {
  font-size: 14px;
  color: #a12729; }
  .single-post .sidebar .latest_post_holder h5 a {
    font-weight: 600; }
.single-post .sidebar .latest_post_holder .post_infos {
  font-size: 12px;
  color: #666; }

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto #address_form .wpcf7-form {
  padding: 50px 25% 0 25%; }
  .page-contacto #address_form .wpcf7-form input.wpcf7-submit {
    width: 30%;
    margin: 30px auto; }
.page-contacto #donde .vc_col-sm-12 {
  padding: 0 10%; }
.page-contacto #donde h2 {
  margin-bottom: 50px; }
.page-contacto #donde img {
  vertical-align: middle;
  padding: 0 4px 0 8px; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal .wpb_text_column {
  padding-bottom: 60px; }
  .page-legal .wpb_text_column h1 {
    margin: 60px 0 0 0;
    font-size: 40px; }
  .page-legal .wpb_text_column h2 {
    padding: 30px 0 0 0;
    font-weight: 700;
    font-size: 19px; }
    .page-legal .wpb_text_column h2:before {
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      margin-bottom: 15px;
      background-color: #a12729; }
  .page-legal .wpb_text_column h3 {
    margin-top: 50px;
    font-size: 17px;
    line-height: 22px; }
  .page-legal .wpb_text_column p, .page-legal .wpb_text_column table {
    font-size: 14px;
    line-height: 21px; }
  .page-legal .wpb_text_column ul, .page-legal .wpb_text_column ol {
    margin-top: 40px;
    padding-left: 30px; }
    .page-legal .wpb_text_column ul li, .page-legal .wpb_text_column ol li {
      padding-bottom: 8px;
      font-size: 14px;
      line-height: 21px;
      list-style-position: inside;
      text-indent: -1em; }
  .page-legal .wpb_text_column ul li {
    list-style: none; }
    .page-legal .wpb_text_column ul li:before {
      content: "•";
      vertical-align: middle;
      padding-right: 8px;
      font-size: 22px;
      line-height: 0;
      color: #a12729; }
  .page-legal .wpb_text_column table {
    width: 100%;
    margin: 20px 0; }
    .page-legal .wpb_text_column table th, .page-legal .wpb_text_column table td {
      text-align: left !important;
      border: 1px solid #666; }
  .page-legal .wpb_text_column hr {
    visibility: hidden;
    margin: 40px 0 !important; }

/* *********************************************************************************************************************
 * GRACIAS
 */
.page-gracias #gracias {
  padding: 200px 0;
  background-color: #eef0f0; }
  .page-gracias #gracias h5 {
    padding-top: 20px; }

/* *********************************************************************************************************************
 * CLOSE ADMISSIONS (FROM PODS CONFIG)
 */
.close-admissions.page-forms .wpb_wrapper p, .close-admissions.page-forms .wpb_wrapper ul {
  display: none; }
.close-admissions.page-forms h2:after {
  content: 'En estos momentos el proceso de solicitud/renovación de plaza está cerrado.';
  display: block;
  margin-top: 40px;
  font-weight: 300;
  font-size: 20px; }
.close-admissions.page-forms #form,
.close-admissions.page-forms #form_colegiala {
  display: none;
  visibility: hidden;
  height: 0; }

/* *********************************************************************************************************************
 * LANGUAGES
 */
html:lang(en-US) .page-equipo #saludo h2 {
  width: 480px; }
html:lang(en-US) .wpfc-calendar a.fc-day-grid-event .fc-time::after {
  display: none; }
html:lang(en-US) .close-admissions.page-forms h2:after {
  content: 'The application/renewal process is currently closed.'; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * IE POSITION FIXES
 */
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * FOR RETINA
 */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-width: 768px), only screen and (max-device-width: 1024px) {
  #intro {
    background-size: 100% !important; } }
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #intro {
    background-size: 100% !important; } }
/* *********************************************************************************************************************
 * VERTICAL BREAK POINTS
 */
/* *********************************************************************************************************************
 * BREAK POINT 1500
 */
/* *********************************************************************************************************************
 * BREAK POINT 1300
 */
@media screen and (max-width: 1300px) {
  p,
  ul li,
  ol li {
    font-size: 17px;
    line-height: 1.6; }

  .page-conoce #ideario p {
    line-height: 1.3; }

  .page-equipo #equipo .item {
    height: 320px; }
    .page-equipo #equipo .item .txt {
      height: 321px; }

  .page-admisiones .proceso .block span:after {
    width: 24px; }
  .page-admisiones .proceso .right-side-block span:after {
    margin: 45px 0 0 -118px; }
  .page-admisiones #proceso_solicitud .wpb_raw_html:after {
    height: 658px; }
  .page-admisiones #proceso_renovacion .wpb_raw_html:after {
    height: 540px; } }
/* *********************************************************************************************************************
 * BREAK POINT 1200
 */
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 30px; }

  h3 {
    font-size: 21px; }

  #intro {
    height: 350px !important;
    background-size: cover; }
    #intro h1 {
      margin-top: 21%;
      font-size: 40px; }
    #intro.double-line h1 {
      margin-top: 19%; }
    #intro.no-parallax {
      height: 350px; }
    #intro.simple {
      height: auto !important; }

  .row-with-vertical-padding-40 {
    padding: 30px 0; }

  .row-with-vertical-padding-90 {
    padding: 60px 0; }

  .popup_menu_holder nav.popup_menu {
    margin-left: 15%; }

  .home #intro {
    height: 400px !important; }
    .home #intro h1 {
      margin-top: 4%; }
  .home #diferencia ul {
    width: 80%;
    margin-left: 70px; }
  .home #agenda .item {
    padding-left: 15px;
    padding-right: 15px; }
    .home #agenda .item h4 {
      font-size: 16px; }
    .home #agenda .item p {
      font-size: 13px; }

  .page-conoce #ideario .wpb_single_image {
    margin-top: 40px; }

  .page-equipo #equipo .item {
    height: 278px; }
    .page-equipo #equipo .item .data h6 {
      margin-top: 70px; }
    .page-equipo #equipo .item .txt {
      height: 278px;
      font-size: 15px;
      line-height: 1.4; }
      .page-equipo #equipo .item .txt h6 {
        margin-top: 0; }

  .page-admisiones .proceso .block span:after {
    width: 16px; }
  .page-admisiones .proceso .right-side-block span:after {
    margin: 45px 0 0 -110px; }
  .page-admisiones #proceso_solicitud .wpb_raw_html:after {
    height: 760px; }
  .page-admisiones #proceso_renovacion .wpb_raw_html:after {
    height: 625px; } }
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 1000
 */
@media screen and (max-width: 1000px) {
  div.grid_section .section_inner,
  footer .container_inner,
  .parallax_content {
    width: 90% !important; }

  h2 {
    font-size: 30px; }

  p,
  ul li,
  ol li {
    font-size: 15px;
    line-height: 1.5; }

  a.pdf-link {
    font-size: 16px; }

  a.boxed-link.orange,
  li.boxed-link a.orange {
    padding: 8px 20px !important;
    font-size: 13px; }

  .row-with-vertical-padding-90 {
    padding: 40px 0; }

  .wpcf7-form input.wpcf7-submit {
    font-size: 16px; }

  .google_map_ovrlay,
  .google_map_shortcode_overlay {
    display: none; }

  #intro {
    height: 250px !important;
    min-height: 250px;
    background-size: 100% !important;
    background-attachment: scroll !important; }
    #intro h1 {
      margin-top: 14%;
      font-size: 33px; }
    #intro.double-line h1 {
      margin-top: 11%; }
    #intro.no-parallax {
      padding: 0; }
      #intro.no-parallax h1 {
        padding-left: 40px; }
    #intro.simple {
      min-height: 0;
      padding-left: 20px; }
    #intro .vc_column-inner {
      padding-left: 0; }

  #back_to_top {
    right: 10px !important;
    bottom: 10px; }

  div.pp_pic_holder {
    width: 80% !important;
    left: 10% !important; }

  #pp_full_res iframe,
  .pp_content {
    height: 400px !important; }

  header .header_top .right {
    float: right;
    text-align: right; }
  header .header_top .widget_text {
    margin: 30px 45px 0 0; }
  header .header_top a {
    display: block;
    font-size: 14px;
    line-height: 1.5; }
    header .header_top a img {
      display: none; }
  header .header_top span {
    display: none; }
  header .header_bottom {
    padding: 0 25px; }
    header .header_bottom .logo_wrapper {
      left: 0; }
    header .header_bottom .q_logo a {
      height: 60px !important;
      left: 70px; }
      header .header_bottom .q_logo a:after {
        display: none; }

  .popup_menu_holder nav.popup_menu {
    margin-left: 50px; }
    .popup_menu_holder nav.popup_menu > ul > li {
      width: 300px; }
      .popup_menu_holder nav.popup_menu > ul > li a {
        font-size: 18px !important; }
        .popup_menu_holder nav.popup_menu > ul > li a span {
          font-size: inherit; }
    .popup_menu_holder nav.popup_menu ul.sub_menu {
      margin: -15px 0 0 350px; }

  footer .footer_top_holder .widget a.logo:after {
    top: 10px;
    left: 0; }

  .home #intro {
    height: 250px !important; }
  .home #txt_form .form-column-full {
    padding: 0 20px; }
  .home #diferencia h2 {
    font-size: 32px; }
  .home #diferencia ul {
    width: 290px;
    margin: 40px 0 0 50px; }
    .home #diferencia ul li:before {
      width: 15px;
      height: 15px;
      margin: 12px 0 0 -35px; }
  .home #agenda .item {
    width: 31% !important; }

  .page-equipo #equipo .item {
    height: 210px; }
    .page-equipo #equipo .item .data h6 {
      margin-top: 40px;
      font-size: 20px; }
      .page-equipo #equipo .item .data h6 span {
        display: block;
        padding: 0 30px;
        font-size: 16px;
        line-height: 1.3; }
    .page-equipo #equipo .item .txt {
      height: 210px;
      padding: 20px;
      font-size: 13px;
      line-height: 1.3; }
      .page-equipo #equipo .item .txt h6 {
        margin-bottom: 8px; }
      .page-equipo #equipo .item .txt a {
        margin: -10px -10px 0 0; }
    .page-equipo #equipo .item a {
      width: 30px;
      height: 30px;
      line-height: 30px; }

  .page-admisiones h2 {
    font-size: 25px; }
  .page-admisiones .proceso .wpb_raw_html {
    padding: 0; }
  .page-admisiones #form .wpcf7 {
    padding: 0; }

  .fieldset-cf7mls-wrapper h6,
  .form-block h6 {
    font-size: 13px; }
  .fieldset-cf7mls-wrapper input.wpcf7-text,
  .fieldset-cf7mls-wrapper textarea.wpcf7-textarea,
  .form-block input.wpcf7-text,
  .form-block textarea.wpcf7-textarea {
    font-size: 13px !important; }

  .single-evento .event-head h1 {
    font-size: 33px; }
  .single-evento .event-data .data p {
    font-size: 15px; }

  .blog .blog_holder,
  .archive.category .blog_holder,
  .archive.tag .blog_holder,
  .search-results .blog_holder {
    margin-top: 50px; }

  .single-post .default_template_holder {
    margin-top: 50px; }
  .single-post .blog_single .post_text_inner p {
    font-size: 15px; }
  .single-post .latest_post_image {
    width: 60px; }
  .single-post .latest_post_text {
    width: 90%;
    padding-left: 70px !important; }

  .page-contacto #address_form .wpcf7-form {
    padding: 50px 15% 0 15%; }

  .page-legal p, .page-legal table {
    font-size: 13px;
    line-height: 18px; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  div.grid_section .section_inner,
  footer .container_inner,
  .parallax_content {
    width: 80% !important; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 19px; }

  p,
  ul li,
  ol li {
    font-size: 14px;
    line-height: 1.4; }

  ul.with-bullets {
    padding-left: 40px; }

  a.pdf-link {
    font-size: 15px; }

  .bullet:before {
    width: 15px;
    height: 15px; }

  .pacifico.bullet {
    font-size: 28px; }

  .quote {
    font-size: 17px; }

  	/* a.boxed-link,
  	li.boxed-link a {
  
  		&.orange {
  			padding: 8px 20px !important;
  			font-size: 13px;
  		}
  	} */
  .row-with-vertical-padding-90 {
    padding: 30px 0; }

  #cookie-law-info-bar {
    padding: 30px 0; }
    #cookie-law-info-bar .cli-wrapper {
      padding: 0 30px; }

  #intro {
    height: 140px !important;
    min-height: 140px;
    background-position: center 20% !important;
    		/* &.no-parallax {
    			padding: 0;
    
    			h1 {
    				padding-left: 40px;
    			}
    		}
    
    		&.simple {
    			min-height: 0;
    			padding-left: 20px;
    		}
    
    		.vc_column-inner {
    			padding-left: 0;
    		} */ }
    #intro h1 {
      margin-top: 90px;
      font-size: 22px; }
    #intro.double-line h1 {
      margin-top: 60px; }

  #testis .item {
    padding: 0 10px; }
    #testis .item p {
      font-size: 14px; }

  .memorias .item {
    width: 100%; }

  #m_gallery .item {
    width: calc(50% - 7px); }

  div.pp_pic_holder {
    width: 90% !important;
    left: 5% !important; }

  #pp_full_res iframe,
  .pp_content {
    height: 200px !important; }

  header .header_top .widget_text {
    margin: 20px 20px 0 0; }
  header .header_top a {
    font-size: 12px; }
  header .header_top .widget_polylang {
    position: absolute;
    right: 20px;
    margin: 55px 0 0 0; }
    header .header_top .widget_polylang ul li a {
      font-size: 13px; }
  header .header_bottom .q_logo a {
    height: 40px !important;
    left: 60px; }

  .popup_menu_holder nav.popup_menu {
    margin-left: 30px; }
    .popup_menu_holder nav.popup_menu > ul > li {
      width: 280px; }
      .popup_menu_holder nav.popup_menu > ul > li a {
        font-size: 17px !important;
        line-height: 23px; }
        .popup_menu_holder nav.popup_menu > ul > li a span {
          font-size: inherit; }
      .popup_menu_holder nav.popup_menu > ul > li:after {
        display: none; }
    .popup_menu_holder nav.popup_menu ul.sub_menu {
      position: relative;
      margin: 0 0 0 25px;
      padding-top: 10px; }
      .popup_menu_holder nav.popup_menu ul.sub_menu a {
        font-size: 15px !important;
        text-transform: none !important; }

  footer .footer_top_holder .footer_top {
    padding: 40px 0 30px 0; }

  .home #intro {
    height: 140px !important; }
  .home #txt_form .form-box {
    margin: 40px 0; }
  .home #diferencia .vc_col-sm-6 > div,
  .home #video .vc_col-sm-6 > div {
    min-height: 300px; }
  .home #diferencia .vc_column-inner,
  .home #video .vc_column-inner {
    background-size: cover; }
  .home #diferencia h2 {
    float: none;
    width: 185px;
    margin-top: 140px;
    font-size: 23px; }
  .home #video h2 {
    margin-top: 50px; }
  .home #video a.qbutton {
    margin-top: 25px; }
  .home #agenda .item {
    width: 100% !important;
    margin-top: 20px;
    padding: 15px; }
    .home #agenda .item h6 {
      margin-top: -15px; }
    .home #agenda .item.bt i {
      font-size: 40px; }
  .home #testis h2 {
    font-size: 33px; }
  .home #donde .vc_col-sm-12 {
    padding: 0; }

  .page-conoce #ideario .vc_col-sm-6:first-child {
    padding: 30px 0; }
  .page-conoce #ideario .wpb_single_image {
    margin: 0 0 30px 0 !important; }

  .page-equipo #equipo .item {
    height: auto; }
    .page-equipo #equipo .item img {
      width: 100%; }
    .page-equipo #equipo .item .data {
      width: 100%;
      margin-bottom: 40px; }
      .page-equipo #equipo .item .data h6 {
        margin-top: 10px; }
    .page-equipo #equipo .item .txt {
      position: fixed;
      width: 87%;
      height: 400px;
      top: 200px; }
      .page-equipo #equipo .item .txt h6 {
        margin-bottom: 15px; }
  .page-equipo #saludo h2 {
    width: 80% !important; }

  .page-id-184 #intro h1 {
    width: 300px;
    margin-top: 60px; }

  .page-admisiones h2 {
    font-size: 22px; }
  .page-admisiones #forms .form-bt.solicitud {
    margin-bottom: 30px; }
  .page-admisiones .proceso .wpb_raw_html:after {
    display: none; }
  .page-admisiones .proceso .block {
    width: 100%;
    left: 0 !important;
    margin: 0 0 45px 0 !important;
    text-align: center !important; }
    .page-admisiones .proceso .block span:after {
      display: none; }
    .page-admisiones .proceso .block img {
      margin: 0 0 15px 0; }
  .page-admisiones #form_colegiala .wpcf7 {
    padding: 0; }

  .fieldset-cf7mls-wrapper .fieldset-cf7mls > div {
    float: left;
    width: 100%; }

  .form-block > div {
    float: left;
    width: 100%; }

  .fc-day-grid-event {
    padding: 4px !important; }
    .fc-day-grid-event .fc-time {
      font-size: 9px !important; }
    .fc-day-grid-event .fc-title {
      display: block;
      font-size: 9px !important;
      line-height: 11px !important; }

  .single-evento .event-head h1 {
    font-size: 24px; }

  .page-contacto #address_form .wpcf7-form {
    padding: 30px 0; }
  .page-contacto #donde .vc_col-sm-12 {
    padding: 0; }

  .page-gracias #gracias {
    padding: 100px 30px;
    background-color: #eef0f0; } }
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
