

/*-------WEB----------*/

body{
    font-family: "Maax";
}

.contentabsolute{
    position: absolute;
    z-index: 999;
}

.menubar{
    width: 60px;
    height: 100vh;
    background-color: #f22842;
    position: absolute;
    position: fixed;
    padding: 50px 15px;
    z-index: 9999;
}
.menubar .logomenu{
    position: absolute;
    top: calc(50% - 30px);
    padding-left: 0;
    margin-left: -8px;
}
.menubar .logomenu .bar{
    width: 2px;
    height: 30px;
    background-color: white;
}
.menubar .logomenu .bar.bar1, .menubar .logomenu .bar.bar2{
    margin-right: 7px;
}
.menubar .logomenu .bar.bar1, .menubar .logomenu .bar.bar2, .menubar .logomenu .bar.bar3{
    float: left;
}
.menubar .title{
    transform-origin: 0 100%;
    display: block;
    -webkit-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
    -webkit-transform-origin: 0 100%;
    color: white;
    white-space: nowrap;
    font-family: "Maax";
    font-size: 15px;
    bottom: 55px;
    position: absolute;
    padding-top: 25px;
}
.menubar .title span{
    font-family: "Maax-Medium";
}

#presentation, #custom{
    background-image: url('/img/backhome.jpg');
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
#custom{
    background-position: center bottom;
}

.main{
    width: 100wh;
    height: 100vh;
    margin-left: 150px;
    margin-right: 150px;
}

#presentation .buttonsfunnel{
    position: absolute;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    height: 100px;
    border-bottom: 1px solid white;
    bottom: 50px;
}
#presentation .buttonsfunnel.active{
    border-bottom: 3px solid #f22842;
}

#presentation .buttonsfunnel.buyers{

    right: 77px;
}

#presentation .boxbuttonsfunnel{
}

#presentation .titularfunnel{
    font-family: "Maax-Medium";
    margin-bottom: 15px;
}



.main .titlepresentation h1{
    color: white;
    font-size: 165px;
    font-family: "Maax-Medium";
    line-height: 155px;
    margin-top: 15vh;

}
.main .titlepresentation h1 span{
    text-transform: uppercase;
    color: white;
    font-size: 75px;
    text-transform: uppercase;
    line-height: 120px;
    mix-blend-mode: overlay;
}

.containerfull{
    margin-left: 150px;
    margin-right: 150px;
}


.marcadorsection{
    text-transform: uppercase;
    color: white;
    font-family: 15px;
    line-height: 25px;
    font-family: "Maax-Medium";
}

.marcadorpositivo{
    color: #002b49;
}
.marcadorpositivo span{
    color: #f22842;
}

#porque{
    margin-top: 175px;
}

.txtpresentacion{
    font-size: 30px;
    color: white;
    line-height: 45px;
    padding-bottom: 120px;

}
.txtpresentacion p{
    margin-bottom: 35px;
}


#sellersandbuyers{
    padding-top: 155px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,236,251,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(233,236,251,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,236,251,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,236,251,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,236,251,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,236,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9ecfb', GradientType=0 );
}

#sellers{
    position: relative;
    overflow: hidden;
}

#buyers{
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

#buyers .circulobg{
    width: 1300px;
    height: 1300px;
    background-color: #ffffffe8;
    border-radius: 50%;
    position: absolute;
    bottom: -325px;
    left: -120px;
}

#sellers .circulobg{
    width: 1700px;
    height: 1700px;
    background-color: #ffffffd1;
    border-radius: 50%;
    position: absolute;
    top: -140px;
    right: -365px;
}

.backblue .circulobg{
    width: 960px;
    height: 960px;
    position: absolute;
    background: rgba(0,43,73,0.41);
    background: -moz-linear-gradient(-45deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,43,73,0.41)), color-stop(100%, rgba(242,40,66,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,1) 100%);
    background: linear-gradient(135deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b49', endColorstr='#f22842', GradientType=1 );
    border-radius: 50%;
    left: 200px;
    top: 460px;

}

.titularessection{
    font-size: 112px;
    color: #002b49;
    line-height: 115px;
    font-family: "Maax-Medium";
    margin-bottom: 60px;
}

.titularnegativo{
    color: white;
}

.subtitular{
    font-size: 36px;
    color: #002b49;
    line-height: 53px;
}
.subtitular.negativo{
    color: white;
}

.destacados{
    margin: 60px 0px;
}
.destacados img{
    margin-bottom: 50px;
}

.destacados p{
    font-size: 18px;
}
.destacados .titular{
    color: #f22842;
    font-size: 30px;
    font-family: "Maax-Medium";
    margin-bottom: 20px;
    line-height: 30px;
}

.destacados .txt{
    font-size: 18px;
    font-family: "Maax";
    color: #002b49;
}

.destacados.destacadosNegativo .txt{
    color: white;
}

.buttonbuyers{
    height: 150px;
    display: table;
    cursor: pointer;
}

.buttonbuyers .number{
    font-size: 150px;
    color: rgba(0,89,140,0.64);
    font-family: "Maax-Medium";
    top: 0px;
    line-height: 150px;
}

.buttonbuyers .titular{
    font-size: 30px;
    color:white;
    padding-left: 45px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: "Maax-Medium";
    line-height: 30px;
    z-index: 999;
    position: absolute;
    top: 50px;
}

.buttonbuyers .number.active{
    color: rgba(243, 41, 67, 0.4);
}
.buttonbuyers .titular.active{
    color: #f22842;
}



.backblue{
    padding: 155px 0px;
    background-color: #002b49;
    position: relative;
    overflow: hidden;
}

#formats ul{
    padding-left: 0px;
    width: 100%;
    text-align: right;
    padding-right: 20px
}
#formats ul li{
    list-style: none;
    padding: 7px 0px;
    font-size: 15px;
    text-decoration: none;
    color: white;
}
#formats ul li{
    color: white;
}
#formats ul li button{
    color: white;
    padding: 0px 25px 0px 0px;
    border:0px;
    background-color: transparent;
    text-transform: uppercase;
    text-align: right;
}
#formats ul li button:focus{
    outline: none;

}

#formats ul li.active{
    color: #f22842;
    font-family: "Maax-Medium";
}

#formats ul li ul{
    padding-top: 20px;
}

#formats ul li ul li{
    border-bottom: 0px;
    text-transform: none;
}
#formats ul li ul li:hover{
    text-decoration: underline;
}

.navformats{
    text-align: center;
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.navformats ul li{
    width: 195px;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255,255,255,0.2);
    font-size: 18px !important;
    float: left;
    cursor: pointer;
}
.navformats ul li.active{
    color: white !important;
    border: 1px solid white;
    font-family: "Maax" !important;
}

#formats h3{
    margin-bottom: 100px;
}

#formats .previewdesktop{
    width: auto;
    height: auto;
    background-color: #00365B;
    border-radius: 4px 4px 0px 0px;
    padding-top: 40px;
    display: flex;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(3,27,43,1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(3,27,43,1);
    box-shadow: 0px 0px 25px 0px rgba(3,27,43,1);
    position: relative;
}
#formats .previewdesktop .customwindowdesktop{
    position: absolute;
    top:15px;
    left: 15px;
}
#formats .previewdesktop .customwindowdesktop .circlewindow{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
#formats .previewdesktop .customwindowdesktop .circlewindow.red{
    background-color: #ff6058;
    border: 1px solid #df463f;
    float: left;
    margin-right: 5px;
}

#formats .previewdesktop .customwindowdesktop .circlewindow.yellow{
    background-color: #ffbd2e;
    border: 1px solid #dfa124;
    float: left;
    margin-right: 5px;
}

#formats .previewdesktop .customwindowdesktop .circlewindow.green{
    background-color: #28ca41;
    border: 1px solid #1bac2e;
    float: left;
}

#formats .previewdesktop .videodesktop{
    width: 100%;
}

#formats .previewdesktop, #formats .previewmobile{
    float: left;
}
#formats .previewmobile{
    width: 100%;
    background-color: aqua;
    border-radius: 25px;
    padding-top: 60px;
    padding-bottom: 80px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(3,27,43,1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(3,27,43,1);
    box-shadow: 0px 0px 25px 0px rgba(3,27,43,1);
    background-color: #00365B;
}
#formats .previewmobile .videomobile{
    width: 100%;
}

#formats .detailformat .titular{
    font-size: 60px;
    color: white;
    line-height: 60px;
    font-family: "Maax-Medium";
    margin: 20px 0px;
}

#formats .detailformat p{
    font-size: 18px;
    color: white;
    margin-bottom: 15px;
}
#formats .detailformat .subformatos{
    width: 100%;
    margin-top: 30px;
}

#formats .detailformat .subformatos ul{
    width: 50%;
    padding-left: 0px;
    float: left;
}
#formats .detailformat .subformatos ul li{
    list-style: none;
    margin-left: -10px;
    color: white;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 0px;
}

#formats .detailformat .listasubformatos ul{
    padding-left: 0px;
    margin-bottom: 50px;
    margin-top: 20px;
}
#formats .detailformat .listasubformatos ul li{
    list-style: none;
    margin-bottom: 10px;
    padding: 0px;
    text-align: left;
}

.benchmarcks{
    position: relative;
    text-align: right;
    padding-top: 15px;
    margin-bottom: 30px;
    float: left;
}

.benchmarcks .icon{
    position: absolute;
    font-size: 78px;
    color: rgba(255, 255, 255, 0.1);
    right: 14px;
    top: -5px;
}



.benchmarcks .baseline, .benchmarcks .dato{
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}
.benchmarcks .dato{
    line-height: 20px;
}
.benchmarcks .dato span{
    font-size: 48px;
}
.benchmarcks .baseline{
    clear: both;
}


#formats .detailformat button, #contact form button, .back404 button{
    background-color: #f22842;
    color: white;
    padding: 10px 20px;
    border: 0px;
    position: relative;
    padding-right: 60px;
}

