:root {
    --celeste: #E9F0FF;
    --azul: #2E52BE;
    --rosado: ;
    --fucsia:#D73F66; ;
    --plomito:#666666;
    --salmon: #FA474E;
}


*{
    margin: 0;
    padding: 0;
    /* background: var(--background); */
    box-sizing: border-box;
}

@font-face {
    font-family: fontb1;
    src: url(fontz/VarelaRound-Regular.ttf);
    font-weight: lighter;
}

@font-face {
    font-family: fontb2;
    src: url(fontz/BalooBhaina2-VariableFont_wght.ttf);
    
}

@font-face {
    font-family: fontb3;
    src: url(fontz/Montserrat-Bold.otf);

}

@font-face {
    font-family: fontb4;
    src: url(fontz/MyriadPro-Regular.otf);

}


@font-face {
    font-family: fontb5;
    src: url(fontz/segoeuib.ttf);

}

@font-face {
    font-family: fontb6;
    src: url(fontz/gadugib.ttf);
    
}

@font-face {
    font-family: fontb7;
    src: url(fontz/BeVietnamPro-Regular.ttf);
    
}


.top-bannernew{
    height: 20px;
    background-color: var(--azul);
   
}


.main-menu{
    background-color: var(--fucsia);
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;
    
}

.main-menu a{
    text-decoration: none;
    color: white;
    padding:20px;
    font-size: 20px;
}

.top-bar-menu{
    
    padding-top:50px;
    padding-bottom:20px;
    text-align: center;
    
}

.top-side1{
    display: inline-block;
}

.top-side2{
    display: inline-block;
}

.top-side3{
    display: inline-block;
}

.hidded{
    display: none;
}


.mobile-head-sb{
    display: none;
}

.mobtop-bar-menu{
    
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;
    
}


.weare-beneficencia{
    min-height: 100vh;
    padding-top:200px;
    padding-bottom:200px;
}

.mobilelogo-weare{
    display: none;
    margin-top: 50px;
}

.services-to{
    background-color: var(--azul);
    color: var(--celeste);
    /* height: 100vh; */
    padding-bottom: 200px;
}

.mobileservices{
    display: none;
}


.news-to{
    background-color: var(--azul); 
    /* height: 100vh; */
    min-height: 100vh;
}

.donate-to{
    background-color: var(--fucsia); 
    /* height: 100vh; */
    color: white;
    padding-bottom: 100px;
}


nav{
    margin: auto;
    background-color: var(--fucsia); 

}

