/*! HTML5 Boilerplate v6.0.1 | 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: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: josefin-sans;
    src: url(../fonts/Josefin_Sans/JosefinSans-Bold.ttf);
}

@font-face {
    font-family: lato-regular;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
    font-family: lato-bold;
    src: url(../fonts/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: abeezee-regular;
    src: url(../fonts/ABeeZee/ABeeZee-Regular.ttf)
}

@font-face {
    font-family: abeezee-italic;
    src: url(../fonts/ABeeZee/ABeeZee-Italic.ttf)
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

input, textarea{
    border-style: none;
}

header{
    background-color: #252222BF;
    font-size: 1.25rem;
    height: 4.063rem;
    width: 100%;
    font-family: josefin-sans, sans-serif;
    box-shadow: 0 3px 4px 0;
    position: fixed;
    z-index: 10001;
    transition: width 0.3s;
}

div.inline{
    display: inline-block;
}

footer{
    height: 7.188rem;
    background-color: #556064;
    color: #FFFFFF;
    font-family: abeezee-regular, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}

footer #designed-by{
    float: right;
    font-size: 1.063rem;
    font-family: josefin-sans, sans-serif;
    width: 20%;
    padding: 2em 2em 0;
    box-sizing: border-box;
    line-height: 3em;
}

footer #copyright{
    float: left;
    width: 80%;
    box-sizing: border-box;
    padding: 2em;
}

header nav{
    height: 100%;
    position: relative;
    transition: visibility 50ms;
}

header #burger{
    visibility: hidden;
    color: #168E9C;
    font-size: 2.813rem;
    position: absolute;
    top: 0.3em;
    left: 0.3em;
}

header nav a{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    height: 100%;
    vertical-align: middle;
    line-height: 2em;
    padding-top: 0.7rem;
}

header nav a.active{
    color: #FFF;
}

header nav a:hover{
    /*background-color: rgba(150,150,150,0.5);*/
    color: #04A3E4;
}

nav ul{
    display: table;
    list-style-type: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

nav ul li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.section{
    width: 100%;
    overflow: auto;
}

.section-title{
    width: 100%;
    text-align: center;
}

.section-col-left{
    width: 50%;
    float: left;
}

.section-col-right{
    width: 50%;
    float: right;
}

.section1{
    background-image: url("../img/opt-inicio.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    height: 45rem;
    overflow: visible;
    transition: height 0.5s;
}


#links{
    overflow: auto;
    width:6.875rem;
    position: fixed;
    right: 0;
    bottom: 10rem;
    transition: bottom 0.5s;
    padding-left: 1rem;
}

#links a{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    font-family: lato-regular, sans-serif;
    font-size: 0.8125rem;
    text-align: left;
    width: 100%;
    height: 100%;
    padding-top: 0.5rem;
}

#links ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#servicios .section-title{
    color: #168E9C;
    font-family: josefin-sans, sans-serif;
    font-size: 1.875rem;
    text-align: center;
}

.section2 .content{
    padding: 0 10rem;
    font-family: abeezee-regular, sans-serif;
    text-align: center;
    color: #556064;
    line-height: 2.188rem;
    font-size: 1rem;
}

.section2 .content .title{
    font-size: 1.25rem;
}

#carousel img{
    display: none;
    width: 52.5rem;
    height: 32.81rem;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

#carousel img.show{
    display: block;
}

#carousel img.gone-left{
    margin-left: -100px;
}

#carousel img.gone-right{
    margin-right: -100px;
}

#intro{
    width: 35rem;
    top: 10rem;
    text-align: center;
    position: absolute;
    right: 9em;
    transition: right 0.5s, top 0.3s;
}

.section2{
    background-color: #FFF;
    margin-bottom: 3.5em;
    text-align: center;
}

.section3{
    background-image: url("../img/bg-cintillo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    min-height: 30rem;
    background-color: #F2F2F2;
}

.section3 #btn-contactar{
    margin: 0 auto;
    border-style: none;
}

.section1 img.logo{
    display: block;
}