#formats .detailformat button .txt, #formats .detailformat button .icon, #contact form button .txt, #contact form button .icon, .back404 button .txt, .back404 button .icon{
    float: left;
}
#formats .detailformat button .icon, #contact form button .icon, .back404 button .icon{
    font-size: 28px;
    position: absolute;
    top:7px;
    right: 20px;
}
.accordion button{
    position: relative;
}
.accordion button .livicon-evo{
    position: absolute;
    top:0px;
    right: 0px;
}

#contact{
    background-color: #f22842;
    padding: 155px 0px;
}

#contact img{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 28px;
}

#contact .boxform{
    margin-top: 50px;
}

#contact .direcciones{
    margin-bottom: 25px;
}
#contact .direcciones span{
    width: 100%;
    height: 1px;
    background-color: white;
    display: block;
    margin-bottom: 20px;
}
#contact .direcciones .number{
    font-size: 11px;
    color: white;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #002b49;
    padding-top: 3px;
    margin-bottom: 15px;
}

#contact .direcciones .city{
    font-size: 18px;
    color: white;
}

#contact .direcciones .direccion{
    font-size: 15px;
    color: white;
    margin-bottom: 15px;
}

#contact .titular{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: white;
    font-family: "Maax-Medium";

}

#contact .filterform p{
    font-size: 15px;
    color: white;
    line-height: 18px;
    margin-bottom: 10px;

}

#contact .filterform button{
    width: 100%;
    background-color: transparent;
    border: 2px solid white;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
    color: white;
    padding: 6px 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#contact .filterform button.active{
    background-color: white;
    color: #F22942;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Maax-Medium";
}

#contact .filterform .presentation{
    margin-bottom: 30px;
}
#contact form{
    width: 100%;
}

#contact form label{
    font-size: 18px;
    color: white;
}

#contact form [type="text"], #contact form [type="email"], #contact form textarea{
    border: 0px;
    border-radius: 0px;
    background-color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact form textarea{
    min-height: 200px;
}

#contact form [type="text"]:focus, #contact form [type="email"]:focus, #contact form textarea:focus{
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.4);
    background-color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact form #terminoslabel{
    position: relative;
    padding-left: 20px;
}

#contact form #terminoslabel, #contact form #terminoslabel a{
    font-size: 15px;
    color: white;
}
#contact form #terminoslabel a{
    text-decoration: underline;
}

#contact form #terminos{
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.checkboxcustom{
    display: none;
}



#contact form .checkboxlabel:before{
    color: white;
    cursor: pointer;
    content:"e";
    font-family: "webra";
    width: 20px;
    display: block;
    font-size: 15px;
    margin-left: 0px;
    color: white;
    float: left;
    position: absolute;
    left: 0;
}

#contact form #terminos:checked + .checkboxlabel:before{
    content: "f";
    cursor: pointer;
    font-size: 15px;
    color: white;
}

#contact form button{
    float: right;
    background-color: #002B48;
}

footer{
    background-color: #002B47;
    padding: 70px 0px 100px 0px;
}

footer ul{
    padding-left: 0px;
}
footer ul li, footer ul li a{
    list-style: none;
    font-size: 15px;
    color: white;
    text-transform: uppercase;

    margin-bottom: 5px;
}
footer ul li a:hover{
    color: white;
}

footer li.titular, footer li.titular a{
    font-size: 18px;
    margin-bottom: 10px;
}

footer .legal li, footer .legal li a{
    float: left;
    font-size: 15px;
    color: white;
    font-family: "Maax";
}

footer .legal{
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    margin-top: 30px;
}

footer p{
    color: white;
    font-size: 15px;
}

footer .legal ul li{
    margin: 0px 4px;
}
footer .legal ul li a{
    text-transform: capitalize;
}
footer .legal li:first-child{
    margin: 0px;
}

footer img{
    width: 100%;
}


/*-------------ADVERTISERS--------------*/

.main .titleinteriors h1{
    font-size: 112px;
    font-family: "Maax-Medium";
    line-height: 155px;
    color: white;
    line-height: 112px;
    margin-top: 150px;
    margin-bottom: 105px;
}
.main .titleinteriors h1 span{
    text-shadow: -3px 4px 0px #f22842;

}


#presentation.advertisers{
    background-image: url('/img/backadvertisers.jpg');
    background-color: #002b49;
    background-repeat: no-repeat;
    background-size: contain;
}

#presentation.advertisers .main, #presentation.publishers .main{
    height: auto;

}

.advMarketplace figure {
    width: 100%;
    text-align: center;
}
.advMarketplace figure img{
    max-width: 100%;
}
.advMarketplace figure figcaption, .backblue figure figcaption{
    text-align: left;
}
.advMarketplace figure figcaption .titular, .backblue figure figcaption .titular{
    color: #f22842;
    font-size: 30px;
    font-family: "Maax-Medium";
    margin-bottom: 15px;
}

