@import url("iconografia-130122b.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url("normalize.css");
@import url("bootstrap.css");

html, body{
	height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 12px;
    scroll-behavior: smooth;
}

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

a{
    text-decoration: none;
}

h1{
    text-transform: uppercase;
    font-size: 2.3rem;
    color:white;
    padding:  1rem 0 1.5rem;
}

h1 img{
    width: 30px;
    vertical-align: bottom;
}

h2{
    font-size: 1.7rem;
    letter-spacing: 1px;

}

h3{
  
    font-size: 1.9rem;
    letter-spacing: 0.7px;
}

h4{

    font-size: 1.3rem;
    letter-spacing: 1px;;
}

.text-italic {
    font-style: italic;
}

.text-yellow{
    color:#FCBF07;
}


.hide{
    display: none;
}

.btn{
    border-radius: 1.5rem;
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    transition: 0.3s;
}


.btn:hover{
    opacity: 0.7;
    border-color: transparent;
}

.btn a:hover{
    opacity: 0.7;
}

.btn-primary {
    color: #1D1D1B;
    background: #FCBF07;
    border-color: transparent;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}



.btn-secondary {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}

.text-danger{
    color:#ff0000;
}

.container{
    margin:0;
    padding: 0;;
}

header{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    text-align: center;
    padding: 20px 0;
    background: url(https://webapp-web-a1.s3.amazonaws.com/landing/img_Base-header.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


header .clmn-left{
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 10%;
}

header .clmn-right{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

header .clmn-right img{
    width: 100%;
}

.demo{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    background: url(https://webapp-web-a1.s3.amazonaws.com/landing/img_base-form.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin:5px 0 0 0;
}

.totalfob{
    background: url(https://webapp-web-a1.s3.amazonaws.com/landing/img_base-form-totalfob.jpg) top center no-repeat!important;
}

.demo div{
    display: flex;
    flex-direction: column;
    align-items: center;
}


header .logo{
    width: 80%;
    margin: 50px auto 30px;
}


header .logo-totalfob{
    width: 60%;
    margin: 50px auto 30px;
}

.demo ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.demo ul li{
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    align-items: center;
}

.demo ul li i{
    display: block;
    font-size: 4rem;
}

section.slogan {
    background: #177EA7;
    padding: 1.5rem;
    color:white;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "iconografia-130122b";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: unset!important;
    margin-right: unset!important;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    /* line-height: 1em; */
    margin-left: unset!important;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}

.demo form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    padding:8%;
    color:black;
    justify-content: center;
    border-radius: 30px;
    width: 90%!important;
    min-height: 200px;
}

.form-control {
    font-weight: 300;
    border-radius: 1.5rem;
    margin: 10px 0;
    text-align: center;
}

.form-control::placeholder{
	color: black;
}

/*the container must be positioned relative:*/
.demo form .custom-select {
    position: relative!important;
    padding: 0rem;
    border: none;
    margin: 10px 0;
  }

  

.demo form  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .demo form .select-selected {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 50px;
    color: black;
    font-family: inherit;
    font-weight: 300;
    padding: 5px!important;
    width: 100%;
}
  /*style the arrow inside the select element:*/
.demo form .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: black transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
.demo form .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .demo form .select-items div, .select-selected {
    color: #ffffff;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}
  
  /*style items (options):*/
  .demo form .select-items {
    position: absolute;
    background-color: rgba(0, 0, 0,0.8);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: black;
    margin: 10px 0 0 0;
    border-radius: 15px;
}
  
  /*hide the items when the select box is closed:*/
.demo form .select-hide {
    display: none;
  }
  
.demo form .select-items div:hover, .same-as-selected {
    background-color: #7eb9c9;
    width:100%
  }

.btn-outline-danger {
    border:1px solid red!important;
    color: Black;
}

#ok {
    color: #007cbf;
   font-weight: 700;
   letter-spacing: 1px;
    font-size: 1rem;
    width: 100%;
}

section{
   justify-content: center;
   text-align: center;
   padding:25px;
}

section p{
    font-size: 1.5rem;
    margin:10px 0;
    letter-spacing: 0.5;
    line-height: 2rem;
}

section .foto-plataforma{
    width: 70%;
    margin: 20px;
}

section.countries img{
    margin:20px 0;
}

.servicios div{
    display: flex;
    flex-direction: column;
}

article {
    padding: 5%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

article img{
    width: 20%;
    margin: 0 0 10px 0;
}

article i{
    color: #ff0000;
    font-size: 1.2rem;
}


article i.icon-plus{
    color: #007cbf;
    font-size: 1rem;
}

article a {
    color: #000000!important;
    font-weight: 700;
    text-decoration: none!important;
    transition: 0.3s;
    position: absolute;
    bottom:0;
}

article a:hover{
    opacity: 0.7;
}

.bg-primary{
    background-image: linear-gradient(to right, #007cbf , #7eb9c9);
}

.bg-secondary{
   background:#f6f6f6!important;
}

.contact div{
    margin: 0 0 5px 0;
}

.contact i{
    font-size: 4rem;
}

footer{
    background:#3c3c3b;
    color:#ffffff;
    display: flex;
    flex-direction: column;
    padding:10% 0;
}

footer div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer img{
    width: 60%;
    margin: 0 0 8% 0;
}

footer p{
    letter-spacing: 1px;
}

footer div.contacto{
    flex-direction: column;
    color:#ffffff;
}

footer a{
    color:#ffffff!important;
    transition: 0.4s;
}

footer a:hover{
    opacity: 0.6;
    color:#ffffff;
    text-decoration: none;
}

footer i{
    margin:0 0 0 5px;
}

.contact .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 540px) {
    html, body{
        font-size: 15px;
    }

    h1{
        text-transform: uppercase;
        font-size: 1.9rem;
    }


    h3{
    
        font-size: 1.5rem;
        letter-spacing: 0.7px;
    }


    h5 {
        font-size: 1.1rem;
    }
    

    header .clmn-left {
        text-align: center;
        padding: 0 30px;
    }

    header .logo{
        width: 60%;
        margin: 50px auto 30px;
    }

    
    .demo ul li{
        display: flex;
        flex-direction: row;
        margin: 0 0 20px 0;
        align-items: center;
    }

    .demo{
        padding:3rem 4rem;
    }

    .demo ul li i{
        display: block;
        font-size: 3rem;
        margin-right: 10px;
    }

    .servicios div{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 5% 0;
    }

    section p{
        font-size: 1.3rem;
    }

    .btn-primary{
        font-size: 1.3rem;
    }

    article {
        padding:2% 10%;
        margin: 20px 0;
        width: 50%;
        text-decoration: none;

    }

    article p{
        font-size: 1rem;
    }


    article img{
        width: 40%;
        margin: 0 0 10px 0;
    }

    article i{
        color: #ff0000;
        font-size: 1.2rem;
    }


    .contact {
        display: flex;
        flex-direction: row;
    }

    footer img{
        width: 40%;
        margin: 0 0 8% 0;
    }


  }

/* @media screen and (min-width: 680px) {
    html, body{
        font-size: 13px;
    }

    h1 {
        text-transform: uppercase;
        font-size: 1.9rem;
    }


    header{
        flex-direction: column;
        padding: 20px;
        background-size: cover;
    }

    
    .demo{
        flex-direction: row;
        padding: 20px;
        background-size: cover;
    }



    header .logo{
        width: 60%;
        margin: 50px auto 30px;
    }
    
    .demo form {
        padding:5%;
    }

    .demo ul li {
        flex-direction: column;
        margin: 0 0 15px 0;
    }

    header .clmn-left{
        text-align: center;
    }
    
    

  } */

  @media screen and (min-width: 768px) {
    html, body{
        font-size: 14px;
    }
    
    h1 {
        text-transform: uppercase;
        font-size: 2rem;
    }

    h2{
        font-size: 1.8rem;
    }

    header{
        flex-direction: column;
        padding: 40px 0;
    }

    /* header .clmn-left{
        text-align: left;
    }

    header .clmn-right{
        margin:0px;
    } */
    
    /* header .logo {
        width: 100%;
        margin: 40px auto 10px;
    } */

    /* .demo{
        flex-direction: row;
    } */

    .demo div{
        padding: 0!important;
    }
    
    .demo form {
        width: 100%;
        padding:5%;
        
    }

    .demo ul li {
        flex-direction: column;
        margin: 0 0 15px 0;
    }
    
    .demo ul li {
        flex-direction: row;
        margin: 0 0 15px 0;
    }


    section{
        justify-content: center;
        text-align: center;
        padding:25px 5%;
     }

    section .foto-plataforma{
        width: 70%;
        margin: 20px;
    }

    section.countries{
        display: flex;
        align-items: center;
    }


    article {
        padding:2% ;
        margin: 20px 0;
        width: 33%;
    }

    article img{
        width: 20%;
        margin: 0 0 10px 0;
    }

    footer{
        background:#3c3c3b;
        color:#ffffff;
        display: flex;
        flex-direction: row;
        padding:5% 0;
    }
    
    footer div:first-child{
        align-items: flex-end;
        border-right: 1px solid white;
        padding: 0 3% 0 0;
    }

    footer div:last-child{
        align-items: flex-start;
        padding: 0 0 0 5% ;
    }
    
    footer img{
        width: 40%;
        margin: 0 0 8% 0;
    }
  
    footer div.contacto{
        flex-direction: row;
        padding:0;
    }
    
    footer a{
        color:#ffffff;
        margin:0 15px 0 0;
    }
    
    footer i{
        margin:0 8px 0 0;
    }

  }


@media screen and (min-width: 993px) {
    html, body{
        font-size: 13px;
    }


    h1 {
        text-transform: uppercase;
        font-size: 2.6rem;
    }

    h1 img {
        width: 40px;
        vertical-align: bottom;
    }

    

    header {  
        flex-direction: row;
        padding: 3%;
        font-size: 1.3rem!important;
        justify-content: center;
    }
    header .clmn-left{
        text-align: left;
    }
    header .clmn-right{
        margin:0px;
    }

    .demo { 
        flex-direction: row; 
        padding: 3%;
        font-size: 1.3rem!important;
        justify-content: center;
    }

    header .logo{
        width: 80%;
        margin: 40px auto 40px;
    }

    header .clmn-right{
        padding: 0 5%
    }


    .demo p{
        font-size: 1.2rem;
    }

    

    .contact .column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

    .column div:first-child {
        display: flex;
        justify-content: flex-end;
      }

      .column div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      }

}

@media screen and (min-width: 1450px) {

    html, body{
        font-size: 16px;
    }

    header{
        padding:100px 18vw;
        background-size: cover;
    }

    .demo{
        padding: 100px 18vw;
    }

    header .logo{
        width: 90%;
        margin: 0px auto 30px;
    }

    h1{
        font-size: 2rem;
    }


    h2 {
        font-size: 1.8rem;
    }


    h3 {
        font-size: 1.5rem;
        letter-spacing: 0.7px;
    }

    h5 {
        font-size: 1.1rem;
    }

    h1 img {
        width: 40px;
    }
    .btn-primary{
        font-size: 1.3rem;
    }

    .demo p {
        font-size: 1rem;
    }

    
    .form-control, .custom-select{
    font-size: 1rem;
    }

    article p {
        font-size: 1rem;
    }

    section.countries, section.servicios{
        padding: 100px 18vw
    }



}