/*
Theme Name: Contaxble
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseño ha sido creado por SA Publicidad de manera exclusiva para usted.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/


*{
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin:0;
}

.wrap{
    max-width: 1200px;
    width: 90%;
    margin:auto;
}

/* header */
header{
    position: absolute;
    width: 100%;
    z-index: 99;
}

header.stick{
	position: fixed;
	background-color: #ffffff;
}

header .wrap{
    padding:10px;
    margin:30px auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(3px);
    background-color: #ffffff;
}

header.stick .wrap{
	margin:0 auto;
	background-color: transparent;
}

header .logo{
    flex:2;
    max-width: 250px;
}

header .logo img{
    width: 100%;
    margin:0 0 -5px 0;
}

/* btn-nav */
#btn-nav{
    display: none;
}


/* nav */
header nav{
    flex:4;
}

header nav ul{
    display: flex;
    justify-content: center;
    list-style: none;
    gap:2%
}

header nav ul li a{
    display: block;
    text-decoration: none;
    color: #212121;
    padding: 0 10px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight :00;
    font-size: 16px;
}

header .top-button{
    flex:1;
    justify-content: right;
}

@media(max-width:800px){
    header .top-button{
        display: none;
    }
}

header .top-button a{
    color: #ffffff;
    text-decoration: none;
    background-color: #1c4e9d;
    display: block;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
}

header .top-button a:hover{
	background-color: #0D0D0D;
	transition: all .3s ease;
}

/* slider */
.slider{
    width: 100%;
    background-color: #000000;
    position: relative;
}


.slider .single > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .2;
    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
}

.slider .single{
    height: 100%;
}

.slider .single .containt-slider{
    height: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.slider .single .containt-slider .inter-slider{
    position: relative;
    z-index: 10;
    width: 90%;
    text-align: center;
}

.slider .single .containt-slider .inter-slider h1{
    max-width: 70%;
    font-size: 3.5em;
    color: #ffffff;
    margin:100px auto 0 auto;
}

.slider .single .containt-slider .inter-slider h2{
    max-width: 40%;
    font-size: 1.5em;
    font-weight:500;
    margin:auto;
    color: #ffffff;
}

.slider .single .containt-slider .inter-slider p a{
    display: inline-block;
    color: #212121;
    border-radius: 10px;
    text-decoration: none;
    margin:50px 0 0 0;
    background-color: #ffffff;
    line-height: 55px;
    padding: 0 50px;
    transition: all .3s ease;
}

.slider .single .containt-slider .inter-slider p a:hover{
    background-color: #1c4e9d;
	color: #ffffff;
}

.slider .single .containt-slider .inter-slider p a i{
	width: 0;
	margin:0 0 0 0;
	opacity: 0;
	transition: all .3s ease;
	color: #ffffff;
}

.slider .single .containt-slider .inter-slider p a:hover i{
	width: 0px;
	margin:0 0 0 10px;
	opacity: 1;
}

/* suscribe */
.suscribe{
    background-color: #1c4e9d;
}

.suscribe .wrap{
    display: flex;
    gap:2%;
    padding: 40px 0;
    align-items: center;
}

.suscribe .wrap article{
    font-size: 2.5em;
    flex:1;
    color: #ffffff;
    font-weight: 600;
}

.suscribe .wrap article form{
    display: flex;
    padding: 0 20%;
    justify-content: space-between;
}

.suscribe .wrap article form input[type="email"]{
    width: 58%;
    padding: 16px 1%;
    border:none;
    outline: none;
    font-size: 14px;
}

.suscribe .wrap article form input[type="submit"],
.suscribe .wrap article form button{
    width: 35%;
    padding: 16px 0;
    border:none;
    background-color: #F2600C;
    color: #ffffff;
    transition: all .3s ease;
    cursor: pointer;
}

.suscribe .wrap article form input[type="submit"]:hover,
.suscribe .wrap article form button:hover{
    background-color: #212121;
}

/* wellcome */
.wellcome{
    padding: 100px 0;
}

.wellcome .wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wellcome .wrap section{
    flex: 1;
    width: 50%;
    overflow: hidden;
}

.wellcome .wrap section:nth-child(1){
    display: flex;
    flex:3;
    gap:3%;
    justify-content:space-around;
    align-items: center;
}


.wellcome .wrap section article{
    width: 0px;
    height: 500px;
    flex-grow: 1;
    transition:all .5s ease;
}

.wellcome .wrap section article:nth-child(2){
    height: 400px;
}

.wellcome .wrap section article:hover{
	width: 300px;
    height: 500px;
	opacity: 1;
	filter: contrast(120%);
}

.wellcome .wrap section article img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.wellcome .wrap section:nth-child(2){
    padding: 0 5%;
    flex:2;
}

.wellcome .wrap section:nth-child(2) h2{
    font-size: 1em;
    font-weight: 600;
    color: #1c4e9d;
    text-transform: uppercase;
}

.wellcome .wrap section:nth-child(2) h3{
    font-size: 2em;
    color: #212121;
}

.wellcome .wrap section:nth-child(2) p{
    font-size: 15px;
    color: #777777;
    margin:20px 0;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

.wellcome .wrap section:nth-child(2) ul{
    background-color: #1c4e9d;
    display: flex;
    justify-content: space-around;
    list-style: none;
    border-radius: 10px;
}

.wellcome .wrap section:nth-child(2) ul li{
    padding:20px 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
}

.wellcome .wrap section:nth-child(2) ul li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background-color: #ffffff;
    right: -20%;
    opacity: .4;
}

.wellcome .wrap section:nth-child(2) ul li:last-child:after{
    display: none;
}

.wellcome .wrap section:nth-child(2) ul li span{
    font-weight: 900;
    font-size: 20px;
    padding: 0 10px;
}

.wellcome .wrap section:nth-child(2) ul li em{
    font-style: normal;
    font-size: 14px;
    opacity: .1;
}

.wellcome .wrap section:nth-child(2) .button{
    display: inline-block;
    margin:50px 0 0 0;
    color: #ffffff;
}

.wellcome .wrap section:nth-child(2) .button a{
    display: block;
    text-decoration: none;
    background-color: #1c4e9d;
    color: #ffffff;
    line-height: 55px;
    padding: 0 50px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
	transition: all .3s ease;
}

.wellcome .wrap section:nth-child(2) .button a:hover{
    background-color: #4f75b3;
	color: #212121;
}

/* showcase */
.showcase{
    padding: 120px 0;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
}

.showcase > img:nth-child(1){
    position: absolute;
    left: 0%;
    top:0;
    z-index: 1;
    height: 100%;
    opacity: .1;
    pointer-events: none;
}

.showcase > img:nth-child(2){
    position: absolute;
    right: 0%;
    bottom:0;
    z-index: 1;
    height: 70%;
    opacity: .1;
    pointer-events: none;
}

.showcase .wrap:nth-child(3) h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #1c4e9d;
}

