@font-face {
  font-family: 'Geometria';
  src: url("../assets/fonts/Geometria.ttf");
}

@font-face {
  font-family: 'Geometria-Bold';
  src: url("../assets/fonts/Geometria-Bold.ttf");
}

@font-face {
  font-family: 'Geometria-Medium';
  src: url("../assets/fonts/geometria-medium.ttf");
}

@media (min-width: 1400px) {
.container{
    width:1370px;
    margin: 0 auto;
  }
}

ul li, li{
  list-style-type: disc;
}

ul{
  padding-left: 0;
}

a:hover, a:focus{
  text-decoration: none;
  outline: 0;
}

button:focus{
  outline: 0 !important;
}

input[type="submit"]:focus{
  outline: 0;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../assets/iconfont/MaterialIcons-Regular.ttf);
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
}

html,body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
  font-family: 'Oxygen', sans-serif;
  line-height: 1.8;
}

h1,h2{
  font-family: 'Oxygen';
  font-weight: 900;
}

p{
  font-family: 'Oxygen';
  font-weight: 400;
}

.navbar-toggle{
  background-color: #ddd;
}

.navbar-toggle .icon-bar{
  background-color: #fff;
}

.nav li a:hover, .nav li a:focus{
  background: transparent;
}

.gutters-80.row{
  margin-right: -40px;
  margin-left: -40px;
}

@media (max-width: 1199px){

.gutters-80.row{
    margin-right: -15px;
    margin-left: -15px
}
  }

.gutters-80 > [class^="col-"]{
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 1199px){

.gutters-80 > [class^="col-"]{
    padding-right: 15px;
    padding-left: 15px
}
  }

.header--bg{
    background: url("../assets/images/barra-diagonal-azul.jpg") left -4px no-repeat;
  }

.header img{
    width: 100%;
}

img.logohappy{
    width: 100%;
    max-width: 340px;
    margin: 15px;
}

img.divertido{
    width: 100%;
    max-width: 650px;
}

.renta{
    text-align: right;
    font-size: 24px;
    color: #282828;
    line-height: 1.2;
    padding:50px 15px;
}

.renta h1{
    text-align: right;
    font-size: 24px;
    color: #282828;
    line-height: 1.2;
    font-weight: bold;
}

.renta h2{
    text-align: right;
    font-size: 76px;
    color: #3cc6e5;
    line-height: 1.2;
    font-weight: bold;
}

.renta h3{
    text-align: right;
    font-size: 24px;
    color: #fad000;
    line-height: 1.2;
}

.steps{
    background: #e8fbff;
    color: #08163a;
    font-size: 16px;
  }

.steps span{
    font-size: 110%;
    color: #289be8;
    font-weight: bold;
  }

.steps img{
  margin: 0 auto 20px;
}

.presentador{
  background: url('../assets/images/amarillo.png') center 60% repeat-x;
  text-align: center;
}

.formulario{
  background: #08163a url('../assets/images/triangulo-amarillo.png') left top no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 20px 5px;
}
.formulario h4{
  color: #ffd100;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1399px){

.header--bg{
      background-size: cover
  }
    }

.header .navbar{
    padding-top: 20px;
    background: transparent;
  }
@media(min-width: 1000px){
  .header .nav li{
    padding-right: 15px;
  }
  .header .nav li:last-child{
    padding-right: 0;
  }
}

.header .nav li a{
  font-family: 'Oxygen';
  font-size: 15px;
  color: #b0bec5;
}

@media (min-width: 1390px){
  .header .nav li a:hover{
    color: #0f81f8;
  }
}


@media(max-width: 900px){
  .navbar .nav{
    float: none !important;
  }
}

.header .row{
    padding: 0;
  }

