/*
 Theme Name:   Surkay
 Theme URI:    https://surkay.com.ar
 Description:  Lican Theme
 Author:       Vagabond Nation
 Author URI:   https://vagabondnation.com
 Template:     financity
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  surkay

 START YOUR CHILD THEME CSS HERE
*/



/* ------- PRELOADER ------- */


#financity-page-preload {
    background: radial-gradient(#ffffff	,#f1f1f1) !important;
}

@keyframes spinner {
  0% {transform: rotate(45deg);}
  100% {transform: rotate(405deg);}
}

#financity-page-preload:not(.financity-out):before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #004676;
  border-left-color: #004676;
  animation: spinner 1s cubic-bezier(0.39, 0.18, 0.56, 0.82) infinite;
}





/* ------- GENERAL AND FIXES ------- */


* {
-webkit-tap-highlight-color: transparent;
}

.financity-page-wrapper > .gdlr-core-page-builder-body > .gdlr-core-pbf-wrapper:first-child {
    margin-top: -4px;
}
@media (max-width: 999px) {
	.financity-page-wrapper > .gdlr-core-page-builder-body > .gdlr-core-pbf-wrapper:first-child {
		margin-top: -58px;
	}
}



.gdlr-core-button {
    border-radius: 0px;
    padding: 0 10px
}

.gdlr-core-testimonial-author-wrap {
    text-align: center !important;
}


@media only screen and (max-width: 767px) {
	body.financity-body-front .financity-container,
	body.financity-body-front .gdlr-core-container,
	.gdlr-core-pbf-wrapper-full-no-space {
		max-width: 100% !important
	}
}


input::placeholder,
textarea::placeholder {
    color: #a0a0a0 !important;
}







/* ------- HEADER ------- */


header.financity-fixed-navigation {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25) !important;
}

header.financity-fixed-navigation li a {
    color: #004677 !important;
}

header.financity-fixed-navigation .financity-logo-inner a img {
    display: none !important;
}

header.financity-fixed-navigation .financity-logo-inner a {
    background-image: url(https://surkay.com.ar/wp-content/themes/surkay/images/logo.svg);
    background-size: cover;
    display: block;
    width: 220px;
    height: 42.3px;
}


.financity-mobile-button-hamburger:before, .financity-mobile-button-hamburger:after, .financity-mobile-button-hamburger span {
    background: #004676 !important;
}

.financity-overlay-menu-content {
	height: 100vh !important;
    background: rgba(255, 255, 255, 0.99) !important;
}




/* ------- FOOTER ------- */


footer {
    background-image: url(http://surkay.com.ar/wp-content/themes/surkay/images/footer-bg.jpg);
	background-size: cover;
}

footer .financity-footer-wrapper {
    background-color: #004676d6;
}
footer .financity-copyright-wrapper {
    background-color: #003254eb;
}

footer .footer-item {
    padding: 14px;
}
footer .footer-direccion {
    padding-left: 54px;
}

footer .footer-item i {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 14px;
    float: left;

}

footer .footer-item strong {
    display: block;
    line-height: 130%;

}

footer .financity-copyright-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    letter-spacing: 1px;
}

footer .financity-copyright-text a{
    font-weight: 600;
}





@media (max-width: 767px) {
	
	footer .footer-item {
		width: 292px;
		margin: -20px auto;
	}
	footer .footer-direccion {
		padding-left: 14px;
	}
	footer img {
		display: block;
		margin: 0 auto;
	}
	footer .financity-copyright-text {
		flex-direction: column;
	}
}





/* ------- HOME ------- */

.rev_slider .tp-caption {
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.5)
}

body.home .servicios-icons img {
    width: 120px;
}

body.home .inicio-numeros {
    z-index: 5;
}

body.home input[type="submit"] {
    width: 100% !important;
}


.inicio-elegirnos .gdlr-core-pbf-wrapper-container {
    position: relative;
}

.inicio-elegirnos .gdlr-core-pbf-wrapper-container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
}


@media (max-width: 767px) {
	.inicio-calls .gdlr-core-pbf-wrapper-container  {
		padding: 20px 0 20px 0;
	}

	.inicio-calls .gdlr-core-pbf-column-content-margin {
		margin: 20px 25px !important;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
}





/* ------- CONTACTO ------- */

.contacto-mapa {
    width: 50vw;
    padding: 0 !important;
}

.contacto-mapa p,
.contacto-mapa br {
    display: none;
}

.contacto-mapa .gdlr-core-text-box-item {
    padding: 0 !important;
}

.contacto-mapa .leaflet-map  {
    height: 730px !important;
}


@media (max-width: 1240px) {
    .contacto-mapa .leaflet-map  {
        height: 760px !important;
    }
}

@media (max-width: 970px) {
    .contacto-mapa .leaflet-map  {
        height: 820px !important;
    }
}

@media (max-width: 767px) {
    .contacto-mapa .leaflet-map  {
        height: 440px !important;
        margin: 0 -15px
    }
    .contacto-mapa {
        width: 100vw;
        padding: 0 !important;
    }
}




/* ------- MAPA ------- */

.leaflet-pane.leaflet-tile-pane {
    filter: saturate(0);
}

.leaflet-control-container .leaflet-top.leaflet-left {
    left: auto;
    right: 10px;
}

.leaflet-control-zoom {
    margin-top: 22px !important;
    margin-right: 17px !important;
}

