
body {
    color: #454546;
    /*a1a1a1   #5e5e5e*/
}

/* rosa a blanco el header */
#header {
    position: relative;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6bbcf+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 0%,#fffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    border-bottom: 1px solid #F5F5F5;
    opacity: .9;
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fdfdfd;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.header-flotante {
    position: absolute!important;
    z-index: 99999;
    width: 100%;
}

.azul-cemoi {
	color: #22397C!important;
}

.verdecemoi {
    color: #0cbccc!important;
}

.rosabg {
	background-color: #F1FBFC; /*#f1bbce42*/
}



[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
    background-color: #f6bbcfab;
}

.container-gris {
	background-color: #F0F0F0;
}

.container-azulm {
	background-color: #22397C;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px; 
    padding: 10px;

}

.container-azul {
	background-color: #22397C;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px; 
    padding: 20px;

}

.container-luz {
	background-color: #22397C;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; 
    padding: 20px;
    margin-right: 350px;

}


.container-blanco {
    background-color: #F0F0F0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding: 20px;
                      
}

.container-blancom {
    background-color: #F1FBFC;
     border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding: 10px;
}

.container-blanco:hover{
    background-color: #F1FBFC;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding: 20px;  
    
}

.container-borde {
    background-color: #F1FBFC;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding: 20px;
    border: 3px solid #36c7d4;;                  
                      
}



.container-cin2 {
    background-color: #22397C;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; 
    margin-right: 870px;
                      
}

.container-azuml {
	background-color: #22397C;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px; 
    margin-left: 120px;
    padding: 10px;

}


#copyrights {
	padding: 5px 0;
    background-color: #24397D!important;
}

[class^=imghvr-shutter-in-]:after, [class^=imghvr-shutter-in-]:before {
    background: #fbeef2;
    position: absolute;
    content: "";
}

#header, #header-wrap, #logo img {
    height: 100px;
}

.owl-carousel .owl-stage {
    padding: 0!important;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height: 60px;
    z-index: 9;
}

.mystyle {
    transform: rotate(180deg);
}

.pricing-title {
    background-color: #fff6f6;
}

.btn-primary {
    display: inline-flex;
    background-image: linear-gradient(147deg, #dd52a5 0%, #ffbdd3 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgb(252 56 56 / 40%);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
/* Boton Color   */
.agendac{
    background-color: #22397C; 
    padding: 15px 5px 2px 5px; 
    border-radius: 10px; 
    width: 200px; 
    margin-top: 20px !important;
}
/*Texto Boton*/
.agendacit{
    width: 160px;
    margin-top: -8px; 
    margin-bottom: -5px; 
    font-size: 18px; 
    color: #ffffff;
}
.iconcita {
    background-color: green !important; 
    color: #FFFFFF; 
    border-radius: 50%; 
    padding: 5px 10px; 
    font-size: 18px;
}

.sticky-header .agendac{
        margin-top: 5px !important;
        padding: 5px 5px 5px 5px !important;

}

th, td,tr {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 10px;
}

.menu-chic{
	font-size: 5px;
	text-align: center;
	line-height: 14px;
	color: #000;
}

#primary-menu ul li>a {
    text-transform: capitalize!important;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:10px;
}

select{
  border:none;
  padding: 10px 20px;
  border-radius:5px;
}

select:focus{
  outline:none;
}


/* Resaltar Paquete Popular */
.paquete-popular {
    border: 3px solid #22397C; /* azul institucional */
    box-shadow: 0 0 15px rgba(34, 57, 124, 0.2);
    position: relative;
    border-radius: 15px;
    overflow: visible; /* 👈 permite que la etiqueta se salga */
}

/* Badge flotante sobre el borde */
.badge-popular {
    position: absolute;
    top: -15px; /* 👈 sobresale del borde */
    left: 50%;
    transform: translateX(-50%);
    background: #0cbccc; /* verde institucional */
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 99; /* 👈 asegura que quede arriba */
   
 /*--------------------
     whats
     ---------------------*/    
    
    
/* TR-WP.COM 


.trwpwhatsappballon {
font-size: 14px;
border-radius: 12px; 
border: 1px solid #fff;
max-width: 250px;
}

.trwpwhatsapptitle {
background-color: #22c15e; 
color: white; 
padding: 14px; 
border-radius: 12px 12px 0px 0px;
text-align: center;
}

.trwpwhatsappmessage {
padding: 16px 12px;
background-color: white;
}

.trwpwhatsappinput {
background-color: white;
border-radius: 0px 0px 12px 12px;
}

.trwpwhatsappinput input {
width: 206px;
border-radius: 10px;
margin: 1px 1px 0px 10px;
padding:10px;
font-family: "Raleway", Arial, sans-serif;
font-weight: 300;
font-size: 13px;
background-color: #efefef;
border: 1px solid #d4d4d4;
}

.trwpwhatsappbuttonw {
background-color: #22c15e; 
border-radius: 20px; 
padding: 8px 15px; 
cursor: pointer; 
color: #fff;
max-width: 220px;
margin-top: 10px;
margin-bottom: 10px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.trwpwhatsappall {
position: fixed; 
z-index: 9999999999999999999; 
bottom: 0; 
right: 10px;
font-family: "Raleway", Arial, sans-serif;
font-weight: 300;
font-size: 15px;
}

.trwpwhatsappsendbutton {
  color: #22c15e;
  cursor:pointer;
}

buttonw {border: none;}
buttonw i {
float: right;
position: absolute;
z-index: 999999999999;
right: 23px;
top: 11;
bottom: 81px;
font-size: 18px !important;
}

.kapat {
position: absolute;
right: 8px;
top: 6px;
font-size: 13px;
border: 1px solid #fff;
border-radius: 99px;
padding: 2px 5px 2px 5px;
color: white;
font-size: 10px;
cursor: pointer;
}
    */