.header__content .title{
      font-size: 55px;
      background: -webkit-linear-gradient(#2086F7, #2BA8F7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1.3;
      padding-top: 25px;
      margin-bottom: 30px;
    }

.header__content .title-style{
        background: url("../assets/images/title-shape.png") left center no-repeat;
        padding: 0px 135px;
        vertical-align: middle;
        margin-left: 20px;
      }

.header__content p{
      font-size: 18px;
      color: #08294c;
      font-weight: bold;
      line-height: 2;
      margin-bottom: 20px;
    }

p.ctaction{
      font-size: 24px;
      color: #ffffff;
      font-weight: bold;
      line-height: 1.2;
      text-align: right;
    }

.header__button{
    display: inline-block;
    font-family: 'Oxygen';
    font-size: 16px;
    color: #0f81f8;
    padding: 13px 50px;
    border: 1px solid #1A82F8;
    border-radius: 30px;
    position: relative;
    background-color: transparent;
    text-shadow: 1px 4px 4px rgba(0, 0, 0, .3);
    margin-right: 20px;
  }

@media (max-width: 1199px){

.header__button{
      border-color: gray;
      color: #fff;
      margin-bottom: 20px
  }
    }

.header__button:after{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border-radius: inherit;
      border: inherit;
      -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, .4));
              filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, .4));
    }

.header__button:hover{
      background-color: #0F81F8;
      color: #fff;
      text-shadow: none;
      border:0;
      -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.21);
              box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.21);
    }

.navbar-brand{
  background: url("../assets/images/logo.png") left center no-repeat;
  padding:0px 90px;
}

.page-section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-section__title{
    font-size: 40px;
    color: #11649b;
    margin-bottom: 5px;
    font-style: italic;
    font-weight:400;
  }

.page-section__title--white{
      color: #fff;
    }

.page-section__subtitle{
    font-size: 16px;
    color: #08294c;
    margin-bottom: 40px;
  }

.page-section__subtitle a{
      font-family: 'Oxygen';
      color: #1780F8;
    }

.page-section__subtitle--white{
      color: #fff;
    }

.page-section__title-style{
    margin-bottom: 30px;
  }

.page-section__title-style .first-line{
      display: inline-block;
      border-top: 3px solid #1b77c3;
      border-bottom: 3px solid #15649b;
      padding: 0px 120px;
      border-radius: 5px;
      position: relative;
    }

.page-section__title-style .first-line:after{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: -17px;
        top:-4px;
        background-color: #15649b;
      }

.page-section__title-style .second-line{
      display: inline-block;
      border-top: 3px solid #1b77c3;
      border-bottom: 3px solid #15649b;
      padding: 0px 40px;
      border-radius: 5px;
      position: relative;
      margin-left: 38px;
    }

.page-section__title-style .second-line:before{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: -4px;
        background-color: #15649b;
      }

.flip-card {
  background-color: transparent;
  width: 96%;
  height: 465px;
  max-height: 465px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 95%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 3px 4px 8px 0 rgba(0,0,0,0.3);
  margin: 20px 0;
}

span.regular {
  color: #00bcff;
  font-size: 120%;
  font-weight: 400;
  font-family: 'Oxygen', sans-serif;
  line-height: 1.1;
  text-decoration: line-through;
}

span.regularcosto {
  color: #00bcff;
  font-size: 200%;
  font-weight: 400;
  font-family: 'Oxygen', sans-serif;
  line-height: 1.1;
  text-decoration: line-through;
}

span.signo {
  color: #ffffff;
  font-size: 250%;
  font-weight: 900;
  font-family: 'Oxygen', sans-serif;
  line-height: 1.1;
  text-shadow:2px 2px 0 rgba(0,0,0,0.3);
}

span.costo {
  color: #ffffff;
  font-size: 650%;
  font-weight: 900;
  font-family: 'Oxygen', sans-serif;
  line-height: 1.1;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: #ffffff;
}

.flip-card-front img {
    width:100%;
}

.flip-card-back {
  background-color: #1e5aad;
  color: #ffffff;
  transform: rotateY(180deg);
  padding: 20px;
  line-height: 1.3;
  border: 3px solid #ffffff;
  font-size:16px;
}

.flip-card-back span {
  font-size: 80%;
  background: transparent;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0px;
  padding: 0px;
  margin: 5px 0px;
}

.steps__single{
    margin-bottom: 80px;
  }

.steps__single img{
      margin-bottom: 30px;
    }

.steps__single p{
      max-width: 170px;
      margin-right: auto;
      margin-left: auto;
    }

.steps__single-first{
      float: left;
    }

