body{
	font-family: 'Lato', sans-serif;
}
.whatsapp {
    bottom: 15px;
    position: fixed;
    right: 15px;
}
.whatsapp img {
    width: 50px;
}
.sans{
    font-family: sans-serif;
}
.container{
/*    max-width: 1199px;*/
}
.header_banner {
    background-image: url(../images/webinar-48.jpg);
    background-size: cover;
    padding-top: 70px;
/*    padding-bottom: 70px;*/
}
.et_pb_bottom_inside_divider {
    background-image: url(../images/curve.svg);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1,1);
}
.text_yelow{
    color: #f9d019;
}
.text-purple{
    color: #742d86;
}
.font-47{
    font-size: 47px;
}
.font-20{
    font-size: 20px;
}
.banner_three{
    background-image: url(../images/Background-Yellow-2.png);
    background-size: cover;

}
.et_pb_top_inside_divider {
    background-image: url(../images/inside_curve.svg);
    background-size: 100% 56px;
    top: 0;
    height: 56px;
    z-index: 1;
    transform: scale(1,-1);
}
.font-50{
    font-size: 50px;
}
.font-18{
    font-size: 18px;
}
.w-80{
    width: 95%;
}
.banner_four{
    background-image: url(../images/Laptop.png);
    background-size: cover;
}
.font-40{
    font-size: 40px;
}
.font-bold{
    font-weight: bolder;
}
.text-gray{
    color: #6d6e71;
}
.font-16{
    font-size: 16px;
}
.banner_five_bg_color {
    position: relative;
    background-image: linear-gradient(130deg,#F9D019 25%,#F9D019 100%)!important;
}

.et_pb_top_inside_divider2 {
    position: absolute;
    width: 100%;
    background-image: url(../images/inside_curve_secons.svg);
    background-size: 100% 250px;
    top: 0;
    height: 250px;
    z-index: 1;
    transform: scale(1,-1);
}
.banner_five_bg_image{
/*    padding: 80px 0px 20px;*/
    background-attachment: fixed;
    background-image: url(../images/marketing-bg6.png);
    background-size: cover;
}
.banner_five_bg_color .banner_content{
     padding: 190px 0px 60px;
}
.theme_btn{
    transition: 0.5s;
    text-decoration: none;
    color: #fff;
    padding: 14px 20px;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 51px;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #742d86;
}
.theme_btn:hover{
    letter-spacing: 6px;
    color: #fff;
}

.form_box{
    background: #f6fafe;
    box-shadow: 0px 0px 9px 1px rgba(116, 43, 134, 0.21);
    padding: 20px;
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    margin: 0px auto;

}
.form_upper{
    border-bottom: 1px solid rgba(82, 133, 208, 0.36);
    padding-bottom: 12px;
}
.up_title p {
    width: 60%;
    display: block;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    color: #999;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0px auto;
}
.line_vertical{position: relative;}
.line_vertical:after {
    content: '';
    width: 1px;
    height: 35px;
    background: rgba(82, 133, 208, 0.36);
    position: absolute;
    top: 6px;
    left: 102%;
}
.form_bottom a{
    text-decoration: none;
    padding: 8px;
    margin: 8px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1;
    display: block;
    text-align: center;
}
.btn_theme_bg{
    border: 1px solid #f46b5f;
    background: #f46b5f;
    color: #fff;
}
.btn_theme_bg:hover{
    color: #fff;
}
.btn_theme_border{
    color: #f46b5f;
    border: 1px solid #f46b5f;
}
.btn_theme_border:hover{
    color: #f46b5f;
}
.form_input_control input{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(82, 133, 208, 0.36);
    background: #f6fafe;
    color: #0a2d66;
    font-weight: 700;
    border-radius: 4px;
    font-size: 18px;
    padding: 0 13px;
    padding-right: 65px;
    box-sizing: border-box;
    outline: none !important;
    padding-top: 5px;
}
.form_input_control{
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}
.form_input_control label {
    position: absolute;
    font-weight: 500;
    font-size: 13px;
    background: #f6fafe;
    left: 13px;
    line-height: 1;
    top: -4px;
    padding: 0 5px;
    color: #0a2d66;
}
.forms_usd_to_pen{margin-bottom: 15px; position: relative;}
.form_input_control span{
    position: absolute;
    top: 50%;
    right: 15px;
    font-style: normal;
    font-weight: 400;
    color: #5285d0;    
    transform: translateY(-50%);
}
.form_box{
    top: -132px;
    position: relative;
}
.toggle_btn{

    position: absolute;
width: 42px;
    z-index: 9;
        right: 12px;
    top: 147px;
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    background: #f6d8c5;
    padding: 0;
    height: 42px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.toggle_btn:hover{
    background: #f46b5f;
}
.show_hover{
    display: none;
}
.toggle_btn:hover .show_hover{
    display: block;
}
.toggle_btn:hover .show_always{
    display: none;
}
.toggle_btn img{
    width: 42px;
   height: 42px;
   padding: 10px;
}
.btn_ratate{
    transform: rotate(180deg);
}
.forms_pen_to_usd {
    display: none;
}
.show{
    display: block;
}
.hide{
    display: none;
}
@media only screen and (max-width: 600px) {
  .font-47 {
        font-size: 28px;
    }
    .banner_content h1 {
        margin-top: 40px;
    }
    .banner_content p {
        margin-top: 40px;
    }
    .form_box {
        top: 0;
    }
    .banner_four.pt-5.pb-5 .col-md-4 {
        width: 50% !important;
    }
    .banner_four{
        background-position: 48%;
        background-repeat: no-repeat;
    }
    .small_boxess.text-center img {
        width: 150px;
    }
    .banner_image img{
        width:100%;
    }

}

 /* Estilos para el header */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #333;
        padding: 10px 20px;
    }

    /* Estilos para el logo */
    .logo img {
        max-width: 50px; /* Ajusta el tamaño del logo según sea necesario */
        display: block;
    }

    /* Estilos para el menú principal */
    .main-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .main-menu li {
        margin-right: 20px;
    }

    .main-menu a {
        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }