/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.4.1734330346
Updated: 2024-12-16 06:25:46

*/
@import url('../fonts/stylesheet.css');

* {
	padding: 0px;
    margin: 0px;
	font-family: 'Tahoma' !important;
	font-family: 'Tahoma', 'Verdana', 'Geneva', sans-serif !important;
	-webkit-font-smoothing: antialiased;
}
.font-changed p {
	font-family: "Open Sans", serif !important;
}
header#masthead, footer#colophon {
    max-width: 1100px !important;
    margin: 0 auto;
}
header#masthead {
    padding: 0px;
}
header#masthead .site-logo {
    margin: 0px;
    padding: 0px;
    border: none;
}
header#masthead .site-logo img.custom-logo {
    max-width: 200px !important;
    max-height: 132px !important;
}

.height-500 img {
    max-height: 500px;
    border-radius: 20px;
}

.height-500 {
    max-height: 500px;
    object-fit: contain;
    border-radius:10px;
    text-align: center;
}
.rounded img{
     border-radius:10px;
}
footer#colophon .site-info {
    display: none;
}
footer#colophon nav.footer-navigation {
    margin-top: 41px;
    margin-bottom: 0px;
    padding: 5px 0px;
}
footer#colophon {
    padding-bottom: 61px;
}
footer#colophon nav.footer-navigation li a {
    padding: 0;
	text-decoration: none;
	color: #3e3e3e;
}
footer#colophon nav.footer-navigation li {
    line-height: unset;
}
footer#colophon nav.footer-navigation li:not(:last-child) {
    padding-right: 20px;
}
#content main#main section.wpb-content-wrapper {
    max-width: 1100px;
}
.home-sub-title {
    color: rgba(40, 40, 40, 0.62);
    font-size: 18px;
}
h1.header-heading {
    font-size: 42px;
    font-weight: bold;
    padding: 5px 0px;
    margin-top: 7px;
    width: 85%;
}
.header-bottom-border {
    margin: unset !important;
    width: 45% !important;
    margin-top: 28px !important;
	margin-bottom: 15px !important;
}
.header-para {
    color: #3e3e3e;
    font-size: 14px;
    padding-top: 19px;
    margin-bottom: 0 !important;
}
main#main {
    padding: 0px;
}
header#masthead .site-branding {
    display: none;
}
.cus-btnn a {
    font-size: 17px !important;
    color: rgba(255, 255, 255, 1) !important;
    letter-spacing: 0px;
    border-width: 0px !important;
    padding: 20px 40px !important;
    width: auto;
    box-shadow: -8px 6px 15px 0px rgba(111, 111, 111, 0.3032258064516129) !important;
    border-radius: 3px !important;
    background: rgba(131, 185, 181, 1) !important;
	font-family: 'Helvetica' !important;
}
.cus-btnn {
    width: 100%;
    margin: 0px;
}
.btnn-bottom-text {
    font-size: 15px;
    line-height: normal;
    color: #3e3e3e;
    font-weight: 600;
	font-family: 'Helvetica' !important;
	padding-top: 5px;
    text-align: center;
}
.btnn-bottom-text p {
	font-family: 'Helvetica' !important;
}
.cus-btnn {
    text-align: center;
}
.background-image-part {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.background-image-part p {
	font-family: "Open Sans", serif !important;
    font-size: 32px;
	color: rgb(255, 255, 255);
    font-style: italic;
	line-height: 1.4;
}
#background-image-section {
    height: 280px;
    background-position: center !important;
    background-size: cover;
}
#background-image-section::before {
    content: '' !important;
    background: rgba(20, 21, 21, 0.6011592741935484);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
}
.cus-btnn a:hover {
    opacity: .85;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.principal-text p {
    color: rgba(131, 185, 181, 1);
    text-align: center;
    font-size: 18px;
}
h2.principal-heading {
    font-size: 48px;
    font-weight: 700;
	color: #3e3e3e;
	line-height: 1em;
}
#inner-four-section .boxes {
    padding: 0px 33px;
    height: 227px;
}
#inner-four-section .boxes:nth-child(odd) {
    background: rgba(131, 185, 181, 1);
    box-shadow: 0px 0px 25px 0px rgba(131, 185, 181, 1);
}
#inner-four-section .boxes:nth-child(even) {
    background: rgba(158, 166, 179, 1);
    box-shadow: 0px 0px 25px 0px rgba(131, 185, 181, 1);
}
#inner-four-section .boxes:nth-child(odd) p {
    font-size: 32px;
    color: rgb(255, 255, 255);
	line-height: 1em;
    text-align: center;
}
#inner-four-section .boxes:nth-child(even) p {
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: normal;
    text-align: center;
}
#inner-four-section .boxes {
    align-items: center;
    display: flex;
}
#inner-four-section {
    max-width: 1100px;
    margin: 0 auto;
	padding-bottom: 60px;
}
#inner-four-section .boxes .vc_column-inner {
    padding: 0px;
}
h1.margin-zero {
    margin: 0px;
}
.single-img {
    width: 438px;
}
.faq-section {
    margin-bottom: 10px !important;
    border: 1px solid rgba(150, 150, 150, .2);
    box-shadow: 0 12px 24px 0 rgba(170, 140, 177, .2);
    border-radius: 3px;
}
.faq-section h4 {
    
    font-size: 16px;
    color: rgb(68, 68, 68);
    font-weight: unset;
	position: relative;
}
.faq-section .vc_toggle_title {
    padding: 25px;
	height: 73px;
    display: flex;
    align-items: center;
	padding-left: 80px !important;
}
.faq-section .vc_toggle_content {
    padding: 35px 35px 35px 80px !important;
    background: #f9f9f9;
    color: #3e3e3e;
    font-size: 16px;
	margin: 0px;
	
}

