
/*  */
#fountainTextG {
    width: 360px;
    margin: auto;
}

.fountainTextG {
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 38px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    float: left;
    animation-name: bounce_fountainTextG;
    -o-animation-name: bounce_fountainTextG;
    -ms-animation-name: bounce_fountainTextG;
    -webkit-animation-name: bounce_fountainTextG;
    -moz-animation-name: bounce_fountainTextG;
    animation-duration: 1.091s;
    -o-animation-duration: 1.091s;
    -ms-animation-duration: 1.091s;
    -webkit-animation-duration: 1.091s;
    -moz-animation-duration: 1.091s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
}

#fountainTextG_1 {
    animation-delay: 0.3925s;
    -o-animation-delay: 0.3925s;
    -ms-animation-delay: 0.3925s;
    -webkit-animation-delay: 0.3925s;
    -moz-animation-delay: 0.3925s;
}

#fountainTextG_2 {
    animation-delay: 0.469s;
    -o-animation-delay: 0.469s;
    -ms-animation-delay: 0.469s;
    -webkit-animation-delay: 0.469s;
    -moz-animation-delay: 0.469s;
}

#fountainTextG_3 {
    animation-delay: 0.5455s;
    -o-animation-delay: 0.5455s;
    -ms-animation-delay: 0.5455s;
    -webkit-animation-delay: 0.5455s;
    -moz-animation-delay: 0.5455s;
}

#fountainTextG_4 {
    animation-delay: 0.622s;
    -o-animation-delay: 0.622s;
    -ms-animation-delay: 0.622s;
    -webkit-animation-delay: 0.622s;
    -moz-animation-delay: 0.622s;
}

#fountainTextG_5 {
    animation-delay: 0.6985s;
    -o-animation-delay: 0.6985s;
    -ms-animation-delay: 0.6985s;
    -webkit-animation-delay: 0.6985s;
    -moz-animation-delay: 0.6985s;
}

#fountainTextG_6 {
    animation-delay: 0.775s;
    -o-animation-delay: 0.775s;
    -ms-animation-delay: 0.775s;
    -webkit-animation-delay: 0.775s;
    -moz-animation-delay: 0.775s;
}

#fountainTextG_7 {
    animation-delay: 0.8615s;
    -o-animation-delay: 0.8615s;
    -ms-animation-delay: 0.8615s;
    -webkit-animation-delay: 0.8615s;
    -moz-animation-delay: 0.8615s;
}

#fountainTextG_8 {
    animation-delay: 0.938s;
    -o-animation-delay: 0.938s;
    -ms-animation-delay: 0.938s;
    -webkit-animation-delay: 0.938s;
    -moz-animation-delay: 0.938s;
}

#fountainTextG_9 {
    animation-delay: 1.0145s;
    -o-animation-delay: 1.0145s;
    -ms-animation-delay: 1.0145s;
    -webkit-animation-delay: 1.0145s;
    -moz-animation-delay: 1.0145s;
}

#fountainTextG_10 {
    animation-delay: 1.091s;
    -o-animation-delay: 1.091s;
    -ms-animation-delay: 1.091s;
    -webkit-animation-delay: 1.091s;
    -moz-animation-delay: 1.091s;
}

@keyframes bounce_fountainTextG {
    0% {
        transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        transform: scale(.5);
        color: rgb(1, 73, 99);
    }
}

@-o-keyframes bounce_fountainTextG {
    0% {
        -o-transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        -o-transform: scale(.5);
        color: rgb(1, 73, 99);
    }
}

@-ms-keyframes bounce_fountainTextG {
    0% {
        -ms-transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        -ms-transform: scale(.5);
        color: rgb(1, 73, 99);
    }
}

@-webkit-keyframes bounce_fountainTextG {
    0% {
        -webkit-transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        -webkit-transform: scale(.5);
        color: rgb(1, 73, 99);
    }
}