.showcase .wrap:nth-child(3) h3{
    font-size: 40px;
    line-height: 50px;
    color: #212121;
    font-weight: 900;
    margin:0 0 50px 0;
}

.showcase .wrap:nth-child(4) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:3%;
    position: relative;
    z-index: 2;
}

.showcase .wrap:nth-child(4) article{
    width: 22%;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 0 50px 0;
    margin:0 0 50px 0;
    transition: all .3s ease;
}

.showcase .wrap:nth-child(4) article:hover{
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.showcase .wrap:nth-child(4) article .image{
    width: 100%;
    height: 200px;
    overflow: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.showcase .wrap:nth-child(4) article .image > img:nth-child(1){
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.showcase .wrap:nth-child(4) article .image > img:nth-child(2){
	position: absolute;
	bottom:0px;
	left: 0;
	width: 100%;
	height: 200px;
    object-fit: cover;
	background: #fff;
	font-size: 30vw;
	text-align: center;
	color:#000;
	mix-blend-mode: screen;
	pointer-events: none;
}

.showcase .wrap:nth-child(4) article .icon{
    width: 70px;
    line-height: 70px;
    background-color: #F2600C;
    text-align: center;
    position: absolute;
    top:155px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    color: #ffffff;
}

.showcase .wrap:nth-child(4) article h2{
    margin:35px 0 0 0;
    color: #212121;
    font-size: 17px;
    font-weight: 900;
}

.showcase .wrap:nth-child(4) article p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #777777;
    margin:10px auto;
    max-width: 90%;
}

.showcase .wrap:nth-child(4) article .btn-more{
    width: 50px;
    line-height: 50px;
    left: 50%;
    position: absolute;
    bottom: -25px;
    transform: translateX(-50%);
}

.showcase .wrap:nth-child(4) article .btn-more a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    background-color: #1c4e9d;
    border-radius: 50px;
    transform: rotate(45deg);
    transition: all .3s ease;
}

.showcase .wrap:nth-child(4) article:hover .btn-more a{
    transform: rotate(-45deg) scale(1.2);
}

.showcase .wrap:nth-child(4) article .btn-more a:hover{
    background-color: #1c4e9d;
}

/* banner-1 */
.banner-1{
    display: none;
    position: relative;

}
.banner-1 .wrap{
    justify-content: space-between;
}

.banner-1 .wrap section:nth-child(1){
    width: 45%;
    padding: 200px 10% 200px 0;
}

.banner-1 .wrap section:nth-child(1) h2{
    font-size: 20px;
    color: #1c4e9d;
    text-transform: uppercase;
}

.banner-1 .wrap section:nth-child(1) h3{
    font-size: 3em;
    line-height: 1em;
    margin:20px 0;
}

.banner-1 .wrap section:nth-child(1) p{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin:0 0 20px 0;
    color: #777777;
    text-align: justify;
}


.banner-1 .wrap section:nth-child(1) article{
    display: flex;
    flex-wrap: wrap;
}

.banner-1 .wrap section:nth-child(1) article h4{
    font-size: 30px;
    font-weight: 800;
    color: #1c4e9d;
}

.banner-1 .wrap section:nth-child(1) article ul{
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    align-items: center;
    margin:30px 0 0 0;
    align-items: center;
    gap:2%;
	width: 100%;
}

.banner-1 .wrap section:nth-child(1) article ul li{
    color: #1c4e9d;
    padding: 20px;
    border:solid 2px #1c4e9d;
    font-size:30px;
    font-weight: 900;
    line-height: .5em;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: space-around;
}

.banner-1 .wrap section:nth-child(1) article ul li:nth-child(2){
    background-color: #1c4e9d;
    border-color: #1c4e9d;
    color: #ffffff;
}

.banner-1 .wrap section:nth-child(1) article ul li span{
    font-size: 14px;
    padding: 0 5px;
}

.banner-1 .image{
    width: 45%;
    position: absolute;
    right: 0;
    top:0%;
    height: 100%;
    padding:0 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

.banner-1 .image:before{
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    background-color: #1c4e9d;
    background-image: url(img/bg-3.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-1 .image img{
    width: 70%;
    height: 60%;
    margin:5% 0 0 0;
    object-fit: cover;
    position: relative;
    z-index: inherit;
}
/* banner-2 */
.banner-2{
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

.banner-2 img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: .5;
}

.banner-2 .wrap{
    padding: 150px 0;
    position: relative;
    z-index: 3;
    pointer-events: none;
    text-align: center;
}

.banner-2 .wrap h2{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-2 .wrap h3{
    color: #ffffff;
    font-size: 22px;
    margin:20px auto;
    font-weight: 900;
}

.banner-2 .wrap .btn-more{
    pointer-events: all;
}

.banner-2 .wrap .btn-more a{
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    color: #1c4e9d;
    line-height: 55px;
    padding:0 50px;
	border-radius: 50px;
    transition: all .3s ease;
}

.banner-2 .wrap .btn-more a:hover{
    background-color: #1c4e9d;
    color:#ffffff;
}

.banner-2  #particles-js{
    width: 100%;
    position: absolute;
    top:0;
    z-index: 2;
}

/* testimonials */
.testimonials{
    padding: 100px 0;
    background-color: #f0f0f0;
}

.testimonials .wrap:nth-child(1) h2{
    font-size: 20px;
    color: #1c4e9d;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.testimonials .wrap:nth-child(1) h3{
    font-size: 40px;
    line-height: 1em;
    margin:0 0 80px 0;
    text-align: center;
    color:#313131;
    font-weight: 900;
}

.testimonials .wrap:nth-child(2){
    display: flex;
    gap:2%;
    flex-wrap: wrap;
    justify-content: space-around;
} 

.testimonials .wrap:nth-child(2) article{
    width: 30%;
    text-align: center;
}

.testimonials .wrap:nth-child(2) article .bounce{
    position: relative;
    background-color: #1c4e9d;
    color: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    margin:0 0 50px 0;
    transition: all .3s ease;
}

.testimonials .wrap:nth-child(2) article .bounce:after{
    content: "";
    position: absolute;
    border-top:solid 20px #1c4e9d;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.testimonials .wrap:nth-child(2) article:hover .bounce{
    background-color: #1c4e9d;
    transform: translateY(-10px);
}

.testimonials .wrap:nth-child(2) article:hover .bounce:after{
    border-top-color: #1c4e9d;
}   

.testimonials .wrap:nth-child(2) article .bounce h4{
    font-size: 18px;
}

.testimonials .wrap:nth-child(2) article .bounce p:nth-child(2){
    color:#ffffff;
    font-weight: 900;
    margin:10px 0;
    font-size: 14px;
    transition: all .3s ease;
}


.testimonials .wrap:nth-child(2) article:hover .bounce p:nth-child(2){
    color: #ffffff;
}

.testimonials .wrap:nth-child(2) article .bounce p:nth-child(3){
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    margin:10px 0;
    font-size: 14px;
}

.testimonials .wrap:nth-child(2) article .image img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    box-shadow: 0 0 0 10px #1c4e9d;
    object-fit: cover;
    transition: all .3s ease;
}

.testimonials .wrap:nth-child(2) article:hover .image img{
    box-shadow:none;
    transform: scale(1.2);
}

/* marcas */
.marcas{
    padding: 50px 0 0 0;
    background-color: #1c4e9d;
}
.marcas .wrap{
    display: flex;
    justify-content: space-between;
    gap:5%;
}

.marcas .wrap article{
    width: 10%;
}

.marcas .wrap article img{
    width: 100%;
    filter: grayscale(100%);
    opacity: .7;
    transition: all .3s ease;
}

.marcas .wrap article img:hover{
    opacity: 1;
    filter: none;
}


/* page-banner */
.page-banner{
    background: #1c4e9d;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .page-banner h1{
      margin:300px 0 100px 0;
      font-size: 30px;
      color: #ffffff;
      position: relative;
      text-align: center;
  }

  .page-banner h1 span{
    display: block;
    font-size: 20px;
  }
  
  .page-banner .image{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
    opacity: .1;
  }
  
  .page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c4e9d; 
    mix-blend-mode: color;
  }
  
  .page-banner .image img{
      top: 50%;
      height: auto;
      width: 100%;
      position: absolute;
      transform: translateY(-50%);
  }
  
  @media(max-width:800px){
        .page-banner{
            height: auto;
            padding: 100px 0 30px 0;
        }

      .page-banner h1{
        font-size: 30px;
        margin:0;
      }
      .page-banner .image img{
          width: 120%;
      }
  }
  
  
  
  /* content */
  .content{
      padding: 80px 0 80px 0;
  }
  
  @media(max-width:800px){
      .content{
          padding: 40px 0;
      }
  }
  
  .content input[type="text"],
  .content input[type="email"],
  .content input[type="tel"],
  .content input[type="number"],
  .content input[type="file"],
  .content input[type="date"],
  .content textarea,
  .content select{
      font-family: 'Roboto', sans-serif;
      background-color: #ffffff;
      padding: 8px 2%;
      width: 96%;
      border:solid 1px #f0f0f0;
      border-radius: 5px;
      outline: none;
      resize: none;
      margin:0 0 10px 0;
      font-size: 15px;
      -webkit-appearance: none;
  }
  
  .content select{
      color: #313131;
      cursor: pointer;
  }
  
  .content label{
      font-size: 14px;
      font-weight: bold !important;
      color: #777777 !important;
  }
  
  .content input[type="text"]:focus,
  .content input[type="email"]:focus,
  .content input[type="tel"]:focus,
  .content input[type="number"]:focus,
  .content input[type="date"]:focus,
  .content textarea:focus,
  .content select:focus{
      box-shadow: 0 5px 10px rgba(0,0,0,.1);
      transition: all .3s ease;
  }
  
  .content input[type="text"]::placeholder,
  .content input[type="email"]::placeholder,
  .content input[type="tel"]::placeholder,
  .content input[type="number"]::placeholder,
  .content input[type="date"]::placeholder,
  .content textarea::placeholder{
      color: #313131;
  }
  
  .content input[type="submit"]{
      background-color: #1c4e9d;
      color: #ffffff;
      border:none;
      outline: none;
      cursor: pointer;
      border-radius: 3px;
      font-size: 15px;
      font-weight: 600;
      padding: 12px 30px;
      margin:0 0 20px 0;
      transition: all .3s ease;
      -webkit-appearance: none;
  }
  
  .content input[type="submit"]:hover,
  .content input[type="submit"]:focus{
      color: #ffffff;
      background-color: #313131;
  }
  
  .not-found{
      padding: 100px 0;
  }
  
  .not-found h2{
      font-size: 100px;
      text-align: center;
      color: #313131;
      font-weight: 900;
  }
  
  .not-found h3{
      font-size: 24px;
      text-align: center;
      color: #313131;
      margin:auto;
      max-width: 500px;
      font-weight: 300;
  }
  
  @media(max-width:800px){
      .not-found{
          padding: 50px 0;
      }
  
      .not-found h2{
          font-size: 50px;
      }
  
      .not-found h3{
          font-size: 17px;
          width: 80%;
      }
  }

/* category */
.category .wrap{
    display: flex;
    gap:2%;
    flex-wrap: wrap;
}

.category .wrap article{
    width: 23.5%;
    overflow: hidden;
    margin:0 0 40px 0;
}

.category .wrap article img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .3s ease;
}

.category .wrap article:hover img{
    width: 120%;
    height: 200px;
}

.category .wrap article h2{
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    position: relative;
}

.category .wrap article h2:after
{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #1c4e9d;
    bottom: -1px;
    left: 10px;
}
.category .wrap article p{
    font-size: 14px;
    line-height: 25px;
    color: #777777;
    padding: 10px;
    text-align: justify;
}

.category .wrap article .btn-more{
    display: table;
    margin:10px;
}

.category .wrap article .btn-more a{
    display: block;
    text-decoration: none;
    background-color: #1b203b;
    color: #ffffff;
    line-height: 45px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .3s ease;
}

.category .wrap article .btn-more a:hover{
    background: #1c4e9d;
    color: #ffffff;
}


/* sub-footer */
.sub-footer{
    background-color: #1c4e9d;
    padding: 50px 0;
	color: #f0f0f0;
}
.sub-footer .wrap{
    display: flex;
    padding:70px 30px;
    gap:5%;
    border-radius: 10px;
}

.sub-footer .wrap article:nth-child(1){
    width: 30%;
}
.sub-footer .wrap article:nth-child(2){
    width: 35%;
}
.sub-footer .wrap article:nth-child(3){
    width: 20%;
}
.sub-footer .wrap article:nth-child(4){
    width: 15%;
}

.sub-footer .wrap article img{
    max-width: 200px;
    margin:0 0 20px 0;
}

.sub-footer .wrap article p{
    font-size: 15px;
    line-height: 25px;
}

.sub-footer .wrap article ul.social{
    display: flex;
    list-style-type: none;
    margin:20px 0 0 0;
}

.sub-footer .wrap article ul.social li{
    padding: 0;
}

.sub-footer .wrap article ul.social a{
    display: block;
    text-decoration: none;
    width: 45px;
    line-height: 45px;
    padding: 0;
    border-radius: 50px;
    text-align: center;
    color: #f0f0f0;
}

.sub-footer .wrap article ul.social a:hover{
    background-color: #ffffff;
    color: #1c4e9d;
}

.sub-footer .wrap article h2{
    font-size: 20px;
    margin:0 0 30px 0;
    color: #ffffff;
}

.sub-footer .wrap article ul li{
    list-style: none;
}

.sub-footer .wrap article > ul > li > a{
    display: block;
    color: #f0f0f0;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
	padding: 5px 0;
    transition: all .3s ease;
}

.sub-footer .wrap article ul li a:hover{
    color: #ffffff;
}

.sub-footer .wrap article form input[type="text"]{
    width: 90%;
    padding: 10px 5%;
    border:none;
    background-color: #ffffff;
    color: #212121;
    font-size: 14px;
    outline: none;
    line-height: 30px;
    border-radius: 5px;
}

.sub-footer .wrap article form input[type="text"]::placeholder{
    color: #313131;
}

.sub-footer .wrap article form input[type="submit"],
.sub-footer .wrap article form button{
    background-color: #1c4e9d;
    color: #212121;
    border:none;
    outline: none;
    cursor: pointer;
    padding: 0 30px;
    line-height: 45px;
    margin:10px 0 0 0;
    transition: all .3s ease;
    border-radius: 5px;
}

.sub-footer .wrap article form input[type="submit"]:hover,
.sub-footer .wrap article form button:hover{
    background-color: #84D9A2;
    color: #1c4e9d;
}

/* footer */
footer{
    padding:0 0 60px 0;
    background-color: #1c4e9d;
    color: #f0f0f0;
    text-align: center;
}

footer a{
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}