/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

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


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   Estilos de Página
   ========================================================================== */

html,
body {
    height: 100%;
    margin: 0;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
    font-family: 'Open Sans', sans-serif;
}


/*Links*/

a:link {
    color: inherit;
}

a:-webkit-any-link {
    text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
}


/*Links*/


/*Formas*/

button::-moz-focus-inner {
    border: 0;
}

input::-moz-focus-inner {
    border: 0;
}

textarea::-moz-focus-inner {
    border: 0;
}

input: focus,
input:active {
    border: 0;
    outline: none;
}

textarea: focus,
input:active {
    border: 0;
    outline: none;
}

input[type='range'],
input[type='range']:focus,
input[type='range']:active,
input[type='range']::-moz-focus-inner,
input[type='range']:-moz-focusring {
    border: 0;
    outline: none;
}

input,
textarea {
    border: 0;
}

textarea {
    resize: none;
}

.noOverflow {
    overflow: hidden;
}


/*Formas*/


/*Sombras para SVG*/

.sombraSVG {
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
    /* Same syntax as box-shadow */
}


/*Sombras para SVG*/


/*Embedear Fuentes*/


/*Embedear Fuentes*/


/* ==========================================================================
   Layout
   ========================================================================== */


/*Esto es para evitar que se quede pegado en Chrome por estar Fixed*/

.fixed {
    position: fixed;
    -webkit-transform: translateZ(0);
}


/*Alinear Verticalmente*/

.verticalAlign {
    display: table;
}

.top,
.middle,
.bottom {
    display: table-cell;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.fill {
    width: 100%;
    height: 100%;
}

.filler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.width100 {
    width: 100%;
}

.height100 {
    position: relative;
    height: 100%;
}


/*Padding y Márgenes*/

.paddingA {
    padding: 7.08vw 8.5vw;
}

.marginA {
    margin: 7.08vw 8.5vw;
}

.paddingB {
    padding: 4.25vw 5.666vw;
}

.marginB {
    margin: 4.25vw 5.666vw;
}

.paddingC {
    padding: 2.125vw;
}

.marginC {
    margin: 2.125vw;
}

.paddingD {
    padding: 1.25vw;
}

.marginD {
    margin: 1.25vw;
}


/* ========================================
   Animaciones
   ======================================== */

.light {
    font-weight: 300;
}

.mayus {
    text-transform: uppercase;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

/* ========================================
   Animaciones
   ======================================== */

.transition.all {
    -webkit-transition-property: all;
    transition-property: all;
}

.transition.in {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.transition.out {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.transition.inOut {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.transition.dur150 {
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
}

.transition.dur200 {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.transition.dur250 {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.transition.dur300 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.transition.dur350 {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}

.transition.dur400 {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.transition.dur450 {
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
}


/*Transiciones*/

.ejemploDeTransformacion {
    -webkit-transform: translateY(6px) rotate(135deg);
    transform: translateY(6px) rotate(135deg);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.ejemploDeTransicion {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

#menuMobile {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

#menuMobile li {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

#menuMobile.animationReady {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#menuMobile.animationReady li {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}


/*Transiciones*/


/* ==========================================================================
   Los estilos del sitio
   ========================================================================== */


/*menu*/

#menuS {
    color: #fff;
    text-transform: uppercase;
    top: 25px;
}

#menuS ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menuS li {
    float: right;
}

#menuS li a {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

#menuS li a:hover {
    color: #a93338;
    text-decoration: underline;
}

#menuBurger {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 4;
    cursor: pointer;
}

#burger {
    width: 40px;
}

#burger div {
    background-color: #fff;
    height: 4px;
    text-align: center;
    margin: 4px;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

#burger.expanded div {
    background-color: #fff;
}

#burger.expanded div:first-child {
    -webkit-transform: translateY(8px) rotate(135deg);
    transform: translateY(8px) rotate(135deg);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

#burger.expanded div:nth-child(2) {
    opacity: 0;
}

#burger.expanded div:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-135deg);
    transform: translateY(-8px) rotate(-135deg);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}


/*menu*/


/*menu mobile*/

#menuMobile {
    text-align: center;
    background-color: rgba(169, 51, 56, 0.85);
    width: 100%;
    height: 100vh;
    z-index: 1;
}

#menuMobile.animationReady {
    visibility: hidden;
    display: none;
}

#menuMobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#menuMobile li a {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 9px;
    font-size: 1.15em;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

#menuMobile li a:hover {
    text-decoration: underline;
    opacity: 0.9;
}


/*menu mobile*/


/*header*/

#logo {
    z-index: 2;
    pointer-events: none;
    cursor: default;
}

#papaW {
    width: 100%;
    position: relative;
    height: 90%;
}

#papaI {
    width: 100%;
    position: relative;
    height: 60%;
    background-size: cover;
}

.papaEmpresa {
    background-image: url(../img/img_empresa_top.jpg);
    background-position: center;
}

.papaTestimon {
    background-image: url(../img/img_testimon_top.jpg);
    background-position: center;
}

.papaEventos {
    background-image: url(../img/img_eventos_top.jpg);
    background-position: center;
}

.papaEscuela {
    background-image: url(../img/img_escuela_top.jpg);
    background-position: center;
}
.papaPais {
    background-image: url(../img/img_pais_top.jpg);
    background-position: center;
}

.papaAustralia {
    background-image: url(../img/img_pais_au.jpg);
    background-position: center;
}
.papaUsa {
    background-image: url(../img/img_pais_ny.jpg);
    background-position: center;
}
.papaCanada {
    background-image: url(../img/img_pais_ca.jpg);
    background-position: center;
}

.papaLanguage {
    background-image: url(../img/img_escuelas_language.jpg);
    background-position: center;
}
.papaPublic {
    background-image: url(../img/img_escuelas_public.jpg);
    background-position: center bottom;
}
.papaBoard {
    background-image: url(../img/img_escuelas_boarding.jpg);
    background-position: center;
}
.papaCollege {
    background-image: url(../img/img_escuelas_college.jpg);
    background-position: center;
}
.papaWork {
    background-image: url(../img/img_escuelas_work.jpg);
    background-position: center top;
}
.papaCamps {
    background-image: url(../img/img_escuelas_camps.jpg);
    background-position: center;
}
.papaPrivacidad {
    background-image: url(../img/img_privacidad_top.jpg);
    background-position: center;
}

/*fondo escuelas*/
.papaILAC {
    background-image: url(../img/img_escuelas_ilac.jpg);
    background-position: center;
}
.papaTamwood {
    background-image: url(../img/img_escuelas_tamwood.jpg);
    background-position: center;
}
.papaILSC {
    background-image: url(../img/img_escuelas_ilsc.jpg);
    background-position: center;
}
.papaSD43 {
    background-image: url(../img/img_escuelas_sd43.jpg);
    background-position: center;
}
.papaBodwell {
    background-image: url(../img/img_escuelas_bodwell.jpg);
    background-position: center;
}
.papaSD41 {
    background-image: url(../img/img_escuelas_sd41.jpg);
    background-position: center;
}
.papaGreystone {
    background-image: url(../img/img_escuelas_greystone.jpg);
    background-position: center;
}
.papaILACInternational {
    background-image: url(../img/img_escuelas_ilac_international.jpg);
    background-position: center;
}
.papaAcsenda {
    background-image: url(../img/img_escuelas_acsenda.jpg);
    background-position: center;
}

/*fondo escuelas*/


#encabeza {
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
}

#header {
    position: fixed;
    width: 100%;
}

#header.scrollDown #burger div {
    background-color: #ed7233;
}

#copy {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    margin-bottom: -5px;
}

.copyH {
    background-color: #a93338;
    height: 100px;
}

.copyH h1 {
    padding: 20px;
    text-align: center;
    line-height: 1.35;
    font-size: 1.2em;
}

.copyH h1 span {
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 5px;
}