img.logo{
    width: 22.25rem;
    height: 14.94rem;
    margin: 0 auto;
}

a.right-side{
    float: right;
}


#btn-opticos img{
    padding-left: 0.3rem;
}

#btn-youtube{
    padding-top: 0.6rem;
}

#btn-youtube i{
    padding-left: 0.5rem;
    padding-top: 0.2rem;
}

#links span{
    float: right;
    width: 60%;
}

#links li{
    background-color: #F7941E;
    display: block;
    height: 3.438rem;
    margin: 0.8rem 0;
    padding-right: 0.2em;
    box-shadow: 0 3px 10px 0;
    border-radius: 30px 0 0 30px;
}

#links i{
    font-size: 1.688rem;
}

#links img{
    height: 2.1rem;
}

.intro-txt{
    font-family: lato-bold, sans-serif;
    color: #01A3E4;
    text-shadow: -2px 3px 12px #000;
}

#intro-txt-3{
    font-size: 1.75rem;
    font-family: abeezee-italic, sans-serif;
    text-align: left;
    width: 90%;
    float: right;
    color: #F4891E;
}

#intro-txt-3 span{
    font-size: 2.563rem;
}

#intro-txt-1{
    font-size: 1.875rem;
    margin-bottom: 0;
}

#intro-txt-2{
    font-size: 2.25rem;
    margin: 0;
}

#servicios .section-col-left img{
    width: 37.81rem;
    height: 25.88rem;
    display: block;
    margin: 0 auto;
}

#servicios .section-col-right{
    width: 32%;
    float: left;
    font-family: abeezee-regular, sans-serif;
    text-align: left;
}

#servicios .section-col-left{
    width: 60%;
}

#servicios-txt-1{
    font-size: 1.875rem;
    color: #F7941E;
    line-height: 2.938rem;
}

#servicios-txt-2{
    font-size: 1.313rem;
    color: #252222;
    line-height: 2.375rem;
}

#servicios-txt-3{
    font-size: 1.75rem;
    color: #252222;
    line-height: 2.625rem;
}

.btn-big-orange{
    background-color: #168E9C;
    width: 13.75rem;
    height: 3.125rem;
    border-radius: 0.125rem;
    box-shadow: 0 3px 10px 0 #000;
    color: #FFFFFF;
    font-family: lato-bold, sans-serif;
    font-size: 1.125rem;
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 3rem;
}

.btn-big-orange:hover:enabled{
    background-color: #EA5B0C;
}

.btn-big-orange:disabled{
    opacity: 0.5;
}

#servicios-empresas{
    width: 90%;
    margin: 1em 3em;
    display: inline-block;
}

#servicios-empresas ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: none;
    flex-shrink: 0;
}

ul.flex{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    flex-shrink: 0;
}

ul.flex-row{
    flex-direction: row;
}

ul.flex li{
    display: list-item;
}

#side-menu{
    position: fixed;
    height: 100%;
    width: 0;
    display: none;
    background-color: #EEEEEE;
    font-family: josefin-sans, sans-serif;
    font-size: 1.125rem;
    z-index: 10001;
    color: #252222;
    transition: width 0.5s;
}

#side-menu ul{
    list-style-type: none;
    padding: 0;
}
#side-menu li{
    padding: 1.5rem 0;
    width: 100%;
    border-bottom: 0.125rem solid #47494B;
}

#side-menu li:last-child{
    border-bottom: none;
}

#side-menu a{
    padding-left: 4rem;
    text-decoration: none;
    color: #252222;
}

#side-menu img{
    width: 10rem;
    height: 6.5rem;
    display: block;
    margin: 1rem auto;
}

#servicios-empresas li{
    width: 16%;
}
#buttons-redirect ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.section3 #txt-data{
    overflow: auto;
    position: relative;
}

.section3 .promo-youtube{
    font-family: abeezee-regular, sans-serif;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-shadow: -2px 3px 1px #000;
    margin-left: 40px;
    margin-top: -0.5rem;
    padding-left: 1em;
}

.section3 .promo-youtube a{
    font-size: 2.813rem;
    text-decoration: none;
    color: #FFFFFF;
}

