/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

@import "Heebo/stylesheet.css";

*,
::before,
::after {
    box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
    text-decoration: inherit;
    /* 1 */
    vertical-align: inherit;
    /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
    cursor: default;
    /* 1 */
    line-height: 1.5;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    tab-size: 4;
    /* 3 */
    -webkit-tap-highlight-color: transparent
        /* 4 */
    ;
    -ms-text-size-adjust: 100%;
    /* 5 */
    -webkit-text-size-adjust: 100%;
    /* 5 */
    word-break: break-word;
    /* 6 */

}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    font-family: 'Heebo','Montserrat', sans-serif;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
    display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
    list-style: none;
    padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: 'Heebo',monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: 'Heebo',monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
    border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
    border-style: none;
    max-width: 100%;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
    fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
    border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
    margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
    overflow: visible;
    /* 1 */
    text-transform: none;
    /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
    border: 1px solid #a0a0a0;
    /* 1 */
    padding: 0.35em 0.75em 0.625em;
    /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
    overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
    text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
    margin: 0;
    /* 1 */
    overflow: auto;
    /* 2 */
    resize: vertical;
    /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
    box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
    display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    /* 1 */
    touch-action: manipulation;
    /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
    cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
    cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
    cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
    display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}


p {
    font-weight: 300;
    color: #282D87;
}

strong {
    font-weight: 500;
}


@media (min-width: 1200px) {
    .container90 {
        max-width: 85% !important;
        margin: auto;
    }
}

.texto-azul {
    color: #282D87;
}

.texto-naranja {
    color: #FF9100 !important;
}

.texto-blanco {
    color: #fff !important;
}

.bg-azul {
    background-color: #282D87;
}

.bg-naranja {
    background-color: #FF9100;
}

/* HEADER */

#header-top {
    background-color: #282D87;

}

#header-top .navbar {
    max-width: 1800px;
    margin: auto;
}

#header-top .navbar-brand img {
    max-width: 190px;
}


#header-top .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

#header-top .nav-link:hover {
    color: #FF9100;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}


/* JUMBOTRON */

#jumbotron {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/banner-covid.jpg);
}

#jumbotron .box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem 10rem 6rem 3em;
    position: relative;
    max-width: 870px;
}

#jumbotron h1 {
    font-size: 2.8rem;
    font-weight: 300;
    color: #282D87;
}

#jumbotron p {
    color: #282D87;

}

#jumbotron button {
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    font-size: 0.9rem;
    padding: 15px 40px 15px 40px;
    border-radius: 0.5em;
    border: solid 2px #282D87;
    color: #282D87;
    background-color: #ffffff;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;

}

#jumbotron button:hover {
    color: #ffffff;
    background-color: #282D87;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

/* NUESTRO COMPROMISO */

#nuestro-compromiso {
    padding-top: 10rem;
    padding-bottom: 8rem;
}

s r
/* QUE ES */

#que-es {
    padding-top: 50px;
    padding-bottom: 50px;
}

.que-es-botones {
    display: flex;
    flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin: auto;
}

.que-es-botones .nav-item {
    text-align: center;
    height: 105px;
    margin-left: 6px;
    margin-right: 6px;
}



.que-es-botones .nav-link {
    padding: 30px;
    height: 100%;
    text-align: left;
    flex: 1;
    background-color: #F4F4F4;
    color: #282D87;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #dadada;
    border-radius: 7px;
    outline: none;
    font-size: 1rem;
    box-shadow: 0 0 10px #cbcbcb;
    margin: 0;
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
}

.que-es-botones .nav-link.active {
    color: #FF9100;
    background-color: #FFFFFF;
}

.que-es-botones hr.linea {
    position: absolute;
    width: 110%;
    bottom: 0;
    left: -20px;
    border: 0;
    height: 20px;
    padding: 0;
    background-color: white;
    margin: 0;
    bottom: -14px;
    right: 0;
}

.que-es-contenido {
    padding-top: 50px;
    padding-bottom: 25px;
    min-height: 500px;
    display: flex;
    align-items: flex-start;
}

.que-es-contenido ul {
    list-style: none;
    padding: 0;
}

.que-es-contenido li {
    padding-left: 2.2em;
    font-size: 1rem;
}

