
*{
/*     font-family: 'RobotoLight'; */
/*     font-family: 'RobotoCondensedBold'; */

}
h1, h2, h3, h4, h5, h6, input, textarea, select, button{
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}
ul, ol{
	list-style: none;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
}

.header-container{
    display: flex;
/*     background-color: #1e160b;     */
/*    background-color: #a6a4a3;*/
}
html {
  min-height: 100%;
  position: relative;
}
body {
    padding: 10px;
}
.content-wrapper.erro404 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-self: last baseline;
    padding: 5rem;
}

footer{
  position: absolute;
/*     height: 200px; */
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem;
    color: white;
    background-color: #385898;
    text-align: center;
}
footer p{   
    padding-left: 1rem;
    color: white;
    font-size: large; 
  
}

section.bienvenida p {
    font-family: 'RobotoLight';
    color: #1e160b;
    font-size: 3rem;
    font-weight: 600;
    padding: 1rem;
}
section.paises h5.text-uppercase.mb-0.py-1 {
    font-size: 1.5rem;
    font-weight: 600;
}
span.flag{
    display: block;
    float: left;
    height: 28px;
    width: 42px;
    background: url(../img/paises.png) no-repeat 0 0;
    background-size: 28px;
    margin: 0 15px 0 0;
    padding: 0;
}

span.flag.ar {
  background-position: 0 0 !important;
}
span.flag.au {
  background-position: 0 -323px !important;
}

span.flag.bo {
  background-position: 0 -1066px !important;
}

span.flag.br {
  background-position: 0 -64px !important;
}

span.flag.cl {
  background-position: 0 -355px !important;
}

span.flag.co {
  background-position: 0 -226px !important;
}

span.flag.cr {
  background-position: 0 -582px !important;
}

span.flag.ec {
  background-position: 0 -969px !important;
}

span.flag.de {
  background-position: 0 -485px !important;
}

span.flag.in {
  background-position: 0 -452px !important;
}

span.flag.mx {
  background-position: 0 -129px !important;
}

span.flag.nl {
  background-position: 0 -1228px !important;
}

span.flag.pa {
  background-position: 0 -937px !important;
}

span.flag.py {
  background-position: 0 -1163px !important;
}

span.flag.pe {
  background-position: 0 -259px !important;
}

span.flag.do {
  background-position: 0 -646px !important;
}

span.flag.sg {
  background-position: 0 -291px !important;
}

span.flag.es {
  background-position: 0 -161px !important;
}

span.flag.ch {
  background-position: 0 -194px !important;
}

span.flag.gb {
  background-position: 0 -711px !important;
}

span.flag.uy {
  background-position: 0 -614px !important;
}

span.flag.ve {
  background-position: 0 -388px !important;
}

span.flag.it {
  background-position: 0 -97px !important;
}

span.flag.nz {
  background-position: 0 -1260px !important;
}

span.flag.gt {
  background-position: 0 -678px !important;
}

span.flag.ie {
  background-position: 0 -1292px !important;
}

span.flag.ca {
  background-position: 0 -421px !important;
}
span.select-country {
    margin: 2rem;
    /* margin-bottom: 3rem; */
    /* height: 12px; */
    display: block;
    font-family: 'RobotoLight';
    font-size: larger;
    /*font-weight: 600;*/
}
header.container-fluid {
    background-color: #385898;
    color: white;
    /*background-color: #7fa1e4;*/
}
div.contenedor-inicio .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.ing-reg a::after {
  content: "\f2f6";
  font-family: FontAwesome;
  font-size: 2rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }*/




.ing-reg a {
    color: white;
    margin: 1rem;
}
.ing-reg a span {
    margin: 0.4rem;
    font-family: inherit;
}

div.fotos .img-fluid {
    height: auto;
    max-width: 100%;
    width: 200px;
    height: 180px;
    max-height: 100%;
    object-fit: cover;
}
.img-fluid.m-2.fotos-inicio {
    height: auto;
    max-width: 100%;
    width: 200px;
    height: 180px;
    max-height: 100%;
    object-fit: cover;
}
div.perfil .col-md-9.center {
    max-width: 100%;
}
.row.center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
div.perfil .modal-content {
    background-color: black;
    color: white;
}
video.video {
    width: 80%;
    height: auto;
    max-width: max-content;
}
#videos .card-text {
    color: #007bff;
    font-family: inherit;
    font-weight: bold;
    font-size: large;
}
.ingresa{
    width: 6rem;
    display: flex;
    background-color: #6777ef;
    color: white;
    height: 2rem;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 30px;
    padding: 1rem;
  margin: 1rem; 
}
.registrate{
    width: 6rem;
    display: flex;
    background-color: #6777ef;
    color: white;
    height: 2rem;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 30px;
    padding: 1rem;
  margin: 1rem; 
}
.btn-whatsapp {
    color: #fff;
    background-color: #208130;
    border-color: rgba(0,0,0,0.2);
}
.ingresa:hover {
    background-color: white;
}
.registrate:hover {
    background-color: white;
}
.nav-link.nav-link-lg.fullscreen-btn {
    padding: 0px;
        padding-right: 0px;
        padding-left: 0px;
    margin: 0px;
    border: 0px;
  background-color: inherit;
}
.img-responsive.thumbnail {
    height: auto;
    max-width: 100%;
    width: 200px;
    height: 180px;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
a#lg-download {
    display: none;
}
span.quote-secondary {
    padding: 1rem;
}
i.fas.fa-home {
/*     color: #555556; */
}
.favoritos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
/*     background-color: red!important; */
}
.favoritos i.fas.fa-heart {
    font-size: x-large;
}
/*=============================================
COOKIES
=============================================*/

