/*
//scheme color
e63946
f1faee
a8dadc
457b9d
1d3557
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");

* {
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  color:#ffffff;
}

h1,h3{color:rgb(29, 53, 87);text-indent: 10px;text-align: justify;}

.topheader {
  background-color: #ffffff;
  /*height: 50px;*/
  padding: 5px;
}
.header {
  background: linear-gradient(
    to bottom right,
    rgb(29, 53, 87),
    rgba(69, 123, 157, 50)
  );
  /*background: url("../img/bg.jpg");
  background-size: cover;*/
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}

.header ul {
  text-align: left;
}

.wd {
  width: 900px;
  display: flexbox;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fffff; !important

}

.urg{color:#000;align-items: center;background-color: red;}

.trust {
  background-color: #f1faee;
  height: 100px;


}

.trust .container{  
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: space-around;
    align-items: center;
}

.about {
    color:rgb(29, 53, 87);
}

.about p{color: rgb(29, 53, 87);text-indent: 10px;text-align: justify;}

.calltoaction {
  background-color: #e63946;
  /*height: 50px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}
.characteristics {
   
}
.characteristics ul li{ color: rgb(29, 53, 87);}

.benefits {
}
.testimonials {
    color: rgb(29, 53, 87);
}

.contact {
    color: rgb(29, 53, 87);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact div, h3{color: rgb(29, 53, 87);}



a {
  color: #e63946;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color:#1d3557;
}
.box img{height: 35px;}
.box .icon i{font-size:30px;color:#1d3557}
.box .tx{color:#1d3557;}

.tx-header{
    font-size:45px;
}
.atractioncolor {
  color: yellow;
  font-size: 45px;
}

.btn{    
    padding: 10px;
    border: 2px double #1d3557;
    text-decoration: none;
    border-radius: 10px;
}

.btn-call{
    background: rgb(230, 57, 70);
    color:#ffffff;
}
.btn-whatsapp{
    background: #0dbf41;
    color:#ffffff;
}

.whatsapp-color{color:#0dbf41}

.btn-submit{
    background: orange;
    color:#000000;
}

#header-right{justify-content: center;}




form input{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin:10px;
    }


.container{
    width: 900px;
    margin:auto;
}

.containerForm{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.containerForm img{
  margin:3px;
}

/*TESTIMONIALE*/

.testimonial{
   /* height: 200px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    color:rgb(29, 53, 87);
    padding-bottom: 20px;
}

.testimonial .ts-left {
  /*order:1;
  flex-grow:1;*/
  width: 10vw;
  align-self:center;
  color:rgb(29, 53, 87);
  cursor: pointer;
  
}
.testimonial .ts-right {
  /*order:3;
  flex-grow:1;*/
  width: 10vw;
  color:rgb(29, 53, 87);
  align-self:center;
  cursor: pointer;
}
.testimonial .ts-center{
  /*order:2;flex-grow:1;*/
  width: 80vw;
  text-indent: 15px;
  text-align: justify;
  color:rgb(29, 53, 87);}

.testimonial .ts-center p{text-indent:15px;text-align: justify;color:rgb(29, 53, 87);}

#ts-nume{
  font-size:20px;
  color:rgb(29, 53, 87);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ts-descr{
    font-size:12px;
    color:rgb(29, 53, 87);
    padding: 5px;
  }

 .pz-ts{padding:4px;fill:green;} 


@media screen and (max-width: 500px) {
    .w-900{width: 100vw;}
  .tx-header{font-size: 20px;}
  .atractioncolor{font-size: 20px;}
  #header-right{display:none;}
  .topheader{ 
    display:flex;  
    justify-content: center;
    align-items: center;}

    .container{
        width: 100vw;
        margin:auto;
    }

    .containerForm{
      width:100%;
      display: flex;
      flex-direction: column;

    }

  }
  
  @media screen and (max-width: 800px) {
    .container{
        width: 100vw;
        margin:auto;
    }
    .w-900{width: 100vw;}
    .tx-header{font-size: 25px;}
    .atractioncolor{font-size: 25px;}

    .containerForm{
      width:100%;
      display: flex;
      flex-direction: column;

    }    
  }
 