/* Declaracion de Fonts web */
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@900&display=swap" rel="stylesheet");

/* 
	Declaracion de Fonts locales 
	Familia de font Garamond
*/

@font-face { 
  font-family: 'Garamond';
  src:
      local('Garamond'),
      local('Garamond'),
      url('../fonts/Garamond.ttf');
}
@font-face { 
  font-family: 'Garamond-Regular';
  src:
      local('Garamond-Regular'),
      local('Garamond-Regular'),
      url('../fonts/Garamond-Regular.ttf');
}
@font-face { 
  font-family: 'Garamond-Bold';
  src:
      local('Garamond-Bold'),
      local('Garamond-Bold'),
      url('../fonts/Garamond-Bold.ttf');
}
@font-face { 
  font-family: 'Garamond-Medium-Italic';
  src:
      local('Garamond-Medium-Italic'),
      local('Garamond-Medium-Italic'),
      url('../fonts/Garamond-Medium-Italic.ttf');
}

html {
  overflow-x: hidden; }

body {
  font-family: "Garamond";
  line-height: 1.8;
  font-size: 16px;
  background: #f2f2f2;
  color: #464748; 
}


/*
==============================================================================
  LOGOTIPO DE LA APLICACION 
==============================================================================
*/

.centrado{
  margin-left: auto;
  margin-right: auto;
  width: 170px; 
  height: 170px; 
  
}


/*
==============================================================================
  IMAGEN SLIDER PRINCIPAL 
==============================================================================  
*/

#home {
	background-image: 
		linear-gradient(to bottom, rgba(0, 3, 19, 0.52),rgba(245, 246, 252, 0)),
			url(../images/escribania-frente.jpg) ;


	/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador  */
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;	
	/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
	background-position: center center;
	/* Para que la imagen de fondo no se repita */
	background-repeat: no-repeat;
	/* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */
	background-attachment: fixed;
	/* Se muestra un color de fondo mientras se está cargando la imagen de fondo o si hay problemas para cargarla */
	background-color: #66999;
	
}

/* Quito de el slider los links subrayados */
.ftco-cover a:before {
  background: none !important;
}

.bg-image, .ftco-cover {
  background-size: cover;
  background-repeat: no-repeat; }


.ftco-cover {
  background-position: center center; 
}

/* Cambio la imagen background para dispositivos moviles */
@media screen and (max-width: 960px){
  #home {
	background-image: 
		linear-gradient(to bottom, rgba(0, 3, 19, 0.72),rgba(245, 246, 252, 0)),
			url(../images/escribania-frente-movile.jpg) !important ; 
		
	background-position: center center !important;	
	
	background-position: 60% 0% !important;
  }
  
  .centrado {
		opacity: 1;
  }  
}


/* ----------------- FIN SLIDER --------------*/


/*
==============================================================================
  SECCION SOBRE NOSOTROS
==============================================================================  
*/

#imagenabout {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 960px){
  #imagenabout {
    padding-bottom: 0px !important;
  }
}

.format-font1 {
	font-family: 'Garamond-Bold' !important;
	padding-bottom:10px;
}

.format-font2 {
	font-family: 'Garamond-Bold' !important;
	text-align:center;
	padding-top: 54px !important;
	padding-bottom:22px !important;
}
.format-font3 {
	font-family: 'Garamond' !important;
	text-align:center;
	line-height : 20px !important;
}

/* TAMAÑO BOX DE FOTOS DE LAS EMPLEADAS */
.card-img-top {
	padding-left:5px !important;
	padding-right:5px !important;
	padding-top: 5px !important;
	/*width: auto;*/
	width: auto !important;
	height: 290px !important;
	max-width: auto;
	max-height: 290px;
}
/* CONTROLA EL ANCHO DE LA COLUMNA DONDE VAN A PARAR LOS BOX */

.margin-box {
    max-width: 25.5% !important;
}

@media screen and (max-width: 600px) {
	.margin-box {
		max-width: 100% !important;
	}
	.format-font3 {
		line-height : 26px !important;
		font-size: 16px !important;
	}	
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem !important;   /*1.25*/
}
.card-title {
	font-family: 'Garamond-Bold' !important;
    margin-bottom: 0rem !important;
	color:#464748;
	font-size:18px;
}


.card-img-link {
	width: 60px !important;
	height: 60px !important;
	max-width: 295px;
	max-height: 260px;
}



