*{
    padding: 0px;
    margin: 0px;
    outline: none;
    text-decoration: none !important;
}

html, .body{
    height: 100%;
}

.container, .row{
    --bs-gutter-x: 0rem !important;
}

.body{

}

.container{
    width: 100% !important;
    max-width: 100% !important;
}

.margin-0{
    margin-left: 0px;
    margin-right: 0px;
    margin: auto !important;
}

.padding-0 {
    padding: 0px;
}

.row-1200px{
    width: 1200px;
    margin: auto;
}

.row-1080px{
    width: 1080px;
    margin: auto;
}

.row-100pc{
    width: 100%;
}

.row-900px{
    width: 900px;
    margin: auto;
}

.row-700px{
    width: 700px;
    margin: auto;
}

.container-banner{
    background-size: cover !important;
}

.row-banner{
    text-align: center;
    padding-top: 90px;
    padding-bottom: 10px;
}

.banner-titulo{
    color: var(--blanco);

    text-transform: uppercase;
}

.banner-sub-titulo{
    color: var(--blanco);
    font-size: 24px;
    text-transform: uppercase;
}

.p-10{
    padding: 10px;
}

.p-20{
    padding: 20px;
}

.pd0{
    padding: 0px;
}

.pd010{
    padding-left: 10px;
    padding-right: 10px;
}

.pd020{
    padding-left: 20px;
    padding-right: 20px;
}

.pd2030{
    padding: 20px 30px;
}

.pd20{
    padding: 20px;
}

.pd{
    padding: 50px 20px;
}

.pd10020{
    padding: 100px 20px;
}

.pd3020{
    padding: 30px 20px;
}

.pdtb100{
    padding: 100px 0px;
}

.pd10050{
    padding: 100px 50px;
}

.pdtb50{
    padding: 50px 0px;
}

.pdt50{
    padding-top: 50px;
}

.pdt70{
    padding-top: 70px;
}

.pdt75{
    padding-top: 75px;
}

.pdt100{
    padding-top: 100px;
}

.pdb30{
    padding-bottom: 30px;
}

.pd1020{
    padding: 10px 20px;
}

.mgt20{
    margin-top: 20px;
}

.pdb10{
    padding-bottom: 10px;
}

.pdb20{
    padding-bottom: 20px;
}

.pdb30{
    padding-bottom: 30px;
}

.pdt10{
    padding-top: 10px;
}

.pdt20{
    padding-top: 20px;
}

.pdt30{
    padding-top: 30px;
}

.pdtb20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.pdtb10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd100{
    padding: 100px;
}

.pd10{
    padding: 10px;
}

.pd510{
    padding: 5px 10px;
}

.pd50100{
    padding: 50px 100px;
}

.pd50150{
    padding: 50px 150px;
}

.pd5020{
    padding: 50px 20px;
}

.pd5030{
    padding: 50px 30px;
}

.mgb20{
    margin-bottom: 20px;
}

.mgt50{
    margin-top: 50px;
}
.mgb50{
    margin-bottom: 50px;
}

.mgt10{
    margin-top: 10px;
}

.mgb100{
    margin-bottom: 100px;
}

.link-logo img {
    height: 44px;
    width: auto;
}

.container-nav{
    background: var(--negro_opacity_60);
}

.row-nav{
    width: 100%;
    padding: 0px 50px;
}

.sub-titulo{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.boton-subir {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url("../img/subir.png") var(--verde) center center no-repeat;
    background-size: 36px auto;
    border-radius: 5px;
    font-size: 0px;
    text-align: center;
    text-decoration: none;
    display: none;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.container-33-pc{
    width: 33.33%;
}

.cmb-select{
    width: 100% !important;
}

.border-radius{
    border-radius: 10px;
    border-color: var(--plata);
    border: 1px solid var(--plata);
}

.border-radius-top{
    border-radius: 10px 10px 0px 0px;
    border: 1px solid var(--plata);
    border-bottom: none;
}

.border-radius-bottom{
    border-radius: 0px 0px 10px 10px;
    border-color: var(--plata);
    border: 1px solid var(--plata);
    border-top: none;
}

.container-footer{
    background: var(--verde);
    text-align: center;
}

.container-footer p{
    color: var(--blanco);
    font-size: 16px;
}

.container-footer p{
    color: var(--blanco);
    font-size: 16px;
}

.container-footer ul{
    list-style: none;
}

.container-footer ul li{
    display: inline-block;
    margin: 0px 5px;
}


.container-footer ul li a img{
    height: 24px;
}


/* Alinear las figuras de imagen en línea si están una tras otra */
/*.ckeditor figure.image {*/
/*  display: inline-block;*/
/*  margin: 10px;*/
/*  vertical-align: top;*/
/*  max-width: 33.33%;*/
/*}*/

/*!* Controlar el tamaño máximo de la imagen para que no se desborde *!*/
/*.ckeditor figure.image img {*/
/*  max-width: 100%;*/
/*  height: auto;*/
/*}*/

.li-idiomas .a-idioma{
    font-size: 0px;
    width: 30px;
    height: 20px;
    display: block;
    margin: 0px 5px;
    position: absolute;
}

.ul-nav .li-idiomas{
    position: relative;
    width: 50px;
}

.ul-nav .li-idioma-1, .ul-nav .li-idioma-2{
    position: relative;
}

.ul-nav .li-idioma-1 .a-idioma{
    background: url("../img/es.webp") center center no-repeat;
    background-size: cover;
    margin-bottom: 2px;
    top: 10px;
    left: 10px;
}

.ul-nav .li-idioma-2 .a-idioma{
    background: url("../img/en.webp") center center no-repeat;
    background-size: cover;
    margin-top: 2px;
    top: 10px;
    left: 10px;
}

.ckeditor {
    text-align: center;
}

.ckeditor p, .ckeditor h1, .ckeditor h2, .ckeditor h3{
    text-align: left;
    font-size: 30px;
    color: var(--cafe);
}

.ckeditor figure {
    display: inline-block;
    width: calc(33% - 20px);
    margin: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.ckeditor figure img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.ckeditor figure img:hover {
    transform: scale(1.05);
}

.ckeditor figure figcaption {
    text-align: center;
}

.ckeditor::after {
    content: "";
    display: block;
    clear: both;
}

