/*

Lake Florida Construction LLC

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header styles
05. pool styles
06. image fixed styles
07. pool-image-fixed
08. spa
09. testimonials
10. contact styles
11. footer
12. responsive

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}


a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/


::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #40a4f9;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/


.container-sub-header{
padding: 20px 50px 20px 50px;
}
.sub-header {
  position: sticky;
  background-color: #e59a22;
  border-bottom: 1px solid #eee;
  z-index: 400;
  transition: transform .6s ease;
  width: 100%;
}
.sub-header.hidden {
  transform: translateY(-100%); /* Desplazar hacia arriba para esconderlo */
}

.sub-header ul li {
  display: inline-block;
 
}
.sub-header ul li i{
 cursor: pointer;
 
}
.sub-header ul li a:hover {
  
 color: #0071f8;
}
.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  
  color: #fff ;
  font-size: 20px;
  
}
.sub-header ul li a{
  color: #fff;
}

.sub-header ul.social-links li a:hover {
  background-color: #40a4f9;
}

.sub-header ul.info li:first-child {
  font-size: 18px;
  color: #fff;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}


.sub-header ul.info li i {
  font-size: 25px;
  color: #fff;
  margin-right: 8px;
}
.container-header{
  
  padding: 0 40px 0px 40px;
  
}
.background-header {
  
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
 
 
}

.header-area {
  position: relative;
  background-color: #fff;
  height: 100px;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .7s ease 0s;
  
 
}

.header-area .main-nav {
  background: transparent;
  display: flex;
  
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo img {
 width: 223px;
 transition: all .6s ease 0s;
}

.background-header .main-nav .logo img {
  width: 153px;
}



.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}



.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: #40a4f9;
}

.header-area .main-nav .nav li a.active {
  color: #40a4f9;
}


.background-header .main-nav .nav li a.active {
  color: #40a4f9;
}



.background-header .main-nav ul.nav {
  margin-top: 20px;
}


.visible{
  display:inline !important;
}
@media (max-width: 1302px) {

  .container-header{
    padding: 0;
  }

}
@media (max-width: 1238px) {

  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}
@media (max-width: 1173px) {

  .header-area .main-nav .nav li {
    padding-left: 0;
    padding-right: 0;
  }

.container-header {
  padding: 0;
}
}
@media (max-width: 1092px) {

 .header-area .main-nav .nav li a{

   padding-left: 0;
 }
}
@media (max-width: 1028px) {

  .header-area .main-nav .nav li a{
    padding-left: 0;
    padding-right: 20px;
  }

}
@media (max-width: 886px) {
  .header-area .main-nav .nav li a {
    font-size: 14px;
  }
}
@media (max-width: 849px) {
  .header-area .main-nav .nav li a {
    font-size: 12px;
  }
}
@media (max-width: 790px) {
  .header-area .main-nav .nav li a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  
  .sub-header{
    display: none;
  }
  
  .background-header{
    height: 50px !important;
  }
  .background-header .main-nav {
    
    width: 100%;
    z-index: 1;
   
  }
  
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
    z-index: 1;
  }
  .background-header .main-nav .logo {
    top: 0;
  }
  
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }

  
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
  display: none;
  }
  
}


