/*
Theme Name: Boo Child
Theme URI: http://boo.themerella.com/
Template:  boo
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/*SCROLL BAR*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00c4cf; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #039ca5; 
}

/*GLOBAL*/
body {
    opacity: 0;
}

body.page-loaded {
    opacity: 1;
}

#wrap #content {
    padding-top: 0;
}

.justify{
	text-align:justify;
}

p {
    line-height: 1.5em !important;
    margin: 0 0 5px;
}

.h2, h2, h3, h4, h5, h5 {
    line-height: 1em !important;
    letter-spacing: 1px !important;
    margin-bottom: 0.6em !important;
    font-weight: 700 !important;
}

i {
    font-size: 18px;
}

.blanco h1, .blanco h2, .blanco h3, .blanco h4, .blanco h5, .blanco h6, .blanco p, .blanco ul li{
	color:#FFFFFF;
}

.btn{
    margin-bottom:10px;
}

.Aligncenter {
    text-align: center;
}

.ulcenter {
    display: inline-block;  
}

li{
	line-height: 1.5em !important;
}

.content-box-img figure {
    background-color: #263239;
}

.tabs-border-center .nav-tabs {
	margin-bottom: 2.66667em;
}

.panel {
    margin-bottom: 5px;
}

.imgAvion {
    -ms-animation: mover 1s infinite alternate;
    -o-animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite alternate;
    -moz-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
	margin-top: -120px;
}

/*SOCIAL BLOG*/
.blog-single .post-share.floated li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.blog-single .post-share.floated {
    left: -3.8vw;
}

.post-contents .col-md-10 {
    padding: 0 !important;
}

/*LANDING PAGES*/
.parent-pageid-7808 h1, .parent-pageid-7808 h2 {
    margin: 10px 0px !important;
    line-height: 1em !important;
}

.parent-pageid-7808 footer#footer {
    padding: 0;
}

/*HOME*/
.linksHome a {
	text-align: left;
    display: block;
    white-space: initial;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.novedades .col-md-4 {
    width: 50%;
}

.single-novedades .entry-title {
    display: none;
}

.latest-default {
    margin-bottom: 1.75em;
    min-height: 600px;
}

.txtSupDif p {
	padding-top: 0 !important;
    margin-top: 10px;
    font-size: 1em !important;
    color: #263239;
    text-align: center !important;
}

.txtSupDif p strong {
    color: #263239;
}

#acreditaciones .flipbox p {
    font-size: 14px;
    text-align: justify !important;
}

#acreditaciones .flipbox-foot {
    padding: 20px;
    padding-top: 0;
}

/*ICON BOX*/
.icon-box p {
    line-height: 1.5em;
}

.icon-box {
    margin-bottom: 0px;
}

.icon-box-heading-sm h3 {
    margin-top: 0.5em;
}

/*TABS*/
.nav-tabs>li>a {
    border-radius: 0;
}

.nav-tabs>li {
    margin-right: 0 !important;
}

/*ICONOS*/
.vc_icon_element {
    margin-bottom: 5px !important;
}

/*BREADCUMBS*/
.breadcrumb li:before, .breadcrumb a, .breadcrumb>.active {
    opacity: .8;
}

.breadcrumb a {
    color: #FFFFFF;
}

.breadcrumb a:hover {
    opacity: 1;
    color: #e6b358;
}

.breadcrumb {
    margin-top: 20px;
}

.breadcrumb>.active {
    color: #e2e2e2;
}

.breadcrumb>li+li:before {
    padding-left: 5px;
    padding-right: 5px;
}

/*HEADER INTERNA*/
.titlebar-inner h6 {
	margin-bottom: 1em;
}

.titlebar-inner {
    padding-top: 110px !important;
}

.top-parent-420 .titlebar-inner h1 {
    font-size: 2.47143em;
}

.titlebar strong {
    display: block;
}

/*HEADER*/

.bar-sliding-up .main-nav>li>a, .bar-sliding-up .main-nav>li{
    -webkit-box-align: center;
	align-items: center;
}

.main-nav>li>a, .main-nav>li {
    -webkit-box-align: normal;
	align-items: normal;
}

.page-parent #wrap #content {
    padding-top: 0;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin-bottom: 0px;
}

.botonesHome a.btn {
    width: 100%;
    padding: 0px;
    text-align: center;
}

.botonesHome a.btn-lg span {
    padding: 1em;
}