.faq-section .vc_toggle_title i.vc_toggle_icon {
    margin-left: 25px !important;
}
.faq-section .vc_toggle_title i::before {
    height: 12px !important;
    width: 1px !important;
}
.faq-section .vc_toggle_title i::after {
    height: 1px !important;
    width: 12px !important;
}
.faq-section .vc_toggle_title i {
    width: 12px !important;
    height: unset !important;
}
.faq-section h4::before {
    content: '';
    position: absolute;
    width: 1px;
    left: -20px;
    top: 0px;
    height: 20px;
    background: rgb(68, 68, 68);
}
.faq-border-bottom {
    margin-bottom: 20px !important;
}
h2.video-section {
    font-size: 42px;
    padding: 5px 0px;
    font-weight: bold;
    color: #3e3e3e;
}
.video-inner-banner {
    box-shadow: 0px 0px 25px 0px rgba(131, 185, 181, 0.5061743951612904);
    border-radius: 15px;
    border-color: rgba(38, 86, 124, 0.5036290322580645);
	padding: 62px 44px 50px !important;
}
#video-section {
    gap: 22px;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}
#video-section::before, #video-section::after {
	display: none;
}
.video-inner-banner .vc_column-inner {
    width: 191px !important;
    margin: 0 auto !important;
    padding: 0px !important;
	text-align: center;
}
video {
    height: 339px !important;
}
.video-btnn a {
    font-size: 17px !important;
    color: #ffffff !important;
    letter-spacing: 0px;
    border-width: 0px !important;
    padding: 20px 40px !important;
    width: auto;
    box-shadow: -8px 6px 15px 0px rgba(111, 111, 111, 0.3032258064516129) !important;
    border-radius: 3px !important;
	background-color: rgba(131, 185, 181, 1) !important;
    border-color: rgba(131, 185, 181, 1) !important;
}
.video-btnn a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.video-btnn a:hover:before {
	pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
	-webkit-transform: translateY(5px);
    transform: translateY(5px);
}
button.plyr__control.plyr__control--overlaid, button.plyr__controls__item.plyr__control, button.plyr__control {
    background: #91c1bd !important;
}
.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
    min-width: 191px;
}
.plyr__controls__item.plyr__volume input {
    color: #94c2bf;
}
.faq-right-image {
    width: 364px;
	margin: 0 auto;
}
h2.enquiry-heading {
    font-size: 42px;
    font-weight: bold;
    color: #3e3e3e;
    line-height: normal;
}
.video-inner-banner .plyr__controls {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-around;
}
.map-section .wpb_wrapper {
    padding: 0px !important;
    width: 506px;
}
#footer-form {
    padding-bottom: 11%;
    padding-top: 3%;
    background-size: cover;
    background-position: center !important;
}
#footer-form::before {
    background: rgba(0, 0, 0, 0.7449092741935484);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	display: block;
}
h3.footer-heading {
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: normal;
    width: 411px;
	margin: 0 auto;
}
.footer-right-para p {
    color: rgba(255, 255, 255, 0.76);
    text-align: center;
    line-height: normal;
    margin-top: 25px;
    padding: 5px 0px;
	font-family: 'Open Sans' !important;
	font-size: 16px;
}
main#main header.entry-header {
    display: none;
}
h1.glotoplastia-main-heading {
    font-size: 32px;
    background-color: rgba(131, 185, 181, 1);
    font-weight: bold;
    color: rgb(255, 255, 255);
    display: inline;
}
#glotoplastia_heading {
    text-align: center;
}
.entry-content {
    margin: 0px !important;
    padding: 8px 0px !important;
}
.glotoplastia-paragraph {
    font-size: 28px;
    margin-top: 16px;
    padding: 5px 0px;
	color: #3e3e3e;
}
.glotoplastia-paragraph p {
    line-height: normal;
}
#video-section .plyr__progress input {
    color: #91c1bd !important;
}
#video-section button.plyr__controls__item.plyr__control {
    display: none;
}
#video-section .plyr.plyr--full-ui {
    min-width: 191px !important;
}
.check-mark-part p {
    font-family: 'Helvetica' !important;
    font-size: 16px;
    color: #3e3e3e;
	line-height: normal;
}
.check-mark-part {
    padding: 0px 22px 0px 40px;
}
.check-mark-part p {
    padding: 6px 6px 26px 6px;
	position: relative;
}
.glotoplastia-page-single-video {
    width: 517px;
    height: 291px;
    box-shadow: 0px 0px 25px 0px rgba(131, 185, 181, 0.4635332661290323);
}
.glotoplastia-page-single-video .plyr.plyr--full-ui {
    height: 291px !important;
}
.check-mark-part p::before {
    content: '';
    background: url(/doctor-casado/wp-content/uploads/2024/12/check-mark.png);
    width: 18px;
    height: 18px;
    position: absolute;
    background-size: 100%;
    left: -21px;
    top: 12px;
}
.glotoplastia-page-single-video .plyr.plyr--full-ui video {
    height: 291px !important;
	object-position: top;
	object-fit: cover;
}
.plyr--paused .plyr__controls {
    display: none;
}
h2#faq-heading {
    font-size: 42px;
    line-height: normal;
    font-weight: bold;
    color: #3e3e3e;
}
.part-faq-section {
    border: 1px solid rgba(150, 150, 150, .2);
    float: left;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	margin-bottom: 10px !important;
}
.part-faq-section .vc_toggle_title h4 {
    font-size: 16px;
    color: rgb(68, 68, 68);
	font-family: 'Open Sans' !important;
	font-weight: 400;
}
.part-faq-section .vc_toggle_title {
    margin: 0px !important;
	height: 63px;
	display: flex;
	align-items: center;
	margin-left: 20px !important;
	padding-left: 35px !important;
}
.part-faq-section .vc_toggle_content {
    border-top: 1px solid rgba(150, 150, 150, .2);
    background: #f9f9f9;
    float: left;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin: 0px;
}
.part-faq-section .vc_toggle_content p {
    font-size: 16px;
	font-family: 'Open Sans' !important;
    color: #666;
	font-weight: normal;
}
.part-faq-section .vc_toggle_title i.vc_toggle_icon {
    width: 10px;
    height: 1px;
}
.part-faq-section .vc_toggle_title i.vc_toggle_icon::before {
    height: 10px;
    width: 1px;
}
.part-faq-section .vc_toggle_content {
    padding-left: 40px !important;
}
.part-faq-section .vc_toggle_title i.vc_toggle_icon {
    border: 2px solid rgb(68, 68, 68) !important;
    padding: 10px;
    background: #fff !important;
    border-radius: 50px;
    margin: 0px !important;
}
.part-faq-section .vc_toggle_title i.vc_toggle_icon::before {
    border-color: rgb(68, 68, 68);
}
.part-faq-section .vc_toggle_title i.vc_toggle_icon::after {
    visibility: visible;
    background: rgb(68, 68, 68);
}
h3.content-image {
    font-size: 36px;
    color: #3e3e3e;
    font-weight: bold;
    line-height: normal;
}
.content-image-paragraph p {
    font-size: 15px;
    text-align: center;
    color: #3e3e3e;
	font-family: 'Open Sans' !important;
}
.content-image-paragraph p:not(:last-child) {
    margin-bottom: 24px;
}
.single-icon-image {
    margin-bottom: 20px !important;
}
.single-icon-image img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
}
.icon-content-part p {
    font-size: 20px;
    color: #3e3e3e;
}
.icon-content-part {
    max-width: 200px !important;
    margin: 0 auto;
    text-align: center;
}
.icon-content-part p span.change-color {
    color: rgba(131, 185, 181, 1);
}
h3.conoce-video-heading {
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    color: #3e3e3e;
	padding-top: 17px;
	padding-bottom: 5px;
}
.checkmarked-padding p {
    padding: 6px !important;
    font-size: 18px;
    line-height: 25px;
}
.video-bottom-text-part p {
    font-size: 15px;
    color: #3e3e3e;
    padding: 5px 0px;
}
.solicitando-heading p {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #3e3e3e;
	line-height: 1.6em;
}
.solicitando-heading p span.text-unbold {
    font-weight: normal;
    display: block;
}
h4.three-part-heading {
    font-size: 24px;
    color: #3e3e3e;
	font-family: 'Open Sans' !important;	
	padding: 5px 0px;
	margin-top: 58px;
	font-weight: 600;
}
.background-white-section p {
    font-size: 15px;
    text-align: center;
    color: #3e3e3e;
	font-family: 'Open Sans' !important;
}
.background-white-section {
    background: #fff;
    padding: 0px 44px !important;
    box-shadow: 0px 0px 25px 0px rgba(0, 90, 81, 0.1487399193548387);
    border-radius: 15px;
}
#gratis_three-section {
    display: flex;
    gap: 22px;
	margin: 0 auto;
}
#gratis_three-section::before, #gratis_three-section::after {
    display: none;
}
.solicitando-heading {
    padding: 5px 0px;
}
.background-white-section .vc_column-inner {
    padding: 0px !important;
}
.gratis-bottom-text p {
    color: rgba(131, 185, 181, 1);
    font-size: 20px;
    font-weight: 700;
	font-family: 'Open Sans' !important;
}
.gratis-border-line span.vc_sep_line {
    border-color: #028090 !important;
}
h2.preguntas-custom-heading {
    padding-top: 25px !important;
    font-size: 42px;
    font-weight: bold;
    line-height: 42px;
    color: #3e3e3e;
}
#conoce-video h2.enquiry-heading {
    padding-bottom: 48px !important;
}
#conoce-video .svpPlayer {
    max-width: 343px;
    margin: 0 auto;
}
#conoce-video .svpPlayer video {
    height: 610px !important;
}
.juan-photo-upper-text p {
    color: rgba(131, 185, 181, 1);
    font-size: 22px;
}
h3.juan-photo-upper-heading {
    color: #323232 !important;
    font-size: 54px;
    line-height: normal;
}
.Juan-content p {
    font-size: 14px;
    color: #3e3e3e;
}
.Juan-content {
    padding-top: 20px;
}
.faq-border-bottom.w-100 {
    width: 420px !important;
}
.juan-single-image {
    margin-top: 80px;
	margin-right: auto;
    margin-left: auto;
}
#footer-form .custom-form, #glotoplastia_footer_form .custom-form {
    background: #fff;
    padding: 72px 55px 100px 55px;
    width: 550px;
}
#footer-form .form-title p, #glotoplastia_footer_form .form-title p {
    font-size: 32px;
    text-align: center;
    line-height: normal;
    color: #3e3e3e;
    padding: 5px 0px;
}
#footer-form h2.gform_title, #glotoplastia_footer_form h2.gform_title {
    display: none;
}
#footer-form .custom-form form#gform_1, #glotoplastia_footer_form .custom-form form#gform_1 {
    margin-top: 30px;
	position: relative;
}
#footer-form .custom-form form#gform_1 input, #footer-form .custom-form form#gform_1 select {
    height: 56px;
    padding: 18px 20px;
    color: #666666;
    border-radius: 0px;
    border-color: #e1e1e1;
    border-width: 1px;
    margin: 0px;
    width: 440px !important;
	font-size: 13px;
	font-family: 'Open Sans' !important;
}
#footer-form .custom-form form#gform_1 label.gfield_label, #glotoplastia_footer_form .custom-form form#gform_1 label.gfield_label {
    font-size: 14px !important;
    color: #00A896 !important;
    font-family: 'Open Sans' !important;
    font-weight: 600;
    margin: 0px;
	opacity: .7;
}
#footer-form .custom-form form#gform_1 #gform_fields_1, #glotoplastia_footer_form .custom-form form#gform_1 #gform_fields_1 {
    grid-row-gap: 10px;
}
#footer-form .custom-form form#gform_1 input:focus, #footer-form .custom-form form#gform_1 select:focus, #glotoplastia_footer_form .custom-form form#gform_1 input:focus, #glotoplastia_footer_form .custom-form form#gform_1 select:focus {
    outline: none;
}
.iti__selected-dial-code, .iti__selected-flag .iti__selected-dial-code {
    display: none;
}
#footer-right-part {
    padding-right: 80px;
}
.iti__selected-flag {
    background: transparent !important;
}
#footer-form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 label, #glotoplastia_footer_form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 label {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    font-family: 'Open Sans' !important;
    line-height: 1.3;
}
#footer-form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 input#choice_1_17_1, #glotoplastia_footer_form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 input#choice_1_17_1 {
    max-width: 20px !important;
    height: 20px;
    padding: 0px !important;
    border-radius: 50%;
}
#footer-form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox .gchoice.gchoice_1_17_1, #glotoplastia_footer_form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox .gchoice.gchoice_1_17_1 {
    display: flex;
    align-items: center;
    gap: 12px;
}
#footer-form .custom-form form#gform_1 input#gform_submit_button_1, #glotoplastia_footer_form .custom-form form#gform_1 input#gform_submit_button_1 {
    font-size: 14px !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    max-width: 267px;
    margin: 0 auto !important;
    background: rgba(131, 185, 181, 1);
    height: 46px !important;
	line-height: 0;
	border: none !important;
}
#footer-form .custom-form form#gform_1 .gform_footer.top_label, #glotoplastia_footer_form .custom-form form#gform_1 .gform_footer.top_label {
    margin-top: 15px !important;
    padding: 0px;
}
#footer-form .custom-form form#gform_1 input#gform_submit_button_1:hover, #glotoplastia_footer_form .custom-form form#gform_1 input#gform_submit_button_1:hover {
    opacity: 0.85;
}
#footer-form .custom-form form#gform_1 label#input_1_11_6_label, #glotoplastia_footer_form .custom-form form#gform_1 label#input_1_11_6_label {
    font-size: 14px;
    opacity: .7;
    margin: 0px;
    padding: 0px;
	color: #444;
}
#footer-form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 input#choice_1_17_1:checked, #glotoplastia_footer_form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 input#choice_1_17_1:checked {
    background: #83b9b5;
	border: none;
}
#footer-form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 input#choice_1_17_1:checked::after, #glotoplastia_footer_form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 input#choice_1_17_1:checked::after {
    width: 5px;
    height: 9px;
    border-width: 2px;
    transform: rotate(42deg);
    border-color: #fff;
    top: 4px;
    left: 7px;
}
#field_1_19 {
    line-height: 1.6em;
    font-size: 15px;
    color: #3e3e3e;
    letter-spacing: normal;
    font-family: 'Open Sans' !important;
    text-align: center;
    font-weight: 700;
    padding: 5px 0px;
	position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}