.advMarketplace figure figcaption p, .backblue figure figcaption p{
    color: white;
    font-size: 18px;
    line-height: 25px;
}

.certificadoiab{
    position: absolute;
    top: 120px;
    right: 140px;
}

#brandsafety .circulobg{
    width: 1000px;
    height: 1000px;
    left: -28px;
    top: -350px;
}

#brandsafety .circulobg.circulo2{
    width: 570px;
    height: 570px;
    bottom: -100px;
    right: -50px;
    left: auto;
    top: auto;
    background: rgba(242,40,66,1);
    background: -moz-linear-gradient(-45deg, rgba(242,40,66,1) 0%, rgba(0,43,73,0.4) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(242,40,66,1)), color-stop(100%, rgba(0,43,73,0.4)));
    background: -webkit-linear-gradient(-45deg, rgba(242,40,66,1) 0%, rgba(0,43,73,0.4) 100%);
    background: -o-linear-gradient(-45deg, rgba(242,40,66,1) 0%, rgba(0,43,73,0.4) 100%);
    background: -ms-linear-gradient(-45deg, rgba(242,40,66,1) 0%, rgba(0,43,73,0.4) 100%);
    background: linear-gradient(135deg, rgba(242,40,66,1) 0%, rgba(0,43,73,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22842', endColorstr='#002b49', GradientType=1 );
}

.backgradientlight{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(232,235,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(232,235,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(232,235,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(232,235,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(232,235,251,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(232,235,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8ebfb', GradientType=1 );
    padding: 155px 0px;
}

.backlight{
    background-color: white;
    padding: 155px 0px;
}

.destacadobox{
    width: 100%;
    display: table;
    border: 2px solid #002b49;
    background-color: white;
    padding: 40px 40px;
    -webkit-box-shadow: -8px 8px 0px 0px rgba(242,40,67,1);
    -moz-box-shadow: -8px 8px 0px 0px rgba(242,40,67,1);
    box-shadow: -8px 8px 0px 0px rgba(242,40,67,1);
    margin-top: 35px;
}
.destacadobox .icon{
    display: table-cell;
    vertical-align: middle;
}

.destacadobox .icon img{
    width: 90px;
    margin-right: 30px;
}

.destacadobox .txt{
    font-size: 30px;
}

.bulletsFormats{
    margin-top: 50px;
}
.bulletsFormats figure{
    margin-top: 20px;
}

.backblue .table{
    color: white;
}
.tablaformats{
    margin-top: 100px;
}
.table th{
    text-transform: uppercase;
}

.tablaformats table tbody tr td{
    width: 20%;
}
.tablaformats table tbody tr td .progress{
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff33;
}

.tablaformats .table-hover tbody tr:hover{
    background-color: rgba(0,0,0,0.4);
}

.tablaformats table thead tr th{
    height: 75px;
}

.tablaformats table tbody tr td{
    height: 50px;
}

.tablaformats .formatos{
    text-align: right;
}
.sectionsmarker{
    position: relative;
}

.marcadorconjunto{
    font-size: 240px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #ff000021;
    position: absolute;
    top: 50px;
    left: -200px;
    font-family: "Maax-Medium";
}
.marcadorconjuntonegativo{
    -webkit-text-stroke: 2px #f2274294;
}

.marcadorconjunto.titularcorto{
    top:-50px;
}

#advSecurity .logos{
    margin-top: 80px;
    margin-bottom: 200px;
}

.destacados.imglateral{
    display: flex;
}

.destacados.imglateral img{
    width: 100%;
    max-width: fit-content;
}



.imagenreporte {
    background-color: #002b49;
    width: 105%;
    height: 100%;
    position: absolute;
    left: -75px;
}

.marcadorReporte{
    width: 180px;
    display: inline-block;
    float: left;
}

.iconreporte{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: white;
    border: 3px solid #ff0000;
    text-align: center;
    padding-top: 12px;
    float: left;
}
.iconreporte img{
    width: 60px;
}
.numberReporte{
    font-size: 24px;
    font-family: "Maax-Medium";
    color: #ff0000;
    width: 85px;
    border-bottom: 3px solid #002b49;
    text-align: right;
    padding-bottom: 10px;
    float: left;
}

#reporting .destacados{
    padding-left: 25px;
    display: table;
    margin: 0px;
    padding-top: 25px;
}

#reporting .subtitular{
    margin-bottom: 80px;
}

.imagereportmobile{
    width: 100%;
    height: 300px;
    background-color: yellow;
}

.containerreport{
    padding-left: 200px;
}

.containerreport .boxReport{
    padding-bottom: 80px;
}

.containerreport > div:last-child{
    padding-bottom: 0px;
}

#circulo {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    float: left;
    margin-left: -20px;
    padding: 2rem;
}

#circulo p {
    color: white;
    font-size: 1rem;
    font-weight: bold;

    font-family: "Maax-Medium";
    text-transform: uppercase;
    line-height: 1.5rem;
}

#circulo p i{
    font-size: 3rem;
    padding-bottom: 1rem;
    display: inline-block;
}

#circulo.bulletGradient{
    background: linear-gradient(32deg, rgba(242, 40, 66, 0.8) 0%, rgba(0, 43, 73, 0) 100%);
    background-blend-mode: screen;
}

