/*=============================================
GLOBAL
=============================================*/

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    font-family: 'roboto', sans-serif;
}
body {
    color: #3d4448;
}

ul,
ol {
    padding: 0px;
}

.item-paquetes,
.item-blog,
.confirmation,
.page-error,
.blog,
.training,
.verify,
.social-responsability,
.my-buys {
    border-left: 5px solid red;
    border-right: 5px solid red;
}

a:visited,
a:link,
a:focus,
a:hover,
a:active {
    list-style: none;
    text-decoration: none;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}


input:focus,
select:focus,
.form-select:focus,
select,
.page-link:focus,
textarea.form-control:focus,
input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.contact-form-bg #send:hover,
.contact-form-bg #send:focus {
    box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.contact-form-bg #send {
    --color: orange;
    --hover: orange;
}

.contact-form-bg #send {
    color: var(--color);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: none;
    border: 2px solid;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: .5em 1em;
}

.contact-form-bg #send:hover,
.contact-form-bg #send:focus {
    border-color: var(--hover);
    color: #333;
}

.card-articles{ margin-top: 40px;}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    width: 40px;
}

.delete-comment{ cursor: pointer;}
.delete-comment:hover{ color: red;}

.wit{width: 25px;}

.bg-services, .bg-training {
    background: #eee;
}

iframe {width: 100%;}

/*=============================================
IDIOMAS
=============================================*/

#spanish-language,
#english-language {
    width: 20px;
}

.page-link {
    padding: .375rem .75rem;
    border-radius: 100px;
    margin-right: 5px;
    color: red;
}
.page-link:hover {
    color: red;
}
.page-item:first-child .page-link {
    border-top-left-radius: 100px; 
    border-bottom-left-radius: 100px;
    color: red;
}

.page-item:last-child .page-link {
    border-top-right-radius: 100px; 
    border-bottom-right-radius: 100px;
    color: red;
}

.page-item.active .page-link {
    color: white;
    z-index: 3;
    background-color: red;
    border-color: red;
}

/*=============================================
ERROR 404, VERIFICAR
=============================================*/

.error404,
.verificar {
    color: #333;
}

/*=============================================
MEDIA QUERIES
=============================================*/

@media (min-width: 576px) { 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .card-articles{ margin-top: 0;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
   
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
   
}