.titlebar .titlebar-inner {
    color: #FFFFFF;
}

.main-bar.solid>.vc_row {
    padding-left: 0px;
}

/* MENÚ */
.main-nav{
	justify-content: normal !important;
}

.navbar-brand{
	padding: 0px 10px 0px 0 !important;
}

.widget ul li {
    line-height: 1.6em;
}

.main-nav .children, .nav-item-children {
    min-width: 230px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top:0px;
}

.main-header .navbar-brand {
    position: absolute;
    top: 5px;
}

.headroom--not-top .navbar-brand .sticky-logo {
    width: 50%;
}

.current-page-ancestor>a {
    color: #00c4ce !important;
}

ul#menu-menu-principal li {
    padding: 0px 12px 0px 0px;
}

ul#menu-menu-principal {
    margin-left: 6em;
}

.redes li {
    margin-right: .8em;
}

html:not([dir=rtl]) .redes li:last-child {
    margin-right: 1em !important;
}

.module-cart .module-trigger, .module-wishlist .module-trigger, .module-search-form .module-trigger {
    padding: 5px;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.main-nav.underlined>li>a>.link-txt:after {
    height: 2px;
    background-color: #00c4ce;
}

/*MENÚ SECUNDARIO*/
ul#menu-menu-secundario {
    margin-left: 6em;
}

ul#menu-menu-secundario li {
	font-size: 12px;
    padding-right: .8em;
    padding-left: 0;
    font-weight: 500;
}

/*FOOTER*/
footer .btn.border-thin span {
    padding: 1em 1.2em;
    font-size: 12px;
}

footer h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.botonesFooter a {
    width: 100%;
    margin-bottom: 10px;
}

.widget ul li {
    line-height: 1.7em;
}

footer .vc_wp_custommenu {
    margin-bottom: 25px;
}

#footer a:not(.btn):hover {
    color: #00c4ce;
}

/*MBA HOME*/
div#mba h2, div#mba p {
    color: #FFFFFF;
}

/*AGENDA*/
#agenda h2, #agenda h3, #agenda .h3, #agenda p{
	color:#FFFFFF;
}

.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    line-height: 46px !important;
}

/*PREGRADOS INTERNA*/
div#difPre h3 {
    color: #FFFFFF;
    margin-top: 0;
	margin-bottom: 0px !important;
}

.bgPensum {
    background: #00c4ce;
}

.horarios p{
	color:#FFFFFF;
}

.horarios h3 {
    margin-top: 0;
    color: #FFFFFF;
}

.horarios h4 {
    color: #00c4cf;
}

.titlebar-height-xxsm .titlebar-inner {
    color: #FFFFFF;
    line-height: 1em;
}

.fichaProg h2 {
    font-size: 22px;
    margin-bottom: 10px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #263238;
    color: #ffffff;
}

#difPos .flipbox h3 {
	color: #243238;
    text-align: left !important;
}

#difPreg .flipbox h3 {
    color: #FFFFFF;
}

.flipbox .flipbox-head {
    background: transparent;
}

.pensum h3 {
    margin-top: 0px;
}

/*PREGRADOS GENÉRICA*/
.content-box {
    margin-bottom: 0;
}

.flipbox .flipbox-head, .flipbox .flipbox-foot {
    border-radius: 0;
}

.flipbox p {
    font-size: 17px;
    line-height: 1.3em;
}

section#carrAdm .content-box-img-default img {
    opacity: .8;
}

section#carrAdm .content-box-img-default .btn, section#carrAdm .content-box-img-default .content-box-link{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(117,189,198,0.5) 150%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(117,189,198,0.5) 150%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(117, 189, 194, 0.5) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a675bdc6',GradientType=0 );
}

section#carrAdm .content-box-content {
    padding: 2em;
    text-align: left;
}

.slick-dots li {
    margin: 0 0px;
}

/*ESPECIALIZACIONES GENÉRICA*/
#difPreg h3 {
    margin-top: 0;
}

section#menuRelacionadas a {
    margin-top: 30px;
}

section#docAlc h2, section#docAlc p {
    color: #FFFFFF;
}

section#acercaAlcala img {
    border-bottom: 5px solid #e6b358;
}

div#bloquesPos a[aria-controls="bloqGer"] {
    color: #fff;
    background: url(images/bloque-gerencial.jpg);
}