#circulo.light{
    background-color: rgba(255,255,255,0.15);
}
.infografiaCustom{
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}


.infografiaCustom > div:first-child{
    margin-left: 0px !important;
}


#formats table thead tr th{
    color: #f22842;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

#formats table{
    font-size: 20px;
    width: 100%;
    margin-bottom: 50px;
}

#formats table thead tr th{
    background-color: rgba(28,60,94,0.7);
    height: 68px;
    vertical-align: middle;
}
#formats table thead tr th:first-child{
    background-color: transparent;
}
#formats table thead tr th:nth-child(2){
    border-radius: 10px 0px 0px 0px;
}

#formats table thead tr th:last-child{
    border-radius: 0px 10px 0px 0px;
}

#formats table .imagenformat{
    height: 68px;
    width: 68px;
    border-radius: 10px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(172,183,206,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(172,183,206,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(172,183,206,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(172,183,206,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(172,183,206,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(172,183,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acb7ce', GradientType=1 );
    text-align: center;
    margin-right: 15px;
}

#formats table tbody tr{
    height: 68px;
    background-color: rgba(0,44,75,0.61);
    color: white;

}
#formats table tbody tr td{
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 30px;
    background-color: #082141a6;
}

#formats table tbody tr td .boxicontable{
    width: 100%;
    text-align: center;
    border-left: 1px solid white;

}

#formats table tbody tr td .boxicontable .icon{
    display: block;
    padding-top: 7px;
    line-height: 40px;
}

#formats table tbody tr th{
    border-radius: 10px 0px 0px 10px;
}

#formats table tbody tr th .imagenformat, #formats table tbody tr th .txt{
    float: left;
}
#formats table tbody tr th .imagenformat img{
    width: 45px;
    padding-top: 13px;
}

#formats table tbody tr th .txt{
    font-weight: 100;
    padding-top: 20px;
}

#formats table tbody tr.margintable{
    height: 8px;
    background-color: transparent;
}
#formats table tbody tr.margintable td{
    background-color: rgba(28,60,94,0.7);
}


.chart{
    height: 600px;
    width: 100%;
    background-color: #ff9a00;
    margin-bottom: 80px;
}

#formats .circulobg{
    width: 519px;
    height: 519px;
    top: -124px;
    right: -50px;
    left: inherit;

    background: rgba(0,43,73,0.41);
    background: -moz-linear-gradient(204deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.6) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,43,73,0.41)), color-stop(100%, rgba(242,40,66,0.6)));
    background: -webkit-linear-gradient(204deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.6) 100%);
    background: -o-linear-gradient(204deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.6) 100%);
    background: -ms-linear-gradient(204deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.6) 100%);
    background: linear-gradient(204deg, rgba(0,43,73,2.41) 0%, rgba(242,40,66,0.6)100%);
}

#formats .circulobg.circulobg2{
    width: 1000px;
    height: 1000px;
    top: 408px;
    left: -243px;
    right: inherit;
    background: rgba(0,43,73,0.41);
    background: -moz-linear-gradient(172deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,43,73,0.41)), color-stop(100%, rgba(242,40,66,0.8)));
    background: -webkit-linear-gradient(172deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.8) 100%);
    background: -o-linear-gradient(172deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.8) 100%);
    background: -ms-linear-gradient(172deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.8) 100%);
    background: linear-gradient(172deg, rgba(0,43,73,2.41) 0%, rgba(242,40,66,0.8)100%);
}

#formats .circulobg.circulobg3{
    bottom: 500px;
    right: -150;
    top: inherit;
    left: inherit;
    width: 900px;
    height: 900px;

    background: rgba(0,43,73,0.41);
    background: -moz-linear-gradient(204deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.8) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,43,73,0.41)), color-stop(100%, rgba(242,40,66,0.8)));
    background: -webkit-linear-gradient(204deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.8) 100%);
    background: -o-linear-gradient(204deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.8) 100%);
    background: -ms-linear-gradient(204deg, rgba(0,43,73,0.41) 0%, rgba(242,40,66,0.8) 100%);
    background: linear-gradient(204deg, rgba(0,43,73,2.41) 0%, rgba(242,40,66,0.8)100%);
}

/*----------PUBLISHERS------------*/

#presentation.publishers{
    background-image: url(/img/backpub.jpg);
    background-color: #002b49;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#presentation .cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,44,75,0.6);
    mix-blend-mode: multiply;
}

.boxbackground{
    border-radius: 15px;
    background: rgb(0,35,61);
    background: linear-gradient(180deg, rgba(0,35,61,0) 0%, rgba(0,89,140,0.30015756302521013) 100%);
    padding: 50px;
    margin-bottom: 120px;
}

.imgboxback{
    text-align: center;
    margin: 60px 0px;
}

.connexionsection{
    position: relative;
}