.section4{
    background-color: #F2F2F2;
    float: left;
    margin-top: -2rem;
    text-align: center;
    overflow: visible;
}

.section4 .content ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    justify-content: center;
}

.section4 .section-title{
    font-family: josefin-sans, sans-serif;
    color: #168E9C;
    font-size: 1.875rem;
    margin-top: 1em;
}

.section4 .section-subtitle{
    font-family: abeezee-regular,sans-serif;
    font-size: 1.25rem;
    color: #FF7F27;
    margin-top: 4em;
    display: block;
}

.section4 .content{
    margin-top: 12rem;
    margin-bottom: 5em;
}

.section2 ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    justify-content: center;
}

.section4 .card{
    width: 23.13rem;
    height: 33rem;
    background-color: #FFFFFF;
    border-radius: 0.125rem;
    font-size: 1rem;
    box-shadow: 0 4px 18px -2px #000;
    box-sizing: border-box;
    padding-top: 7em;
    font-family: abeezee-regular, sans-serif;
    text-align: center;
}

.section4 .card-lg{
    width: 26.38rem;
    height: 37rem;
    position: relative;
    margin-top: -2em;
}


.section4 .card span.card-title{
    font-size: 1.25rem;
    color: #168E9C;
}

.section4 .card p{
    font-size: 1rem;
    color: #252222;
    line-height: 1.25rem;
    padding: 1.5rem;
    margin-top: 0;
}

.section4 .card-lg p{
    padding: 2rem;
}

.content{
    padding: 1rem 7rem;
}

.section3 .content{
    text-align: center;
    font-family: abeezee-regular, sans-serif;
    font-size: 1.563rem;
    color: #252222;
    line-height: 3rem;
    font-weight: bold;
    padding-top: 5rem;
}

.section2 #valores{
    margin: 0 auto;
    font-family: abeezee-regular, sans-serif;
    font-size: 1.25rem;
    color: #BCB3A7;
    text-align: center;
    border-spacing: 50px 0;
    margin-top: 5rem;
}

#valores .fa{
    font-size: 5.626rem;
}

#bullets a{
    text-decoration: none;
    color: #556064;
    padding: 0 1rem;
    font-size: 0.8rem;
}

#bullets a:hover{
    color: #168E9C;
}

#bullets a.selected{
    color: #168E9C;
}

#bullets{
    margin-top: 0.7rem;
}

.section2 #valores li{
    width: 9.375rem;
    padding: 0 2rem;
}

.section5{
    height: 740px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.section-title{
    padding-top: 3rem;
}

.section5 .section-col-right{
    background-image: url("../img/contacto-opt.png");
    background-size: cover;
    height: 100%;
    padding: 4em;
    box-sizing: border-box;
}

.section5 .section-col-right .section-title{
    font-family: josefin-sans, sans-serif;
    font-size: 1.875rem;

}
.section5 .section-col-right p{
    font-family: abeezee-regular, sans-serif;
    font-size: 1.25rem;
    text-shadow: -2px 3px 12px #000;
}

.section5 .section-col-right p#form-title{
    font-size: 1.375rem;
}


.section4 .card-lg img{
    height: 15.25rem;
    width: 19.19rem;
    margin-top: -15rem;
}

.section4 .card img{
    display: block;
    margin: 0 auto;
    height: 14.5rem;
    width: 16.88rem;
    margin-top: -14.2rem;
    margin-bottom: 1.2em;
}

.section4 .section-title{
    margin-bottom: 4rem;
}

#triangle svg{
    width: 100%;
    height: 60px;
    margin-bottom: -80px;
    position: relative;
    z-index: 998;
}

.section5 form{
    width: 22.81rem;
    margin: 0 auto;
}

.section5 form input,select,textarea{
    background-color: rgba(255,255,255, 0.7);
    width: 22.31rem;
    height: 1.875rem;
    padding-left: 0.5rem;
    font-family: abeezee-regular, sans-serif;
    font-size: 0.9375rem;
    color: #252222;
    margin-bottom: 1rem;
}

