html {
    width: 100%;
    height: 100%;
    cursor: default;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    width: 100%;
    height: 100%;
    font-family: Otterco Regular, Otterco Bold, Otterco Extra Bold, sans-serif !important;
    padding-bottom: 35px;
    /*background: #C5C6CC;*/
    /*background: #2D2F75;*/
    /*background:  rgba(100, 100, 100, 0.5);*/
    background: #f7f9f9;

}

.h2 {
    font-weight: 700 !important;
}

.fondoObscuro {
    background-color: rgb(242, 242, 242, 1) !important;
    /*border-radius: 8px;*/
}


.fondoBlanco {
    background-color: #ffffff !important;
    border-radius: 8px;
}

.fondoTransparente {
    background: rgba(45, 47, 117, 0) !important;
}

.fondoAzul {
    background-color: rgb(242, 242, 242, 1) !important;
    border-radius: 8px;
    color: #ffffff !important;
}

.fondoazulE {
    background-color: rgb(75, 90, 165, 1) !important;
    border-radius: 8px;
    color: #ffffff !important;
    margin-bottom: 1rem !important;

}



/*
body:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url('../../../images/svg/patasdobles.svg') 0 0 repeat;
    opacity: 0.08;
    background-size: 200px 200px;
}*/

*,
*:focus,
*:hover {
    outline: none !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    background: #f7f9f9;
    margin-top: 2%;

    /*background: -moz-radial-gradient(center, ellipse cover, #f7f9f9 0%, #e8f4f9 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f7f9f9 0%,#e8f4f9 100%);
    background: radial-gradient(ellipse at center, #f7f9f9 0%,#e8f4f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9f9', endColorstr='#e8f4f9',GradientType=1 );*/
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);

}

.format-DS {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fondo-amarillo {
    background-color: #FEE440 !important;
}

.fondo-naranja {
    background-color: #F38F2F !important;
}

.fondo-verde {
    background-color: #85BC25 !important;
}

.fondo-celeste {
    background-color: #4DB9EA !important;
}

.fondo-azul {
    background-color: #2D2F75 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: 0.7%;
    margin-right: 0.7%;
}

.margen-derecho-izquierdo {
    margin-left: 0.7%;
    margin-right: 0.7%;
}

.textoNormal {
    text-transform: none !important;
}

.fondo-violeta {
    background-color: #5D4F9C !important;
}

.fondo-rosado {
    background-color: #ED70A8 !important;
}

.imagenCortada {
    border-radius: 8px;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.modulots {
    border-radius: 8px;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}


/*------------------------------------------*/
/* Start Portfolio Section
/*------------------------------------------*/

.portfolio-section-1 {
    padding-top: 1%;
    padding-bottom: 40px;
    background: #f7f7f7;
}

.portfolio-section-2 {
    padding-top: 80px;
    padding-bottom: 120px;

}

.portfolio-section-3 {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #111;
}



#portfolio-list {
    list-style: none;
    margin: 0;
    display: block;
}

.portfolio-section-2 #portfolio-list li {
    margin-left: -2px;
}

#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width : 500px) {

    #portfolio-list li {
        width: 100%;
    }
}

@media only screen and (max-width : 767px) and (min-width : 551px) {

    #portfolio-list li {
        width: 45.9%;
    }
}

@media (min-width: 768px) {
    #portfolio-list li {
        width: 32.2%;
    }

    #portfolio-caption a i {
        margin-top: 45%;
    }

}

@media only screen and (min-width : 601px) and (max-width : 800px) {
    #portfolio-list li {
        width: 50%;
    }
}


@media only screen and (min-width : 801px) and (max-width : 991px) {
    #portfolio-list li {
        width: 50%;
    }
}


.portfolio-item {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 8px;
}

.portfolio-item img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 400px;
    height: 300px;
    border-radius: 8px;

}