.form-email .ginput_container.ginput_container_email::before {
    content: '';
    background: url(https://www.voicefeminization-surgery.com/wp-content/uploads/2024/12/email.png);
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 100%;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 9;
}
.form-email .ginput_container.ginput_container_email {
    position: relative;
}
.form-email input {
    padding-left: 55px !important;
}
.form-tel .ginput_container.ginput_container_text .iti.iti--allow-dropdown::before {
    content: '';
    background: url(https://www.voicefeminization-surgery.com/wp-content/uploads/2024/12/smartphone-call.png);
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 100%;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 9;
}
.form-tel .ginput_container.ginput_container_text .iti.iti--allow-dropdown {
    position: relative;
	width: 100%;
}
.form-tel .ginput_container.ginput_container_text .iti.iti--allow-dropdown .iti__flag-container {
    padding-left: 55px;
}
.form-tel .ginput_container.ginput_container_text .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    padding: 0px;
}
.form-tel .ginput_container.ginput_container_text .iti.iti--allow-dropdown input {
    padding-left: 92px !important;
}
.form-tel .ginput_container.ginput_container_text .iti.iti--allow-dropdown .iti__flag-container ul li {
    font-size: 14px;
    color: #444;
}
.medical-icon {
    width: 48px;
    margin: 0 auto;
    padding: 15px 0px;
}
.validation_message {
    padding: 5px 5px 5px 10px !important;
    font-size: 14px !important;
	border-radius: 0px !important;
}
.gform_validation_errors {
    padding: 5px 5px 5px 50px !important;
    font-size: 14px !important;
	border-radius: 0px !important;
}
footer#colophon nav.footer-navigation li a:focus {
    background: transparent;
}
.checkmarked-padding p, .checkmarked-padding p strong {
    font-size: 18px;
    color: #3e3e3e;
	line-height: normal;
	font-family: 'Tahoma' !important;
}
.footer-form-logo {
    width: 247px;
    margin: 0 auto 0 auto !important;
}
#glotoplastia_footer_form .custom-form {
    max-width: 616px;
    width: 100%;
	border: 1px solid rgba(38, 86, 124, 1);
    background: rgba(255, 255, 255, 0.819672131147541);
	padding-top: 30px;
	margin-left: 15px;
	padding-bottom: 57px;
}
#glotoplastia_footer_form .custom-form form#gform_1 input, #glotoplastia_footer_form .custom-form form#gform_1 select {
    height: 56px;
    padding: 18px 20px;
    color: #666666;
    border-radius: 0px;
    border-color: #e1e1e1;
    border-width: 1px;
    margin: 0px;
	font-size: 13px;
	font-family: 'Open Sans' !important;
}
#glotoplastia_footer_form .custom-form form#gform_1 fieldset#field_1_11 #input_1_11 span#input_1_11_6_container {
    flex: 0 0 100%;
}
#glotoplastia_footer_form .mini-form-heading p {
    font-size: 16px;
    font-family: 'Helvetica' !important;
    text-align: center;
    color: #3e3e3e;
    padding: 5px 0px;
}
.mini-form-heading {
    margin-bottom: 0px !important;
}
.footer-form-glotoplastia-heading p {
    font-size: 24px;
    font-family: 'Helvetica' !important;
    text-align: center;
    color: #3e3e3e;
	padding: 5px 0px;
    margin-top: 1.95px;
	line-height: 35px;
}
.footer-form-glotoplastia-heading p span.footer-color-change {
    color: rgba(131, 185, 181, 1);
    font-weight: 600;
	font-family: 'Helvetica' !important;
}
.footer-form-glotoplastia-heading p span.footer-bold-head {
    font-weight: 600;
	font-family: 'Helvetica' !important;
}
#glotoplastia_footer_form {
    background-size: cover !important;
    background-position: center !important;
}
#glotoplastia_footer_form .custom-form form#gform_1 .ginput_container.ginput_container_checkbox #input_1_17 input#choice_1_17_1 {
    background: transparent;
    border-color: #cdcdcd;
}
.privacy-text p {
    font-size: 15px;
    color: #3e3e3e;
    line-height: 1.6em;
	font-family: 'Open Sans' !important;
}
h1.privacy-heading {
    font-family: Open Sans, arial;
    line-height: 1em;
    font-size: 42px;
    color: #3e3e3e;
    letter-spacing: normal;
	font-family: 'Open Sans' !important;
}
.privacy-paras {
    padding: 54px 0px 92px 0px;
    margin: 0px !important;
}
.primer-heading p {
    font-size: 24px;
    color: #3e3e3e;
    font-weight: 500;
	line-height: 24px;
    text-align: center;
	font-family: 'Open Sans' !important;
	padding: 5px 0px;
}
.contigo-para p {
    color: rgba(131, 185, 181, 1);
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: normal;
	font-family: 'Open Sans' !important;
}
.contigo-para {
    max-width: 460px;
    padding: 5px 0px;
    margin: 0 auto;
	margin-top: 10px !important;
}
.img_bottom_text p {
    font-size: 15px;
    text-align: center;
    color: #3e3e3e;
}
.imge-fix-width {
    width: 100%;
    max-width: 433px;
    margin: 0 auto !important;
}
.img_bottom_text {
    max-width: 433px;
    margin: 0 auto;
    padding-top: 10px;
}
.check-in-image img {
    width: 84px !important;
}
.check-in-image {
    margin: 0px !important;
    padding: 15px 0px;
}
#pum_popup_title_377 {
    font-size: 32px;
    color: rgba(131, 185, 181, 1);
    font-weight: 600;	
	font-family: 'Open Sans' !important;
	text-align: center;
}
.pum-content.popmake-content form#gform_2 input, .pum-content.popmake-content form#gform_2 select {
    height: 56px;
    padding: 18px 20px;
    color: #666666;
    border-radius: 0px;
    border-color: #e1e1e1;
    border-width: 1px;
    margin: 0px;
    width: 100%;
    font-size: 13px;
    font-family: 'Open Sans' !important;
}
.pum-content.popmake-content form#gform_2 label.gfield_label {
    font-size: 14px !important;
    color: #00A896 !important;
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
    margin: 0px;
    opacity: .7;
	padding-bottom: 8px;
}
.pum-content.popmake-content form#gform_2 span#input_2_11_6_container {
    flex: 0 0 100%;
}
#pum-377 {
    background: rgba(0, 0, 0, 0.7);
}
#popmake-377 {
    background: #ffffff;
    padding: 30px;
    max-width: 500px !important;
	max-height: 95vh;
    overflow-y: auto;
    width: 100%;
}
.pum-content.popmake-content form#gform_2 input#choice_2_17_1 {
    max-width: 20px !important;
    height: 20px;
    padding: 0px !important;
    border-radius: 50%;
}
.pum-content.popmake-content form#gform_2 {
    margin-top: 40px;
}
.pum-content.popmake-content form#gform_2 input#choice_2_17_1::after {
    width: 5px;
    height: 9px;
    border-width: 2px;
    transform: rotate(42deg);
    border-color: #fff;
    top: 4px;
    left: 7px;
}
.pum-content.popmake-content form#gform_2 input#choice_2_17_1:checked {
    background: #83b9b5;
    border: none;
}
.pum-content.popmake-content form#gform_2 .gchoice.gchoice_2_17_1 {
    display: flex;
    gap: 15px;
    align-items: center;
}
.pum-content.popmake-content form#gform_2 #field_2_19 {
    display: none;
}
.pum-content.popmake-content form#gform_2 input#gform_submit_button_2 {
    font-size: 14px !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    max-width: 267px;
    margin: 0 auto !important;
    background: rgba(131, 185, 181, 1);
    height: 46px !important;
    line-height: 0;
    border: none !important;
}
.pum-content.popmake-content form#gform_2 #field_2_24 .ginput_container.ginput_container_text::before {
    content: '';
    background: url(https://www.voicefeminization-surgery.com/wp-content/uploads/2024/12/smartphone-call.png);
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 100%;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.pum-content.popmake-content form#gform_2 #field_2_24 .ginput_container.ginput_container_text {
    position: relative;
}
.pum-content.popmake-content form#gform_2 input#input_2_24 {
    padding-left: 50px;
}
.pum-content.popmake-content form#gform_2 input:focus, .pum-content.popmake-content form#gform_2 select:focus {
    outline: none;
}
button.pum-close.popmake-close {
    background: #f7f7f7 !important;
    width: 40px !important;
    height: 40px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: 'Helvetica' !important;
    font-size: 22px !important;
    display: flex;
    font-weight: 600 !important;
    justify-content: center;
    align-items: center;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow: unset !important;
}
button.pum-close.popmake-close:focus {
    outline: none;
}