.horizontalmenu{
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center ;
    margin: 0 20px;
    z-index: 9999;
    font-family: fontb1;
    /* font-family: fontb7; */
    font-size: 16px;
        
}
.horizontalmenu > li > a{
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.horizontalmenu > li:hover{
    /* background-color: var(--azul);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
     */
}

.verticalmenu{
    position: absolute;
    display: none;
    list-style: none;
    width: 200px;
    background-color: white;
    color: var(--fucsia);
    z-index: 9999;
   
    /* border: solid 1px var(--azul); */
}

.horizontalmenu li:hover .verticalmenu{
    display: block;
}

.verticalmenu li:hover{
    /* background-color: var(--fucsia);
    text-decoration: none;
    color: white !important; */
   
}

.verticalmenu li a{
    display: block;
    color: var(--fucsia);
    padding: 15px 15px 15px 20px;
    text-decoration: none;
}

.carousel-item{
    z-index: -10;
}

.sumamrybutton{
    
    background-color: var(--azul);
    color: white;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    align-content: center;
    width:fit-content;
    padding: 10px;  
    font-family: fontb1;
    
    
}



.sumamrybutton:hover{
    
    text-decoration: none;
    color: white;
    background-color: var(--fucsia);
    
    
}

.summarymenuf{
    justify-content: center;
}

.sumamrybuttonspace{
    
    margin-top:20px;
    
}

.sumamrybuttonspace img{
    width: 30px;
    margin-right: 15px;
}

.redesbeneficencia{
    background-color: var(--fucsia);
    color: white;
    display: inline-block;
    padding: 10px;
    margin-top:25px;
    text-decoration: none;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    
}

.redesbeneficencia a {
    color: white;
    text-decoration: none;
}

.redesbeneficencia img{
    width: 20px;
}

.telefono-mobile{
    font-size: 20px;
    color: var(--plomito);
    font-family: fontb3;
}

.rmedesbeneficencia{
    background-color: var(--fucsia);
    color: white;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    
}

.rmedesbeneficencia a {
    color: white;
    text-decoration: none;
}

.rmedesbeneficencia img{
    width: 30px;
}

/* BANNER 1 */
.iteminicio{
    position: relative;
}

.banner-button{
    /* background-color: red; */
    float: right;
    position: absolute;
    top: 0;
    margin-right: 50px;
    right: 0;
    z-index: 999999 !important;
    font-size: 60px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-family: fontb3;
    margin-top:100px;
    line-height: 1;
    text-align: right;
   
}

.banner4-button{
    /* background-color: red; */
    float: right;
    position: absolute;
    top: 0;
    margin-right: 200px;
    right: 0;
    z-index: 999999 !important;
    font-size: 60px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-family: fontb3;
    margin-top:100px;
    line-height: 1;
    text-align: right;
   
}

.bannermov-button{
    /* background-color: red; */
    float: left;
    position: absolute;
    top: 0;
    margin-left: 50px;
    left: 0;
    z-index: 100000;
    font-size: 60px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-family: fontb3;
    margin-top:50px;
    line-height: 1;
    text-align: left;
    
}

.infobutton{
    text-align: right;
    align-content: end;
    margin-left: auto;
    margin-top: 30px;
    z-index: 999999 !important;
    font-size: 20px;
    background-color: var(--azul);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.infobutton a{
    text-decoration: none;
    color: white;
    z-index: 999999 !important;
}

.pinfobutton{
    
    
    margin-top: 30px;
    
    font-size: 20px;
    background-color: var(--azul);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: fit-content;
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.pinfobutton a{
    text-decoration: none;
    color: white;
}

.mobile__firstslide{
    display: none;
}

/* LOADER */

.preloadingspace{
    background-color: var(--azul);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index:  10000;
    color: white;
    clip-path: circle(150% at 100% 0);
    transition: clip-path 2s ease-in-out;
    -webkit-transition: clip-path 2s ease-in-out;
    -moz-transition: clip-path 2s ease-in-out;
    -ms-transition: clip-path 2s ease-in-out;
    -o-transition: clip-path 2s ease-in-out;
}

.preloadingspace img{
    width: 300px;
}

.preloadingspace2{
    clip-path: circle(0% at 100% 100%);
}

.charging{
    color: white;
    font-family: fontb3;
    margin-top: 30px;
    animation: fadeIn 1s infinite;
    -webkit-animation: fadeIn 1s infinite;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

/* SOMOS */

.rec1
{
  background : #2E52BE;
  background : rgba(46, 82, 190, 1);
  border-radius : 12px;
  -moz-border-radius : 12px;
  -webkit-border-radius : 12px;
  height: 150px;
  width: 150px;
}


.rec2
{
    background : #D73F66;
    background : rgba(215, 63, 102, 1);
    border-radius : 12px;
    -moz-border-radius : 12px;
    -webkit-border-radius : 12px;
    height: 150px;
  width: 150px;
}

.tittle11{
    font-family: fontb3;
    color: var(--azul);
    font-size: 45px;
    line-height: 1.1;
}

.subtittle12{
    color: var(--fucsia);
    font-family: fontb4;
    font-size:20px;
    margin-top: 20px;
}

.textweare13{
    font-family: fontb2;
    color: var(--plomito);
    font-size: 20px;
    margin-top:30px;
    text-align: justify;
}

.lineawa {
    border-top: 1px solid var(--fucsia);
    height: 2px;
    max-width: 130px;
    padding: 0;
}

  /* APARTADO DE SERVICIOS */

.lineawid{
    border-top: 1px solid white;
    height: 1px;
    max-width: 130px;
    text-align: right;
    align-content: end;
    margin-left: auto;
    margin-top: 5px;
    
}

  .tittle21{
    font-family: fontb3;
    color: white;
    font-size: 45px;
    line-height: 1;
 
}

.subtittle22{
    color: white;
    font-family: fontb4;
    font-size:20px;
    margin-top: 10px;
}   

.lineawa2 {
    border-top: 1px solid white;
    height: 2px;
    padding: 0;
}

.tittle23{
    font-family: fontb3;
    color: white;
    font-size: 25px;
    line-height: 1.2;
    margin-top: 15px;
    /* margin-bottom: 30px; */
}

.botonservicios1{
    margin-top:40px !important;
    width: 100%;
}


.buttomservicesto{
    background-color: var(--fucsia);
    padding: 15px;
    color:white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    
}

.buttomservicesto:hover{
    background-color: white;
    text-decoration: none;
    color:var(--fucsia);
    border: 3px solid var(--fucsia) ;
}

.detailservice{
    margin-top: 100px;
}

.servicedetbenef{
    background-color: antiquewhite;   
    float: right !important;
}

.serviceicon{
    background:white; 
    width:fit-content; 
    border-radius:10px; 
    padding:20px;
    margin-left: auto; 
    margin-right: 0;
}

.movserviceicon{
    background:white; 
    width:fit-content; 
    border-radius:10px; 
    padding:20px;
    margin-left: auto; 
    margin-right: auto;
}

.movserviceicon img{
    width: 100%;
}


.tittle293{
    font-family: fontb3;
    color: white;
    font-size: 35px;
    line-height: 1.2;
    margin-top: 15px;
    /* margin-bottom: 30px; */
}

/* APARTADO VIDEO */

.video-tittle{
    margin-top: 50px;
    margin-bottom: 50px;
}

/* APARTADO DE NOTICIAS */



.tittle31{
    font-family: fontb3;
    color: white;
    font-size: 45px;
    line-height: 1;
}

.textnotice33{
    font-family: fontb2;
    color: white;
    font-size: 20px;
    margin-top:30px;
    text-align: justify;
}

.lineawa3 {
    border-top: 1px solid white;
    height: 2px;
    max-width: 130px;
    padding: 0;
}
.unidosbien{
    background-color: var(--fucsia);
    color: white;
    padding: 20px;
    font-size: 25px;
    margin-top:30px;
    width: fit-content;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
/* APARTADO LINKS */

.tittle41{
    font-family: fontb3;
    color: var(--azul);
    font-size: 45px;
    line-height: 1;
    margin-top:80px;
    margin-bottom:80px;
}
.linkspart{
    margin-bottom: 100px;
}

.linkspart img{
    width: 100%;
}

.linksphoto{
    
    border: 1px solid var(--azul);
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 20px;
    
}


/* APARTADO DONACIONES */

.tittledona31{
    font-family: fontb3;
    color: white;
    font-size: 45px;
    line-height: 1;
    margin-top: 50px;
}

.textdoanciones{
    font-family: fontb2;
    color: white;
    font-size: 20px;
    margin-top:30px;
    text-align: justify;
}

.destaxtext{
    background-color: var(--azul);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width:fit-content;
    padding: 10px;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
    
}

/* FOOTER */
.principalfot{
    background-color: var(--azul);
    font-family: fontb7;
    color: white

}

.iconfooter{
    margin: 20px;
}

.iconfooter img{
    width: 18px;
    margin-right: 10px;
}

.logofinalf{
    align-items: center;
    align-content: center;
    text-align: center;
}
.logofinalf img{
    width: 200px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.botoncontactofoot{
    text-decoration: none;
    background-color: var(--fucsia);
    padding: 20px;
    width: fit-content;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: white;
    margin-left:20px;
}


.botoncontactofoot:hover{
    background-color:white;
    color: var(--fucsia);
    text-decoration: none;
}

.lineafoot {
    border-top: 1px solid white;
    height: 2px;
    margin-bottom: 20px;
    padding: 0;
}

.copyrightb{
    padding-bottom: 50px;
}

/* NOSOTROS */

.textsize-us{
    font-family: fontb2;
    color: var(--plomito);
    font-size: 18px;
    margin-top:30px;
    text-align: justify;
}

.us-photo{
    margin-top: 100px;
}

.presidents-gobe{
    /* height: 100vh; */
    background-color: var(--azul);
    font-family: fontb2;
    font-size: 18px;
    margin-top:100px;
   
}

.bannertit{
    font-family: fontb3;
    color:var(--azul);
    font-size: 40px;
    line-height: 1;
    margin-top:80px;
    /* text-align: right; */
    
}

.titleus{
    font-family: fontb4;
    color:var(--fucsia);
    font-size: 20px;
    margin-top:30px;
}

.lineawa4{
    border-top: 1px solid var(--fucsia);
    height: 2px;
    max-width: 130px;
    padding: 0;
}

.division-pink{
    background-color: var(--azul);
    align-content: center;
    text-align: center;
    
}

.division-pink img{
    width: 250px; padding:30px;
}

.b1photo{
    text-align: center;
}

.b2photo{
    text-align: center;
}


.b1photo img{
    width: 500px;
}


.b2photo img{
    width: 500px;
}

.reac1
{
  background : #2E52BE;
  background : rgba(46, 82, 190, 1);
  border-radius : 12px;
  -moz-border-radius : 12px;
  -webkit-border-radius : 12px;
  height: 150px;
  width: 150px;
}


.reac2
{
    background : #D73F66;
    background : rgba(215, 63, 102, 1);
    border-radius : 12px;
    -moz-border-radius : 12px;
    -webkit-border-radius : 12px;
    height: 150px;
  width: 150px;
}

.presi-tittle{
    color: white;
    font-size: 35px;
    font-family: fontb3;
    text-align: right;
    justify-content: end;
    margin-top:50px;
}

.presi-year{
    color: white;
    font-size: 35px;
    font-family: fontb2;
    text-align: right;
    justify-content: end;
}

.president-list{
    /*background-color: var(--fucsia);
    */color: white;
    padding:20px;
    border: white 1px solid;
    margin-top:20px;
    margin: 20px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
}

.presimer{
    padding-bottom: 100px;
}

.vimi-tittle{
    color: var(--azul);
    font-size: 35px;
    font-family: fontb3;
    margin-top:50px;
}

.textsize-vimi{
    font-family: fontb2;
    color: var(--plomito);
    font-size: 18px;
    margin-top:30px;
    text-align: justify;
}

.objetivos-be{
    background-color: var(--fucsia);
    color: white;
    
    margin-top:100px;
    padding-top: 100px;
    padding-bottom: 100px;
    
}

.objetivos-tittle{
    color: white;
    font-size: 35px;
    font-family: fontb3;
    margin-top:50px;
}

.objetivos-subtittle{
    color: white;
    font-size: 23px;
    font-family: fontb2;
    margin-top:25px;
}

.textsize-objetivos{
    font-family: fontb2;
    color: white;
    font-size: 18px;
    margin-top:30px;
    text-align: justify;
}

/* BASE LEGAL */

.baselegal-tittle{
    color: var(--azul);
    font-size: 50px;
    font-family: fontb3;
    margin-top:50px;
}


.baselegal-subti{
    color: var(--fucsia);
    font-size: 20px;
    font-family: fontb2;

}

.text-baselegal{
    font-family: fontb2;
    color: var(--plomito);
    font-size: 18px;
    margin-top:30px;
    text-align: justify;
    margin-bottom:100px;
    padding:20px;
}


/* DIRECTORIO */

.card-directorio{
    background-color: var(--fucsia);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.card-directorio img{
    max-width: 300px;
    margin:80px;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

.miembrodirect2{
    margin: 0;
    padding: 0;
}

.charge-direct{
    color:white;
    font-size: 20px;
    font-family: fontb6;
    margin-bottom: 20px;
}

.name-direct{
    color:white;
    font-size: 25px;
    font-family: fontb2;
}

.represent-direct{
    color:white;
    font-size: 18px;
    font-family: fontb2;
    background-color: var(--azul);
    padding:20px;
    margin-bottom: 20px;
}

.emaildirector{
    color: white;
    font-size: 18px;
    font-family: fontb2;

}

/* FUNCIONARIOS */

.funcionariespace{
    background-color: var(--azul);
    margin-bottom: 50px;
    margin-top: 50px;
}

.funcionariespace img{
    max-width: 300px;
    margin:80px;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

.mobilefuncionarie{
    display: none;
}

.desktopfuncionarie{
    display: block;
}

@media (max-width:820px){
    .mobilefuncionarie{
        display: block;
    }

    .desktopfuncionarie{
        display: none;
    }
}


/* CEMENTERIO */

.cementeriofull{
    /* background-image: url(./img/bg1.png);
    background-repeat: no-repeat;
     background-size: 100%; */

     background-color: var(--azul);
}

.cementery-tittle{
    color: white;
    font-size: 50px;
    font-family: fontb3;
    margin-top:50px;
    line-height: 1;
    
}

.cementery-service{
    margin-top:50px;
    color: white;
    margin-bottom: 20px;
    text-decoration: none;
}

.cementery-service a{
    
    color: white;
 
}


.cementery-subti{
    color: white;
    font-size: 20px;
    font-family: fontb2;
    margin-top:15px;
    background-color: var(--fucsia);
    padding: 15px;
    width:fit-content;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cementery-descrip{
    padding-bottom: 100px;
}

.cementery-descrip img{
    width: 100%;
    border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
    margin-bottom: 50px;
}

.cementery-text{
    font-family: fontb2;
    color: white;
    font-size: 18px;
    margin-top:50px;
    text-align: justify;
  
}

.lineawa7{
    border-top: 1px solid white;
    height: 2px;
    max-width: 130px;
    padding: 0;
}

.unidospink{
    background-color: var(--fucsia);
    text-align: center;
    padding:20px;
}


.unidospink img{
    max-width: 200px;
}

.aporte-social{
    background-color: var(--azul);
    color: white;
    text-align: center;
    font-size: 25px;
    font-family: fontb2;
    padding: 20px;
}


.cardservicecementery{
    margin: 50px;
    border: solid 1px var(--azul);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cardservicecementery img{
    max-width: 200px;
    margin-top: 50px;
}

.tittle-servicecementery{
    font-family: fontb3;
    font-size: 25px;
    color: var(--azul);
    margin-top:20px;
}

.linecementeryser{
    border-top: 1px solid var(--azul);
    height: 2px;
    max-width: 130px;
    padding: 0;
    margin-bottom: 20px;
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cementery-contact{
    background-color: var(--fucsia);
    color: white;
    margin-top:100px;
}

.tittlecontactcementery{
    font-size: 35px;
    font-family: fontb4;
    color: white;
    margin-top:50px;
    margin-bottom:50px;
    /* text-decoration: underline; */
}

.description-servicecementery{
    font-family: fontb2;
    color: var(--plomito);
    font-size: 18px;
    margin-top:30px;
    text-align: center;
    margin-bottom:50px;
}

.descriptioncontactcementery{
    font-size: 25px;
    font-family: fontb4;
    color: white;
    margin-top:50px;
    margin-bottom:50px;
}


.phonecementery{
    background-color: var(--azul);
    color: white;
    padding: 20px;

    width: fit-content;
    font-size: 35px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* INMOBILIARIO */

.card-predio{
    background-color: var(--azul);
    border: 1px solid white ;
    border-radius: 10px;
    padding: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 20px;
    color: white;
}

.inmobiliary-text{
    font-family: fontb2;
    color: white;
    font-size: 18px;
    margin-top:30px;
    text-align: justify;
    
}

.available-pred{
    font-size: 25px;
}



/* ACTIVIDADES SOCIALES */

.centersp{
    background-color: #2E52BE;
}

.tittleas{
    color: white;
    font-size: 35px;
    font-family: fontb3;
    padding-top: 10px;
    /* text-align: center; */
}

.textactsoc{
    color: white;
    font-family: fontb2;
    text-align: justify;
    text-justify: inter-word;
    font-size: 20px;
    padding-bottom: 50px;
}

.requisitosassp{
    background-color: var(--fucsia);
    color: white;
}

.principalbanneras img{
    width: 100%;
    padding: 10px;    
}
.activityas{
    background-color: var(--fucsia);
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: white;
    
}

.bannerserviciossp{
    color:var(--fucsia);
    font-family: fontb3;
    font-size: 25px;
    padding-top:50px;
    padding-bottom: 50px;
}

.serviciosped{
    background-color: var(--azul);
}

.cardservicesp{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top:30px;
    margin-left: 30px;
    margin-right: 30px;
}

.cardservicesp img{
   width: 200px;
   padding: 10px;
   padding-top:60px;
}

.textcardsp{
    color: var(--azul);
    font-family: fontb3;
    font-size: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.servicioscontenedor{
    padding-bottom: 100px;
    padding-top: 100px;
}

.requirecarma{
    background-color: var(--fucsia);
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

.titulorequisitos{
    font-size: 30px;
    font-family: fontb3;
}

.textrequisitsp{
    font-family: fontb2;
    
    font-size: 20px;
    margin-top:30px;
    text-align: justify;
}
/* GALERIA SALON - INSTALACIONES */

.shadow-salon{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* CONGRESO */
.congresocontenedor{
    background-color: #ffffff;
    color: var(--salmon);
    /* height: 100vh; */
    font-size: 60px;
    font-family: fontb3;
    padding-bottom: 200px;
   
}
.shadow-congreso{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.link {
    color:black;
    font-family: fontb2;
    font-size: 18px;
    padding-top: 50px;
    font-weight: 600;
    text-align: justify;
    
}

.texto-congreso{
    color:black;
    font-family: fontb2;
    font-size: 18px;
    padding-top: 50px;
    
    text-align: justify;
}

.parrafo-intro-congreso{
    /*color: var(--plomito);*/
    color:black;
    font-family: fontb2;
    font-size: 18px;
    padding-top: 50px;    
    text-align: justify;
}

/* BENETON */
.benetoncontenedor{
    background-color: #FDEBEA;
    color: var(--salmon);
    /* height: 100vh; */
    font-size: 60px;
    font-family: fontb3;
    padding-bottom: 200px;
   
}

.titulosoon{
    font-size: 50px;
    font-family: fontb3;
    text-align: center;
}


/* responsive */

@media (max-width:820px){
    .horizontalmenu{
        display: none;
    }

    .sumamrybuttonspace{
    
        margin-top:20px;
        display: none;
        
    }

    .mobile-head-sb{
        display: block;
        
    }

    .deks-head-sb{
        display: none;
    }

    .desktoplogo-weare{
        display: none;
    }

    .mobilelogo-weare{
        display: block;
    }

    .desktopservices{
        display: none;
    }

    .mobileservices{
        display: block;
    }

    .mobile__firstslide{
        display: block;
    }

    .desktop__firstslide{
        display: none;
    }

    .banner-button{
        font-size: 30px;
        margin-top: 50px;
    }

    .banner4-button{
        font-size: 30px;
        margin-top: 50px;
    }

    .banner3-button{
        font-size: 30px !important;
        margin-top: 50px !important;
    }

    .banner2-button{
        font-size: 30px !important;
        margin-top: 30px !important;
       
    }

    .preloadingspace img{
        width: 50%;
    }

    .bannermov-button{
        font-size: 30px;
    }

    .descripcionmetodoc{
        width: auto !important;
      
    }

    .tituloinsumos{
        font-size:30px !important;
        text-align: center !important;
    }

}



/* CONTACTO */

.contactfull{
    background-color: var(--azul);
}

.contact-tittle{
    color: white;
    font-size: 50px;
    font-family: fontb3;
    margin-top:50px;
    line-height: 1;
    
}

.card-message{
    background-color: white;
    color: var(--plomito);
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 10px 10px 5px black;
}

.ccontact-text{
    font-family: fontb2;
    color: white;
    font-size: 18px;
    margin-top:50px;
    text-align: justify;
    margin-bottom:100px;
}

.ccontact-text img{
    max-width: 30px;
}

.item-contact{
    padding: 20px;
}

.item-contact button{
    background-color: var(--fucsia);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.leavemess{
    text-align: center;
}

.item-contact input[type="text"]{
    width: 100%;
}


/* NOTICIAS */

.noticias-tittle{
    color: white;
    font-size: 40px;
    font-family: fontb3;
    line-height: 1;
}

.noticias-subti{
    color: white;
    font-size: 20px;
    font-family: fontb2;
    padding-bottom: 30px;

}

/* SERVICIOS TITULOS */

.serv-tittle{
    color: var(--azul);
    font-size: 40px;
    font-family: fontb3;
   
    line-height: 1;
}

.serv-subti{
    color: var(--azul);
    font-size: 20px;
    font-family: fontb2;
    padding-bottom: 30px;

}

.lineawa99{
    border-top: 1px solid var(--azul);
    height: 2px;
    max-width: 130px;
    padding: 0;
}

.noticeall{
    padding-top: 80px;
}

.tittlenotice{
    background-color: var(--azul);
}

.tittle96{
    font-family: fontb3;
    color: var(--plomito);
    font-size: 25px;
    line-height: 1.2;
    

}

.date96{
    font-family: fontb3;
    color: var(--plomito);
    font-size: 15px;
    line-height: 1.2;
    margin-top: 15px;
    

}

.tittle33{
    font-family: fontb3;
    color: var(--azul);
    font-size: 25px;
    line-height: 1.2;
    margin-top: 25px;

}

.date33{
    font-family: fontb3;
    color: var(--plomito);
    font-size: 15px;
    line-height: 1.2;
    margin-top: 15px;
    

}

.tittle46{
    font-family: fontb3;
    color: var(--plomito);
    font-size: 30px;
    line-height: 1.2;
    margin-top: 25px;

}

.tittle47{
    font-family: fontb3;
    color: var(--plomito);
    font-size: 25px;
    line-height: 1.2;
 

}


.date46{
    font-family: fontb3;
    color: var(--azul);
    font-size: 25px;
    line-height: 1.2;
    margin-top: 15px;
    

}

.date47{
    font-family: fontb3;
    color: var(--plomito);
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    

}


.detailnotice{
    padding-bottom: 50px;
    padding-top:50px;
    background-color: white;
}

.soonnotice{
    color: var(--fucsia);
    font-family: fontb3;
    font-size: 40px;
}

.newsicon{
    background:white; 
    width:fit-content; 
    border-radius:10px; 
    
    margin-left: auto; 
    margin-right: auto;
}

/* BANNER ABUELITOS */

.banner2-button{
    /* background-color: red; */
    float: right;
    position: absolute;
    top: 0;
    margin-left: 150px;
    /* right: 0; */
    z-index: 100000;
    font-size: 60px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-family: fontb3;
    margin-top:150px;
    line-height: 1;
    text-align: right;
    
}

.banner3-button{
    /* background-color: red; */
    float: right;
    position: absolute;
    top: 0;
    margin-left: 50px;
    /* right: 0; */
    z-index: 100000;
    font-size: 60px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-family: fontb3;
    margin-top:100px;
    line-height: 1;
    text-align: left;
    
}

/* MENU MOBILE */

.menumobilefull{
    background-color: var(--fucsia);
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index:  10000;
    clip-path: circle(0% at 100% 0);
    transition: clip-path 2s ease-in-out;
    -webkit-transition: clip-path 2s ease-in-out;
    -moz-transition: clip-path 2s ease-in-out;
    -ms-transition: clip-path 2s ease-in-out;
    -o-transition: clip-path 2s ease-in-out;
}

.menumobile2{
    clip-path: circle(0% at 100% 0);
    
}

.menumobile3{
    clip-path: circle(150% at 100% 0);
}

.movorizontalmenu{
    list-style: none;
    text-align: left;
    justify-content: center ;
    margin: 0 20px;
    z-index: 9999;
    font-family: fontb1;
    /* font-family: fontb7; */
    font-size:20px;
        
}
.movorizontalmenu > li > a{
    display: block;
    padding: 5px 15px;
    color: white;
    text-decoration: none;
    margin-left: 30px;
    
}

.submenu{
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 40px;
}


.submenu .menu__link{
    
    display: block;
    list-style: none;
    width: 200px;
    background-color: white;
    color: var(--fucsia);
    z-index: 9999;
   width: 100%;
 
    
}


.menu__link li{
    width:max-content;
}



.moerticalmenu li a{
    display: block;
    color: var(--fucsia);
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    width: 100%;
}

.movsumamrybuttonspace{
    
    margin-top:20px;
    
}

.movsumamrybuttonspace img{
    width: 30px;
    margin-right: 15px;
}

.open__menu{
    color: white;
    font-size: 50px;
    font-family: fontb1;
    text-align: right;
    margin-right: 25px;
    margin-top: 35px;
}

/* DETALLE EVENTO */

.titulodesign{
    text-align: center;
    color: var(--azul);
    font-size: 30px;
    margin-top: 30px;
    font-family: fontb3;
    width:max-content;
    margin-left: auto;
    margin-right: auto;
}

.fechadesigne{
    text-align: center;
    color: var(--plomito);
    font-size: 20px;
    margin-top: 10px;
    font-family: fontb3;
    width:max-content;
    margin-left: auto;
    margin-right: auto;
}

.fechadesignehour{
    text-align: center;
    color: var(--plomito);
    font-size: 28px;
    font-family: fontb3;
    width:max-content;
    margin-left: auto;
    margin-right: auto;
}

.resumendesigneve{
    background-color: var(--azul);
    padding: 20px;
    color: white;
    text-align: center;
}


/* DETALLE NOTICIA */

.titulodesignnew{
    text-align: center;
    color: var(--azul);
    font-size: 30px;
    margin-top: 30px;
    font-family: fontb3;
    width:max-content;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}



/* BENETON */

.apart-beneton{
    background-color: var(--azul);
    color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 50px;
}

.datos-beneton{
    padding-top:50px;
    font-size: 40px;
}

.direecion-beneton{
    font-size: 20px;
    margin-top: 10px;
    padding-bottom:50px;
    
}

.somosbeneton{
    color: var(--plomito);
    font-family: fontb2;
    font-size: 25px;
    padding-top: 50px;
}

.sumate{
    color: var(--azul);
    font-size: 35px;
    margin-top: 30px;
    text-align: left;
}

.metodstext{
    color: var(--plomito);
    font-size: 25px;
    text-align: left;
    
}

.contenedormetodos{
    margin-top: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.titulometodo{
    font-size: 30px;
    margin-top: 20px;
}

.descripcionmetodoc{
    font-size: 24px;
    color: var(--plomito);
    font-family: fontb2;
    width: 200px;
  
    margin-left: auto;
    margin-right: auto;
}

.serviciosbeneton{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
    color: var(--plomito);
    margin-top: 50px;
}

.apart-services{
    margin-top: 50px;
}

.tittle-services{
    font-size: 45px;
}

.insumosprincipal{
    background-color: var(--fucsia);
    margin-top: 50px;
}

.insumos{
    background-color: var(--azul);
    color: white;
    font-size: 30px;
    margin:50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    padding: 20px;
   
}

.tituloinsumos{
    font-size: 40px;
    text-align: right;
    color: white;
    margin-top: 70px;
}