#connexion .marcadorconjunto.titularweb{
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-text-stroke: 2px rgba(0, 123, 255, 0.5);
    left: -305px;
}

#connexion .marcadorconjunto.titularapp{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    -webkit-text-stroke: 2px rgba(255, 0, 0, 0.5);
    left: inherit;
    top: inherit;
    right: -294px;
    bottom: 48px;
}

.connexionsection .media img{
    width: 70px;
    height: 70px;
}

.connexionsection .media h5{
    font-size: 24px;
    font-family: "Maax-Medium";
    text-transform: uppercase;
}
.connexionsection .media{
    font-size: 18px;
}

.destacadobox.cWeb{
    -webkit-box-shadow: -8px 8px 0px 0px rgba(0, 123, 255, 1);
    -moz-box-shadow: -8px 8px 0px 0px rgba(0, 123, 255, 1);
    box-shadow: -8px 8px 0px 0px rgba(0, 123, 255, 1);
}

#connexion{
    overflow: hidden;
}




/*-----------404-------------*/

.back404{
    background-color: #F22742;
    height: 100vh;
    width: 100vw;
    padding: 100px 0px;
    text-align: center;
}
.containergif{
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background-image: url('/img/404.gif');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    background-size: cover;

}

.back404 h3{
    margin-top: 40px;
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 60px;
}

.back404 h3, .back404 p{
    color: white;
}

.back404 p{
    font-size: 28px;
}

.back404 button{
    background-color: #002B48;
}

/*-------------news--------------*/
.backgradientlight.news{
    padding: 0;
}
.news figcaption{
    font-size: 14px;
    color: #002b49;
    padding-top: 15px;
}
.news h1{
    font-size: 60px;
    font-family: "Maax-Medium";
    padding: 50px 0 30px 0;
    color:#f22842;
}
.news #contact{
    padding: 80px 0;
}
.news h2{
    font-size: 40px;
    font-family: "Maax-Medium";
    padding: 15px 0px 30px 0;
    color:#002b49;
}
.news p{
    color: #002b49;
    font-size: 18px;
}
.news blockquote{
    color: #002b49;
    border-left: 3px solid #f22842;
    padding-left: 15px;
    font-size: 22px;
}
.news strong{
    color: #f22842;
}
.news h3.titularessection.titularnegativo{
    font-size: 60px;
    margin-bottom: 15px;
}
/*-------------legal--------------*/
.legal{
    padding-bottom: 50px;
}
.legal h1, .legal h3{
    color: #f22842;
}
.legal h1{
    font-size: 30px;
    font-family: "Maax-Medium";
    padding: 50px 0px;
}

.legal h3{
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.legal h4{
    font-family: "Maax-Medium";
    color: #002b49;
}

.legal p{
    color: #002b49;
    font-size: 18px;
}

.legal ul.b{
    list-style: decimal;
}

.legal ul.c{
    list-style: lower-alpha;
    font-family: "Maax-Medium";
}
.legal ul.c li span{
    padding-bottom: 20px;
    display: block;
}

.legal ul.c li ul{
    padding-bottom: 20px;
}
.legal ul.c li ul li{
    font-family: "Maax";
    list-style: disc;
}

.legal ul li{
    font-size: 15px;
    color: #002b49;
    padding-bottom: 5px;
}
.legal ul li p{
    font-size: 15px;
    font-family: "Maax";
}

.legal blockquote{
    color: #f22842;
    border-left: 3px solid #f22842;
    padding-left: 15px;
}

.legal ul li a{
    color: #002b49;
    text-decoration: underline;
}

.legal strong{
    color: #f22842;
}

.legal table tr td{
    color: #002b49;
    font-family: "Maax";
    border-bottom: 1px solid #002b492b;
    border-top: 0px;

}

.legal .table thead th{
    background-color: #F22842;
    color: white;
    border: 0px;
}

.legal .mini{
    font-size: 13px;
}

.legal b{
    font-family: "Maax-Medium";
}

.legal button{
    border: 0px;
    outline: none;
    color: white;
    padding: 5px 10px;
    background-color: #002b49;
    margin-bottom: 15px;
}


/*-------------MEDIAS--------------*/
@media (max-height: 900px) and (min-width: 1500px) {
    .main .titlepresentation h1{
        margin-top: 5vh;
        font-size: 150px;
        line-height: 140px;
    }
}

@media (min-width:2100px){

    #presentation.publishers{
        background-size: cover;
    }

}

@media (max-width: 1790px){
    .main .titlepresentation h1{
        font-size: 125px;
        line-height: 110px;
        margin-top: 20vh;
    }


}

@media (max-width: 1600px){
    .main .titlepresentation h1 span{
        font-size: 53px;
        line-height: 85px;
    }

    .titularessection{
        font-size: 90px;
        line-height: 90px;
        margin-bottom: 30px;
    }

    .subtitular{
        font-size: 30px;
        line-height: 45px;
    }

    .buttonbuyers .titular{
        font-size: 20px;
        line-height: 22px;
    }

    .destacados img{
        width: 100%;
        max-width: fit-content;
    }

    /*---ajustes mac book pro---*/

    .backgradientlight, .backblue, .backlight, #contact{
        padding: 90px 0px;
    }

    #advSecurity .logos {
        margin-bottom: 100px;
    }

    #targeting .destacados{
        margin: 30px 0px;
    }

    #targeting .subtitular{
        margin-bottom: 50px;
    }
}