.blue-background{
    background-color: rgba(131, 185, 181, 1);
   
    color: rgb(255, 255, 255);
}

.full-width-video video {
    height: auto !important;
}



@media screen and (max-width:1150px) {
#content main#main section.wpb-content-wrapper {
    padding: 0px 15px;
}
#footer-form .custom-form {
    width: 50%;
}
#footer-right-part {
    padding-right: 0px;
}
#footer-form {
    padding: 50px 15px !important;
}
.map-section .wpb_wrapper {
    width: auto;
}
.gform_wrapper.gravity-theme .ginput_container_address span {
    max-width: 100%;
}
.responsive-padding-recover {
    padding: 0px 15px !important;
}
}





@media screen and (max-width:1024px) {
#inner-four-section .boxes:nth-child(even) p, #inner-four-section .boxes:nth-child(odd) p {
    font-size: 22px;
	line-height: 28px;
}
#inner-four-section {
    padding: 40px 0px !important;
}
h2.principal-heading {
    font-size: 42px;
    line-height: 50px;
}
h3.footer-heading {
    font-size: 42px;
    width: auto;
}
#footer-form .custom-form {
	padding: 50px 30px !important;
}
.glotoplastia-page-single-video {
    width: auto;
}
}







@media screen and (max-width:992px) {
h1.header-heading, h2.principal-heading, h2.video-section, h2.enquiry-heading, h3.footer-heading {
    font-size: 30px;
	margin: 0px;
}
.header-bottom-border {
    margin-top: 15px !important;
}
h2.video-section {
    padding-bottom: 30px !important;
}
#footer-form .form-title p {
    font-size: 25px;
}
.background-image-part p {
    font-size: 30px;
}
.primer-faq-single-image .vc_column-inner {
    padding-left: 15px !important;
}
.video-inner-banner {
    padding: 40px !important;
}
.video-inner-banner .vc_column-inner {
    width: auto !important;
}
#video-section {
    flex-wrap: wrap;
    justify-content: center;
}
.video-inner-banner.vc_col-sm-4 {
    flex: 0 0 40%;
}
.single-img {
    width: 100% !important;
}
h1.glotoplastia-main-heading, h2#faq-heading, h3.content-image, h3.conoce-video-heading, h2.preguntas-custom-heading, h3.juan-photo-upper-heading {
    font-size: 30px;
}
#icons-section .vc_col-sm-3 {
    width: 50%;
}
#gratis_three-section .background-white-section {
    flex: 0 0 45%;
}
#gratis_three-section {
    flex-wrap: wrap;
    justify-content: center;
}
.faq-border-bottom.w-100 {
    width: auto !important;
}
}