.portfolio-item:hover img {
    -webkit-transform: scale(1, 5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    border-radius: 8px;

}

.portfolio-captionUBA {

    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 8px;
}

.portfolio-item:hover .portfolio-captionUBA {
    opacity: 1;
    filter: Alpha(Opacity=100);
    border-radius: 8px;
    background-color: rgba(133, 188, 37, 0.8);
}

.portfolio-item:hover .portfolio-captionUBAD {
    background-color: rgba(248, 247, 216, 0.7);
}



.portfolio-caption h4 {
    display: inline-table;
    text-transform: uppercase;
    color: #777;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: #fff;
    font-family: Otterco Regular, Otterco Bold, Otterco Extra Bold, sans-serif !important;
    position: relative;
    top: 14%;
    font-family: 'Oswald', sans-serif;
    border-radius: 8px;
}

.portfolio-caption a i {
    width: 90px;
    height: 40px;
    padding-top: 2%;
    font-size: 1.2em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    margin-top: 35%;
    top: 60%;
    font-family: Otterco Regular, Otterco Bold, Otterco Extra Bold, sans-serif !important;

}

.portfolio-caption a.link-1 i {
    width: 30%;
    border-radius: 8px;

}

.portfolio-caption a.link-2 i {
    left: 20%;
}


.img-responsiveCV {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100px;
    height: 100px;


}

.titulouba>h3 {
    text-align: center;
    margin-top: 3%;
}

.titulouba>h2 {
    text-align: center;
    margin-top: 3%;
}


.rowOv {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);

}

.rowOvMargen {
    margin-left: 3%;

}

.borderRadiusCV {
    border-radius: 8px;
}





section .section-title {
    text-align: center;
    /*color: #007b5e;*/
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #007b5e !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #111;
}

#footer a {
    color: #111;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}




.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    background-color: #24262b;
    padding: 70px 0;
}

.footer-col {
    width: 30%;
    padding: 0 15px;
    text-align: left !important;
}

.footer-colD {
    width: 26% !important;
    padding: 0 15px;
    text-align: left !important;
}

.footer-col1 {
    width: 30%;
    padding: 0 15px;
    text-align: left !important;
}

.footer-col2 {
    width: 25%;
    padding: 0 15px;
    text-align: left !important;
}


.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    margin-left: 8%;
}


.footer-colG h4 {
    margin-left: 1%;
}


.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #C5C6CC;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}



.footer-col2 h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    margin-left: 8%;
}

.footer-col2 h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #C5C6CC;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-colD ul li a:hover {
    color: #ffffff;
    padding-left: 0px !important;
}


.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;

    margin: 0 10px 10px 0;
    text-align: left;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff !important;
}




/*responsive*/
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}





.mapa iframe {
    width: 100%;
}

.iframe {
    border: 0;
}

/*SECCION CONTACT FORM*/


.containerc {
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
}