/*Menu tigger*/
.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  
  
}
.hamburger__slices {
  position: relative;
  display: grid;
  width: 30px;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr;
  grid-row-gap: 6px;
}
.hamburger__slice {
  height: 4px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.hamburger:after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute; 
  right: 0;
  z-index: -1;
  transition: transform 0.2s ease-in-out;
  backface-visibility: hidden;
  transform: perspective(1px) translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.hamburger__menu {
  display: none;
  position: absolute;
  left: -100%;
  top: 250%;
  transform: translateX(-80%) translateY(-25%);
}
.hamburger--active:after {
  transform:scale(10, 17);
  border-radius: 2px;
}
.hamburger--active .top {
  transform: rotate(45deg) translateX(8px) translateY(4px);
  margin-left: -7px;
}
.hamburger--active .middle {
  width: 0;
  margin-left: 0%;
}
.hamburger--active .bottom {
  transform: rotate(-45deg) translateX(10px) translateY(-6px);
  margin-left: -7px;
}
.hamburger--active .hamburger__menu {
  display: flex;
  animation: opacity 1s ease;
}
@keyframes opacity {

  0%{
   opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.hamburger--active .hamburger__menu ul {
  list-style: none outside none;
  padding: 0;
}
.hamburger--active .hamburger__menu li + li {
  padding-top: 2em;
}
.hamburger--active .hamburger__menu a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
}
.hamburger--active .hamburger__menu a:hover {
  color: #40a4f9;
 
}
@media (max-width: 767px) {
  .hamburger{
    display: flex;
  }
}
@media (max-width: 413px) {
  .header-area .main-nav .logo { 
    left: 0px;
    
  }
  .hamburger--active .hamburger__menu a {
    font-size: 12px;
  }
  .hamburger--active .hamburger__menu li + li {
    padding-top: .8em;
  }
  .hamburger__menu {

    left: -60%;
    top: 180%;
  }
  .hamburger--active:after {
    transform:scale(7, 10);
    border-radius: 2px;
  }
}
@media (max-width: 324px) {
  .header-area .main-nav .logo {
    z-index: -1;
    
  }

}


/* 
---------------------------------------------
Pool Style
--------------------------------------------- 
*/
.container-pool{
  margin-top: 150px;
  display: flex; 
  justify-content: center;
  padding: 30px;
}
.pool .section-pool-right{

  aspect-ratio: 9/25;
 
  height: 650px;

}

.pool .left-image  {
background-image: url('../images/piscinas/Piscina-section/2.jpg');
background-position:center;
background-size:cover;
 aspect-ratio: 9/16;
 
 height: 650px;
}
.info-pool{
 width: 100%;

}
.section-heading {
  margin-left: 10px;
  margin-right: 10px;
  
}


.accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fff;
  --bs-accordion-border-color: #fff;
  border: none !important;
}

.pool .accordion-header {
  
  --bs-accordion-btn-bg: #fff;
  background-color: #fff;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: #fff;
}

.pool .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
  outline: none;
}

.dot{
  font-size: 8px;
  margin-right: 3px;
}

.pool .accordion-button:not(.collapsed) {
  color: #40a4f9;
  background-color: #fff;
  outline: none;
}


#headingThree {
  border-bottom: none;
}

.pool .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.pool .info-table {
  
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 15px 10px;

}

.pool .info-table ul li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #eee;
}

.pool .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}


.pool .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}
/*Responsive*/

@media (max-width: 992px) {
  .container-pool{
    flex-direction: column;
  }
.pool .left-image  {
  background-position: bottom;
  height: 400px;
  
 }
}
@media (max-width: 579px) {
  .container-pool .left-image{
 
    height: 300px;
    width: 100%;
    
  }
  .section-heading h2{
    font-size: 2rem;
    
  }
}



/* 
---------------------------------------------
image-fixed Style
--------------------------------------------- 
*/


.image-fixed {
  background-image: url('../images/piscinas/Piscina-section/agua-piscina.jpg');

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0px 100px 0px;
  position: relative;
}

.image-fixed-content {
  margin-top: -240px;
}