.carousel-posicion {
    position: relative;
    width: 100%;
    height: 90vh;
    padding-top: 45vh;
    line-height: 1.05;
    margin-left: -15%;
}

.letra-carousel-g {
    font-size: 3em;
    font-weight: 700;
    padding-bottom: 5px;
}

.letra-carousel {
    font-size: 1.2em;
    padding: 0 5px;
}

.letra-carousel span {
    text-decoration: underline;
    font-weight: 600;
}

.slide div {
    background-size: cover;
    background-position: center top;
}

#slide1 {
    background-image: url(../img/img_home_carru1.jpg);
}

#slide2 {
    background-image: url(../img/img_home_carru4.jpg);
}

#slide3 {
    background-image: url(../img/img_home_carru2.jpg);
}

#slide4 {
    background-image: url(../img/img_home_carru5.jpg);
}

#slide5 {
    background-image: url(../img/img_home_carru3.jpg);
}


/*header*/


/*intro*/
#intro {
    margin: 100px 0 50px 0;
    color: #666;
}

#intro h1 {
    padding-top: 150px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.3;
    color: #000;

}

#intro h4 {
    font-weight: 700;
    font-size: 2.5em;
    text-align: center;
    color: #000;
}

#intro .info {
    text-align: center;
}

#intro p {
    text-align: left;
    line-height: 1.5;
}

#intro p span {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

#intro .crest {
    position: absolute;
    left: calc(50% - 75px);
    width: 150px;
}

#intro .crest300 {
    position: absolute;
    left: calc(50% - 160px);
    width: 300px;
}
/*intro*/

/*privacidad*/
#privacidad {
    margin: 100px 0 50px 0;
    color: #666;
}

#privacidad a {
	font-weight: 700;
    color: #000;
}

#privacidad a:hover {
	font-weight: 700;
    color: #A93338;
}

#privacidad h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.3;
    color: #000;
}

#privacidad h4 {
    font-weight: 700;
    font-size: 2.5em;
    text-align: center;
    color: #000;
}

#privacidad p {
    text-align: justify;
    line-height: 1.5;
}

#privacidad p span {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

#privacidad li {
    padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
    text-align: justify;
}

#privacidad li span {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
/*privacidad*/

/*bloqueColores*/
#bloqueC {
    color: #fff;
}

#bloqueC h1 {
    font-weight: 600;
    font-size: 1.2em;
    width: 100%;
    line-height: 1.3em;
    text-align: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 100%;
}

#bloqueC .icon {
    position: absolute;
    width: 50px;
    top: 12%;
    left: calc(50% - 25px);
}

#bloqueC .plus {
    position: absolute;
    z-index: 1;
    width: 15px;
    bottom: 8%;
    right: 10%;
}

.bloqueH {
    height: 260px;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;

}

.bloqueH:hover#cuad1,
.bloqueH:hover#cuad2,
.bloqueH:hover#cuad3,
.bloqueH:hover#cuad4,
.bloqueH:hover#cuad5,
.bloqueH:hover#cuad6 {
    opacity: 0.9;
    cursor: pointer;
}

#cuad1 {
    background-color: #a93338;
}

#cuad2 {
    background-color: #c73e44;
}

#cuad3 {
    background-color: #e14d53;
}

#cuad4 {
    background-color: #e16627;
}

#cuad5 {
    background-color: #ed7233;
}

#cuad6 {
    background-color: #f67d40;
}

#rect2 {
    background-color: #ee595f;
}

#rect1 {
    background-color: #f98449;
}

.recua h4 {
    text-align: right;
    font-size: 5em;
    font-weight: 700;
}

.recua p {
    border-width: 2px;
    border-color: #fff;
    border-left-style: solid;
    padding: 10px 15px;
}

.recua2 h4 {
    text-align: right;
    font-size: 5em;
    font-weight: 700;
}

.recua2 p {}


#cuad7 {
    background-color: #c7d959;
}
#cuad8 {
    background-color: #b9cb48;
}
#cuad9 {
    background-color: #fcaf54;
}
#cuad0 {
    background-color: #efa34a;
}
/*bloqueColores*/