/*
==============================================================================
  SECCION SERVICIOS
==============================================================================  
*/

#servicios p {
  font-size: 20px !important;
}

/* cajitas de servicios */
.d-block {
  /* font-family: "Raleway", sans-serif; */
  display: block!important;
  height: 112px !important;           /* alto */
  line-height: 1.3 !important;        /* interlineado del texto */

  display: flex !important;           /* para centrar el texto horizontar y verticalmente. */
  justify-content: center !important;
  align-items: center !important;

}


/* Fuerzo color en los links de servicio para que no aparezca en celeste */
.link-gris {
  color: #464748 !important;
  font-size: 16px;
}


/* tamaño de los iconos de servicios */
.oi-check:before {
  content: '\e033';
  font-size: 14px;
}


.serviciostitulo1 {
  font-family: "Garamond-Bold" !important;
  color: #f8f9fa !important; /* plata */ 
}

.serviciostitulo2 {
  color: #b4bdc5 !important; /* plata */ 
}


/*
==============================================================================
  SECCION CONTACTO 
==============================================================================  
*/


.telefonos-utiles{
	padding-left:60px;
}
.formulario-contacto {
	padding-right:90px !important;
}
.telefonos-utiles b {
  /* color: #000;  */
  /* color: #747475;  */
  color: #3f3f3f; 
}

.contact-leyenda {
	font-size:20px;
	padding-bottom:50px;
}

.labelcontact{
  font-size: 12px !important;
  color: #b1afaf;
  /* color: #747475; */
}

.bg-white { /* color de fondo */
  background-color: #f2f2f2!important;
}

.contact-background{
  height: 550px !important;
  max-height: 550px;
  
  background-image: url(../images/escribana.jpg); 
  
  background-position: 0% 45% ; /*desplazamiento de foto*/
  background-repeat: no-repeat;  
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover; 
  /*opacity: 0.9;*/
  background-color: #000000;
  line-height : 20px;	
}

.mapa {
	padding-left:0px;
	padding-right:0px;
	position:relative;
	width:100%;
	height:400px;	
}

#myMap {
	height:270px !important;		
	max-height
}

.ocultar-hs {
	display: block;
}
.ocultar-hs-movile {
	display: none;
}
.img-grupal {
    width: 400px;
	max-width: 100%;
    height: 251px;
	opacity:1 !important;
}

@media screen and (max-width: 600px) {
	.mb-5 {
		margin-bottom: 1rem!important;
	}
	#myMap {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}	
	.d-block.slide-img { /* Tamaño imagen Escribana slider */
	  height: 500px !important;
	  max-height: 500px !important;
	}	
	.contact-background{
		/*display:none;*/
		background-position: 12% 0% ; 
		
		/*background-image: url(../images/empleada-4.jpg);*/
	}
	.img-grupal {
		max-width: 100%;
		height: 200px;
		background-position: 22% 0% !important; 
	}
	.mapa {
		padding-left:35px;
		padding-right:35px;
	}
	.ocultar-hs {
		display: none;
	}
	.ocultar-hs-movile {
		display: block;
	}	
	.telefonos-utiles{
		padding-left:15px;
	}
	.formulario-contacto {
		background-color:white !important;
		padding-right:15px !important;
		padding-left:15px !important;
	}	
	.titulo-form-contact{
		text-align: center;
		padding-top: 55px !important;
		padding-bottom: 40px;
		
	}
	.form-group {
		text-align: center !important;
	}
	.contact-background{
	  height: 250px !important;
	  max-height: 250px;
	  background-position: 0% 0% !important;
	}
	.contact-background-2{
	  height: 250px !important;
	  max-height: 250px;
	  background-position: 90% 0% !important;
	}	
	
}


/*
==============================================================================
  SECCION INTERES
==============================================================================  
*/

.sitios-interes {
	background-color: #FFFFFF;
}

.iconinteres{
  margin-bottom: 5px;
  padding: 5px 5px 5px 5px;
  border: 3px solid rgb(204, 200, 200);
  border-radius: 50px 50px;
}

#link1 a:hover::after{
  content: "Afip"
}
#link2 a:hover::after{
  content: "Anses"
}
#link3 a:hover::after{
  content: "Dolar_Hoy"
}
#link4 a:hover::after{
  content: " Colegio_Escribanos"
}