@media (max-width: 991px){

.steps__single-first{
        float: none
    }
.header .row {
    padding-top: 0px;
    padding-bottom: 0px;
}
.renta {
    font-size: 16px;
    margin-top: 0px;
    padding: 20px;
}
.renta h1{
    text-align: right;
    font-size: 24px;
    color: #282828;
    line-height: 1.2;
    font-weight: bold;
}

.renta h2{
    text-align: right;
    font-size: 42px;
    color: #3cc6e5;
    line-height: 1.2;
    font-weight: bold;
}
.header__content p {
    margin-bottom: 10px;
}
.steps span {
    line-height: 2.5;
}
.flip-card {
  height: 362px;
}
.flip-card-back {
    padding: 10px;
}
.team--bg ul{
    padding-left: 30px;
}
      }

.steps__single-last{
      float: right;
    }

@media (max-width: 991px){

.steps__single-last{
        float: none
    }
      }

.button{
  display: inline-block;
  padding: 12px 55px;
  font-family: 'Oxygen';
  font-size: 16px;
  color: #1e5aad;
  border-radius: 30px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #e71870;
  background-color: #ffe100;
  -webkit-box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.21);
}

.button--white{
    background-color: #fff;
    color: #0f81f8;
  }

.button--form{
    display: inline-block;
    padding: 12px 70px;
    border-radius: 30px;
    border: 0;
    font-family: 'Oxygen';
    background-color: #fff;
    font-size: 16px;
    color: #0f81f8;
    -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.21);
            box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.21);
  }

.video--bg{
    background-color: #187DED;
  }

.video__left{
    background: url("../assets/images/video-player-bg.png") left center no-repeat;
    height: 450px;
    background-size: cover;
  }

.video__left .material-icons{
      font-size: 80px;
      color: #0f81f8;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }

.video__title{
    font-size: 40px;
    color: #ffffff;
    font-style: italic;
  }

.video__title-style{
    margin-bottom: 30px;
  }

.video__title-style .first-line{
      display: inline-block;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      padding: 0px 100px;
      border-radius: 5px;
      position: relative;
    }

.video__title-style .first-line:after{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: -17px;
        top:-4px;
        background-color: #fff;
      }

.video__title-style .second-line{
      display: inline-block;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      padding: 0px 40px;
      border-radius: 5px;
      position: relative;
      margin-left: 38px;
    }

.video__title-style .second-line:before{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: -4px;
        background-color: #fff;
      }

.video__right{
    margin-top: 10%;
  }

.video__right p{
      font-weight: bold;
      font-size: 16px;
      color: #fff;
      max-width: 350px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 40px;
    }

#myModal{
  background: rgba(0, 0, 0, 0.8);
}

#myModal .close{
    background: rgba(255,64,134, 1) !important;
    z-index: 890;
    color: #fff;
    font-size: 24px;
    margin: 0;
    outline: none;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 28px;
    height: 28px;
  }

#myModal .modal-body{
    padding: 0;
  }

#myModal .embed-responsive {
    height: 489px;
    padding: 0;
    overflow: hidden;
  }

.sponsors--bg{
    background-color: #FAFAFA;
    padding-top: 50px;
    padding-bottom: 50px;
  }

.sponsors__single{
    text-align: center;
  }

@media(max-width: 1199px){

.sponsors__single{
      margin-bottom: 50px
  }
    }

.testimonial{
    background: url("../assets/images/blanco-happyland.jpg") center center no-repeat;
    color: #1e5aad;
  }

.testimonial__title-style{
    margin-bottom: 30px;
  }

.testimonial__title-style .first-line{
      display: inline-block;
      border-top: 3px solid #1680F8;
      border-bottom: 3px solid #1680F8;
      padding: 0px 70px;
      border-radius: 5px;
      position: relative;
    }

.testimonial__title-style .first-line:after{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: -17px;
        top:-4px;
        background-color: #1680F8;
      }

.testimonial__title-style .second-line{
      display: inline-block;
      border-top: 3px solid #1680F8;
      border-bottom: 3px solid #1680F8;
      padding: 0px 25px;
      border-radius: 5px;
      position: relative;
      margin-left: 38px;
    }