@media (max-width:1440px){
    .main .titleinteriors h1{
        margin: 90px 0px;
    }

    #porque{
        margin-top: 90px;
    }

    .txtpresentacion{
        padding-bottom: 90px;
    }
}

@media (max-width:1400px){
    #circulo{
        width: 11rem;
        height: 11rem;
    }

    #circulo p{
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width:1080px) and (min-width:968px){

}



@media (max-width:1200px){
    .main .titleinteriors h1{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .boxbackground{
        padding: 0px 50px;
    }

    .backlight, .backblue, .backgradientlight, #contact{
        padding: 80px 0px;
    }

    #advSecurity .logos{
        margin-bottom: 120px;
    }

    #connexion .marcadorconjunto.titularweb{
        left: -200px;
        top: 40px;
    }

    #connexion .marcadorconjunto.titularapp{
        right: -213px;
        bottom: 100px;
    }

    #connexion .destacadobox{
        padding: 20px;
    }
    .containerfull {
        margin-left: 140px;
        margin-right: 80px;
    }

    #formats .previewmobile{
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .main .titleinteriors h1{
        font-size: 80px;
        line-height: 80px;
    }

    #porque{
        margin-top: 70px;
    }

    .titularessection{
        font-size: 65px;
        line-height: 65px;
    }

    .subtitular {
        font-size: 24px;
        line-height: 40px;
    }

    .containerreport{
        padding-left: 0px;
    }

    .marcadorconjunto{
        top: -25px;
        left: -135px;
        font-size: 160px;
    }

    #custom .bullet{
        width: 200px;
        height: 200px;
    }

    #custom .bullet .txt{
        font-size: 20px;
    }
}

@media (max-width:992px){

    .containerfull, .main{
        margin-left: 90px;
        margin-right: 30px;
    }

    #presentation .buttonsfunnel.buyers{
        right: 30px;
    }
    .main .titlepresentation h1 span {
        line-height: 60px;
    }

    .main .titlepresentation h1{
        font-size: 90px;
        line-height: 90px;
    }

    #porque{
        margin-top: 80px;
    }

    .txtpresentacion{
        padding-bottom: 60px;
    }

    #sellersandbuyers{
        padding-top: 60px;
    }

    #buyers{
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .marcadorsection{
        margin-bottom: 30px;
    }

    #formats{
        padding: 70px 0px 90px 0px;
    }



    #formats .detailformat button{
        float: right;
    }

    #contact{
        padding: 80px 0px 150px 0px;
    }

    .previewmobile{
        margin: 30px 0px;
    }

    .destacados img{
        width: auto;
    }

    .menufooter{
        display: none;
    }

    #circulo{
        width: 16rem;
        height: 16rem;
    }

    #circulo p {
        font-size: 17px;
        line-height: 22px;
    }

    #circulo:nth-child(3n) {
        clear: both;
        margin-left: 0px;
        background-color: rgba(255,255,255,0.15);

    }

    #circulo:nth-child(4n){
        background: linear-gradient(32deg, rgba(242, 40, 66, 0.8) 0%, rgba(0, 43, 73, 0) 100%);
        background-blend-mode: screen;
    }

    #circulo:nth-child(3n), #circulo:nth-child(4n){
        margin-top: -25px;
    }

    #connexion .marcadorconjunto.titularweb, #connexion .marcadorconjunto.titularapp{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 13px;
        left: 0px;
        font-size: 80px;
    }

    #connexion .marcadorconjunto.titularapp{
        left: inherit;
        right: 0px;
    }

    #connexion .contentweb, #connexion .contentapp{
        padding-top: 60px;
    }


}

