@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: 1.9rem;
    font-weight: 800;
    letter-spacing: 1px;
}

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

}

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

h4 {

    font-size: 1.4rem;
    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: 0.5rem;
    padding: 0.2rem 0.5rem;
    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: #1f1e36;
    background: #fbb42b;
    border-color: transparent;
    border: none;
    font-weight: 700;
}

.btn-secondary {
    color: #fbb42b;
    background-color: transparent;

    border: 1px solid #fbb42b;
}

.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;

}

.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

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

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

}

.header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    text-align: center;
    /* background: url('') top center no-repeat; */
    background-size: auto 100vh;
    background-attachment: fixed;
    /* padding: 0 30px ; */
    position: relative;
}

.menu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    position: relative;
}

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

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

.header .img-mobile {
    width: 100%;
    height: auto;
    margin: 3% 0;
}

.header .img-desktop {
    display: none;
}

.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;

} */

.header nav {
    width: 100%;
}

.menu nav {
    width: 100%;
}

.header p {
    font-size: 1.3rem;
}

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

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

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

.header ul li {
    display: flex;
    flex-direction: row;
    /* margin: 0 0 20px 0; */
    align-items: center;
    text-align: left;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 2rem;
}

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

.text-header .btn {
    font-size: 1.4rem;
    margin: 20px 0;

}

/* .{
    background:#000000;
    position: relative;
    min-height: 100vh;
} */

.video-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    height: 100%;
    z-index: -100;
}

.video-header video {
    width: 100%;
    opacity: 0.3;
    height: 100%;
    object-fit: cover;
}

iframe.video-herramientas {
    width: 100%;
    min-height: 300px;
}

.nav-top {
    width: 100%;
    background: #09577c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5% 2%;
}

.nav-top li a {
    font-weight: 900;
    font-size: 1rem;
    color: white;
}

.nav-top li i {
    color: white;
    font-size: 1.6rem;
    margin: 0 5px;
}

[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 .text-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.header form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;

}

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

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9)!important;
}

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

.prueba-sincosto {
    margin: 1% 0 5%;
    align-items: center;
    background: #f0f0f0;
    padding: 4% 2%;
    color: #1f1e36;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 1rem;
    width: 90%;

}

.prueba-sincosto form {
    width: 80%;
}

.prueba-sincosto div {
    margin: 3% 0;
    width: 100%;
}

.prueba-sincosto input {
    margin: 1% 0;
}

section {

    justify-content: center;
    text-align: center;
    padding: 25px;
    background: #fff;
}

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

/* section div:first-child{
 display: flex;
 flex-direction:  column;
} */
.header-page{
    display:flex;
    flex-direction: column;
    align-items:center;
    background: #f1f1f1;
    width: 100vw;
    padding:5% 0;
}

.header-page h2, .header-page h5{
    margin:0;
}

.header-page img{
    width:60vw;
}

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

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.iconos {
    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: cover;
    background-attachment: fixed;
}

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;
    text-transform: uppercase;
}

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; */
}

section.video-tutoriales {
    background:#f1f1f1;
    display: flex;
    flex-direction:column-reverse;
}

section.video-tutoriales .tutorial{
    display:flex;
    flex-direction: column;
    width: 100%;
    padding: 5%;
    background: #fff;
}

section.video-tutoriales .tutorial-menu{
    display: flex;
    max-width: 100%;
    padding: 5% 10%;
    background: #fff;
    margin:0 0 5% 0;
}

.tutorial-menu ul{
    margin:0;
    text-align: left;
}

.tutorial-menu ul li{
    padding: 5% 0;
}

.tutorial-menu  ul li img{
    width: 30px;
    margin: 0 10px 0 0;
    vertical-align: bottom;
}

.tutorial-menu ul li a{
    text-decoration: none;
    color:#3c3c3b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.video-tutoriales .video-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 0 0 4% 0;
}

.video-tutoriales .video-title img{
    width: 30px;
    margin: 0 10px 0 0;
}

.video-tutoriales .video-title h4{
    margin: 0;
}

.video-tutoriales .video-thumbs{
    display: flex;
    flex-direction: column;
    margin: 4% 0;
    align-items:center;
}

.video-thumbs a{
    color:black;
}

.video-thumbs a:hover{
    text-decoration:none;
    color:#09577c;
}

.video-tutoriales .video-thumbs div{
    margin: 2% 0
}

.video-tutoriales .video-thumbs img{
    width: 100%;
    margin: 0 0 4% 0;
}

.modal button#close{
    align-self: center;
    margin: 10px 0;
}

.video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}


.video-container button{
    margin: 25px 0 0 0;
}

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;
}

article .descarga img {
    width: 30%;
}

.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 .text-header{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 20px 0;
    } */

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

    .prueba-sincosto {
        flex-direction: column;
        background: #f0f0f0d4;
    }

    .prueba-sincosto div {
        flex-direction: row;
    }

    .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;
    }

    .header-page {
       
        padding: 5% 0 0 0;
    }

    .header-page img {
        width: 40vw;
    }

    .results-dropdown {
        position: relative;
        display: inline-block;
        margin: 0px !important;
    }

    .results-dropdown div {
        margin: 0px !important;
    }

    .results {
        margin: 0px;
        position: absolute;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
        border: 1px solid #ccc;
        border-top: none;
        max-height: 300px;
        overflow-y: auto;
        border-radius: 1rem;
    }

    .results-container {
        margin: 0px !important;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        text-align: left;
        width: auto !important;
    }

    .results-container:hover {
        background-color: #f2f2f2;
    }

    .results-country {
        margin: 0px;
        width: fit-content !important;
        display: flex;
        align-items: center;
        flex-direction: row;
        white-space: nowrap;
        overflow: visible;
    }

    .results div img {
        width: 20px;
        margin-left: 10px;
    }

    .loading {
        margin: 0px;
        position: absolute;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
        border: 1px solid #ccc;
        border-top: none;
        max-height: 300px;
        overflow-y: auto;
        border-radius: 1rem;
        height: 40px;
    }

    .error {
        color: red
    }

    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;
        height: auto;
    }

    .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;

    }

    iframe.video-herramientas {
        width: 100%;
        min-height: 450px;
    }

}

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

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

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

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

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

    .header .navbar-collapse {
        padding: 10px 0 0 0;
    }

    .nav-top li i {
        color: white;
        font-size: 1.8rem;
        margin: 0 5px;
    }

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

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

    .header .img-mobile {
        display: none;
    }

    .header .img-desktop {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }

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

    .header form {
        padding: 3% 4% !important;
    }

    .header ul {
        align-items: flex-start;
        justify-content: flex-end;
        margin: 2% 0 3%;
    }


    .menu ul {
        align-items: flex-start;
        justify-content: flex-end;
        margin: 2% 0 3%;
    }

    .header ul li {
        flex-direction: row;
        margin: 0;
    }

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

    .header .text-header {
        text-align: left;
        align-items: flex-start;
        justify-content: center;
    }

    .prueba-sincosto {
        padding: 2% 0 1%;
        width: 60%;
    }

    .prueba-sincosto form {
        padding: 0 !important;
        width: 60%;
    }

    .prueba-sincosto form div {
        flex-direction: row;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .prueba-sincosto input {
        margin: 0 4% 0 0;
    }

    .header-page{
        display:flex;
        flex-direction: row;
        align-items:center;
        justify-content: center;
        background: #f1f1f1;
        width: 100vw;
        padding:3% 0 0 0;
    }
    
    .header-page h2, .header-page h5{
        margin:0;
    }
    
    .header-page img{
        width:40vw;
    }
    
    .header-page div{
        display: flex;
        flex-direction:column;
        justify-content:center;
        align-items: flex-start;
        margin: 0 0 0 40px; 
        text-transform: uppercase;
    }

    section {
        justify-content: center;
        text-align: center;
        padding: 3% 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 .about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    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%;
    }

    section.video-tutoriales .tutorial-menu {
       
        padding: 2% 6%;
    }

    .video-tutoriales .video-title{
        padding: 0 0 2% 0;
    }

    .video-tutoriales .video-thumbs {
        flex-direction: row;
        margin: 2% 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .video-tutoriales .video-thumbs div{
        width: 48%;
    }

    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;
        padding: 0 3% 0 0;
    }

    footer div:first-child div:first-child {
        display: flex;
        justify-content: flex-end;
        border-right: 1px solid white;
    }

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

    .header {
        padding: 3vh 5% 3vh 5%;
        font-size: 1.3rem !important;
        justify-content: flex-start;
        height: 94vh;
    }

    .menu {
        padding: 3vh 5% 0 5%;
        font-size: 1.3rem !important;
        justify-content: flex-start;
        height: auto;
    }


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

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

    .nav-top {
        justify-content: flex-end;
    }

    .header p {
        font-size: 2rem;
    }

    section#about .about {
        display: flex;
        flex-direction: row;
    }

    .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;
    }

    .prueba-sincosto {
        margin: 1% 30%;
        width: 50%;
    }

    iframe.video-herramientas {
        width: 100%;
        min-height: 550px;
    }

    section.video-tutoriales{
        flex-direction: row;
        justify-content: space-between;
        align-items:flex-start;
    }

    section.video-tutoriales .tutorial {
        width:68%;
        padding:3%;
    }

    section.video-tutoriales .tutorial-menu {
        width:30%;
        padding:3%;
    }

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

    .header-page img {
        width: 20vw;
    }

    section.video-tutoriales .tutorial {
        width:75%;
        padding:3%;
    }

    section.video-tutoriales .tutorial-menu {
        width:22%;
        padding:3%;
    }

    .video-tutoriales .video-thumbs div {
        width: 32%;
    }

    }

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

        body {
            background: #f9f9f9
        }

        .contenedor {
            max-width: 1600px;
            margin: auto
        }

        .video-header {
            max-width: 1600px;
            left: auto;
        }

        .header-page{
            max-width: 1600px;
         
        }

        
    
    }

    

}