@import url("iconografia-190122.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: 14px;
    scroll-behavior: smooth;
}

.row {
    margin:0;
}

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

a{
    text-decoration: none;
}

h1{
    text-transform: uppercase;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: 1px;
}

h2{
    font-size: 1.9rem;
    letter-spacing: 1px;
    font-weight: 800;

}

h3{
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

h4{

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

.text-italic {
    font-style: italic;
   
}
.text-secondary {
    color:#f49819!important;
}

.destacado {
    font-weight: 900;
    font-size: 17px;
}

.animated  {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
     100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
     50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

.btn{
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    transition: 0.3s;
    border: none;
    text-transform: uppercase;
}


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

.btn a:hover{
    opacity: 0.7;
}

.btn-primary {
    color: #fff;
    background-image: linear-gradient(to right, #00446a , #45849f);
    border-color: transparent;
    border: none;
}



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

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


.navbar{
    justify-content: space-around;
    padding: 0;
    margin: 0 0 20px 0;
}

.navbar-collapse {
    
    background: rgb(0, 0, 0, 0.6);
    padding: 10px 20px;
    text-align: center;
}

.navbar-nav{
    width: 100%;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    font-weight: 900;
    color: rgba(255, 255, 255, 0.9)!important;;
}




.nav-link{
    color: rgba(255, 255, 255, 1)!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-link{
    background: linear-gradient(to bottom right, #00446a, #45849f);
    padding: 4px 7px!important;
    font-weight: 900;
    color:#fff!important;
    border-radius: 5px;
    
}


header{
    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/totalfob/header.jpg') top center no-repeat;
    background-size: auto 100vh;
    background-attachment: fixed;
    /* padding: 0 30px ; */
}

header.terms{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    text-align: center;
    background: black;
    background-attachment: fixed;
    padding: 0.5% 5% 0.5% 5%;
}

header.terms .navbar {
    
    margin: 0 0 0 0;
  }

header div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px 20px 0px;
}

header nav {
    width: 100%;
}

header p{
    font-size: 1.3rem;
}

header nav .logo{
    width: 270px;
    margin: 15px;
}


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

header ul li {
    display: flex;
    flex-direction: row;
    /* margin: 0 0 20px 0; */
    align-items: center;
    text-align: left;
    justify-content: center;
    font-size: 15px;
}

header ul li i{
    display: block;
    font-size: 4rem;
    margin: 0 10px 0 0 ;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "iconografia-190122";
    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%); */
}

header form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    padding:8%;
    color:black;
    justify-content: center;
    border-radius: 30px;
    width: 90%!important;
    margin: 0 0 20px 0;
}

/* .navbar-light .navbar-nav .nav-link {
    color:white!important;
    text-transform: uppercase;
} */

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

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

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

section.icon-menu{
    background: #ececed;
    color:#000000;
}

section.icon-menu div{
    margin:0 0 20px 0;
}

section.icon-menu i{
   font-size: 2.5rem ;
    color:#a1a3a6;
}

section.icon-menu h4{
    color:#000000;
    font-weight: 800;
    margin: 0;
}
section.icon-menu a{
    color:inherit;
}
section.icon-menu a:hover{
    opacity: 0.7;
}

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

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

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

section .servicios{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section .servicios-icon{
    display: flex;
    flex-direction: column;

}

section .servicios-icon li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    font-size: 1rem;
}

section .servicios-icon li p{
    width: 80%;
    font-size: 1rem;
    margin:0;
}

section .servicios-icon li img{
    width: 80px;
    margin:0 0 10px 0;
}

section.comprar ul{
 display:flex;
 flex-direction: row;
 justify-content: center;
 margin:0 0 10px 0;
}

section.comprar ul img{
   height:30px;
   margin: 6px;
}

section.terms{
    text-align: left;

}

section.terms ul{
    list-style: circle;
    margin: 0 20px 0 0;
    list-style-position: inside;
}

section.terms ul li{
    /* padding: 0 10px; */
}


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 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, #00446a , #45849f);
}

.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: 40%;
    margin: 0 0 8% 0;
}

footer p{
    letter-spacing: 1px;
}

footer .contacto{
    flex-direction: column;
}

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

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

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

footer ul{
    
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

footer ul li{
    width:100%;
    padding:10px 0;
    border-top:1px solid #666;
    text-align: center;
    font-size:11px;
    text-transform: uppercase;
}

.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: 2.5rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    .btn {
        font-size: 1.2rem;
        padding: 0.3rem 1rem;
        border-radius: 0.6rem;;
    }

    .navbar{
        justify-content: space-around;
        padding: 0;
        margin: 0 0 20px 0;
    }

    header div{
        flex-direction: row;
        justify-content: center;
    }

    header div .text-header{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 20px 0;
    }

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

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

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

    section.icon-menu {

        display: flex;
        justify-content: space-between;
        font-size: 1.4rem;
    }

    section.icon-menu i {
        font-size: 3rem;
        
    }

    section .servicios-icon {
        display: flex;
        flex-direction: row;
        margin:30px 0 20px;
        align-items: flex-start;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }

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

    section.comprar form{
        display:flex;
        justify-content: center;

    }

    section.comprar form input{
        width: 40%;
        margin: 0 20px 0 0;
    }

    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: 2.8rem;
    }
    
    header{
        flex-direction: column;
        padding: 20px;
        background-size: cover;
    }

    header p{
        font-size: 1.7rem;
    }

    

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

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

    .navbar{
        justify-content: space-between;
        
    }
    

  }

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

    header{
        padding: 2% 5% 0 5%;
    }

    header .navbar {
        margin: 0 0 10px 0;
    }

    
    header nav .logo{
        /* width: 60%; */
        margin: 0 30px;
    }

     
    header.terms nav .logo{
        /* width: 60%; */
        margin: 0 30px;
    }

    .navbar-collapse {
    
        background: rgb(0, 0, 0, 0);
        padding: 10px 0;
        text-align: center;
        display:flex;
        flex-direction:column;
        align-items:flex-end;
    }


    header .row{
        justify-content: space-between;
    }
    
    header form {
        padding:3% 4%!important;
    }

    header ul{
        align-items: center;
        justify-content: flex-end;
    }
 
    
    header ul li {
        flex-direction: row;
        margin: 0 0 0 20px;
    }

    
    header .text-header a.btn{
        display: none;
    }

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

     section .servicios-icon {
        display: flex;
        flex-direction: row;
        margin:30px 0 20px;
        align-items: flex-start;
        /* justify-content: space-between; */
  
    }

     section.icon-menu{
        padding: 3%;
     }

     section.icon-menu i{
        font-size: 3.5rem ;
         color:#a1a3a6;
     }

     section#about p{
         padding: 0 15%;
     }

     section#about ul p{
         padding:0;
     }

    section .foto-plataforma{
        width: 50%;
        margin: 40px;
    }

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

    
    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: column;
        padding:5% 0;
        align-items:center;
    }
    
    footer div:first-child{
        width:100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-right: 1px solid white;
        padding: 0 3% 0 0;
    }

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

    footer div:last-child{
        align-items: flex-start;
        padding: 0 0 0 5% ;
    }
    
    footer img{
        width: 60%;
        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;
    }

    footer ul{
        flex-direction: row;
    }

    footer ul li {
        width: auto;
        padding: 10px 10px;

    }

  }


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


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


    header {  
        padding: 2% 5% 0 5%;
        font-size: 1.3rem!important;
        justify-content: center;
    }

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

    header.terms .logo{
        width: 160px;
        /* margin: 10px auto 10px; */
    }

    header p{
        font-size: 2rem;
    }

    .contact .column {
        display: flex;
        flex-direction: row;
        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;
      }

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

}