@media (max-width:767px){
    .funnelbaseline{
        display: none;
    }

    #presentation .buttonsfunnel{
        height: 60px;
    }

    .menubar{
        width: 100%;
        height: 60px;
        padding: 0px;
        padding: 0px 30px;
        -webkit-box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 3px 17px 0px rgba(0,0,0,0.4);
    }
    .menubar img{
        height: 35px;
        margin-top: 12px;
    }

    .menubar .logomenu{
        transform: rotate(90deg);
        right: 30px;
        top: 11px;
    }

    .menubar .title{
        display: none;
    }

    .containerfull, .main{
        margin-left: 30px;
    }

    .buttonbuyers .titular {
        font-size: 30px;
        line-height: 30px;
        font-family: "Maax";
    }

    .buttonbuyers .number{
        top: -35px;
    }

    .destacados .boximagedestacados{
        text-align: center;
    }

    .titularessection{
        font-size: 65px;
        line-height: 70px;
    }

    .destacados img{
        max-width: inherit;
        width: 100%;
    }
    .containergif{
        width: 300px;
        height: 300px;
    }
    .back404 h3{
        font-size: 58px;
    }

    .back404{
        height: 100%;
    }

    .containerreport{
        padding-left: 20px;
    }

    .backgradientlight, .backlight, .backblue, #contact{
        padding: 50px 0px;
    }

    #advSecurity .logos{
        margin-top: 30px;
        margin-bottom: 100px;
        width: 100%;
    }

    .marcadorconjunto{
        top: -75px;
    }

    .marcadorconjunto.titularcorto{
        top: -80px;
    }

    #reporting .subtitular{
        margin-bottom: 30px;
    }

    .containerreport .boxReport{
        padding-bottom: 30px;

    }

    .imglateral .boximg{
        text-align: center;

    }

    .destacados.imglateral img {
        width: inherit;
        max-width: max-content;
    }

    .destacados img{
        max-width: max-content;
    }

    .destacados {
        margin: 40px 0px;
    }

    .main .titleinteriors h1{
        font-size: 44px;
        line-height: 50px;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .main .titleinteriors h1 span {
        text-shadow: -2px 2px 0px #f22842;
    }

    #reporting .destacados{
        width: 100%;
        text-align: left;
        padding-left: 0px;
    }

    .iconreporte img{
        width: 50px;
    }

    .iconreporte{
        width: 80px;
        height: 80px;
        border: 2px solid #ff00004a;
    }

    .numberReporte{
        display: none;
    }

    #privacy .destacados .txt, #privacy .destacados .titular{
        text-align: left;
    }

    .destacados.imglateral{
        display: block;
    }

    #circulo{
        width: 50%;
    }

    #circulo.bulletGradient, #circulo.light{
        background: transparent;

    }

    .boxbackground{
        padding: 15px;
    }

}

@media (max-width:575px){
    .news #contact{
        padding: 40px 0;
    }
    .news h2{
        font-size: 30px;
    }
    .news h1{
        margin-top:40px;
        font-size: 40px;
    }
    .news h3.titularessection.titularnegativo{
        font-size: 40px;
        line-height: 48px;
    }
    .destacados img{
        max-width: max-content;

    }

    #formats table tbody tr th .imagenformat{
        display: none;
    }

    #formats table tbody tr th .txt{
        color: #f22842;
        padding-top: 0px;
    }


    .destacados figcaption {
        text-align: left;
    }

    .main .titlepresentation h1{
        font-size: 62px;
        line-height: 60px;
    }

    .main .titlepresentation h1 span{
        font-size: 25px;
    }
    #presentation .buttonsfunnel{
        height: 90px;
    }

    .txtpresentacion{
        font-size: 22px;
        line-height: 35px;
    }

    .titularessection{
        font-size: 49px;
        line-height: 49px;
    }

    .subtitular{
        font-size: 22px;
        line-height: 35px;
    }

    .buttonbuyers .titular{
        padding-left: 25px;
        font-size: 19px;
        line-height: 21px;
    }

    #formats .previewdesktop {
        padding-top: 25px;
    }

    #formats .previewdesktop .customwindowdesktop{
        top: 8px;
        left: 8px;
    }

    #contact form button{
        width: 100%;
    }

    #formats .detailformat button{
        width: 100%;
    }

    #formats .detailformat .titular{
        font-size: 49px;
        line-height: 49px;
    }

    figure img{
        display: block;
        margin: 0 auto;
    }


}


/****************************************************************************************************
 * @name:       LivIconsEvo.css - the styles for LivIcons (Live Icons) Evolution
 * @version:    2.8.XXX (XXX is a total number of icons)
 * @URL:        https://livicons.com
 * @copyright:  (c) 2013-2019 DeeThemes (https://codecanyon.net/user/DeeThemes)
 * @licenses:   https://codecanyon.net/licenses/regular
                https://codecanyon.net/licenses/extended
*****************************************************************************************************/

.livicon-evo-holder {
    width: 0; /*to prevent "flickering" while rendering*/
}
div.livicon-evo-holder {
    display: block;
}
span.livicon-evo-holder {
    display: inline-block;
    vertical-align: middle;
}
.livicon-evo-holder .lievo-svg-wrapper {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%!important;
    padding-bottom: 100%!important;
    vertical-align: middle;
    overflow: hidden!important;
}
.livicon-evo-holder svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden!important;
    width: 100%!important;
    height: 100%!important;
}
.livicon-evo-holder svg,
.livicon-evo-holder svg * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.livicon-evo-error {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #c94242;
}
.livicon-evo-error span {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin-top: -4px;
}
.livicon-evo-error acronym {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    cursor:help;
    color:#c94242;
    border-bottom: 1px dotted #c94242;
}

/* icons size can be controlled via media queries */
/*@media (max-width:480px) {
  .livicon-evo-holder {
    width:50px!important;
  }
}
@media (min-width: 481px) {
  .livicon-evo-holder {
    width: 200px!important;
  }
}*/

