@media screen and (max-width: 600px) {
	.sitios-interes {
		background-color: #f2f2f2 !important;
	}
	.ftco-section,
	.ftco-footer {
		padding: 5em 0 1em 0 !important; 
	}	
}

/*
==============================================================================
  SECCION FOOTER 
==============================================================================  
*/

/* color para los links del footer */
#footerlist {
    color: rgba(255, 255, 255, 0.3) !important;
}

.d-block-footer {
  display: block!important;
}

@media screen and (max-width: 600px) {
	.footer-text {
		text-align: center !important;
	}
}



/*
==============================================================================
  SECCION BARRA MENU
==============================================================================  
*/

.nav-link { /* NOTA: tamaño del font de los links del menu */
  font-size: 24px !important;
}

.navbar b { /*NOTA: font para la palabra MENU */
  font-family: "Raleway", sans-serif;
}
.navbar{ /* NOTA: font para link del menu */
  /*font-family: 'RougeScript'; original */
  font-family: 'Garamond';
  font-size: 22px !important;

  border-bottom: 1px solid #afaead; 
  height: 9% !important;
  font-weight: 200;   /* grosor de la letra */
}

/* Texto que aparece en el Menu "Ferraro Mansur" */
.navbar-brand {
  /* text-transform: uppercase; */
  /*font-family: 'RougeScript'; original */
  font-family: 'Garamond';
  font-size: 26px;
  letter-spacing: .1em; 
}

