@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=K2D');
body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    width: 100%;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'K2D', sans-serif;
}

p {
    margin: 0;
    line-height: 2;
}

ul {
    margin: 0;
    padding: 0;
}

p,
ul,
ol {
    font-size: 1em;
}

input[type="submit"],
a {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

a {
    color: #666;
}

a:hover {
    color: #0b1e7c;
}

.a {
    color: #666;
}

.a:hover {
    color: #0b1e7c;
}

.terms {
    color: #999;
}

.terms:hover {
    color: #0b1e7c;
}

.normas-terminos {
    color: #666;
}

.normas-terminos h1 {
    margin: 20px;
    font-size: 1.4em;
}

.normas-terminos h2 {
    margin: 20px;
    font-size: 1.1em;
    text-transform: uppercase;
}

.normas-terminos p {
    margin: 10px 30px 40px 30px;
    font-size: 1em;
    text-align: justify;
}

.tooltip-inner {
    background-color: #666666;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #666666 !important;
}

.tootip-i {
    color: #999;
}

.border {
    border: 1px solid #000;
}

.btn-primary {
    background: #0b1e7c;
    border: 1px solid #5b5b5f;
}

.label {
    font-size: 0.9em;
    color: #999;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
}

.login-form {
    width: 340px;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    background: #e2e2e2;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
}

.recuperar-form {
    width: 380px;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    background: #e2e2e2;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
}

.divemail {
    float: left;
    overflow: hidden;
    background: #f0e68c;
}


/* Add padding and border to inner content
		for better animation effect */

.box-inner {
    width: 400px;
    padding: 10px;
    border: 1px solid #a29415;
}

.logo {
    background: url(../images/logo.png) no-repeat 0px 0px;
    width: 70%;
    margin-left: 15%;
    width: 230px;
    height: 68px;
}

.titulo-pagina,
.titulo-pagina h2 {
    background: #0099CC;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 5px;
}

.overlay {
    display: none;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
    opacity: 0;
}

.overlayShow {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 10;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
}

.ventana {
    background: #663399;
    color: #eee;
    font-size: 1.2em;
    width: 400px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 9;
    text-align: center;
    padding-top: 50px;
}

.ocultar {
    display: none;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
    opacity: 0;
}

.mostrar {
    display: block;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
    opacity: 0;
}

.selectall {
    text-decoration: underline;
    font-weight: normal;
    color: #2E9858;
    cursor: pointer;
}

.impar {
    border-top: 1p solid #333;
    border-bottom: 1p solid #333;
    background: #E9ECEF;
    padding: 4px 0 4px 0;
}

#livesearch {
    position: absolute;
    display: none;
    z-index: 2;
}

.btn-suggest {
    font-size: 0.9em;
    border-bottom: 1px solid #e2e2e2;
}

.btn-add {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.all-width {
    width: 100%;
}

#lista-proveedores a {
    color: #fff;
}

.ratios h2 {
    font-size: 1.2em;
    padding-bottom: 5px;
}

.ratios h3 {
    font-size: 1.1em;
    padding-bottom: 5px;
    color: #6699FF;
}

.ratios h4 {
    font-size: 1em;
}

.ratios p {
    font-size: 1em;
}

.last-year {
    border-left: 1px solid #6699FF;
    border-right: 1px solid #6699FF;
    font-weight: bold;
}

.open-chart {
    cursor: pointer;
}

.open-chart:hover {
    color: #6699FF;
}

.footer {
    background: #0b1e7c;
    color: white;
    padding: 8px 0 8px 25px;
    font-size: 0.9em;
}

.footer p,
a {
    color: #d3d3d3;
}

.footer a:hover {
    color: #fff;
}


/*scroll to top*/

#topBtn {
    color: #0b1e7c;
    font-weight: 600;
    background: #fff;
    border: 1px solid #0b1e7c;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    font-size: 2em;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-bottom: 50px;
}