.que-es-contenido li:before {
    position: absolute;
    content: "";
    /* FontAwesome Unicode */
    display: inline-block;
    margin-left: -2.2em;
    /* same as padding-left set on li */
    width: 25px;
    /* same as padding-left set on li */
    height: 1.4em;
    background-image: url(../img/li.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}


.que-es-contenido .destacado {
    font-size: 1.2rem;
    font-weight: 600;
}

.tab-footer {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.tab-footer .links {
    width: 500px !important;
    max-width: 100% !important;

}

.subtitulo {
    position: relative;
    display: block;
    width: auto;
    color: #FF9100;
    font-weight: 500;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.subtitulo:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #FF9100;
    left: -120px;
    top: 45%;
    bottom: 0;
}


.subtitulo:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #FF9100;
    right: -120px;
    top: 45%;
    bottom: 0;
}


/* CARACTERISTICAS */

#cuidado {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #E6E6E6;
}

#cuidado .card {
    outline: none;

    box-shadow: 0 0 10px #cbcbcb;

}

#cuidado .card {
    padding: 60px 30px 60px 30px;
}

#cuidado .card-body {
    position: relative;
    padding: 0;

}

#cuidado .card-header {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}


#cuidado .card-footer {
    background: none;
    border: none;
    margin-top: 25px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}

#cuidado .card h5 {
    margin: 0;
    font-weight: 600;
    font-size: 1.9rem;
}

#cuidado .card h5.subt {
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#cuidado .card-naranja {
    background-color: #FF9100;
    color: #ffffff;
}

#cuidado .card-azul {
    background-color: #282D87;
    color: #ffffff;
}


#cuidado .card-body ul {
    list-style: none;
    padding: 0;
}

#cuidado .card-body li {
    padding-left: 2.2em;
}

#cuidado .card-body li:before {
    position: absolute;
    content: "";
    /* FontAwesome Unicode */
    display: inline-block;
    margin-left: -2.2em;
    /* same as padding-left set on li */
    width: 25px;
    /* same as padding-left set on li */
    height: 1.4em;
    background-image: url(../img/li2.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;

}

/* PLAN */

#plan {
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: #282D87;
    color: #ffffff;
    z-index: 1;
}

#plan:before {
    content: "";
    position: absolute;
    top: 0;
    transform: skewY(1.8deg);
    transform-origin: 100% 0;
    background-color: #282D87;
    width: 100%;
    height: 120px;
    z-index: 0;
    left: 0;
    right: 0;
    top: -50px;
}

#plan .plan-cont {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#plan .plan-item {
    width: 400px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

#plan .plan-linea {
    position: absolute;
    width: 100%;
    padding: 0 180px 0 180px;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#plan .plan-linea img {
    width: 100%;
}

#plan .plan-item h5 {
    font-size: 2.1rem;
    font-weight: 600;
    color: #FF9100;
}

#plan p {
    font-weight: 500;
}

/* MEDIDAS DE PREVENCION */

#prevencion {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F8F9FA;
}

#prevencion button.btn {
    padding: 15px 40px 15px 40px;
    border-radius: 0.5em;
    border: solid 2px #282D87;
    color: #282D87;
    text-transform: uppercase;
    margin-bottom: 2rem;
    background-color: #ffffff;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;

}

#prevencion button.btn:hover {
    color: #ffffff;
    background-color: #282D87;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.medidas {}

.medida {
    margin-bottom: 5rem;
}

.medida img {
    height: 90px;
    margin-bottom: 1rem;
}

.medida p {
    font-size: 1.2rem;
}

.medida p strong {
    font-weight: 600;
}

/* TE ESCUCHAMOS */

#te-escuchamos {
    position: relative;

    padding-bottom: 100px;
    margin-bottom: 100px;
    width: 100%;
    color: #ffffff;
    height: 100%;
    background-color: #FF9100;
}

#te-escuchamos:before {
    content: "";
    position: absolute;
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100% 0;
    background-color: #FF9100;
    width: 100%;
    height: 120px;
    z-index: 0;
    left: 0;
    right: 0;
    top: -50px;
}

#te-escuchamos:after {
    content: "";
    position: absolute;
    bottom: 0;
    transform: skewY(-1.2deg);
    transform-origin: 100% 0;
    background-color: #FF9100;
    width: 100%;
    height: 120px;
    z-index: 0;
    left: 0;
    right: 0;

}

#te-escuchamos .subtitulo {
    color: #ffffff;
}