.image-fixed h2 {
  text-align: center;
  font-size: 100px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/*Responsive*/
@media (max-width: 992px) {
  .image-fixed h2 {
    font-size: 60px; 
  }
}
@media (max-width: 767px) {
  .image-fixed h2 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .image-fixed h2 {
    font-size: 60px;
    
  } 
}

/* 
---------------------------------------------
Pool-Image-Fixed Style
--------------------------------------------- 
*/


.pool-image-fixed {
  text-align: center;
  margin-top: 125px;
}

.pool-image-fixed .counter {
  background-color: #ffeee9;
  padding: 10px;
  position: relative;
  border-radius: 10px;
  width: 260px;
  height: 80px;
  display: flex;
  justify-content: space-around;
  display: inline-block;
  
}
.pool-image-fixed .counter img{
  width: 70px

}



.pool-image-fixed .counter,
.pool-image-fixed .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.pool-image-fixed .counter p {
  font-size: 13px;
  color: #1e1e1e;
  font-weight: 600;
}
/*Responsive*/
@media (max-width: 992px) {
  .pool .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .pool .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pool .info-table {
    margin-top: 45px;
  }
  .pool-image-fixed .counter {
    margin-bottom: 45px;
  }
  
}
/* 
---------------------------------------------
Spa Styles
--------------------------------------------- 
*/

.container-spa{
  width: 100%;
  
}


.spa .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
  outline: none;
}
.spa .accordion-button-item{
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
  outline: none;
  border: none;
  background-color: #fff;
 
}
.spa .accordion-button-item:hover{
  color: #40a4f9;
}

.spa .accordion-button:not(.collapsed) {
  color: #40a4f9;
  background-color: #fff;
  outline: none;
}

.spa{
  display: flex;
  justify-content: center;
  padding: 30px;
  margin-bottom: 100px;
  
}
.spa .accordion-header {
  --bs-accordion-btn-bg: #fff;
  background-color: #fff;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: #fff;
}


.slider-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  
}

.slider-spa {
  display: flex;
  transition: transform 0.5s ease; /* Transición para el desplazamiento */

  aspect-ratio: 25/25;
  height: 650px;
  
}



.slider-spa-img {
  flex: 0 0 auto;
  width: 100%;
  height: 100%; /* Altura de las imágenes */
  background-size: cover;
  background-position: center;
  
}