/* 
Fuerzo el cambios en el menu desplegable para dispositivos moviles 
*/
@media screen and (max-width: 960px){
	
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {

      background-color: rgba(3, 3, 3, 0.829) !important;
      color: #fff !important;
      /* margin-top: -0.1em !important; */
      margin-right: 3em !important;
      margin-left: 3em !important;
      padding-top: 2em !important;
      padding-bottom: 1em !important;
      text-align: center !important;
      font-weight: 200 !important;
      font-size: 20px !important;
    }
  
    .navbar-dark .navbar-brand{ /* Texto del menu "Ferraro Mansur" a color gris...*/
        color:#a3a2a7;    
    }
  
    .ftco-vh-100 {
        padding-top: 0em !important;
    }  
  
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #4586FF; }
  a:hover {
    text-decoration: none;
    color: #4586FF; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  font-weight: normal;
  color: #000; }

.text-primary {
  color: #4586FF !important; }

/* HACE QUE EL MENU SEA TRANSPARENTE */
.ftco-navbar-light {
  background: transparent  !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; 
}
  /* PARA DISPOSITIVOS MOVILES EL MENU ES NEGRO */
  /*@media screen and (max-width: 991px) {*/
  /*  .ftco-navbar-light {*/
  /*    background: #000 !important;*/
  /*    top: 0;*/
  /*    position: relative; */
  /*  } */
  /*}*/
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 960px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; 
      } 
    }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-cta a {
    color: #fff; 
  }
  
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 960px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(255, 255, 255, 0.05); }
      @media screen and (max-width: 960px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important; 
  }
    @media screen and (max-width: 768px) {
      .ftco-navbar-light.scrolled .navbar-nav {  /* NOTA: controla la transparencia del menu en dispositivos moviles */
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media screen and (max-width: 576px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.7rem !important;
      padding-bottom: 0.7rem !important;
      color: #000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #4586FF !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000; }



  .ftco-cover .ftco-heading {
    font-size: 45px;
    line-height: 1.34;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .ftco-cover .ftco-heading {
        font-size: 37px;
        line-height: 1.3; } }
  .ftco-cover .ftco-subheading, .ftco-cover p {
    color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 768px) {
    .ftco-cover .btn {
      width: 100% !important;
      border: 1px solid red; } }
  .ftco-cover a {
    position: relative;
    color: #fff; }
    .ftco-cover a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #4586FF;
      height: 2px;
      content: " "; }
  .ftco-cover.overlay {
    position: relative; }
    .ftco-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .ftco-cover .ftco-vh-100 {
    min-height: 700px !important; }

.ftco-slant {
  position: relative;
  overflow: hidden; }
  
  /* INCLINACION DE LAS SECCIONES */
  /* .ftco-slant:after {
    width: 120%;    
    height: 200px;  
    left: -10%;
    background: #f2f2f2;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    content: "";
    position: absolute;
    bottom: -100px; 
  } */
    @media screen and (max-width: 960px) {
      .ftco-slant:after {
        bottom: -150px; } }
    @media screen and (max-width: 768px) {
      .ftco-slant:after {
        bottom: -170px; } }
  .ftco-slant.ftco-slant-white:after {
    background: #fff; }
  .ftco-slant.ftco-slant-dark:after {
    background: #263135; }

.ftco-uppercase {
  letter-spacing: .1em;
  font-size: 30px; }

.btn {
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }
  .btn.btn-sm {
    padding: 10px 20px;
    font-size: 12px; }
  .btn:before {
    display: none; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  
  
  .btn.btn-primary { 
    /*color original #4586FF*/
    background: #084d6e;
    border-color: #084d6e;
    color: #fff; 
  }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #1265ff;
      background: #1265ff; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.2);
    background: none; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #000; }

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 55px;
  background: none !important;
  color: #000 !important;
  font-size: 18px; }
  .form-control:focus, .form-control:active {
    border: 1px solid #000; }

textarea {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media screen and (max-width: 960px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-vh-75 {
  height: 75vh; }
  @media screen and (max-width: 960px) {
    .ftco-vh-75 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; 
	} 
  }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #4586FF !important; }

.ftco-section,
.ftco-footer {
  padding: 7em 0 1em 0; }
  .ftco-section.ftco-slant,
  .ftco-footer.ftco-slant 
  {
    padding: 5em 0 0em 0;  /* TAMAÑO ALTO DE LA SECCION DE ABOUT 7em 0 0em 0*/ 
  }
  .ftco-section .ftco-heading,
  .ftco-footer .ftco-heading {
    font-size: 40px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .ftco-section .ftco-heading,
      .ftco-footer .ftco-heading {
        font-size: 30px; } }
  .ftco-section.bg-light,
  
  /* NOTA: Color del fondo de la seccion de SERVICIOS */
  .ftco-footer.bg-light {
    /* background: #f2f2f2 !important;  */
    background: #084d6e !important; 
	padding-bottom:70px;
  }

/* NOTA: Color del Footer #263135*/
.ftco-bg-dark {
  /* background: #01454f;  */
  background: #084d6e ;  /* Azul petroleo */
}

.ftco-footer {
  font-size: 16px; }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.3); }

  /* NOTA: color texto footer */
  .ftco-footer a {
    /* color: rgba(255, 255, 255, 0.3);  */
    color: #e3e4e5 !important; /* plata */
  }

    .ftco-footer a:hover {
      color: #4586FF; }

  /* NOTA: color texto footer */    
  .ftco-footer .ftco-heading {
    font-size: 24px; }
  
    .ftco-footer .ftco-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    /* color: rgba(255, 255, 255, 0.6);  */
    color: #e3e4e5 !important; ; /* plata */
  }

.ftco-pricing-popular {
  position: relative; }
  .ftco-pricing-popular .popular-text {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -16px;
    right: 0;
    background: #4586FF;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: .1em; }

.ftco-pricing h2 {
  font-size: 17px;
  text-transform: uppercase; }

.ftco-pricing .ftco-price-per {
  font-size: 70px; }
  .ftco-pricing .ftco-price-per sup {
    font-size: 20px;
    top: -1.5em; }
  .ftco-pricing .ftco-price-per strong {
    color: #000; }
  .ftco-pricing .ftco-price-per span {
    font-size: 20px; }

.ftco-pricing ul li {
  margin-bottom: 10px; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #4586FF; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #4586FF; }

.ftco-media {
  background: #fff;
  border-radius: 5px; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

.ftco-owl {
  position: relative;
  z-index: 1; }
  .ftco-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .ftco-owl .owl-nav .owl-prev,
    .ftco-owl .owl-nav .owl-next {
      position: absolute;
      font-size: 30px;
      background: #4586FF;
      color: #fff;
      padding: 10px;
      line-height: 0; }
    .ftco-owl .owl-nav .owl-prev {
      left: 0; }
    .ftco-owl .owl-nav .owl-next {
      right: 0; }
  .ftco-owl .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px; }
    .ftco-owl .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .ftco-owl .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 7px; }
      .ftco-owl .owl-dots .owl-dot.active span {
        background: #4586FF; }
  .ftco-owl:hover .owl-nav {
    visibility: visible;
    opacity: 1; }

@media screen and (max-width: 768px) {
  #map {
    height: 400px; 
    overflow: visible !important;
  } 
}

.ftco-counter .ftco-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #4586FF; }

.ftco-counter .ftco-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }
