/**
 * Theme Name: Colibri Hijo
 * Template:   colibri-wp
 */
html {
    /*margin-left: 10% ;
    margin-right:  10% ;*/
    font-size: 100%;
    margin: 0 auto;
    font-family: Gilroy !important;
}
.elementor-message elementor-message-success{
    color: white
}
.elementor-login__logged-in-message{
    background-color: #32373c !important;
    color: #fedd3f  !important;
    font-family: Gilroy !important;
}
.elementor-login__logged-in-message a{
    color: #fedd3f ;
    font-family: Gilroy !important;
}
/*Cultura*/
#wpcf7-f1102-p1103-o1,#wpcf7-f1047-p1048-o1,#wpcf7-f1089-p1095-o1,#wpcf7-f1279-p1283-o1,#wpcf7-f1055-p1090-o1{
    background-image: url(/wp-content/themes/colibri-wp-child/image/cultura.jpg);
    background-repeat: no-repeat;
      background-size: cover;
    padding: 170px 100px;
    margin-left: 8%;
    height: 600px;    
}
/*Integridad*/
#wpcf7-f1125-p1127-o1,#wpcf7-f1051-p1052-o1,#wpcf7-f1099-p1100-o1,#wpcf7-f1280-p1285-o1,#wpcf7-f1056-p1093-o1{
    background-image: url(/wp-content/themes/colibri-wp-child/image/integridad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 95%;
    padding: 170px 100px;
    margin-left: 5%;
    height: 600px;
    
}
/*pasion*/
#wpcf7-f1139-p1137-o1,#wpcf7-f1055-p1062-o1,#wpcf7-f1105-p1103-o1,#wpcf7-f1281-p1287-o1,#wpcf7-f1057-p1095-o1{
    background-image: url(/wp-content/themes/colibri-wp-child/image/pasion.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 95%;
    padding: 170px 100px;
    margin-left: 5%;
    height: 600px;
}
/*urgencia*/
#wpcf7-f1143-p1144-o1,#wpcf7-f1056-p1057-o1,#wpcf7-f1108-p1109-o1,#wpcf7-f1282-p1291-o1,#wpcf7-f1089-p1097-o1{
    background-image: url(/wp-content/themes/colibri-wp-child/image/urgencia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 95%;
    padding: 170px 100px;
    margin-left: 5%;
    height: 600px;
}
/*refiere_conocido*/
#wpcf7-f1366-p1371-o1 , #wpcf7-f1079-p1077-o1, #wpcf7-f1089-p1088-o1, #wpcf7-f1221-p1219-o1, #wpcf7-f1081-p1079-o1{
    background-image: url(/wp-content/uploads/sites/2/2024/09/fondo_refiere.jpg);
    background-repeat: no-repeat;
    background-size: 95%;
    padding: 60px 100px;
    margin-left: 5%;
    height: 800px;
    color:white
}
/*suma*/
#wpcf7-f1284-p901-o1,#wpcf7-f1692-p901-o1,#wpcf7-f1376-p901-o1,#wpcf7-f1216-p901-o1,#wpcf7-f1500-p901-o1{
    background-image: url(/wp-content/uploads/sites/2/2024/09/fondo_refiere.jpg);
    background-repeat: no-repeat;
    background-size: 95%;
    padding: 60px 100px;
    margin-left: 5%;
    height: 800px;
    color:black
}
#wpcf7-f1284-p901-o1 label{
    color:black
}
#wpcf7-f1692-p901-o1 span,#wpcf7-f1284-p901-o1 span,#wpcf7-f1376-p901-o1 span,#wpcf7-f1216-p901-o1 span,#wpcf7-f1500-p901-o1 span{
    color:black
}

#wpcf7-f1366-p1371-o1 span, #wpcf7-f1079-p1077-o1 span, #wpcf7-f1089-p1088-o1 span, #wpcf7-f1221-p1219-o1 span, #wpcf7-f1081-p1079-o1 span{
    color:#32373c
}
#boton_cono{
    background-color: rgb(2, 110, 159);
    background-image: none;
    color: #ffffff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.wpcf7-response-output{
    background-color: #fedc3d !important;
    font-weight: bold;
    color: #5d6d7e !important;
}
label{
    color: #fff
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 0px solid #fff;
    color: #fff;
}
.wpcf7-textarea{
    font-family: Gilroy !important;
    height: 60px;
}

.wpcf7-submit, .submit, .nav-previous, .nav-next {
    border: solid 1px;
    background-color: #fedc3d !important;
    color: #000 !important;
    font-weight: bold !important;
}




input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    /*width: 80%;*/
    height: 30px;
    font-family: Gilroy !important;
}

input[type="submit"] {
    padding: 15px;
    border: 0;
    color: #fff;
    font-weight: 400;
    background-color: #ef997f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-family: Gilroy !important;

}


h2{
    font-family: Gilroy !important;
}
a{
    cursor: pointer;
    font-family: Gilroy !important;
}
body {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    font-family: 'Questrial', sans-serif !important;
    font-weight: 200;

}
.text-logo {
    font-size: 50px !important;
}
.d-flex align-items-center{
    display: none !important;
}
#menu-menu-principal{
    background-color:  #0d2639;
    height: 70px;
    color: #fedd3f;
    padding-top: 15px;
}
.style-local-29-h5{
    background-color:  #0d2639 !important;
    height: 50px;
}
/*a menu*/
a{
    font-size: 13px !important;
}
p {
    color: #fedd3f !important;
    font-weight: bold !important;
    margin-top: 10px;
    font-family: Gilroy !important;
}
.h-y-container > :not(:last-child), .h-x-container-inner > * {
    margin-bottom: 5px;
}
li {
    color:  #0d2639 !important;
}

elemento {
}
#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a, #colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {
    color: rgb(166, 220, 244);

}
#colibri .style-39 > div > .colibri-menu-container > ul.colibri-menu > li > a {
    color: #fedd3f !important;
}
#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a {
    color: #fedd3f !important;
}
.colibri-sidebar {
    display: none !important
}
.style-dynamic-38-m5-height{
    display: none !important
}
.h-section-global-spacing {
    padding-top: 140px;
}
#content_home{
    margin-top: -25%;
}