#topBtn:hover {
    background: #0b1e7c;
    color: #000;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: 800px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

.bkg-img-over {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    animation-duration: 20s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        margin-left: 0%;
        height: 100%;
        width: 120%;
    }
    to {
        margin-left: -5%;
        width: 100%;
        height: 150%
    }
}

.bkg-img-over2 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    animation-duration: 20s;
    animation-name: slidein2;
}

@keyframes slidein2 {
    from {
        margin-left: -5%;
        width: 100%;
        height: 100%
    }
    to {
        margin-left: 0%;
        width: 120%;
        height: 150%
    }
}

.carousel-caption {
    text-shadow: -2px 1px 0 #000, -1px 2px 0 #333;
}

.carousel-caption p {
    font-size: 1.6em;
}

.carousel-caption h3 {
    font-size: 2.5em;
}

.head_part {
    padding-left: 1em;
    border-left: 4px solid #17a2b8;
}

h2.heading,
h3.heading {
    font-size: 45px;
    font-weight: 700;
    color: #232323;
}

p.heading-bottom {
    color: #a6a6a6;
    letter-spacing: 2px;
    font-size: 15px;
}

.grid_info {
    padding-left: 0;
}

.grid_info h4 {
    font-size: 22px;
    color: #333;
    letter-spacing: 1px;
    padding: 5px;
}

.grid_info p,
ul,
li {
    color: #666;
    padding: 5px;
}

.grid_info i {
    color: #17a2b8;
    font-weight: 700;
}

.bkg-cover {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/risk.png);
    background: linear-gradient( rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/risk.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 200px;
}

.atenea-only h1 {
    font-size: 5em;
    color: #fff;
    -webkit-box-shadow: 0px 10px 13px -6px rgba(41, 40, 41, 1);
    -moz-box-shadow: 0px 10px 13px -6px rgba(41, 40, 41, 1);
    box-shadow: 0px 10px 13px -6px rgba(41, 40, 41, 1);
}

.p-text {
    text-align: justify;
    padding: 5px 5px 20px 50px;
}

.que {
    padding: 5px 5px 20px 50px;
}

.bkg-cover-2 {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/build.png);
    background: linear-gradient( rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/build.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.bkg-cover-3 {
    background: -webkit-linear-gradient( rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/cc.png);
    background: linear-gradient( rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), url(../img/cc.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.indx-form {
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.iecon {
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.register {
    background: #1E2938;
    color: #fff;
    padding: 30px;
}
 .register-img{
    width: 100%;
    object-fit: cover !important;
 }
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/*-- about--*/

.about-icons span {
    font-size: 80px;
    color: #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.about-icons span:hover {
    color: #fd5c63;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.about-grids h4 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333;
    margin-top: 30px;
}

.about-grids p {
    font-size: 1.6em;
    letter-spacing: 1px;
    line-height: 28px;
    color: #666;
    margin: 1em 2em;
    font-style: oblique;
    line-height: 1.5em;
}

.about-grids button {
    padding: 12px 35px;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1.5em;
    border-radius: 35px;
}

.read {
    width: 25%;
    background: #FFF;
    margin-left: auto;
}

.about-grids {
    padding: 0em 4em;
    position: relative;
}

.about-icons {
    background: #fff;
    width: 50%;
}

.about-grids:after {
    content: "";
    border: 4px solid #333;
    display: inline-block;
    left: 0px;
    position: absolute;
    right: 0;
    top: 12%;
    bottom: 6%;
    z-index: -1;
}


/*-- //about end--*/


/*-- team --*/

.team {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
}


/* entire container, keeps perspective */

.flip-container {
    perspective: 1000px;
    transform-style: preserve-3d;
}


/*  UPDATED! flip the pane when hovered */

.flip-container:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}

.flip-container:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.flip-container,
.back {
    width: 100%;
    height: 383px;
    margin: 0;
}


/* flip speed goes here */

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}


/* hide back of pane during swap */

.front,
.back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}


/*  UPDATED! front pane, placed above back */

.front {
    z-index: 2;
    background: #000;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.front img {
    width: 100%;
}


/* back, initially hidden pane */

.back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    background: #2196f3;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2196f3, #6633cc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2196f3, #6633cc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px 5px 0;
    text-align: center;
}

.team-detail {
    color: #fff;
    text-align: justify;
    padding: 10px;
    font-size: 1em;
}


/* 
	Some vertical flip updates 
*/

.vertical.flip-container {
    position: relative;
}

.vertical .back {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
}

.back h4 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}