/*parallax*/
#parallax {
    /* The image used */
    background-image: url(../img/img_home_testimon.jpg);
    /* Full height */
    height: 350px;
    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

#parallax p {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 35px
}

#parallax p span {
    text-decoration: underline;
}

#parallax a {
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#parallax a:hover {
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
/*parallax*/


/*map*/
#map-canvas {
    width: 100%;
    height: 400px;
    background-color: #000000;
}


/*map*/


/*elige*/

#choose {
    position: relative;
    height: 120px;
    background-color: #f1f1f1;
    color: #a4a4a4;
    font-size: 1.8em;
    font-weight: 600;
    text-align: center;
}

#pC a {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    cursor: pointer;
}

#pC a:hover {
    opacity: 0.85;
}

#pCont {

}

#pCont h1 {
    position: absolute;
    top: 4%;
    left: 15%;
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: 25px;
    z-index: 1;
}

#pCont h1 span {
    font-size: 0.7em;
    letter-spacing: 20px;
}

#pCont h2 {
    padding: 0;
    font-size: 1.5em;
    letter-spacing: 5px;
    font-weight: 700;
}

#pP a {
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    cursor: pointer;
}
#pP a:hover {
    opacity: 0.85;
}

.sizers {
    font-size: 8em !important;
    margin-top: 5%;
}

.pAltura {
    height: 300px;
    background-size: cover;
    color: #fff;
    padding: 6% 20px;
}

#pCanada {
    background-image: url(../img/img_home_pais_c.jpg);
}

#cCanada {
    background-color: #f98449;
}

#pUsa {
    background-image: url(../img/img_home_pais_u.jpg);
}

#cUsa {
    background-color: #ee595f;
}

#pAusi {
    background-image: url(../img/img_home_pais_a.jpg);
    background-position: center;
}

#cAusi {
    background-color: #fcaf54;
}

#pEuro {
    background-image: url(../img/img_home_pais_e.jpg);
    background-position: center;
}

#cEuro {
    background-color: #d6e481;
}


/*elige*/


/*foot*/

#sponsor {
    height: 140px;
    text-align: center;
}

#sponsor p {
    padding-top: 15%;
}

#foot {
    background-color: #484848;
    color: #fff;
    height: 740px;
}

#foot h3 {
    font-weight: 700;
    font-size: 1.5em;
}

#foot .redes {
    margin-left: calc(50% - 45px);
}

#foot img {
    width: 20px;
    margin-top: 25px;
    margin-right: 10px;
}

#foot a {
    color: #FFF;
}

#foot a:hover {
    color: #A93338;
}

#foot a img {
    cursor: pointer;
}

#foot a img:hover {
    opacity: 0.8;
}

#foot p {
    text-align: center;
    margin-top: 25px;
}

#foot p span {
    text-decoration: underline;
    font-weight: 600;
}

#foot form {
    margin-top: 25px;
}

#foot input,
#foot textarea {
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    background: transparent;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0;
    height: 30px;
    padding: 5px 10px 1px 10px;
    margin-bottom: 10px;
    font-size: 0.85em;
    font-style: italic;
    text-align: center;
}

#foot textarea {
    height: 55px;
}

#foot input.error::-moz-input-placeholder,
#foot textarea.error::-moz-input-placeholder,
#foot input.error:-moz-input-placeholder,
#foot textarea.error:-moz-input-placeholder,
#foot input.error:-ms-input-placeholder,
#foot textarea.error:-ms-input-placeholder {
    color: #ee595f;
    text-transform: uppercase;
}

#foot input.error::-webkit-input-placeholder,
#foot textarea.error::-webkit-input-placeholder {
    color: #ee595f;
    text-transform: uppercase;
}

#foot input.error,
#foot textarea.error {
    border: 1px solid #ee595f;
}

#foot input.error:hover,
#foot textarea.error:hover {}

.formMessage {
    text-align: center;
    padding: 15px;
}

.formMessage strong {
    font-size: 1.2em;
    line-height: 1.5;
}

.formMessage p {
    font-size: 1em;
    color: #fff;
}

.formMessage.error p {
    color: red;
}

.hide {
    display: none;
}

#foot form submit {
    padding: 8px 20px;
    font-weight: 600;
    text-align: center;
    border-style: solid;
    border-width: 1px;
}

.boto {
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    cursor: pointer;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.boto:hover {
    background-color: #222;
}

#foot input::-webkit-calendar-picker-indicator {
              opacity: 100;
           }

/*foot*/


/* ==========================================================================
   Secciones internas
   ========================================================================== */


/*escuelas*/

#schools {
    padding-bottom: 50px;
}

#schools #scool {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-bottom: 50px;
}

#schools #scool a {
    cursor: pointer;
}

#schools #scool:hover {
    opacity: 0.85;
}

#schools .foto {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}

#schools .cinta {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: -30px;

    text-align: center;
    background-color: #a93338;
    color: #fff;
    padding: 15px;
}

#schools .cinta h1 {
    margin: 0 !important;
    font-size: 1.2em;
    font-weight: 600;
}

#schools .cinta h3 {
    margin: 0 !important;
    font-size: 0.85em;
    padding-top: 4px;
}

#galle {
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    cursor: pointer;
}

#galle:hover {
    opacity: 0.85;
}

#specs {
    color: #fff;
}

#specs .icon {
    position: absolute;
    width: 50px;
    top: calc(45% - 25px);
    left: calc(50% - 25px);
}

#specs .tag {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    top: 65%;
}

.bloqueI {
    height: 250px;
}

#specs .acerca {
    font-size: 0.9em;
    font-weight: 300;
}

#more {
    background-color: #ececec;
    padding: 10px;
}

#more h1 {
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
    margin-bottom: 20px;
}

#more p {
    font-size:0.9em;
    line-height: 1.5;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bloqueE {
    height: 450px;
}

#escu {
    color: #fff;
}

#escu .icon {
    position: absolute;
    width: 50px;
    top: 30%;
    left: calc(50% - 25px);
}

#escu h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.4em;
}

#escu p {
    font-size:0.95em;
    padding: 20PX;
}

#escu p span {
    font-weight: 700;
    text-decoration: underline;
}

#hover {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#hover:hover {
    opacity: 0.9;
}

.mas {
    position: absolute;
    width: 18px;
    right: 10px;
    bottom: 10px;
}

.mas2 {
    position: absolute;
    width: 18px;
    left: 10px;
    bottom: 10px;
}

/*escuelas*/

/*empresa*/

#flag {
    color: #fff;
    height: 320px;
    background-color: #a93338;
}

#flag #color {
    background-color: #a93338;
}

#flag h1 {
    position: absolute;
    font-size: 4em;
    letter-spacing: 12px;
    padding-left: 20%;
    margin-top: 4%;
    text-transform: uppercase;
}

#flag #color h2 {
    font-size: 1.2em;
    letter-spacing: 4px;
    padding-left: 15px;
}

#flag #color p {
    padding: 0 20px;
}

#flag #foto {
    background-image: url(../img/img_empresa_bottom.jpg);
    background-size: cover;
}


/*empresa*/


/*testimonios*/

#monials {
    background-color: #ececec;
    padding: 10px;
}

#monials .avatar {
    background-color: #fff;
    height: 100px;
}

#monials .avatar img {
    position: absolute;
    height: 70px;
    margin-top: 15px;
    left: calc(50% - 35px)
}

#monials .avatar p {
    padding: 25px 10px;
}

#monials .avatar p span {
    font-size: 1.1em;
    font-weight: 600;
    color: #c73e44;
}

#monials .texto {
    color: #fff;
    font-size: 0.85em;
    height: auto;
    position: relative;
}

#monials .texto p {
    width: 100%;
    padding: 20px;
}

#monials .comment::before {
    position: absolute;
    content: "";
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

#monials #colors1 {
    background-color: #c73e44;
}