.section5 form select{
    width: 23.1rem;
}


.section5 form textarea{
    height: 6.25rem;
    resize: none;
}

.section5 form button{
    border-style: none;
    float: right;
}

form select{
    color: #252222AA;
}

form select option{
    color: #000;
}

.section5 .section-col-left{
    height: 100%;
}

footer #icons{
    display: none;
    visibility: hidden;
    color: #FFF;
    font-size: 2.188rem;
    text-shadow: 0 3px 10px #000;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
}

footer #icons a{
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    text-align: center;
    line-height: 5rem;
    width: 32%;
}

#promocel-vcard {
    z-index: 900;
    position: absolute;
    background-color: #FFF;
    font-size: 0.9rem;
    font-family: abeezee-regular, sans-serif;
    width: 35vw;
    height: 15rem;
    top: 20%;
    left: 5%;
    color: #000;
    text-align: left;
    box-shadow: 0 4px 18px -2px;
}

#promocel-vcard ul {
    list-style-type: none;
    margin-top: 1.5rem;
}

#promocel-vcard ul li {
    height: 1.5rem;
}

@media (max-width: 1240px){

    .section1{
        height: 45rem;
    }

    .section1 #intro{
        top: 10rem;
        width: 28rem;
    }

    .section1 #links{
        bottom: 10rem;
    }

    .section1 #intro-txt-1{
        font-size: 1.438rem;
    }

    .section1 #intro-txt-2{
        font-size: 1rem;
    }

    .section1 #intro-txt-3{
        font-size: 1.375rem;
    }

    #servicios-empresas li{
        width: 25%;
    }

    #servicios .section-col-right{
        padding-left: 1em;
        line-height: 2.5rem;
    }

    #servicios-txt-1{
        font-size: 1.563rem;
    }

    #servicios-txt-2{
        font-size: 1.125rem;
    }

    #servicios-txt-3{
        font-size: 1.563rem;
    }

    #portal .section-col-left{
        float: unset;
        margin: 0 auto;
        width: 80%;
    }

    #empresa .card{
        width: 19rem;
        height: 31rem;
    }

    #empresa .card-lg{
        width: 21rem;
        height: 37rem;
    }

    #empresa .card img{
        width: 14rem;
        height: unset;
        margin-top: -13.1rem;
    }

    #empresa .card p{
        font-size: 0.8rem;
    }

    .section2 #valores li{
        width: 6.5rem;
    }

    .section2 #valores{
        font-size: 0.85rem;
    }

    .section5{
        height: 800px;
    }

    footer #designed-by{
        line-height: unset;
    }
}

@media only screen and (max-width: 1130px){
    .section3{
        height: 30rem;
    }
}

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


    .section1 #intro{
        top: 10rem;
        right: 2rem;
    }

    #servicios .section-col-left{
        width: 100%;
    }

    #servicios .section-col-left img{
        width: 80%;
        height: unset;
        display: block;
        margin: 0 auto;
    }

    #servicios .section-title{
        font-size: 1.563rem;
    }

    #servicios .section-col-right{
        padding-left: unset;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        float: unset;
    }

    #servicios .btn-big-orange{
        margin: 2em auto;
        font-size: 1.563rem;
        width: 19.69rem;
        height: 3.438rem;
    }

    .section1 img.logo{
        width: 12rem;
        height: 7.43rem;
    }

    #portal .section-col-left{
        float: unset;
        margin: 0 auto;
        width: 90%;
    }

    #portal .portal-txt-2{
        width: 38%;
    }

    #empresa .card{
        width: 15rem;
        height: 24rem;
    }

    #empresa .card-lg{
        width: 18rem;
        height: 27rem;
    }

    .section3 .content{
        line-height: 1.5rem;
        font-size: 1.3rem;
        font-weight: normal;
    }

    .section3{
        min-height: unset;
        height: 25rem;
    }

    #empresa .card img{
        width: 12rem;
        margin-top: -12.3rem;
    }

    #empresa .card p{
        font-size: 0.55rem;
    }

    .section2 #valores li{
        width: 4.5rem;
    }

    .section2 #valores{
        font-size: 0.59rem;
    }


    #servicios-empresas{
        margin: 0;
    }

    .section5 .section-col-right p{
        font-size: 0.9rem;
    }

    .section5 .section-col-right{
        padding: 2.5em;
    }

    footer #copyright{
        font-size: 0.7rem;
    }
}