div#bloquesPos a[aria-controls="bloEsp"]{
    color: #fff;
    background: url(images/bloque-especifico.jpg);
}

div#bloquesPos a[aria-controls="masterEj"]{
    color: #fff;
	background: url(images/bloque-master-ejecutivo.jpg);
}

div#bloquesPos a {
	background-size: cover !important;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
    text-indent: -9000%;
    width: 230px;
    overflow: hidden;
    opacity: 0.90;
}

#testimonios .vc_column-inner{
    box-shadow: 2px 2px 5px 0px #e2e2e2;
}

div#bloquesPos li.active a {
	box-shadow: 0px -8px 0px 0px #e6b358;
    z-index: 9;
    opacity: 1;
}

.descProg ul li {
    line-height: 1.5em;
}

section#espGer .content-box-content {
    padding: 2em;
    text-align: left;
}

.posgInd ul li {
    color: #e6b358;
}

.posgInd ul li a, .posgInd ul li {
    color: #ffffff !important;
}

.posgInd h2 {
	margin-top: 0;
    font-size: 1.2em;
    letter-spacing: 0px !important;
    text-transform: uppercase;
    color: #ffffff;
}

.posgInd h2 a {
    color: #ffffff;
}

.posgInd h2 a span {
    color: #e6b358;
}

.posgInd p {
    margin-bottom: 0;
	color: #FFFFFF;
}

.posgInd span {
	margin-top: 5px !important;
    color: #e6b358 !important;
    display: inline-block;
}

/*ESPECIALIZACIÓN INTERMEDIA*/
#infoAlcala .testimonial-details {
    color: #263238;
    font-weight: bold;
}

#infoAlcala .testimonial p {
    color: #444444;
    text-align: justify;
}

/*ESPECIALIZACIÓN INTERNA*/
.dosTitBloq p {
    font-size: 1.5em !important;
    font-weight: bold;
    letter-spacing: 3px;
}

.dosTitBloq h2 {
    margin-bottom: 5px !important;
}

.bloqUnaMat {
    background: #172f36;
    padding: 15px 0;
    position: relative;
    z-index: 9;
	color: #ffffff;
	box-shadow: 4px 4px 2px #a7a7a7;
}

.horariosPos p{
	color:#FFFFFF;
}

.horariosPos h3 {
    margin-top: 0;
    color: #FFFFFF;
}

.horariosPos h4 {
    color: #e6b358;
}

.menuRelacionadas .current-menu-item {
    display: none;
}

.menuRelacionadas ul li {
    border-left: 5px solid #e6b358;
    padding-left: 10px;
}

.btnInscripcion {
    float: right;
    position: fixed;
    z-index: 999;
    bottom: 110px;
    right: 45px;
}

section#difPos {
    margin-top: 50px;
}

div#bloquesPos {
    overflow: initial;
}

div#bloquesPos .tabs-border-center .nav-tabs {
	margin-top: -50px;
}

/*MBA*/
.silVal {
    text-align: center;
}

/*FORMULARIO GRADUADOS*/
div#formGraduados input.wpcf7-form-control.inputGr {
    border: 0;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

div#formGraduados input.wpcf7-form-control.inputGr {
    border: 0;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

div#formGraduados .col-md-4.sinp {
    padding-right: 10px;
    padding-left: 0;
}

div#formGraduados .wpcf7-textarea.inputGrta {
    border: 0;
    padding: 10px;
    width: 100%;
    height:94px;
    margin-bottom:4px;
}

div#formGraduados button.wpcf7-form-control.wpcf7-submit {
    background: #263238;
    border: 0;
    color: #FFFFFF;
    height: 42px;
    width: 100%;
}

.tabs-border-center .nav-tabs {
	margin-bottom: 2.66667em;
}

div.wpcf7-response-output {
    float: left;
    margin-left: 0;
    color: #e2212b;
    margin-top: 12px;
    border: 2px solid #e2212b;
}

/*ESTUDIANTES*/
section#btnEst .icon-box {
    margin-bottom: 10px;
}

section#btnEst .icon-box h3 {
    margin-bottom: 10px !important;
}

section#btnEst .icon-box p {
    font-size: .8em;
}

section#btnEst .vc_column-inner {
    border-bottom: 3px solid #00c4cf;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fbfbfb;
    padding-top: 30px;
}

/*PLANTA DOCENTE*/
.carruDocen .col-one-fifth{
    padding-left: 0px;
    padding-right: 0px;
}