.slider-dot-spa {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.dot-spa {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  
}

.dot-spa.active {
  background-color: #ffb201;
}
/*Responsive*/
@media (max-width: 992px) {
  .spa{
    flex-direction: column;
    gap: 30px;
  }
 
  .slider-spa{
    aspect-ratio: 16/9;
    height: 650px;
   
  }
  
  .spa .section-heading {
    margin-left: 0px;
    margin-right: 0px;
   
  }
  .spa .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .spa-image-fixed .counter {
    margin-bottom: 45px;
  }
}
@media (max-width: 579px) {
  .slider-container .slider-spa{
    height: 300px;
  }
  .pool .section-heading{
    margin-bottom: 40px;
  }
  .spa .section-heading h2{
    margin-bottom: 40px;
  }
  .accordion{
    margin-bottom: 40px;
  }
}
@media (max-width: 414px) {
  .accordion-body{
    padding: 0;
  }
  .spa .accordion-button-item{
    font-size: 13.5px;
  }
}
@media (max-width: 308px) {
 
  .spa .accordion-button-item{
    font-size: 12px;
  }
}
/* 
---------------------------------------------
Financial Style
--------------------------------------------- 
*/
.financial-container{
  padding: 30px;
 
}
.financial-container h6{
   margin-bottom: 50px;
}
.container-financial-all-inside{
  
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: 500px;
  box-shadow: 6px 6px 11px 0px #000000;
  border-radius: 20px;
  background-color: #ffeee9;
  margin-bottom: 100px;
  
  
}
.brand-item{
  width: 100%;
  background-color: #f36a36;
  border-radius: 20px  20px  0 0;
}
.financial-container .brand-item img{
  width: 200px;
}
.financial-container .financial-body{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.financial-container .financial-body p{
  margin-top: 30px;
  line-height: 2em;
  font-size: 1.5em;
  color: #003c7a;
}
.financial-container .financial-body p span{
  font-size: 1.6em;
  font-weight: 600;
}
.description-financial{
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  text-align: left;
  color: #003c7a;
  font-size: 1.2em;
}
.btn-financial{
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
}
.btn-financial button{
  width: 300px;
  border-radius: 20px;
  padding: 10px;
  background-color: #f36a36;
  border: none;
  text-transform: uppercase ;
  color: #fff;
}
.btn-financial button:hover{
  background-color:#f74701; ;
}

@media (max-width: 798px) {
  .container-financial-all-inside{
   
    height: 700px !important;
    
  }
  .description-financial{
    text-align: center;
    flex-direction: column;
  }
  .description-financial ul li{
    line-height: 2em;
  }
}
@media (max-width: 572px) {
  .container-financing-ico{
     justify-content: center;
    
  }
}
@media (max-width: 496px) {
  .container-financial-all-inside{
   
    height: 750px !important;
    
  }
  
}
@media (max-width: 459px) {
  
  .container-financial-all-inside{
   
    height: 800px !important;
    
  }
  .btn-financial button{
   width: 200px;
  }
  
}
@media (max-width: 400px) {
  .container-financial-all-inside{
    padding: 0;
    height: 800px !important;
  }
  .financial-container .financial-body {
    padding: 5px;
  }
  .financial-container .financial-body p{
    font-size: 1.2em;
  }
  .financial-container .financial-body p span{
    font-size: 1.3em;
  }
  .description-financial{
    text-align: left;
    padding: 10px;
  }
  
}
@media (max-width: 340px) {
  .container-financial-all-inside{
     
    height: 850px !important;

  }
}
@media (max-width: 321px) {
  .container-financial-all-inside{
     
    height: 900px !important;

  }
}

/*espanol*/
@media (max-width: 942px) {
  .es-con{
     
    height: 550px;
    
  }
}
@media (max-width: 578px) {
  .es-con{
     
    height: 800px !important;
    
  }
}
@media (max-width: 492px) {
  .es-con{
     
    height: 900px !important;
    
  }
}
@media (max-width: 342px) {
  .es-con{
     
    height: 950px !important;
    
  }
}
/*Financing ico*/
.financing-ico{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
width: 90%;
margin: 0 auto;
margin-bottom: 100px;
}

.container-financing-ico{
 
display: flex;
gap: 15px;


}
.financing-ico h3{
  color: #003c7a;
}
.container-financing-ico a{
  width: 250px;
  padding: 5px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 6px 6px 11px 0px #000000 ;
  }
  .container-financing-ico a:hover{
    transform: translateY(-8px);
    transition: all .7s ease;
    }
.container-financing-ico img{
  width: 150px;
  height: 100%;
  }

  /*Responsive*/
  @media (max-width: 1060px) {
    .container-financing-ico{
      flex-wrap: wrap;
    }
    .container-financing-ico a{
      height: 60px;
       }
  }
 
/* 
---------------------------------------------
Testimonials Style
--------------------------------------------- 
*/

body .testimonial {
  padding: 100px 0;
  
}
body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #40a4f9;
  border-radius: 50%;
}

body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #40a4f9;
  border-radius: 50%;
}

body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 250px;
  width: 100%;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
body .testimonial .row .tabs li figure {
  position: relative;
}
body .testimonial .row .tabs li figure img {
  display: block;
}
body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #40a4f9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .tabs.carousel-indicators li.active2 figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: 2px solid #40a4f9;
}
body .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
  color: #40a4f9;
}



body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  height: 200px;
  margin-top: 42px;
  
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