@media (min-width: 576px) {
    .containerc {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .containerc {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .containerc {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .containerc {
        max-width: 100%;
    }
}



.containerFoot {
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
}

@media (min-width: 576px) {
    .containerFoot {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .containerFoot {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .containerFoot {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .containerFoot {
        max-width: 100%;
    }
}


.ftco-section {
    padding: 1em 0;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.wrapperuba {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.no-guttersuba {
    margin-right: 0;
    margin-left: 0;

}

.no-guttersuba>.col,
.no-guttersuba>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.align-items-stretchuba {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.d-flexuba {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.order-md-lastuba {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.contact-wrapuba {
    background: #fff;
}



.info-wrapuba {
    color: rgba(255, 255, 255, 0.8);
}

.info-wrapuba h3 {
    color: #fff;
}

.info-wrapuba .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrapuba .dbox:last-child {
    margin-bottom: 0;
}

.info-wrapuba .dbox p {
    margin-bottom: 0;
}

.info-wrapuba .dbox p span {
    font-weight: 500;
    color: #fff;
}

.info-wrapuba .dbox p a {
    color: #fff;
}

.info-wrapuba .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.geoPoint {
    position: relative;
    z-index: 1;

}

.geoPoint:hover {
    background-color: #F38F2F;
    cursor: pointer;

}



.info-wrapuba .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrapuba .dbox .text {
    width: calc(100% - 50px);
}

.btnuba {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



@media (prefers-reduced-motion: reduce) {
    .btnuba {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btnuba:hover,
.btn:active,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;

}

.btnubaD:hover {
    cursor: pointer !important;
}


.btnuba.btn-primary {
    background: #4B5AA5 !important;
    border-color: #4B5AA5 !important;
    color: #fff;

}

.btnuba.btn-primary:hover,
.btn.btn-primary:focus {
    border-color: #4B5AA5 !important;
    background: #4B5AA5 !important;
    cursor: pointer;
}

.bg-primary {
    background-color: #007bff !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    --bs-gutter-x: 0 !important;

}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-primary {
    background: #2D2F75 !important;
    z-index: 1;

}

.fondoPatitas {
    position: relative;
    width: 87.7%;
    background: #2D2F75 !important;

    justify-content: center;
    z-index: 0;
    margin: 0 auto !important;
}

.fondoFooter {
    background-color: #2D2F75 !important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    opacity: 1 !important;




}

.marginfoot {
    margin-top: 2% !important;
}

.fondoFooter::before {
    background: url('../../../images/svg/patasdobles.svg') 0 0 repeat !important;
    opacity: 1 !important;
    background-size: 200px 200px;
    z-index: -99 !important;
}

.sp-mod-footer::before {
    background: url('../../../images/svg/patasdobles.svg') 0 0 repeat !important;
    opacity: 0.8 !important;
    background-size: 200px 200px !important;
    z-index: -99 !important;
}

/*#sp-footer {
    background: url('../../../images/svg/patasdobles.svg') 0 0 repeat !important;
    opacity: 0.1 !important;
    background-size: 200px 200px !important;
    z-index: -98 !important;
}*/

.mergenCoolUBA {
    margin-left: 1%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 99%;
}

.fondoPatitas:before {
    background-size: 200px 200px !important;
    content: "";
    background-image: url('../../../images/svg/patasdobles.svg') !important;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
    z-index: -1;
}

.fondoFooterD {
    position: relative;
    width: 100%;
    background: #2D2F75 !important;
    justify-content: center;
    z-index: 1;
    margin: 0 auto !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

/*.fondoFooterD:before {
    background-size: 200px 200px !important;
    content: "";
    background-image: url('../../../images/svg/patasdobles.svg') !important;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
    z-index: -1;
}*/

.sinMargenUBA {
    padding-left: 0 !important;
}

.fondoFooterD {
    position: relative;
    width: 100%;
    background: #2D2F75 !important;
    justify-content: center;
    z-index: 1;
    margin: 0 auto !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

/*.fondoFooterD:before {
    background-size: 200px 200px !important;
    content: "";
    background-image: url('../../../images/svg/patasdobles.svg') !important;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
    z-index: -1;
}*/


#sp-footer {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.fondoPadre {
    position: relative;
    width: 100%;
    background: #2D2F75 !important;
    justify-content: center;
    z-index: 0;
    margin: 0 auto !important;
    /* border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;*/
    height: 100% !important;
}

.divMaxUba {
    height: 100% !important;
    width: 100% !important;
}

/*
.fondoPadre:before {
    background-size: 200px 200px !important;
    content: "";
    background-image: url('../../../images/svg/patasdobles.svg') !important;
    background-size: cover;
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
    z-index: -1;
}
*/


#sp-footer {
    /* width: 40% !important;*/
    z-index: 0 !important;
    margin: 0 auto !important;
}

.bg-burgerUBA {
    --bs-gutter-x: 0 !important;
}


.form-group {
    margin-bottom: 1rem;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

/*

.bootom-content {
 position: absolute;
    bottom: 0;
}*/

.splashUVA {
    width: 500px;
    height: 500px;
    background:
        repeating-conic-gradient(#00f 0 3%, #0000 0 11%),
        repeating-conic-gradient(#0000 0 5%, #00f 0 7%) 50% / 60% 60%,
        repeating-conic-gradient(#0000 0 7%, #00f 0 9%) 50% / 70% 70%,
        repeating-conic-gradient(#0000 0 11%, #00f 0 13%) 50% / 80% 80%,
        radial-gradient(#00f 22%, #0000 0),
        #fff;
    background-repeat: no-repeat;
    filter: blur(20px) contrast(50);
    box-shadow: 0 0 0 50px #fff;
}

.input-append>button {
    margin-left: 21% !important;
    margin-top: 0.5%;
}

.multiCheckUBA {
    margin-left: 11% !important;
    margin-top: 1.5% !important;
}


.multiCheckUBA>label::after {
    content: "\A" !important;
    white-space: pre !important;


}



.labelUbaForm {
    width: 100% !important;

}

.labelUbaForm::after {
    content: "*\A" !important;
    white-space: pre !important;

}

.visCSSinput {
    background-color: #ffffff !important;
}


.visBtnCon>input {
    margin-left: 13px !important;
    margin-right: 13px !important;
}

.btnUbaGrande {
    width: 80px;
    height: 40px;
    font-size: 1.4em !important;
}

.btnUbanotificacion {
    width: auto !important;
    height: auto !important;
    font-size: 1.4em !important;
}


.btnubaEnviar {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #2D2F75 !important;

}


.btnUbaGrande:hover {
    background-color: #AFAEAE !important;
    border-color: black !important;
}

.botonNotInicio {
    cursor: pointer;
    color: #2D2F75 !important;
}

.botonNotInicio:hover {
    background-color: #2D2F75 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.botonNotInicio:hover .icon-inicio {
    color: #ffffff !important;
}


.botonNotNuevo {
    cursor: pointer;
    background-color: rgba(100, 100, 100, 0) !important;
    border-color: #85BC25 !important;
    color: #85BC25 !important;
}

.botonNotNuevo:hover {
    background-color: #85BC25 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.botonNotNuevo .icon-nuevo {
    color: #85BC25 !important;
}

.botonNotInicio .icon-inicio {
    color: #2D2F75 !important;
}

.botonNotNuevo:hover .icon-nuevo {
    color: #ffffff !important;
}



.botonContactame {
    cursor: pointer;
    background-color: rgba(100, 100, 100, 0) !important;
    border-color: #2D2F75 !important;
    color: #2D2F75 !important;
    border-radius: 10px !important;
    border-width: 3px;
    font-weight: 700;
    font-size: 1.1em;
}

.botonContactame:hover {
    background-color: #2D2F75 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.botonContactame .icon-nuevo {
    color: #2D2F75 !important;
}

.botonNotInicio .icon-inicio {
    color: #2D2F75 !important;
}

.botonContactame:hover .icon-nuevo {
    color: #ffffff !important;
}





a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

.map {
    height: 100%;
    width: 100%;
}

.fill {
    border: 1px solid red;
    height: 100%;
}

.marcaagua::before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url('../../../images/svg/patasdobles.svg') 0 0 repeat;
    opacity: 0.3;
    background-size: 200px 200px;
}


.sp-header::before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url('../../../images/svg/patasdobles.svg') 0 0 repeat;
    opacity: 0.3;
    background-size: 200px 200px;
}


.mapUBA {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 8px !important;
}

.mapUBA div canvas {
    border-radius: 8px;
}

.radioUBA {
    border-radius: 8px !important;
}

.ubaSlider {
    width: 87% !important;
}

#sp-page-title {
    width: 86.6% !important;
    margin: 0 auto !important;
}


.portfolio-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 8px;

}

.slide-desc-bg-UBA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: RGBA(0, 0, 0, 0.65);
}

.slide-desc-bg-UBA-verde {
    background: RGBA(164, 201, 96, 0.65) !important;
}

.slide-desc-bg-UBA-naranja {
    background: RGBA(239, 126, 68, 0.65) !important;
}

.slide-desc-bg-UBA-amarillo {
    background: RGBA(240, 224, 103, 0.65) !important;
}

.slide-desc-bg-UBA-violeta {
    background: RGBA(201, 50, 119, 0.65) !important;
}

.slide-desc-bg-UBA-azul {
    background: RGBA(43, 83, 155, 0.65) !important;
}


.slide-desc-bg-UBA-blanco {
    background: RGBA(247, 249, 248, 0.65) !important;
}

.slide-desc-bg-UBA-celeste {
    background: RGBA(77, 185, 234, 0.65) !important;
}

#sp-title {
    min-height: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


li.sp-menu-item:hover {
    background-color: rgb(45, 47, 117, 0.9) !important;
    color: #000 !important;
}

li>a.sp-menu-item:hover {
    background-color: #f7f7f7 !important;
}

li.active>a {

    color: rgb(45, 47, 117, 0.9) !important;
    font-weight: 700 !important;
    font-size: 1.4em !important;
    text-decoration: none !important;
}

ul>li.sp-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #f7f7f7 !important;
}

li.sp-has-child>a:hover {
    color: #f7f7f7 !important;
    background-color: rgba(45, 47, 117, 0.9) !important;
    border-radius: 8px !important;

}

li.sp-has-child>a {
    color: rgba(45, 47, 117, 0.9) !important;
    border-radius: 8px !important;
}

li.sp-menu-item>a:hover {
    color: #f7f7f7 !important;
}

li.sp-menu-item:hover {
    background-color: rgba(45, 47, 117, 0.9) !important;
}

ul.sp-dropdown-items>li.sp-menu-item:hover {
    background-color: rgba(45, 47, 117, 0.9) !important;
}

ul.menu-animation-zoom>li.sp-menu-item:hover {
    background-color: rgba(45, 47, 117, 0.9) !important;
    border-radius: 8px !important;
}

.animated {
    width: 400px;
    height: 221px;
    background-position: center;
    background-size: cover;
    background-image: url(https://deepsanddeeps.com/blog/wp-content/uploads/2017/06/deeps-and-deeps-blog-dragon-ball-goku-en-distintas-fases.jpg);
}


.animated:nth-child(2) {
    background-image: url(https://media.vandalsports.com/master/1-2023/202311210397_1.jpg);
}

.animated:nth-child(3) {
    background-image: url(https://phantom-marca-mx.unidadeditorial.es/79539f066b967448bc3f6a00b2510e9e/resize/1320/f/jpg/mx/assets/multimedia/imagenes/2023/03/15/16788487208759.jpg);
}


.fadeInLeft {
    -webkit-animation: fadeInLeft 1.2s both;
    -moz-animation: fadeInLeft 1.2s both;
    -o-animation: fadeInLeft 1.2s both;
    animation: fadeInLeft 1.2s both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);

    }

}

@-moz-keyframes fadeInLeft {

    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);

    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);

    }

}

@keyframes fadeInLeft {

    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);

    }
}

.fadeInTop {
    -webkit-animation: fadeInTop 1.2s both;
    -moz-animation: fadeInTop 1.2s both;
    -o-animation: fadeInTop 1.2s both;
    animation: fadeInTop 1.2s both;
}

@keyframes fadeInTop {

    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);

    }
}


.fadeInRight {
    -webkit-animation: fadeInRight 1.2s both;
    -moz-animation: fadeInRight 1.2s both;
    -o-animation: fadeInRight 1.2s both;
    animation: fadeInRight 1.2s both;
}

@keyframes fadeInRight {

    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);

    }
}

/*SECCION MOVIMIENTO DE SECCIONES*/
.sectionUBA {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fadeup {
    transform: translateY(250px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.in-view.fadeup,
.in-view .fadeup {
    transform: none;
    opacity: 1;
}


/*SECCION ICONOS MEDIA*/

a {

    text-decoration: none;
}

.me {
    width: 400px;
    margin: 90px auto;
}

.me p,
.me h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.me p {
    font-weight: 200;
}

.me span {
    font-weight: bold;
}

.social {
    position: fixed;
    top: 50%;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social ul li {
    display: block;
    position: relative;
    margin: 8%;
    background: rgba(0, 0, 0, 0.36);
    width: 300px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: -1;
}

.social ul li:hover {
    -webkit-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    -o-transform: translate(30%, 0);
    transform: translate(30%, 0);
    background: rgba(255, 255, 255, 0.4);
}

.social ul li:hover a {
    color: #000;
}

.social ul li:hover i {
    color: #fff;
    background: #2D2F75;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li i {
    margin-left: 5px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


.n2-ss-slide {
    height: 560px !important;
}


.sp-menu-item>a {
    font-size: 1.4em !important;
    padding-left: 30px !important;
    padding-right: 50px !important;
}

.sp-dropdown-items>li>a {
    font-size: 1.3em !important;
}

.sp-dropdown-main {
    width: 100% !important;
}

.logoUBADF {
    margin-left: 25% !important;
}

.sp-menu-item>a {
    color: rgba(45, 47, 117, 0.9) !important;
}

.headerPlomo {
    background-color: rgb(242, 242, 242, 1) !important;
}

.sp-contact-info {
    font-size: 1.5em !important;
    margin: 0 auto !important;
}

.VUBACenter {
    vertical-align: middle !important;
    height: 100% !important;
    /* margin: auto auto;*/

}

.sp-contact-phone {
    margin-left: 3% !important;
    margin-right: 3% !important;
    color: rgba(45, 47, 117, 0.9) !important;
    font-weight: 700;
}

.sp-contact-email {
    margin-left: 3% !important;
    margin-right: 3% !important;
    color: rgba(45, 47, 117, 0.9) !important;
    font-weight: 700;
}

.sp-contact-phone>a {
    font-weight: 700;
    color: rgba(45, 47, 117, 0.9) !important;
}

.sp-contact-email>a {
    font-weight: 700;
    color: rgba(45, 47, 117, 0.9) !important;
}

#sp-top-bar {
    background-color: rgb(242, 242, 242, 1) !important;
}

.text-center>h2 {
    font-size: 2.6em !important;
    font-weight: 900 !important;
    color: rgba(45, 47, 117, 0.9) !important;
    ;
}

.text-center>p {
    font-size: 1.9em !important;
    font-weight: 500 !important;
    color: rgba(45, 47, 117, 0.9) !important;
    ;

}

.titulouba>h2 {
    font-size: 2.6em !important;
    font-weight: 900 !important;
    color: rgba(45, 47, 117, 0.9) !important;
    ;
}

.AA>div {
    width: 100% !important;
    max-width: 100% !important;
}

.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#sp-component {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mfp_carousel_skin_card {
    margin-left: 7.5% !important;
    margin-right: 7% !important;
}

.footUBAD>div.container {
    max-width: 100% !important;
}

#sp-footer1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footUBAD>div>div {
    padding: 0 0 !important;
}

.article-details>div>p {
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.fondoFooterD>div.marginTituloCentrado {
    margin: auto auto !important;
}

.marginfoot>h5 {
    font-size: 4.5em;
    font-weight: 700;
}

.margintopUBA {
    margin-top: 2% !important;
}

.linkQuemado {
    right: 20px !important;
    position: absolute !important;
    margin-right: 15% !important;
    margin-bottom: 2% !important;
}

.j2store-product-list {
    margin-left: 15.2% !important;
    margin-right: 11.3% !important;
}

.fontubagrande {
    font-size: 1.5em !important;
    margin-left: 3px !important;
}

.sp-page-title:empty {
    display: none;
}

.sp-page-title {
    border-radius: 8px !important;
    text-align: center !important;

}



.product-title {
    margin: 0 25% !important;
}

.j2store-addtocart-form {
    margin-top: 10px !important;
    margin-left: 10% !important;
}


.j2store-addtocart-form .btn-success::before {
    content: Ver Detalles !important;
    background-color: #000 !important;
    margin: 0 auto !important;
}

.j2store-addtocart-form .btn-success {
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: flex;
    /* Usa flexbox */
    align-items: center;
    /* Centra verticalmente */
    padding: 5px 10px;
    margin: 0;
    width: 70%;
    height: auto;
    text-align: center !important;
}

.j2store-addtocart-form .btn-success:after {
    visibility: visible;
    font-weight: 700;
    content: "Ver Detalles";
    font-size: 1.3em;
    color: #fff;
    background-color: #198754;
    text-indent: 0;
    display: block;
    text-align: center !important;
    margin: 0 auto !important;
    border-radius: 8px;
}

/*Estilos de Imagenes*/

.pokemon {
    width: 200px;
    height: 200px;
    /* center content using flex box */
    display: flex;
    justify-content: center;
    align-items: center;
    /* overlay */
    box-shadow: 0 0 0 100px inset, 0 0 5px grey;
    /* hover out transition */
    transition: box-shadow 1s;
    float: left;
    margin: 10px;
}


/* pokemone names */

.pokemon::after {
    width: 80%;
    height: 80%;
    display: block;
    white-space: pre;
    font: 15pt 'sigmar one';
    color: white;
    border: 2px solid;
    text-align: center;
    /* center content using flex box */
    display: flex;
    justify-content: center;
    align-items: center;
    /* hover out transition */
    transition: opacity 1s .5s;
}


/* reveal pokemone picture on hover */

.pokemon:hover {
    box-shadow: 0 0 0 5px inset, 0 0 5px grey, 0 0 10px grey inset;
    transition: box-shadow 1s;
}


/* hide pokemone name on hover */

.pokemon:hover::after {
    opacity: 0;
    transition: opacity .5s;
}

#bulbasaur {
    background-image: url(http://vignette4.wikia.nocookie.net/pokemon/images/2/21/001Bulbasaur.png/revision/latest/scale-to-width-down/200?cb=20140328190757);
    color: rgba(71, 121, 94, .9);
}

#bulbasaur::after {
    content: 'Bulbasaur';
}

#charmander {
    background-image: url(http://vignette2.wikia.nocookie.net/pokemon/images/7/73/004Charmander.png/revision/latest/scale-to-width-down/200?cb=20140724195345);
    color: rgba(221, 86, 63, .9);
}

#charmander::after {
    content: 'Charmander'
}

#squirtle {
    background-image: url(http://vignette2.wikia.nocookie.net/pokemon/images/3/39/007Squirtle.png/revision/latest/scale-to-width-down/200?cb=20140328191525);
    color: rgba(65, 102, 114, .9);
}

#squirtle::after {
    content: 'Squirtle'
}

#pikachu {
    background-image: url(http://vignette2.wikia.nocookie.net/pokemon/images/0/0d/025Pikachu.png/revision/latest/scale-to-width-down/200?cb=20140328192412);
    color: rgba(179, 152, 98, .9);
}

#pikachu::after {
    content: 'Pikachu'
}

#wrapper {
    width: 500px;
    height: 500px;
    margin: auto;
}



.detail {
    margin-left: 15.5% !important;
    margin-right: 15.5% !important;
}

.j2store-add-to-cart {
    display: none !important;
}


/*estilos para botones especiales*/

/*Diseño de Botones cool*/
.buttonUBFA {
    position: relative;
    background: #444;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    padding: 1rem 3rem;
    transition: 0.2s;
    border-radius: 8px;
}

.buttonUBFA:hover {
    letter-spacing: 0.2rem;
    padding: 1.1rem 3.1rem;
    background: var(--clr);
    color: var(--clr);
    /* box-shadow: 0 0 35px var(--clr); */
    animation: box 3s infinite;
    border-radius: 8px;
}

.buttonUBFA::before {
    content: "";
    position: absolute;
    inset: 2px;
    background: rgb(45, 47, 117, 0.9);
    border-radius: 8px;
}

.buttonUBFA span {
    position: relative;
    z-index: 1;
}

.buttonUBFA i {
    position: absolute;
    inset: 0;
    display: block;
}

.buttonUBFA i::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: 80%;
    top: -2px;
    border: 2px solid var(--clr);
    background: #272822;
    transition: 0.2s;
}

.buttonUBFA:hover i::before {
    width: 15px;
    left: 20%;
    animation: move 3s infinite;
}

.buttonUBFA i::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: 20%;
    bottom: -2px;
    border: 2px solid var(--clr);
    background: #272822;
    transition: 0.2s;
}

.buttonUBFA:hover i::after {
    width: 15px;
    left: 80%;
    animation: move 3s infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes box {
    0% {
        box-shadow: #27272c;
    }

    50% {
        box-shadow: 0 0 25px var(--clr);
    }

    100% {
        box-shadow: #27272c;
    }
}



.j2store-img-responsive::after {
    border-radius: 50% 10%;
    background-image: var(--img-url), linear-gradient(to bottom left, #f83600, #f9d423);
}



.j2store-img-responsive {
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    border: calc(8px + 0.2vw) solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
    margin-top: 10%;
    border-radius: 50% 10%;
    background-image: var(--img-url), linear-gradient(to bottom left, #f83600, #f9d423);
    border-color: rgb(75, 90, 165, 0.8);
}



j2store-product-main-image {
    width: 100% !important;
    height: auto !important;
}

/* Personalización del modal */
.modal.right .modal-dialog {
    top: -19%;
    right: -13%;
    margin-right: 20%;
    margin-top: 10%;
    transform: translate(100%, 0);
}

.modal.right.show .modal-dialog {
    transform: translate(0, 0);
}



@media screen and (min-width: 800px) {
    .rw-widget-container .rw-conversation-container {
        margin-bottom: 10px;
    }
}

.rw-conversation-container .rw-image-frame {
    object-position: 0 auto !important;
    object-fit: contain !important;
    height: 100%;
    width: auto !important;
    border-radius: 15px
}

.rw-open-launcher {
    margin: 0 auto !important;
}

.linkQuemadoEsterilizaciones {
    right: 20px !important;
    position: absolute !important;
    margin-right: 15% !important;
    margin-top: 3% !important;

}


.wrapper {
    display: flex;
    width: 1040px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.item {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 300px;
    margin-left: 20% !important;
}

.item-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.item-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    min-height: 250px;
}

.label {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.label-teal {
    background-color: #47bcd4;
}

.label-purple {
    background-color: #5e76bf;
}

.label-pink {
    background-color: #cd5b9f;
}

.item-body p {
    font-size: 13px;
    margin: 0 0 40px;
}

.profile {
    display: flex;
    margin-top: auto;
}

.profile img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.profile-info h5 {
    margin: 0;
}

.profile-info small {
    color: #545d7a;
}

.paris-container {
    display: flex;
    align-items: top;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.paris-image {
    margin-top: 2%;
    max-width: 60%;
    max-height: 100%;

}

.paris-image-in {
    width: 60%;
    margin: 0 auto;
}


.paris-text {
    font-size: 20px;
    padding-left: 20px;
    margin-top: 1.5%;
    text-align: justify;
    
}


.content-box {
    max-width: 89%;
    margin: 0 auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: justify;
  }

  .ptexto {
    text-align: justify;
    font-size:1.5em;
  }

.effect-2 {
  padding: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.effect-2:before,
.effect-2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #0088a3; /* Color ajustado manualmente */
}

.effect-2:before {
  border-width: 2px 0 2px 0;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.effect-2:after {
  border-width: 0 2px 0 2px;
  transform: scaleY(0);
  transition: transform 0.5s ease;
}

.effect-2:hover:before,
.effect-2:hover:after {
  transform: scale(1,1);
}


#sp-menu {
	text-align: center !important;
}


.tabla-informativa {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.tabla-informativa td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

.tabla-informativa td.titulo {
    width: 30%;
    font-weight: bold;
    background-color: #e8e8e8;
    font-size: 16px;
}

.tabla-informativa td.descripcion {
    width: 70%;
    background-color: #fff;
    text-align: center;
}

.tabla-informativa td.titulo_i {
    width: 33%;
    font-weight: bold;
    background-color: #e8e8e8;
    font-size: 16px;

    text-align: center !important;
}


.tabla-informativa td.descripcion_i {
    width: 33%;
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
}

.tabla-informativa td.descripcion_ic {
    width: 33%;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}


.ubaifr {
  width:100% !important;
  height:700px !important;
}