@media screen and (max-width:840px) {
#field_1_19 {
    line-height: normal;
    bottom: -55px;
}
}




@media screen and (max-width:767px) {
#header-part {
    gap: 30px;
}
#inner-four-section {
	padding: 20px 0px !important;
}
.primer-faq-single-image figure.wpb_wrapper.vc_figure, .primer-faq-single-image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100% !important;
}
.primer-faq-single-image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    max-width: 50% !important;
	display: flex;
	margin: 0 auto;
	margin-bottom: 20px;
}
.faq-right-image .vc_single_image-wrapper img {
    max-width: 50% !important;
    display: flex;
    margin: 0 auto;
}
.faq-right-image .vc_single_image-wrapper, .faq-right-image figure.wpb_wrapper.vc_figure {
    width: 100% !important;
}
.cus-btnn.vc_custom_1734517058818 {
    margin-top: 20px !important;
}
.faq-section {
    margin-bottom: 20px !important;
}
.spacing-section {
    height: 0px !important;
}
#footer-form .custom-form {
    width: 100%;
}
#footer-form .custom-form form#gform_1 input, #footer-form .custom-form form#gform_1 select {
    width: 100% !important;
}
.gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 100%;
}
.background-image-part {
    width: 100%;
}
.background-image-part p {
	font-size: 25px;
}
.respon-padding-bottom.vc_custom_1734952233914 {
    padding-bottom: 0px !important;
}
.glotoplastia-page-single-video, .glotoplastia-page-single-video .plyr.plyr--full-ui {
    height: unset !important;
}
.responsive-spacing {
    height: 0px !important;
}
.mobile-padding.vc_custom_1734955681855 {
    padding-bottom: 50px !important;
}
.responsive-padding-recover {
    padding-top: 40px !important;
}
#icons-section .vc_col-sm-3 {
	margin: 0 auto;
	width: 100%;
}
.video-padd-responsive.vc_custom_1734957199450 {
    padding-top: 30px !important;
	padding-bottom: 0px !important;
}
.video-bottom-text-part {
    padding-top: 30px !important;
}
#gratis_three-section .background-white-section {
	flex: 0 0 100%;
}
#gratis_three-section {
    padding-bottom: 20px !important;
}
.responsive_padd {
    padding-top: 0px !important;
}
.video-space-responsive {
    height: 0px !important;
}
.juan-single-image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
}
.juan-single-image figure.wpb_wrapper.vc_figure {
    width: 100%;
}
.juan-single-image img {
	margin: 0 auto !important;
	max-width: 80% !important;
	display: block;
}
.single-padding-resp-low .vc_column-inner {
    padding-left: 15px !important;
}
.juan-photo-upper-text {
    margin-top: 30px;
}
#glotoplastia_footer_form .custom-form {
    max-width: 100%;
    margin: 0px;
}
#glotoplastia_footer_form {
    padding: 0px 15px !important;
}
}