.testimonial__title-style .second-line:before{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: -4px;
        background-color: #1680F8;
      }

.testimonial .button-testimonial{
    background-color: #fff;
    border: 0;
    text-align: left;
    display: block;
    padding-left: 90px;
    margin-top: 25px;
  }

.testimonial .button-testimonial h2{
      font-size: 20px;
      color: #08294c;
      margin-bottom: 5px;
    }

.testimonial .button-testimonial p{
      font-size: 13px;
      color: #08294c;
    }

.testimonial .button-testimonial-1{
      background: url("../assets/images/la-joya-fadalab.png") left center no-repeat;
    }

.testimonial .button-testimonial-2{
      background: url("../assets/images/plaza-manzanillo-fadalab.png") left center no-repeat;
    }

.testimonial .button-testimonial-3{
      background: url("../assets/images/santiago-fadalab.png") left center no-repeat;
    }

.testimonial .button-testimonial-4{
      background: url("../assets/images/soriana-fadalab.png") left center no-repeat;
    }

.testimonial .button-testimonial-5{
      background: url("../assets/images/valle-fadalab.png") left center no-repeat;
    }

.testimonial .button-testimonial-6{
      background: url("../assets/images/centro-fadalab.png") left center no-repeat;
    }

.testimonial .collapsed{
    opacity: .4;
  }

.testimonial .collapse__wrapper{
    padding: 20px 40px;
    -webkit-box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.09);
    border-radius: 7px;
    background: #ffffff;
  }

.testimonial .collapse__wrapper .paragraph{
      font-size: 16px;
      color: #08294c;
      line-height: 2;
      padding-bottom: 90px;
    }

.testimonial .collapse__wrapper .bio h2{
        font-size: 30px;
        color: #08294c;
        margin-bottom: 5px;
      }

.testimonial .collapse__wrapper .bio p{
        font-size: 14px;
        color: #08294c;
      }

.testimonial .collapse__wrapper .bio-1,.testimonial .collapse__wrapper .bio-2,.testimonial .collapse__wrapper .bio-3,.testimonial .collapse__wrapper .bio-4,.testimonial .collapse__wrapper .bio-5,.testimonial .collapse__wrapper .bio-6{
        padding: 5px 0;
      }

.testimonial .collapse__wrapper .star{
      margin-top: 40px;
      margin-bottom: 20px;     
    }

.testimonial .collapse__wrapper .star li{
        display: inline-block;
      }

.testimonial .collapse__wrapper .star li .material-icons{
          font-size: 19px;
          color: #0f81f8;
          margin-right: 5px;
        }

.testimonial-right{
    padding-left: 50px;
    max-height: 470px;
    overflow-y: scroll;
    background: #3692ff;
  }

@media (max-width: 991px){

.testimonial-right{
      margin-top: 40px
  }
    }