#carousel-control-preview,
#carousel-control-nextt {
    font-size: 50px;
    color: #40a4f9;
    position: absolute;
    

}
#carousel-control-preview{
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;

}
#carousel-control-preview:hover{
  color: #0071f8;
}
#carousel-control-nextt:hover{
  color: #0071f8;
}
.carousel-control-nextt{
 
  top: 50%;
  transform: translateY(-50%);
 right: -12px;

}
.mobile-menu-arrow{
  display: none;
}
/*Responsive*/
@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .carousel-control-nextt{
    right: -12px;
   }
}
@media (max-width: 579px) {
  .carousel-control-nextt,
  .carousel-control-preview{
   display: none;
 
  }
  .mobile-menu-arrow {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 50px;
}
}
@media (max-width: 414px) {
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  height: 290px;
  
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 15px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
 
  font-size: 18px;
  
}
.mobile-menu-arrow {
  bottom: 25px;
}
.allcontanct-container{
  z-index: 50;
}
}
/* 
---------------------------------------------
Call Style
--------------------------------------------- 
*/
.cback {
  width: 130px;
  height:130px;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 999;
}
.cback-circle {
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.cback-circle--phone {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cback-circle.fn1 {
  -webkit-animation: pin 2.5s linear .4s infinite normal;
          animation: pin 2.5s linear .4s infinite normal;
}
.cback-circle.fn2 {
  -webkit-animation: pin 2s linear 0s infinite normal;
          animation: pin 2s linear 0s infinite normal;
  background: none;
}
.cback:hover .cback-circle--phone {
  -webkit-animation: hvr-phone 1.5s linear infinite normal;
          animation: hvr-phone 1.5s linear infinite normal;
}
.cback-circle {
  background: #40a4f9;
  color: #fff;
}
.cback .phone-icon {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: phone-fn 2s infinite ease-in-out;
          animation: phone-fn 2s infinite ease-in-out;
}

@-webkit-keyframes phone-fn {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
  }
  100%,50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes phone-fn {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
  }
  100%,50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes pin {
  0% {
    opacity: .6;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pin {
  0% {
    opacity: .6;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hvr-phone {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    box-shadow: inset 0 0 20px -14px rgba(0, 0, 0, 0.75);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    box-shadow: inset 0 0 20px -4px rgba(0, 0, 0, 0.75);
  }
}
@keyframes hvr-phone {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    box-shadow: inset 0 0 20px -14px rgba(0, 0, 0, 0.75);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    box-shadow: inset 0 0 20px -4px rgba(0, 0, 0, 0.75);
  }
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/
.allcontanct-container{
  position: relative;
  margin-top: 123px;
  margin-bottom: 120px;
}
.image-contact{
  position: relative;
  background-image: url('../images/redirect/piscina-big.jpg');
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 600px;
  filter: blur(5px);
}
.contact-content{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 20px;
}
.container-left{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section-heading h6{
 font-size: 20px;

}
.contact-heading h2{
  margin-top: 50px;
  color: #fff;
}
.container-item{
display: flex;
flex-direction: column;
gap:20px;
}

.container-item h6{
font-size: 15px;
padding-top: 15px;
font-weight: 500;
}

.container-item .phone, .email{
  background-color: #fff;
  display: flex;
  gap: 20px;
  padding: 20px;
  width: 400px;
  border-radius: 20px;
  box-shadow: 5px 6px 9px 0px #434343 ;
}
.phone,.email{
  transition: all .6s ease;
  cursor: pointer;
}
.phone:hover{
 transform: translateY(-10px);
}
.email:hover{
  transform: translateY(-10px);
}

.phone,.email i{
font-size: 3em;
color: #40a4f9;
}

#contact-form{
  position: absolute;
  top: 50px;
  left: 50%;
  background-color: #fff;
  width: 500px;
  height: 600px;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 5px 6px 9px 0px #434343 ;
  display: flex;
  flex-direction: column;
  gap: 10px;
 
  
}
fieldset{
  display: flex;
  flex-direction: column;
 
  
}
fieldset label{
  font-size: 1em;
  font-weight: 600;
 
}
fieldset input{
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  height: 50px;
  padding-left: 10px;
  font-size: .8em;
 }
 
 fieldset textarea{
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  
  height: 150px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 8px;
  font-size: .8em;
resize: none;
 
 }
 fieldset button{
  padding: 10px;
  border-radius: 20px;
  width: 100px;
  background-color: #40a4f9;
  border: none;
  font-size: .8em;
  font-weight: 600;
 }
 fieldset button:hover{
  background-color: #0071f8;
  color: #fff;
 }

/*Responsive*/
 @media (min-width:1331px){
  .container-left{
    margin-left: 50px;
  }
  #contact-form{
    left:60%;
  }
 }
 @media (max-width:1311px){
  .container-left{
    width: 50%;
  }
 }
 @media (max-width:1033px){
  #contact-form{
    left:45%
  }
 }
 @media (max-width:937px){
  .section-heading h2{
  text-align: center;
  }
    
  .container-left{
    text-align: center;
    width: 100%;
  }
  .container-item{
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #contact-form{
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
   
  }
  footer{
    margin-top: 50%;
  }
 }
 @media (max-width:800px){
  .container-item{
    flex-direction: column;
    text-align: left;
  }
  #contact-form{
   
    top: 140%;
   
  }
  footer{
    margin-top: 60%;
  }
 
 }
 @media (max-width:660px){
  footer{
    margin-top: 80%;
  }
 }
 @media (max-width:530px){
  #contact-form{
    padding: 15px;
   width: 400px; 
   height: 550px;
  }
  .links{
    display: none !important;
  }
 }
 @media (max-width:510px){
  .image-contact{
    height: 800px;
  }
  #contact-form{
    top: 110%;
    padding: 15px;
   width: 400px; 
  }
 }
 
 @media (max-width:420px){
  #contact-form{
    width: 350px;
  }
  .container-item .phone, .email{
    width: 320px;
   
  }
  .container-item h6{
    font-size: 11px;
    }
}
@media (max-width:392px){
  footer{
    margin-top: 90%;
  }
  #contact-form{
    top: 120%;
    height: 550px ;
  }
}
@media (max-width:380px){
 
  #contact-form{
    width: 300px;
  }
}
 

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer{
  background-image: url('../images/Footer/wave.jpg');
 background-size: cover;
 background-repeat: no-repeat;
}