.back p {
    font-size: .9em;
    color: #fff;
}


/*-- //team --*/

.ate-responsive {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.ate-img-info {
    position: absolute;
    background: #e2e2e2;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.4);
    color: #fff;
    font-size: 2em;
}

.ate-img-info:hover {
    position: absolute;
    background: #e2e2e2;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -webkit-appearance: none;
    transition: 1s all;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.8);
    color: #cc6600;
    font-size: 2.2em;
    font-weight: 700;
}

.quest {
    color: #006699;
    font-style: italic;
}


/************INDICADORES ++++++*/

.divindicadores {
    background: #ebebeb;
    color: #0b1e7c;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 98%;
    margin: auto;
}

.divindicadores p {
    font-size: 0.85em;
}

.divindicadores h5 {
    font-size: 1em;
    font-weight: bold;
}

.divindicadores a {
    color: #0b1e7c;
}

.divindicadores a:hover {
    color: #999;
}


/************FIN INDICADORES ++++++*/

.itemM {
    padding: 10px 10px 2px 10px;
}

.marqueeIndicadores {
    height: 30px;
}

.marqueeIndicadores a {
    color: #666;
}


/*****SLIDER SWITCH*****************/

.day {
    color: #333;
    font-size: 1.2em;
    text-align: justify;
    padding-top: 10px;
    width: 80px;
    display: block;
    float: left;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    left: 20px;
    top: 5px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/***** FIN SLIDER SWITCH*****************/

.add-input {
    margin: 5px 0 5px 0;
}

.add {
    padding-top: 5px;
    cursor: pointer;
    border: none;
    color: #0066CC;
    background: transparent;
    width: 100%;
}

.close-add {
    cursor: pointer;
    border: none;
    color: #0066CC;
    background: transparent;
    width: 100%;
}

.close-add:hover {
    text-decoration: underline;
}

.ok-hrs {
    color: #83AE00;
}

.nook-hrs {
    color: #FF0000;
}

.proccess-hrs {
    color: #FF6600;
}

.grilla {
    font-size: 0.9em;
}

.principal {
    min-height: 400px;
    width: 80%;
    margin-left: 10%;
}

.resultado {
    /*	background:url(../images/bkg-principal.jpg) no-repeat 0px 0px;*/
    width: 60%;
    margin-left: 20%;
}

.calendario {
    /*	background:url(../images/bkg-principal.jpg) no-repeat 0px 0px;*/
}

.nombredr {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.espdr {
    font-size: 0.9em;
    font-weight: 200;
    text-transform: uppercase;
}

.contenido {
    background: #fff;
    border: solid 1px #ccc;
    padding: 5px;
    margin-bottom: 5px;
}

.device-small {
    display: none;
}

.cover {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.form-1 input[type="text"],
.form-1 input[type="email"] {
    width: 90%;
    color: #000;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em .8em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    display: inline-block;
    margin-bottom: 1em;
}

.form-1 input[type="text"]:focus,
.form-1 input[type="email"]:focus {
    -moz-box-shadow: 0px 0px 30px #0099CC;
    -webkit-box-shadow: 0px 0px 30px #0099CC;
    box-shadow: 0px 0px 30px #0099CC;
    padding: 10px;
    border: 1px solid #0099CC;
}

.form-1 legend {
    background: #0099CC;
    color: #fff;
}

.hidde {
    display: none;
}

.show {
    display: block;
}

.select-form-1 {
    width: 90%;
    outline: none;
    font-size: 1em;
    padding: .7em .8em;
    border: solid 1px #ccc;
    display: inline-block;
    font-size: 1em;
    background: transparent;
    color: #777;
    margin-bottom: 1em;
}

.div-radio {
    padding-left: 40px;
    text-align: left;
}

.div-form-1 {
    border: solid 1px #ccc;
    background: #fff;
    padding: 0 0 5px 0;
    height: 200px;
    margin-bottom: 5px;
}

.h200px {
    height: 200px;
}

.buttons {
    background: #0099CC;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    border: #ccc;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 15px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.buttons:hover {
    background: #CCC;
    color: #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.btn30 {
    width: 30%;
}

.btn48 {
    width: 48%;
}

.btn90 {
    width: 90%;
}

.btnMmL {
    margin: 10px 0 10px 10%;
}

.btnMmR {
    margin: 10px 10% 10px 0;
}

.btnMasMenos {
    background: #0099CC;
    color: #fff;
    font-size: 2em;
    border: #ccc;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 30%;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-appearance: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.btnMasMenos:hover {
    background: #CCC;
    color: #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.nreserva {
    font-size: 1.2em;
    padding: 5px;
}

.td-calendar {
    font-size: 1.4em;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #ccc;
}

.td-calendar:hover {
    background: #0099CC;
    font-size: 1.4em;
    font-weight: 600;
}

.img-size {
    max-height: 120px;
}

.linkChange {
    cursor: pointer;
    text-decoration: none;
}

.scrolltop {
    color: #330099;
    font-size: 3.5em;
    bottom: 20px;
    display: none;
    height: 75px;
    width: 70px;
    left: auto;
    overflow: hidden;
    padding: 17px 16px;
    position: fixed;
    right: 10px;
    top: auto;
    z-index: 90;
}

.scrolltop:hover {
    color: #006699;
}


/* Remove the navbar's default margin-bottom and rounded borders */

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}


/* Set height of the grid so .sidenav can be 100% (adjust as needed) */

.row.content {
    height: 450px
}


/* Set gray background color and 100% height */

.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}


/* On small screens, set height to 'auto' for sidenav and grid */

@media screen and (max-width: 991px) {
    .que {
        padding: 5px 5px 5px 5px;
    }
    h2.heading,
    h3.heading {
        font-size: 35px;
    }
    .avatar-xl {
        max-height: 350px;
    }
    .avatar-div {
        margin-left: 0;
        margin-top: 10px;
        border-radius: 0;
    }
    .avatar-div2 {
        margin-left: 0;
        border-radius: 0;
    }
    .avatar-btn {
        border-radius: 0;
    }
    .avatar-msg {
        width: 100%;
        height: 38px;
        border: 1px solid #d3d3d3;
    }
    .register h2 {
        font-size: 30px;
    }
    .register {
        padding: 20px;
    }
    .atenea-only h1 {
        font-size: 4em;
    }
    .p-text {
        padding: 5px 5px 5px 5px;
    }
    .about-icons span {
        font-size: 35px;
        width: 100%
    }
    .about-grids p {
        font-size: 1.2em;
        letter-spacing: 1px;
        line-height: 28px;
        color: #666;
        margin-top: 30px;
        margin-left: 0;
        font-style: oblique;
        padding: 0;
    }
    .team-detail p {
        padding: 0px;
        font-size: 0.9em;
    }
    .nombredr {
        font-size: 1em;
    }
    .device-big {
        display: none;
    }
    .device-small {
        display: block;
    }
    .principal {
        width: 96%;
        margin-left: 2%;
    }
    .resultado {
        width: 96%;
        margin-left: 2%;
    }
    .div-form-1 {
        width: 100%;
    }
    .buttons {
        width: 100%;
    }
    .buttons btn48 {
        width: 100%;
    }
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {
        height: auto;
    }
}