.collapse.in:after{
  content: "";
  width: 0; 
  height: 0; 
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 25px solid #fff;
  position: absolute;
  top: 40px;
  right: -10px;
  -webkit-filter: drop-shadow(3px 0px 2px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(3px 0px 2px rgba(0, 0, 0, 0.07));
          z-index: 99;
}

@media(max-width: 991px){

.collapse.in:after{
    display: none
}
  }


.team--bg{
    background: url("../assets/images/azul-happyland.jpg") center bottom no-repeat;
    color: #ffffff;
    font-size: 16px;
  }

.team--bg .row{
    padding-top: 30px;
    padding-bottom: 20px;
  }

.team--bg img{
    width: 100%;
  }

.team__title-style{
    margin-bottom: 30px;
  }

.team__title-style .first-line{
      display: inline-block;
      border-top: 3px solid #1680F8;
      border-bottom: 3px solid #1680F8;
      padding: 0px 50px;
      border-radius: 5px;
      position: relative;
    }

.team__title-style .first-line:after{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: -17px;
        top:-4px;
        background-color: #1680F8;
      }

.team__title-style .second-line{
      display: inline-block;
      border-top: 3px solid #1680F8;
      border-bottom: 3px solid #1680F8;
      padding: 0px 18px;
      border-radius: 5px;
      position: relative;
      margin-left: 38px;
    }

.team__title-style .second-line:before{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: -4px;
        background-color: #1680F8;
      }

.team__single{
    border-radius: 10px;
    border:0;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 25px;
  }

@media (max-width: 991px){

.team__single{
      margin-bottom: 50px
  }
    }

.team__single .bio img{
        width: 70px;
        height: 70px;
        border-radius: 50%;
      }

.team__single .bio h2{
        font-size: 20px;
        color: #08294c;
      }

.team__single .bio p{
        font-size: 16px;
        color: #08294c;
      }

.team__single .caption p{
        font-size: 16px;
        color: #08294c;
        line-height: 1.8;
        margin-bottom: 25px;
      }

.team__single .caption .social-icons li{
          display: inline-block;
          margin-right: 15px;
          vertical-align: middle;
        }

.team__single .caption .social-icons li a{
            display: block;
          }

.team__single .caption .social-icons li [class^="flaticon-"]:before, .team__single .caption .social-icons li [class*=" flaticon-"]:before{
            margin: 0;
            width: 22px;
            height: 22px;
            display: block;
            border-radius: 50%;
            font-size: 12px;
            padding-top: 2px;
            text-align: center;
            background-color: #DBE4E8;
            color: #fff;
          }

.form--bg{
    background: url("../assets/images/form-background.png") left center no-repeat;
    background-size: cover;
  }

.form__title-style{
    margin-bottom: 30px;
  }

.form__title-style .first-line{
      display: inline-block;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      padding: 0px 58px;
      border-radius: 5px;
      position: relative;
    }

.form__title-style .first-line:after{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: -17px;
        top:-4px;
        background-color: #fff;
      }

.form__title-style .second-line{
      display: inline-block;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      padding: 0px 20px;
      border-radius: 5px;
      position: relative;
      margin-left: 38px;
    }

.form__title-style .second-line:before{
        content: "";
        width: 7px;
        height: 7px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: -4px;
        background-color: #fff;
      }

.form form{
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }

.form form .form-group{
      margin-bottom: 40px;
    }

.form form .form-control{
      outline: none;
      border: none;
      background: transparent;
      outline-style: none;
      outline-offset: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 1px solid #C1DEFD;
      border-radius: 0;
      color: #fff;
      padding: 0px 10px;
    }

.form form .checkbox{
      padding-left: 40px;
    }

.form form .checkbox label{
        font-size: 15px;
        color: #fff;
        padding-left: 5px;
        position: relative;
        bottom: 2px;
      }

.form form .form-button{
      text-align: right;
    }

@media (max-width: 991px){

.form form .form-button{
        text-align: left;
        padding-top: 20px
    }
      }

.form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #fff;
}

.form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 16px;
   color: #fff;
}

.form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 16px;
   color: #fff;
}

.form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 16px;
   color: #fff;
}

.form ::-ms-input-placeholder { /* Microsoft Edge */
   font-size: 16px;
   color: #fff;
}

.footer--bg{
    background-color: #071539;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #1e5aad;
  }

.footer--bg h3{
    font-size: 26px;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 30px;
  }

.footer__left .navbar-brand{
      margin-bottom: 50px;
      display: block;
      float: none;
      margin-top: 10px;
    }

.footer__left p{
      color: #fff;
      font-size: 15px;
    }

.footer__left p span{
        color: #8392A4;
      }

.footer__link li{
      margin-bottom: 20px;
    }

.footer__link li a{
        font-family: 'Oxygen';
        font-size: 16px;
        color: #254B74;
      }

.footer__social-icons{
    text-align: right;
    margin-top: 60px;
  }

.footer__social-icons li{
      display: inline-block;
      margin-right: 15px;
    }

.footer__social-icons li:last-child{
        margin-right: 0;
      }

.footer__social-icons li [class^="flaticon-"]:before, .footer__social-icons li [class*=" flaticon-"]:before{
        margin: 0;
        width: 22px;
        height: 22px;
        display: block;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        background-color: #4C627A;
        color: #102F4F;
      }

.footer__social-icons li a{
        display: block;
      }

@media (max-width: 991px){
    .footer .row>div{
      margin-bottom: 0px;
    }
  }