#monials #colors2 {
    background-color: #f98449;
}

#monials #colors3 {
    background-color: #fcaf54;
}

#monials #colors4 {
    background-color: #c7d959;
}

.grid-sizer,
.grid-item {
    width: 100%;
}

.grid-item {
    float: left;
}


/* clearfix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/*testimonios*/


/*eventos*/

#even {
    padding: 10px;
}

#even #bloc .marg {
    background-color: #f1f0f0;
    margin: 2%;
}

#even #bloc .pic {
    background-size: cover;
    background-position: top;
    height: 220px;
}

#even #bloc #foto1 {
    background-image: url(../img/img_even_pic1.jpg);
}

#even #bloc #foto2 {
    background-image: url(../img/img_even_pic2.jpg);
}

#even #bloc .date {
    position: absolute;
    left: 30px;
    background-color: #c73e44;
    color: #fff;
    padding: 15px;
    width: 75px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.1;
    font-size: 1.2em;
}

#even #bloc .date span {
    font-size: 1.8em;
    font-weight: 900;
}

#even #bloc .info {
    position: relative;
    line-height: 1.8;
    height: 280px;
}

#even #bloc .info .pad {
    padding: 20px;
}

#even #bloc .info span {
    font-size: 1.1em;
    color: #a93338;
    font-weight: 600;
}

.divisor {
    width: 100%;
    padding: 0 !important;
    height: 2px;
    background-color: #999;
}

#even #bloc .shares img {
    width: 20px;
    margin-right: 5px;
}


/*eventos*/



/* ==========================================================================
   Los Media Queries
   ========================================================================== */


/********** Tablet Vertical **********/

@media (min-width:768px) {
    /*header*/
    #logo {
        pointer-events: all;
        cursor: pointer;
    }
    #header {
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }
    #header.scrollDown {
        background-color: rgba(255, 255, 255, 0.98);
    }
    #header.scrollDown #menuS li a {
        color: #000;
    }
    #header.scrollDown #menuS li a:hover {
        color: #a93338;
    }
    #copy {
        margin-bottom: -50px;
    }
    .copyH h1 {
        font-size: 1.4em;
        padding-left: 40px;
        text-align: left;
    }
    .carousel-posicion {
        margin-left: -20%;
    }
    .letra-carousel-g {
        font-size: 5.2em;
    }
    .letra-carousel {
        font-size: 2em;
    }
    /*header*/
    /*intro*/
    #intro h4 {
        font-size: 3.2em;
        text-align: right;
    }
    #intro p {
        text-align: justify;
    }
    #intro p span {
        font-weight: 700;
        color: #000;
        text-decoration: underline;
    }
    /*intro*/
    /*bloqueColores*/
    #bloqueC h1 {
        font-size: 1.2em;
        margin-top: 80%;
    }
    #bloqueC .plus {
        bottom: 12%;
        right: 10%;
    }
    .bloqueH {
        height: 280px;
    }
    /*bloqueColores*/
    /*elige*/
    .pAltura {
        height: 320px;
        padding: 21% 20px;
    }
    /*elige*/
    /*foot*/
    #foot {
        height: 450px;
    }
    #foot .redes {
        margin-left: inherit;
    }
    #foot p {
        text-align: left;
        margin-top: 25px;
    }
    /*foot*/
    /*escuela*/
    .bloqueE {
        height: 230px;
    }
    /*escuela*/
    /*empresa*/
    #flag {
        height: 40vw;
    }
    #flag #color p {
        margin-top: 50px;
    }
    /*empresa*/
    /*testimonios*/
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
    /*testimonios*/
}


/********** Tablet Horizontal **********/

@media (min-width: 992px) {
    /*bloqueColores */
    #bloqueC .plus {
        visibility: hidden;
        display: none;
    }
    #bloqueC h1 {
        font-size: 1.5em;
        margin-top: 80%;
    }
    .bloqueH {
        height: 300px;
    }
    /*bloqueColores */
    /*mapa*/
    #map-canvas {
        height: 600px;
    }
    /*mapa*/
    /*escuela*/
    .bloqueE {
        height: 360px;
    }
    /*escuela*/
    /*empresa*/
    #flag #color p {
        padding: 45px;
        font-size: 1.2em;
    }
    /*empresa*/
}