@media (max-width: 840px) {

    .section1 #links{
        visibility: hidden;
        display: none;
    }

    header nav{
        visibility: hidden;
    }

    header{
        width: 0;
    }

    header #burger{
        visibility: visible;
    }

    .section1 #intro{
        top: 7rem;
        right: 0.6rem;
    }

    #servicios-empresas li{
        width: 32%;
    }

    .section1 {
        height: 30rem;
    }

    .section2 .content{
        padding: 0 1.5rem;
    }

    .section2 .content .title{
        font-size: 1.125rem;
    }


    #portal .portal-txt-1{
        font-size: 1.563rem;
    }

    #portal .portal-txt-2{
        font-size: 2vw;
    }

    #portal .btn-big-orange{
        width: 23vw;
        height: 6vw;
        font-size: 1.9vw;
        line-height: 2.5rem;
    }

    #portal .section-col-left{
        padding-left: 3rem;
    }

    #empresa .card{
        width: 26.38rem;
        height: 40rem;
        margin: 0 auto;
    }

    #empresa .card img{
        width: 19.19rem;
        margin-top: -14rem;
    }

    #empresa .card p{
        font-size: 1rem;
    }

    .section2 #valores{
        font-size: 0.7rem;
    }

    .section4 .content #presentacion{
        flex-direction: column;
    }

    .section2 #valores li{
        width: 30%;
        margin: 1rem;
    }

    .section4 .content .section-subtitle{
        margin-top: -10rem;
    }

    .section4 .content #presentacion li{
        margin-bottom: 11rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    div#triangle{
        display: none;
        visibility: hidden;
    }

    .section5{
        height: 550px;
    }

    .section5 .section-col-right{
        width: 100%;
    }

    .section5 .section-col-right .section-title{
        padding-top: 0;
    }

    .section5 .section-col-left{
        visibility: hidden;
        display: none;
    }

    .section5 .section-col-right p{
        display: none;
        visibility: hidden;
    }

    .section5 form button{
        float: unset;
        margin: 0 auto;
    }

    footer{
        height: 5rem;
        width: 100%;
        bottom: 0;
        position: fixed;
    }

    footer #copyright,#designed-by{
        visibility: hidden;
        display: none;
    }

    footer #icons{
        display: block;
        visibility: visible;
    }

    .section-title{
        font-size: 1.25rem;
    }

    .section,#portal{
        overflow: hidden;
    }

    #carousel img{
        width: 80%;
        height: unset;
    }

    #contact-form{
        width: 100%;
    }

    #contact-form > *{
        width: inherit;
    }

    #contact-form select{
        width: 101%;
    }

    .section4 .content #presentacion li:last-child{
        margin-bottom: 0;
    }

    #promocel-vcard {
        display: none;
    }
}

@media (max-width: 768px) {


    .section1 #intro-txt-2{
        font-size: 0.8rem;
    }

    .section1 #intro{
        top: unset;
        bottom: 4rem;
        width: 23rem;
    }

    .section1{
        height: 27rem;
    }


}