.link1{
  display: flex;
  flex-direction: column;
}
.container2{
  padding: 50px;
  
}
.container3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 
}
.logo-footer,
.links,
.follow{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 120px;
  
}
.links-contain{
  display: flex;
  gap: 20px;
}
.logo-footer .title-footer, 
.links .link-footer,
.follow .follow-footer{
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.logo-footer a,
.links a,
.follow a{
  color: #fff;
}
.container3 a:hover{
  color: #ffb201;
}
.container-copyright{
  padding-bottom: 20px;
  
}
.copyright{
  padding-top: 10px;
  background-color: #1c2053;
}
/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

@media (max-width: 579px) {
body {
  overflow-x: hidden;
}
.container3 .follow{
  margin-top: 40px;
}
}
@media (max-width: 805px) {
 
  .container3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }
  .links-contain{
    display: block;
  }
  
}

@media (max-width: 992px) {
  
  
  .header-area .main-nav .logo img {
    width: 223px;
  }
  .background-header .main-nav .logo img {
    width: 154px; 
  }
  
  .header-area .main-nav .nav li a {
    padding-left: 0px;
    padding-right: 10px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  
   
}


/*mayor 1100px*/
@media (min-width: 1100px) {
  .container3{
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 20px;
  }
 .container2{
  padding: 0;
 }
}
@media (min-width: 1700px) {
  .container3{
    padding-top: 100px;
  }

}
@media (min-width: 2100px) {
  .container3{
    padding-top: 150px;
    padding-bottom: 20px;
  }

}


 /*
<!--********************************************-->
<!-- ***** Developers***** -->
  <!--Jose Arabel Fuentes Perez
  contact:
    
     github> https://github.com/JoseFuentes-Dev
  -->
  <!--Claudio Benjamin Osorio
  contact:
    
     github> https://github.com/Claudio-Osorio/
  -->
  <!-- ***** Developers***** -->
  <!--********************************************-->
  
*/