@media screen and (max-width:640px) {
/* .video-inner-banner.vc_col-sm-4 {
	flex: 0 0 100%;
} */
.primer-faq-single-image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img, .faq-right-image .vc_single_image-wrapper img {
	max-width: 100% !important;
}
h1.glotoplastia-main-heading br {
    display: none;
}
}





@media screen and (max-width:481px) {
#inner-four-section .boxes {
    height: 150px;
}
h1.header-heading, h2.principal-heading, h2.video-section, h2.enquiry-heading, h3.footer-heading {
    font-size: 22px;
    width: 100%;
}
.medical-icon {
    padding-top: 0px;
}
.cus-btnn a {
    font-size: 15px !important;
    padding: 20px !important;
}
#footer-form .form-title p {
	font-size: 22px;
}
#footer-form .custom-form {
	padding: 20px 20px 50px !important;
}
h1.glotoplastia-main-heading, h2#faq-heading, h3.content-image, h3.conoce-video-heading, h2.preguntas-custom-heading, h3.juan-photo-upper-heading {
	font-size: 22px;
	line-height: 30px !important;
}
.glotoplastia-paragraph p {
    font-size: 22px;
}
.juan-single-image img {
	margin: 0 auto !important;
	max-width: 100% !important;
	display: block;
}
.solicitando-heading p {
    font-size: 22px !important;
    line-height: 30px !important;
}
.checkmarked-padding p, .checkmarked-padding p strong {
    font-size: 15px !important;
}
.responsive_padd.vc_custom_1734957465187 {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}
#conoce-video h2.enquiry-heading {
    padding-bottom: 30px !important;
    line-height: 30px !important;
}
#conoce-video .svpPlayer video {
    height: auto !important;
}
.juan-single-image {
    margin-top: 40px !important;
}
.juan-photo-upper-text p {
    line-height: 30px !important;
}
#glotoplastia_footer_form .custom-form {
    padding: 20px 20px 50px;
}
.footer-form-logo {
    width: 150px;
    margin: 0 auto 0 auto !important;
}
.footer-form-glotoplastia-heading p {
    font-size: 22px !important;
    line-height: 30px !important;
}
#footer-form .custom-form form#gform_1 input#gform_submit_button_1, #glotoplastia_footer_form .custom-form form#gform_1 input#gform_submit_button_1 {
    max-width: 100% !important;
}
.icon-content-part {
    max-width: 100% !important;
}
}




