@media (max-width: 660px) {

    #empresa .content{
        padding: 1rem 0;
    }

    .section1{
        height: 24rem;
    }

    #servicios .section-col-left img{
        width: 100%;
    }

    #servicios .section-col-right{
        width: 90%;
    }

    #servicios-empresas li{
        width: 49%;
    }

    #portal #txt-data{
        overflow: unset;
    }

    #portal .portal-txt-2{
        position: absolute;
        top: 55vw;
        right: 0.5rem;
        width: 96%;
        text-align: center;
        margin: 0 auto;
    }

    #break-no-cost{
        display: none;
        visibility: hidden;
    }

    #portal .portal-txt-3{
        font-size: 3.5vw;
    }

    #portal .portal-txt-4{
        font-size: 5vw;
    }

    #portal{
        height: 75vw;
        position: relative;
        background-size: 150% 100%;
    }

    .section3 .content{
        padding: 1rem 2rem;
    }

    #portal #buttons-redirect ul{
        flex-direction: column-reverse;
        width: 20rem;
        padding-left: 0;
    }

    #portal #buttons-redirect{
        position: absolute;
        top: 111vw;
        left: 25%;
        padding: 2rem;
    }

    #portal .btn-big-orange{
        width: 40vw;
        height: 10vw;
        font-size: 3vw;
        line-height: 10vw;
    }
    .section2 #valores li{
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 660px)
and (min-width: 481px){


    .section1 img.logo{
        width: 8.875rem;
        height: 5.5rem;
    }

    .section1 #intro{
        width: 15rem;
        right: 2.5rem;
        bottom: 6rem;
    }

    .section1 #intro #intro-txt-1{
        font-size: 1rem;
    }

    .section1 #intro #intro-txt-2{
        font-size: 0.5rem;
    }

    .section1 #intro #intro-txt-3{
        font-size: 0.9rem;
    }

    #intro span{
        font-size: 1.4rem;
    }

    #servicios .section-col-right{
        width: 70%;
        margin-right: 2rem;
    }

    #bullets a{
        padding: 0 0.5rem;
    }

}

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

    #portal .portal-txt-2{
        width: 85%;
        right: 2rem;
    }

    #portal #phone{
        display: none;
        visibility: hidden;
    }

    .section1{
        background-size: 200% 28rem;
        height: 50rem;
        background-color: #F2F2F2;
    }

    .section1 #intro{
        bottom: 0.7rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }

    .section1 #intro .intro-txt{
        text-shadow: none;
    }

    #servicios-empresas ul{
        padding-right: 1rem;
    }

    #servicios-empresas li img{
        width: 8rem;
    }

    #servicios .section-col-right{
        width: 70%;
        margin-right: 2rem;
    }

    #servicios .btn-big-orange{
        width: 15rem;
        height: 2.62rem;
        font-size: 1.3rem;
        line-height: 2.5rem;
    }

    .section3 .content{
        font-size: 1rem;
    }

    .section3{
        background-size: cover;
        background-attachment: unset;
    }

    #portal #buttons-redirect{
        top: 125vw;
    }

    #empresa .card{
        width: 19rem;
        height: 30rem;
        margin: 0 auto;
    }

    #empresa .card-lg{
        height: 35rem;
    }

    #empresa .card img{
        width: 14rem;
        margin-top: -13rem;
    }

    #empresa .card p{
        font-size: 0.7rem;
    }

    .section2 #valores li{
        margin: 0.3rem;
    }

    #contact-form select{
        width: 103%;
    }

    #bullets a{
        padding: 0 0.4rem;
        font-size: 0.6rem;
    }
}

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

    #servicios .section-col-right{
        width: 60%;
        margin-right: 1rem;
    }

    #servicios-empresas li img{
        width: 6rem;
    }

    .section3 .content{
        font-size: 0.5rem;
    }

}

@media (min-width: 1421px) {

    .section1{
        height: 1000px;
    }

    #links{
        bottom: 200px;
    }

    #intro {
        top: 350px;
    }
}

@media (min-width: 1300px) {

    .section1{
        height: 50rem;
    }

    #links{
        bottom: 200px;
    }

    #intro {
        top: 200px;
    }
}

@media (min-width: 1421px) {

    .section1{
        height: 1000px;
    }

    #links{
        bottom: 200px;
    }

    #intro {
        top: 350px;
    }
}

@media (min-width: 1781px) {
    .section1{
        height: 1200px;
    }

    #links{
        bottom: 500px;
    }

    #intro{
        right: 17em;
        top: 480px;
    }
}

@media (min-width: 2155px) {
    .section1{
        height: 1500px;
    }
}

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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * 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;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * 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 {
        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 {
        white-space: pre-wrap !important;
    }
    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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