@-moz-keyframes bounce_fountainTextG {
    0% {
        -moz-transform: scale(1);
        color: rgb(255, 255, 255);
    }

    100% {
        -moz-transform: scale(.5);
        color: rgb(1, 73, 99);
    }
}
/*  */
fieldset {
    /*font-family: sans-serif;*/
    border: 1px solid #005C7F;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

fieldset legend {
    background: #005C7F;
    color: #fff;
    padding: 1px 10px;
    font-family: robotolight;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 8px;
    margin-left: 0px;
}

.r-tabs {
    border-bottom: 1px solid #005C7F;
    border-radius: 4px;
}

.estiloinput {
    font-size: 14px;
    font-family: robotolight;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.estiloinput_nombre {
    font-size: 16px;
    font-family: robotolight;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    font-weight: bold;
}

.tamano {
    font-size: 12px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;
}

.tamanoR {
    font-size: 12px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;

}

.tamanoR::after {
    font-size: 12px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;
    content: " *";
    color: red;
    font-weight: bold;
}

.tamanoT {
    font-size: 12px;
    font-family: robotolight;
    color: #00d8da;
    overflow-x: hidden;

}

.tamanotitlle {
    font-size: 12px;
    font-family: robotolight;
    color: #00d8da;
    overflow-x: hidden;

}

.tamanotitlle::after {
    font-size: 12px;
    font-family: robotolight;
    color: #00d8da;
    overflow-x: hidden;
    content: " *";
    color: red;
    font-weight: bold;
}

.formatotit {
    font-size: 12px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;

}

.formatotit::after {
    font-size: 11px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;
    content: "Los Campos marcados con ' * ' Son obligatorios.";
    color: red;
    font-weight: bold;
}

.formatoNom {
    font-size: 12px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;

}

.formatoNom::after {
    font-size: 16px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;
    content: "*Coloque la primera letra de su nombre y apellidos en mayúsculas.";
    color: rgba(241, 55, 9, 0.979);
    font-weight: bold;
}

.formatoApe {
    font-size: 12px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;

}

.formatoApe::after {
    font-size: 11px;
    font-family: robotolight;
    color: #4199D2;
    overflow-x: hidden;
    content: " La primer letra de cada apellido debe ser mayúscula continuando con las demas en minúsculas. ej. De La Torre";
    color: red;
    font-weight: bold;
}

.formulario .radio label,
.formulario .checkbox label {
    display: inline-block;
    cursor: pointer;
    color: #005D7F;
    position: relative;
    padding: 5px 15px 5px 51px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formulario .radio label:hover,
.formulario .checkbox label:hover {
    background: #3e8fad;
}

.formulario .radio label:before,
.formulario .checkbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    background: none;
    border: 3px solid #005D7F;
}

.formulario input[type="radio"] {
    display: none;
}

.formulario input[type="radio"]:checked+label:before {
    display: none;
}

.formulario input[type="radio"]:checked+label {
    padding: 5px 15px;
    background: #005D7F;
    border-radius: 2px;
    color: #fff;
}

.formulario .checkbox label:before {
    border-radius: 3px;
}

.formulario .checkbox input[type="checkbox"] {
    display: none;
}

.formulario .checkbox input[type="checkbox"]:checked+label:before {
    display: none;
}

.formulario .checkbox input[type="checkbox"]:checked+label {
    background: #005D7F;
    color: #fff;
    padding: 5px 15px;
}

.centrar {
    text-align: center;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: 90%;
}

.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.formacion-academica tr td {
    padding: 4px;
}

.btn-actualizarformacionacademica {
    background: #327AB4;
    display: inline-block;
    padding: 10px 15px;
    color: #ffF;
    cursor: pointer;
    border-radius: 8px;
}

.btn-actualizarformacionacademica:hover {
    opacity: 0.7;
}

.Eliminar {
    border: 1px #F00 solid;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(222, 3, 3, 0.67);
    -moz-box-shadow: 0px 0px 6px 0px rgba(222, 3, 3, 0.67);
    box-shadow: 0px 0px 6px 0px rgba(222, 3, 3, 0.67);
}

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.elementoPago .material-switch>label {
    /* width: 0px; */
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}

form input:invalid {
    -webkit-box-shadow: 0 0 2px 0 #F50000;
    box-shadow: 0 0 2px 0 #F50000;
}

#tablaedocuenta tr td,
#puntos_table tr td {
    padding: 5px 20px;
}

.panel-group .panel-heading {
    border-bottom: 0;
    height: 40px
}

.panel-group .panel-default {
    margin-bottom: -5px;
}

.avatar-upload {
    /* margin: 0% 13%; */
    margin: 0% 5%;
}

.dnone {
    display: none;
}

.swal2-popup {
    width: auto !important;
}

.v_align {
    display: table-cell;
    vertical-align: middle;
}

.elementosPago {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    position: relative;
}

.elementosPago::before {
    content: '';
    border-right: solid 1px #ccc;
    position: absolute;
    height: 100%;
    top: 0;
    left: 47%;
}

.elementoPago {
    display: grid;
    grid-template-columns: 2fr 6fr 1fr;
    align-items: center;
    font-size: 1.2em;
    text-align: left;
    color: #661;
    width: 90%;
}

.totalPago {
    width: 90%;
    text-align: end;
    font-size: 19pt;
    margin-top: 15px;
}

.totalPago p span {
    color: #005D7F;
    font-weight: 700;
}

.buttonpaypal {
    background-color: #ffc439;
    border-radius: 20px;
    box-shadow: 0px 3px 0px 0px #ccc;
}

.buttonpaypal img {
    width: 100px;
    margin-left: 20px;
}

.label-default {
	background-color: #626262;
}
.style_pdfViewer{
    vertical-align: middle; margin-right: 7px; border: 1px solid #008FFF; display: none; cursor: pointer;     min-width: 25px; max-width: 25px;
}

.style_btnsPDFS{
    background:#2F98A5;color:#fff; padding: 7px 10px; cursor: pointer; border-radius: 4px !important; font-weight: bold; border: none; margin-right: 4px !important; text-transform: none;
}
.btn-eliminar {
    background-color: #e74c3c; /* Color rojo cancelar */
    color: white; /* Texto en color blanco */
}

h2 {
    font-size: 36px;
    margin: 0 0 10px 0
}

p {
    margin: 0 0 10px 0
}

table.width200,
table.rwd_auto {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 0 50px 0
}

.width200 th,
.rwd_auto th {
    background: #ccc;
    background: #005c7f;;
    padding: 5px;
    text-align: center;
}

.width200 td,
.rwd_auto td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    /* text-align: center */
}