.carruDocen .team-member img {
    width: auto !important;
}

.carruDocen .team-member-button .team-member-name {
    font-size: 1.28462em;
}

.carruDocen .team-member-button .social-icon li a {
    font-size: 25px;
    color: #4cadc9;
}

.carruDocen .team-member-button .team-member-title {
    font-size: 1em;
    color: #888888;
}

/*BLOG*/
.titlebar{
    background-color: #263239;
}

aside.main-sidebar .blog-post {
    padding-bottom: 0;
}

.entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog-single-minimal .post-contents>header, .blog-single-alt .post-contents>header {
	margin-bottom: 1.57143em;
}

span.author.vcard, span.entry-author{
    display: none !important;
}

.widget_latest_posts_entries_carousel .carousel-nav {
    top: initial !important;
}

.blog-post {
    line-height: 1.6em;
    padding-bottom: 3em;
	height: auto !important;
}

.post-template-default #wrap #content, .blog #wrap #content, 
.page-id-736 #wrap #content, .category #wrap #content, 
.page-id-4822 #wrap #content, .single-novedades #wrap #content{
    padding-top: 3em;
}

/**/
.single-novedades .contents-container {
    width: 100%;
}

/*FOOTER*/
footer i {
    color: #00c4cf;
}

.redes {
    text-align: center;
    margin-top: 50px;
}

#footer a:not(.btn):hover {
    color: #00c4ce;
}

/*SEARCH FORM*/
.home form.search-form label {
    width: 70%;
    float: left;
}

.home form.search-form input.search-submit {
    width: 30%;
    background: #00c4ce;
    float: left;
    margin-top: 0;
    outline: none;
    border-radius: 0;
    padding: 0.95em 2.5em 0.95em 1.3em;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}

.home form.search-form {
    margin-top: 20px;
}

form.search-form input.search-submit:hover {
    background: #029fa7;
}

/*SIDEBAR ESTUDIANTES*/
ul#menu-menu-estudiantes li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right:5px;
    color:#00c4ce;
}

ul#menu-menu-estudiantes li a{
    margin-bottom: 0px !important;
    padding-bottom: 5px;
    display: inline-block;
}

ul#menu-menu-estudiantes li.current-menu-item a {
    color: #00c4ce;
}

div#nav_menu-2 {margin-top: 80px;}

div#nav_menu-2 h3 {
    background: #00c4ce;
    color: #263238;
}

/*Página 404*/
.text-404 text {
    font-size: 4.71429em;
}

.error404 main#content {
    background: none;
}

body.error404 {
    background-attachment: fixed;
}

.page-404 h2 {
    color: #FFFFFF;
}

.page-404 p {
    color: #FFFFFF;
}

.page-404 p a {
    color: #e6b358;
}

.back-home {
    color: #FFFFFF;
    margin-top: 10px;
	background: #00c4ce;
    border-radius: 0 !important;
}

.back-home:hover {
    background: #038d94;
}

#tutBibl .wpb_video_widget h2 {
    font-size: 22px;
}

.tabs.tabs-simple.tabs-default li i {
    margin-right: 10px;
}

/*LANDING PAGES*/
div#mc_embed_signup_scroll input[type="text"], div#mc_embed_signup_scroll input[type="email"], div#mc_embed_signup_scroll input[type="number"] {
    background: #ffffff !important;
    width: 100% !important;
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 10px;
}

div#mc_embed_signup_scroll select{
    -webkit-appearance: none;
    width: 100%;
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 5px;
}

div#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background: none;
    margin: 0;
    padding: 0;
}

div#mc_embed_signup_scroll {
    background: #fafdff9e;
    padding: 30px;
}

div#mc-embedded-subscribe .button {
    background: #00c4cf !important;
}

input#mc-embedded-subscribe {
    background: #00c4ce;
    padding: 10px;
    color: #ffffff;
    font-weight: 700;
    width: 200px;
    display: block;
    margin: 0px auto;
}
    

.mce_inline_error {
    font-size: 14px;
    color: #b92d31;
}

div#mce-success-response {
    background: #e6b358;
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

.blog-single h1.entry-title {
    line-height: 1em !important;
}

/*CALENDARIO*/
.single-mec-events .sidebar-container, .single-novedades .sidebar-container{
    display: none !important;
}

/*BUTTONIZER*/
.buttonizer {
    right: 15px!important;
    bottom: 75px!important;
}

