@media (max-width: 768px){
    .con {
        min-width: 100vmax;
        text-align: center;
        min-height: 100vmin;
    }
    header.con {
        padding-bottom: 35vmax;
    }

    #navega, .fullBackground {
        display: none;
    }
    .contenedor-titulo {
        min-width: 100%;
        min-height: 100%; 
    }

    img#logPrin {
        margin-top: 35vmax;
        width: 70vmax;
    }
    div#tNos ul {
        text-align: center;
    }
    div#tNos ul li {
        min-width: 30vmin;
        display: inline-block;
        justify-content: space-between;
        padding: 1vmin 9vmin;
    }
    div#tNos ul li a {
        font-family: 'Exo', sans-serif;
        font-size:2em;
    }
    ul.tabs i {
        font-size: 1em;
    }
    article p {
        padding: 10vmax 5vmin;
        font-size: 2em;
        text-align: justify;
    }
    img.imgNos {
        min-height: 80vmin;
    }
    div#certificaciones {
        margin: 20vmax 0;
    }
    a.acer{
        margin: 0 10vmax;
        display: block;
        text-align: center;
    }
    a.aNos {
        margin-top: 10vmax;
        margin-bottom: 20vmax;
        font-size: 3em;
        display: block;
        text-align: center;
    }
    img.cert1 {
        margin-bottom: 10%;
        cursor: pointer;
        min-width: 70vmax;
    }
    img.cert {
        max-width: 70vmax;
        cursor: pointer;
    }
    a.acer p {
        font-weight: bold;
        cursor: pointer;
        font-size: 1em;
        margin-top: 10%;
    }
    .aNos {
        margin-top: 80%;
        font-weight: bold;
        font-size: 2em;
        margin: 5vmax 0;
    }
    section#pruebas h2 {
        padding-top: 10vmin;
        font-size: 3em;
    }
    .dataTables_filter input[type=search] {
        max-width: 200vmax;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
        margin: 31px;
        /*width: 38vmax;*/
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 1em;
    }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
        vertical-align: middle;
        height: 8vmax;
        font-size: 3.8vmax;
    }
    div#formulario h2{   
        margin-top: 30%;
        font-size: 2.2em;
        margin-bottom: 3%;
    }
    div#formulario h3{
        font-size: 1em;
        margin-bottom: 3%;
    }
    input[type=text], textarea, input[type=email], input[type=number] {
        padding: 1em;
        display: block;
        margin: 1% 1% 1% 10%;
        min-width: 80vmax;
        height: 15vmax;
        box-sizing: border-box;
        border-radius: 5px;
        border: none;
        font-size: 1.3em;
        border: 2px solid green;
    }
    textarea{
        padding: 1em;
        display: block;
        margin: 1% 1% 1% 10%;
        min-width: 80vmax;
        height: 35vmax;
        box-sizing: border-box;
        border-radius: 5px;
        border: none;
        font-size: 1.3em;
        border: 2px solid green;
    }
    input[type=button], input[type=submit], input[type=reset] {
        background-color: #2E6406;
        border: none;
        color: white;
        margin: 1% 1% 1% 1%;
        padding: 1em;
        height: 9vmax;
        text-decoration: none;
        cursor: pointer;
        border-radius: 4px;
        min-width: 80vmax;
        font-size: 1.1em;
    }
    div#telefonos {
        margin-top: 5vmax;    
    }
    div#telefonos p{
        font-size: 2em; 
        color: green;
        display:block;
		float:none;
    }
    div#telefonos i{
        margin-top: 10vmax;
        font-size: 7em;
        color: green;
    }
    iframe {
        min-height: 70vmax;
        width: 100vmax;
    }
    
    footer{
        min-height: 25vmax;
        padding: 0vmin;
        font-family: 'Maven Pro', sans-serif;
        color: white;
        background: linear-gradient(rgba(244, 250, 232,.9), rgba(15,62,8,.7)), url(../img/dna.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        font-size: 1.5em;
    }
}
    