@media all {
    body {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 18px;
        margin: 0;
        background: white;
        width: 100%;
        color: black;
    }

    a {
        color: #197bc6;
        text-decoration: none;
    }

    a:hover {
        color: black;
    }

    #pagewidth {
        width: 100%;
    }

    .italica {
        font-style: italic;
    }

    /*                               */
    /* MENÚ EN HEADER                */
    /*                               */
    .header-menu {
        background-color: white;
        z-index: 98 !important;
        width: 100%;
    }

    .center {
        width: 92%;
        margin-left: 4%;
    }

    .centrar {
        text-align: center;
    }

      .centrado{
		margin:0 auto;
		width:90%;
		position:relative;
	}


    .menu-logo {
        width: 56px;
        height: 56px;
        text-align: center;
    }

    .menu-link {
        color: #197bc6;
        font-size: 1.2rem;
        padding-left: 1rem;
        padding-left: 1rem;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
        text-decoration: none;
    }

    .menu-link:hover {
        color: black;
    }

    .header-menu ul {
        list-style-type: none;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: row;
        align-items: center;

    }

    .header-menu li {
        display: inline;
    }

    .dropbtn {
        display: inline-block;
    }

    li.dropdown {
        display: inline-block;
    }

    li a:hover,
    .dropdown:hover .dropbtn {
        background-color: #f9f9f9;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        z-index: 1;
    }

    .dropdown-content a {
        color: black;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    img {
        border: 0;
        vertical-align: top;
        max-width: 100%;
    }


    h1 {
        font-size: 2.5em;
        text-align: center;
        color: indigo;
        text-shadow: 0 1px 1px rgba(104, 101, 101, 0.5);
    }

    h2 {
        font-size: 1.714em;
        text-align: center;
        text-shadow: 0 1px 1px rgba(130, 5, 146, 0.5);
    }

    h3 {
        font-size: 1.285rem;
        text-align: center;
        padding-top: 0.5rem;
    }

    .subHeading {
        display: block;
        font-size: 1.8em;
        text-align: center;
        color: indigo;
    }

    .formulario {
        font-size: 1.2rem;
        margin-left: 20%;

    }

    .cuadro {
        box-sizing: border-box;
        min-height: 2.4375rem;
        width: 80%;
        padding: 0.625rem;
        margin-bottom: 0.625rem;
        font-size: 1rem;
        border: 0.0625rem solid #919191;
        border-radius: 0.1875rem;
        outline: none;
        background-color: white;
    }

    .columns:after {
        content: "";
        display: block;
        clear: both;
    }

    .columns>div,
    .columns>article {
        float: left;
        vertical-align: top;
    }

    .blanco {
        background-color: white;
    }

    .news>div {
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
        position: relative;
        height: 1%;
        margin-left: 2%;
        background-color: ghostwhite;
        padding-left: 16px;
    }

    .half {
        width: 48.0%;
        margin: 1.3%;
    }

    .half>div {
        position: relative;
        height: 1%;
    }

    .oneThird {
        width: 30%;
        margin: 0.7%;
        padding: 0.7%;
    }

    .oneThird2 {
        width: 30%;
        margin: 0.7%;
        padding: 0.7%;
        background-color: white;
        border: #d6d6d6 solid 1px;
        position: relative;
        height: 1%;
    }

    .oneThird2>div {

        position: relative;
        height: 1%;
    }

    .cuartos {
        width: 22%;
        margin-left: 1%;
        padding-left: 1%;
        background-color: white;
        position: relative;
        height: 1%;
    }

    .cuartos>div {

        position: relative;
        height: 1%;
    }

    .onehalf {
        width: 45%;
        margin: 0.7%;
        padding: 0.7%;
        background-color: white;
        position: relative;
        height: 1%;
        font-size: 1.285em;
    }

    .onehalf>div {

        position: relative;
        height: 1%;
    }

    .fondo {
        background-color: lavender;
        padding-left: 3%;
        padding-right: 3%;
    }

    .alignLeft {
        float: left;

    }

    .alignright {
        float: right;
        padding-left: 3%;
        padding-bottom: 3%;
    }


    .imgHolder {
        display: inline-block;
        padding: 1px;
        margin-bottom: 1em;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .margen {
        padding-left: 10px;
    }

    .imgHolder img {
        display: block;
        border-color: #646e7d;
    }

    .fullWidth {
        width: 100%;
    }

    .fullWidth img {
        width: 100%;
    }

    .boton {
        box-sizing: border-box;
        cursor: pointer;
        min-height: 2.4375rem;
        padding: 0.75rem 1.5rem;
        margin-bottom: 0.625rem;
        font-size: 1.2rem;
        border: none;
        border-radius: 0.1875rem;
        outline: none;
        background-color: rgb(145, 18, 145);
        color: white;
    }

    @media all and (max-width: 780px) {
        body {
            font-size: 13px;
        }

        h1 {
            font-size: 2em;
        }

        .subHeading {
            font-size: 1.5em;
        }

        h3 {
            font-size: 1.3em;
        }

        .onehalf {

            font-size: 1em;
        }

        .imgHolder1 img {
            width: 80%;
        }
        .boton {
            min-height: 2rem;
            padding: 0.5rem 1rem;
            margin-bottom: 0.5rem;
            font-size: 1rem;
        }
    }

    @media all and (max-width: 504px) {
        body {
            font-size: 16px;
        }

        .columns>div,
        .columns>article {
            float: none;
            margin: 0;
            width: 98%;
        }

        .flex-direction-nav {
            display: none;
        }

        .columns>oneThird2 {
            float: none;
            margin: 0;
            width: 90%;
            padding-left: 10px;
        }

        h1 {
            font-size: 1.8em;
        }

        .subHeading {
            font-size: 1.3em;
        }

        .imgHolder1 img {
            width: 400px;
        }

        .boton {
            min-height: 2rem;
            padding: 0.5rem 1rem;
            margin-bottom: 0.5rem;
            font-size: 1rem;
        }
    }

    @media all and (max-width: 320px) {
        h1 {
            font-size: 1.5em;
        }

        .subHeading {
            font-size: 1.2em;
        }

        h3 {
            font-size: 1.1em;
        }

        .boton {
            min-height: 2rem;
            padding: 0.5rem 1rem;
            margin-bottom: 0.5rem;
            font-size: 0.8rem;
        }
    }
}