.cookies{
    position: fixed;
    bottom: -5%;
    display: none;
    color: #6777ef;
    border: 1px solid;
    z-index: 99999;
}
.theme-black a {
    color: #ffffff;
background-color: #353c48
}
.theme-black a.ingresa {
    border: 1px solid;
}
.theme-black a.registrate {
    border: 1px solid;
}
svg.feather.feather-align-justify {
    margin-top: 5px;
}

img.logo {
    width: 30%;
}

.note-btn-group.btn-group.note-insert {
    display: none;
}
button.note-btn.btn.btn-light.btn-sm.btn-fullscreen {
    display: none;
}
img.imagecheck-image {
    width: 200px;
    height: 180px;
    max-height: 100%;
    object-fit: cover;
}
.pricing-cta {
    background-color: #6777ef;
    color: white;
    padding: 1.4rem;
    text-align: center;

}
label.colorinput.waves-effect {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: medium;
    font-weight: bold;
}
.pricing-cta.gratis {
    background-color: white;
    color: #6676ed;
}

span.colorinput-color.bg-primary {
    margin-right: 1rem;
}
input.fotosRequeridas {
    visibility: hidden;
}
span.imagecheck-figure {
    border: 0px;
}
img.header-logo {
    WIDTH: 60px;
    border-radius: 30px;  
    width: 70% !important;
}
a.ingresa {
    font-size: initial;
}
i.fas.fa-sign-in-alt {
    margin-right: 5px;
}
i.fa.fa-pencil-square-o {
    margin-right: 5px;
}
.card:last-child {
    margin-bottom: 13rem;
}
section.publicidad-perfil .card.menu-header.banner:last-child {
    margin-bottom: 10px;
}
.owl-carousel {
    display: none!important;
}
.owl-carousel p.card-title.menu-header {
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito", "Segoe UI", arial;
    color: #6777ef;
}
.owl-nav {
    display: none;
}
.owl-dots {
    display: none;
}
.container.container-publicidad {
    display: none;
}

.menu-header.label-publicidad {
    display: none;
}
span.notranslate.todas {
    font-weight: bold;
}
.modal-backdrop.fade.show {
    z-index: 1;
}

span.badge.headerBadge1.badge-personal.favorito {
    color: #6777ef;
    margin: -29px 0px 0px -15px;
}
i.fa.fa-heart {
    color: #555556;
    margin-top: -2px;
    margin-right: 2px;
}
li.dropdown.dropdown-list-toggle.fav {
    padding: 0px;
    margin: 0px -20px 0px 0px;
}
a#agregar:hover {
    color: rgb(103 119 239);
    background-color: honeydew;
    cursor: pointer;
}
/* ##############################################
MEDIA QUERYS 
#################################################*/

@media only screen and (max-width: 1024px){
.settingSidebar {
    display: block!important;
  }
.settingSidebar .settingPanelToggle {
  top: 0%;
}
ul.sidebar-menu.publicidad-lateral {
    display: none;
}
  a#collapse {
    display: none;
}
  .menu-header.label-publicidad {
    margin: 0.5rem;
}
  .owl-carousel {
    display: block!important;
}
}

@media screen and (max-width:426px) {
a.registrate span {
    display: none;
}
  a.ingresa span {
    display: none;
}
  a.registrate {
    width: auto;
}
  a.ingresa {
    width: auto;
} 
  
 i.fas.fa-sign-in-alt {
    color: #555556;
    font-size: larger;
} 
  i.fa.fa-pencil-square-o {
    color: #555556;
    font-size: larger;
}
a.ingresa {
    background-color: white;
    padding: 0px;
    /* margin: 0px; */
}
  a.registrate {
    background-color: white;
    padding: 0px;
    /* margin: 0px; */
}

.main-content {
    padding: 0px 0px;
    margin-top: 30px;
}
.card-body.publicar {
    padding: 0px;
    /* margin: 0px; */
  
}
  section.section {
    margin-top: 83px;
    margin-left: 3px;
    margin-right: 6px;
}
  .card-body.personal {
    margin: 0px;
    padding: 0px;
}
  .card-body.personal-fotos {
    padding: 0px;
}
section.publicidad-perfil .container {
    padding: inherit;
}
 .container.container-publicidad {
    display: contents;
} 
  .menu-header.label-publicidad {
    display: contents;
}
  .card.card-primary:last-child {
    margin-bottom: 0.6rem;
}
  img.img-responsive.thumbnail {
/*     height: 100%; */
    padding-bottom: 4px;
}
  .fotos-web-personal img.img-responsive.thumbnail {
    border-radius: 0px;
    margin: 0px!important;
    max-width: 100%;
    height: 300px;
    max-height: 100%;
    object-fit: cover;
}

  
}