/********** Escritorio 0 **********/

@media (min-width: 1025px) {
    /*menu*/
    #menuS li a {
        padding: 17px;
        font-size: 1em;
    }
    /*menu*/
    /*bloqueColores*/
    .recua h4 {
        text-align: center;
        font-size: 6.5em;
    }
    .recua2 h4 {
        font-size: 6.5em;
    }
    /*bloqueColores*/
    /*parallax*/
    #parallax {
        background-attachment: fixed;
        background-position: center bottom;
    }
    #parallax p {
        font-size: 1.8em;
        margin-bottom: 45px
    }
    /*parallax*/
    /*elige*/
    #pCont h1 {
        font-size: 4em;
        letter-spacing: 25px;
    }
    .pAltura {
        height: 29vw;
        padding: 21% 20px;
    }
    /*elige*/
    /*empresa*/
    #flag h1 {
        font-size: 5em;
        letter-spacing: 20px;
        padding-left: 18%;
        margin-top: 4%;
    }
    /*empresa*/
    /*testimonios*/
    .grid-sizer,
    .grid-item {
        width: 33.3%;
    }
    /*testimonios*/
}


/********** Escritorio 1 **********/

@media (min-width: 1200px) {}


/********** Escritorio 2 **********/

@media (min-width: 1380px) {
    #flag {
        height: 30vw;
    }
    .grid-sizer,
    .grid-item {
        width: 25%;
    }

    .sizers {
    font-size: 13em !important;
    margin-top: 3%;
    }
}


/********** Escritorio 3 **********/

@media (min-width: 1540px) {
    #bloqueC h1 {
        font-size: 1.5em;
        margin-top: 85%;
    }
    .bloqueH {
        height: 320px;
    }
    .recua h4 {
        font-size: 10em;
    }
    .recua p {
        font-size: 1.2em;
        padding: 25px;
    }
    .recua2 h4 {
        font-size: 10em;
    }
    .recua2 p {
        font-size: 1.2em;
        padding: 25px;
    }
    /*elige*/
    #pCont h1 {
        top: 5%;
        font-size: 6em;
        letter-spacing: 28px;
    }
    .pAltura {
        height: 24vw;
        font-size: 1.2em;
        padding: 21% 30px;
    }
    /*elige*/
    /*foot*/
    #sponsor {
        height: 180px;
    }
    /*foot*/
    /*escuela*/
    .bloqueE {
        height: 250px;
    }
    /*escuela*/
    /*empresa*/
    #flag h1 {
        font-size: 8em;
        margin-top: 3%;
        margin-left: 5%
    }
    /*empresa*/
}


/********** Escritorio 4 **********/

@media (min-width: 1850px) {}


/********** Escritorio 5 **********/

@media (min-width: 2000px) {}


/************** Portrait **************/

@media (orientation: portrait) {
    @media (min-width: 768px) {
        #papaW {
            height: 60%;
        }
        #papaI {
            height: 40%;
        }
        .carousel-posicion {
            height: 55vh;
            padding-top: 30vh
        }
        .copyH h1 {
            font-size: 1.2em;
        }
    }
}

/* Edvisor */

#quoteBtn {
  cursor: pointer;
  text-decoration: none !important;
  background-color:#A93338;
  color:#ffffff !important;
  border-radius:20px;
  padding:10px 21px !important;
  margin-top: 4% !important;
  
#europa-section {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.europa-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.europa-left, .europa-right {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.europa-left img.mas2 {
    display: block;
    margin-bottom: 20px;
    width: 40px;
    height: auto;
}

.europa-left h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.europa-left p {
    font-size: 18px;
    line-height: 1.6;
}

.europa-right {
    display: flex;
}

.country-column {
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
}