/*BOTÓN WHATSAPP*/
.btnWp {
	width: 70px;
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    min-width: 70px;
    max-width: 70px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

#mobile-nav .main-nav > li {
    font-size: 12px;
}

.videoBlog video {
    width: 100%;
    height: 480px;
}

.novedades.type-novedades {
    width: 90%;
    margin: 0 auto;
}

.relacionados ul {
    list-style: disc !important;
    padding-left: 10px;
}

.relacionados ul li {
    display: list-item;
    margin: 0;
}

div#bGer, div#bEsp, div#bEnf, div#bSer{
    background-attachment: fixed;
}

@media (max-width: 768px){
	
	div#bloqueForm .vc_column-inner {
        padding-top: 0;
    }
    
    section#bloque2 {
        padding-top: 0 !important;
    }
    
    .vc_custom_1554745052615 {
        padding-top: 0 !important;
    }
    
    .eduDifTit {
        margin-bottom: 0;
    }
    
    .bloHo .vc_column-inner {
        padding-top: 0;
    }
    
    #bloque2 .wpb_row {
        padding-bottom: 0 !important;
    }
    
    #bloqueProgramas .vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11 {
        margin-bottom: 0 !important;
    }
    
    .flip-box-wrap, .wpb_row .wpb_column .wpb_wrapper .flip-box-wrap {
        margin-bottom: 0;
    }
    
    .ifb-flip-box {
        padding-bottom: 0;
    }
	
	/*HOME*/
	.novedades .col-md-4 {
    	width: 100%;
	}
	
	.imgPeq img {
    	width: 50%;
	}
	
	.novedades.type-novedades {
		width: 100%;
		margin: 0 auto;
	}
	
	.single-novedades .titlebar-inner {
    	padding-top: 30px!important;
	}
	
	/*ESPECIALIZACIONES BOTONES*/
	div#bloquesPos a {
		background-position: 0px 0px !important;
		margin: 0 auto;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}

    /*ESPECIALIZACIONES*/
    #difPos .flipbox .flipbox-head {
        background-size: contain !important;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-color: #f0f0f0;
    }

    .titlebar-inner h1 {
    	font-size: 1.35714em!important;
    	margin-bottom: 20px;
    }
	
	.titlebar-inner {
    	padding-top: 110px !important;
    	padding-bottom: 20px !important;
	}
	
	.breadcrumb{
		font-size:10px;
	}

    #difPos .flipbox .flipbox-head .vc_inner {
        padding: 0 !important;
    }

    #difPos .flipbox .flipbox-head .vc_column-inner {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }

    .btnInscripcion {
        float: right;
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 90px;
        height: 60px;
    }
	
	/*HEADER*/
	.main-bar .navbar-brand img {
		width: 60% !important;
		height: auto !important;
		max-height: 0%;
		margin-left: 20px;
		margin-top: 0px;
	}
	
	.home form.search-form label {
    	width: 60%;
	}
	
	.home form.search-form input.search-submit {
		width: 40%;
	}

    .main-header .navbar-brand {
        top: initial;
    }
	
	.main-bar {
		height: 90px;
		background-color: rgba(38, 50, 57, 0.5) !important;
	}
	
	.header-module .navbar-toggle {
    	margin-top: 35px;
	}
	
	span.icon-bar::after, span.icon-bar::before {
    	background: #FFFFFF !important;
	}
	
	.header-module .navbar-toggle:before, .header-module .navbar-toggle:after {
    	background-color: #fff;
	}
	
	/*FINANCIACIÓN*/
	.content-box-big-img .content-box-content {
    	padding: 30px;
	}

	.content-box-big-img {
		margin: 0;
	}
	
	/*LINKS DE INTERÉS*/
	ul#menu-links-de-interes-home li {
		width: 45%;
		margin-bottom: 13px;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
		margin: 10px 2%;
	}

}

/*Formulario-Plus-Lenguage*/

#formularioPlus .nf-form-content textarea.ninja-forms-field {
    height: 50px !important;
}

#formularioPlus .nf-form-fields-required {
    font-size: 12px;
    text-align: center;
}

#formularioPlus .nf-form-content button, #formularioPlus .nf-form-content input[type=button], #formularioPlus .nf-form-content input[type=submit] {
    background: #00BCD4 !important;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 600;
}

#formularioPlus .boton {
    text-align: center;
}

div#comments {
    display: none !important;
}