.width200 tr:last-child td,
.rwd_auto tr:last-child td {
    border: 0
}

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

.rwd table.rwd_auto {
    width: auto;
    min-width: 100%
}

.rwd_auto th,
.rwd_auto td {
    /* white-space: nowrap; */
}

#imageQR {
    /* float: right; */
    margin: 20px 0 0 0;
    text-align:center;
    cursor: pointer;
}

#imagenQR {
    /* position: absolute;
    margin: -102px 0px 20px -120px; */
}
#avisos{
    /* cursor:pointer; */
    text-align: center;
    vertical-align: middle;
    padding: 20px 20px;
    background-color: #eebc595e;
    /* color: #dc0000; */
    margin: 10px 0;
    border-radius: 20px;
    font-size: 140%;
}

#txtImagenQR {
    /* position: absolute;
    margin: 0px 0px 20px -105px; */
}

.laboralItems {
    font-size: 1.3em
}

.submitClass {
    display: none;
    position: absolute;
    margin-left: 171px;
    margin-top: 36px;
}

@media only screen and (max-width: 760px),
(min-width: 768px) and (max-width: 1024px) {

    table.width200,
    .width200 thead,
    .width200 tbody,
    .width200 th,
    .width200 td,
    .width200 tr {
        display: block;
    }

    .width200 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .width200 tr {
        border: 1px solid #ccc;
    }

    .width200 td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
        text-align: left
    }

    .width200 td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .width200 td:nth-of-type(1):before {
        content: "Nombre";
    }

    .width200 td:nth-of-type(2):before {
        content: "Apellidos";
    }

    .width200 td:nth-of-type(3):before {
        content: "Cargo";
    }

    .width200 td:nth-of-type(4):before {
        content: "Twitter";
    }

    .width200 td:nth-of-type(5):before {
        content: "ID";
    }

    .descarto {
        display: none;
    }

    .fontsize {
        font-size: 10px
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    body {
        overflow-x: hidden;
    }

    .submitClass {

        position: relative;
        margin-left: 0px;

    }

    #imageQR {
        /* float: none; */
        text-align: center;
    }

    #imagenQR {
         /* position: relative; */
        margin: 0px;
    }

    #txtImagenQR {
        position: relative;
        margin: 0px;
    }

    .laboralItems {
        font-size: 1em
    }

    .r-tabs .r-tabs-accordion-title {
        border-bottom: 1px solid #fff;

    }

    .r-tabs .r-tabs-panel {
        padding: 1px;

    }

    fieldset {
        /* font-family: sans-serif; */
        border: none;
        background: #fff;
        border-radius: 5px;
        padding: 0px;
    }

    fieldset legend {

        margin-left: 0px;

    }

    .avatar-upload {
        position: relative;
        margin: 0% 10%;
    }

    .avatar-preview {
        margin: auto;
    }

    #sectionAvatarOtorrino {
        margin-top: 0px;
        margin-bottom: 90px;
    }

    .panel-group .panel-heading {
        height: 55px;
    }

    .panel-title {
        font-size: 15px;
    }

    .descarto {
        display: none;
    }
}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        /* width: 495px; */
        width: auto;
    }

    .descarto {
        display: none;
    }

    .fontsize {
        font-size: 10px
    }
}
.botoncito{
    cursor:pointer;
    background-color: azure;
    border-radius: 20px;
    /* width: 29px;  */
    padding:9px 12px;
}
.tdBotoncito{
    padding: 4px 10px 0px 9px;
    text-align: start;
    font-size:80%;
    color:#dc0000;
}