#te-escuchamos .subtitulo:before {
    background-color: #ffffff;
}

#te-escuchamos .subtitulo:after {
    background-color: #ffffff;
}

#te-escuchamos p {
    font-size: 1.1rem;
}

#te-escuchamos img {
    position: absolute;
    left: 5%;
    max-width: 40%;
    top: -10px;
    z-index: 1;
}

/* INFORMACIÓN Y RECOMENDACIONES */

#informacion {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sintomas {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sintoma {
    display: flex;
    align-items: center;
}

.sintoma img {
    width: 35%;
}

.sintoma p {
    width: 50%;
    margin-left: 10%;
}

#recomendaciones {}

@media (min-width: 1500px) {

    #te-escuchamos p {
        font-size: 1.3rem;
    }

    #te-escuchamos img {

        max-width: 40%;
        top: -60px;

    }
}


@media (max-width: 1024px) {


    #te-escuchamos img {
        position: relative;
        margin: auto;
        left: auto;
        max-width: 80%;
        left: 10%;
    }
}

/* CONSULTAS */

#consultas {
    padding-top: 100px;
    padding-bottom: 150px;

}

#consultas h4 {
    font-size: 1.8rem;
    font-weight: 700;
}

#consultas a {
    color: #FF9100;
    font-weight: 500;
}

/* FOOTER */

footer {
    margin-top: 100px;
    padding-bottom: 75px;
    background-color: #282D87;
    color: #ffffff;
}

.footer-top {
    padding-top: 75px;
    padding-bottom: 75px;
}

.footer-top img {
    margin-bottom: -100px;
}

footer .aca-con-vos {
    justify-content: flex-end;
}


.footer-redes {
    display: flex;
    flex-direction: row;
    width: 200px;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 25px;
}

.footer-redes a {
    color: #ffffff;
    margin-right: 3px;
    font-size: 1.2rem;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.footer-redes a:hover {
    color: #FF9100;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;

}

footer .col-md-9 {
    align-items: flex-start;
    text-align: left;
}



.links {
    width: 100%;
    max-width: 500px;
}

.links p,
.links a {
    color: #282D87;
}

.links strong {
    font-weight: 500;
}

@media (min-width: 768px) {
    .que-es-botones .nav-item:first-child {
        width: 27%;
    }

    .que-es-botones .nav-item:nth-child(2) {
        width: 27%;
    }

    .que-es-botones .nav-item:nth-child(3) {
        width: 40%;
    }
}

@media (max-width: 768px) {

    .links .d-flex.texto-naranja {
        flex-direction: column;
    }

    #header-top .navbar-nav {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .sintomas {
        margin-bottom: 2rem;
    }

    #jumbotron .box {
        padding: 1rem 1rem 5rem 1rem;
    }

    #jumbotron h1 {
        font-size: 1.5rem;
    }

    #jumbotron h2 {
        font-size: 1.5rem;
    }

    .medida {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    .que-es-botones {
        flex-basis: 1;
        width: 90%;
        flex-direction: column;
    }

    .que-es-botones .nav-item {
        width: 100%;
        height: auto;
    }

    .que-es-contenido {
        padding-bottom: 20px;
        min-height: auto;
    }

    .tab-footer {
        flex-direction: column-reverse;
    }

    .tab-footer img {
        margin-bottom: 1rem;
    }

    .subtitulo:before {
        width: 20px;
        left: -30px;
    }

    .subtitulo:after {
        width: 20px;
        right: -30px;
    }

    .cuestiones .col-md-3 {
        height: auto;
        margin-bottom: 50px;
    }

    #plan {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #plan .plan-cont {
        flex-direction: column;
    }


    #plan .plan-item {
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #plan .plan-linea {
        display: none;
    }


    #te-escuchamos {
        margin-bottom: 50px;
    }

    /* CONSULTAS */

    #consultas {
        text-align: center !important;
        padding-top: 25px;
        padding-bottom: 90px;

    }


    footer .col-md-6 {
        text-align: center;
    }


    footer .col-md-9 {
        align-items: center;
        text-align: center;
    }

    footer .aca-con-vos {
        justify-content: center;
    }

    footer h2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    footer .col-12 {
        align-items: center;
        text-align: center;
    }


}


@media screen\0 {
    #jumbotron img {
        height: 100%;
    }

}
