@media (max-width: 1080px) {
nav {
    position: fixed;
    width: 100%;
    height: 100px;
    opacity: 1;
}
#mainNav img {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}
#mainNav .navbar-toggler {
    background-color: #679390 !important;
    outline: 1px solid #3b6461;
}
.navbar-collapse {
    text-align: right;
    background-color: white;
    margin: 0px -15px;
    padding: 0px 15px;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
    line-height: 60px;
    margin: 5px;
}
footer {
    background-size: cover;
    height: auto;
}
}
@media (max-width: 768px) {
.page-section {
    padding: 1.5rem 0;
}
.masthead {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
nav {
    position: fixed;
    width: 100%;
    height: 100px;
    opacity: 1;
}
#mainNav img {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}
#mainNav .navbar-toggler {
    background-color: #679390 !important;
    outline: 1px solid #3b6461;
}
.navbar-collapse {
    text-align: right;
    background-color: white;
    margin: 0px -15px;
    padding: 0px 15px;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
    line-height: 60px;
    margin: 5px;
}
#mainNav img {
    width: 60% !important;
    height: auto;
    margin: auto;
    display: block;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: 40%;
}
#mainNav .idioma li.language a.nav-link {
    font-size: 14px;
    letter-spacing: 0;
    color: #669390;
    margin: 0px;
    padding: 0px 5px !important;
}
#mainNav .idioma li.nav-item a.nav-link {
    line-height: 40px;
    margin: 5px;
}
.idioma {
    margin-top: 0rem !important;
}
header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 65%;
    background-position-y: center;
    height: auto;
    background-color: aquamarine;
}
header a {
    display: block;
    width: 170px;
    height: 45px;
    font-size: 14px;
    line-height: 18px;
    padding: 14px;
    margin: 10px 0px 0px 0px;
}
header h1 {
    font-size: 22px;
    line-height: normal;
    margin-right: 45%;
    /*text-shadow: 0px 0px 5px black;*/
    text-shadow: none;
}
#servicios h2 {
    font-size: 16px;
    line-height: 22px;
}
#testimonios p {
    font-size: 16px;
}
.slick-dotted.slick-slider {
    margin-bottom: 20px;
}
.slider {
    width: 100%;
    margin: 0px auto;
}
.slick-slide {
    margin: 0px 0px;
}

/*********************/
/***** DESCUBRE *****/
/*******************/

#specialty h2 {
    margin: 15px 0;
    font-size: 35px;
    line-height: 35px;
    padding-left: 0rem;
    text-align: center;
}
#specialty li p {
    font-size: 20px;
    line-height: 160%;
}
#servicios-interna h1 {
    font-size: 26px;/* antes 32px */
    line-height: 35px;
    text-align: center;
    margin: 0 0 20px;
}
#servicios-interna p {
    font-size: 18px;
    line-height: 160%;
    text-align: left;
    margin: 10px 10%;
}
#servicios-interna img.float-r {
    float: unset;
    margin: 0 auto 15px;
    max-width: 100%;
    display: block;
}
#servicios-interna .arrow-l {
    top: 45vh;
    left: -5px;
}
#servicios-interna .arrow-r {
    top: 45vh;
    right: -5px;
}
.arrow-r img, .arrow-l img {
    width: 25px;
    height: auto;
}
#formulario input, #formulario textarea {
    height: 100%;
    width: 100%;
}
#formulario h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 30px 0 20px;
    text-align: center;
}
#formulario button {
    width: 55%;
}
/*********************/
/***** sobre mi *****/
/*******************/

#sobremi header {
    background-image: url(../assets/header-sobre-mi.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    height: auto;
    background-color: #444444 !important;
}
#sobremi h1 {
    line-height: normal;
    margin-right: 0%;
    text-shadow: none;
    font-size: 18px;
}
#sobremi h2 {
    font-size: 15px;
    line-height: normal;
/*  text-shadow: 0px 0px 12px #91afaf;*/
}
#valores h1 {
    text-align: center;
    font-size: 22px;
}
#valores p {
  /*font-size: 18px;
    line-height: 28px;*/
    font-size: 14px;
    line-height: 22px;
}
#mas-sobre-mi h1 {
    font-size: 24px;
    margin: 15px 0 0px;
}
#mas-sobre-mi p {
    font-size: 16px;
    line-height: 160%;
    margin-right: 0px;
}
header#descubre h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: #000000;
    text-align: left;
    margin: 0px 0px 0 0px;
}
header#descubre {
    background-size: contain;
    background-position-x: right;
    background-position-y: center;
    height: auto;
}
#mas-sobre-mi img {
    margin-left: -10%;
    max-width: 120%;
    height: auto;
}

/*********************/
/***** contacto *****/
/*******************/

#contacto header {
    height: 350px;
}
.ocultar-en-mobile {
    display: none;
}

/*********************/
/***** FOOTER *****/
/*******************/

.footer {
    padding-top: 2rem;
    padding-bottom: 0rem;
}
footer {
    background-size: cover;
    height: auto;
}

}

