/*
Theme Name: notio-child
Author: NFVG Digital
Author URI: http://nfvgdigital.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: notio-wp
*/


.page-id-1695 header{
    background:none;
}

.page-id-1695 #wrapper [role="main"]{
    margin-top: 0px;
}

.page-id-1695 footer{
    display: none;
}

.page-id-1695 #full-menu .sf-menu > li > a{
    color:#fff;
    font-weight: 500;
}
.page-id-1695 #full-menu .sf-menu > li > a:hover{
    color:#dabc52;
}

.carruselito{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input[type="text"],input[type="email"]{
    margin:0px;
    margin-top:10px;
}

form{
    display: flex;
    width: 100%;
    justify-content: left;
    flex-wrap: wrap;
}
.left-form{
    width: 40%;
    margin-right: 20px;
}
.full-form{
    width: 100%;
}
.quarter-form{
    width: 75%;
}

.wpcf7-form textarea{
    width: 84%;
    margin:0px;
    margin-top:10px;
    height: 50px;
    min-height: 100px;
    margin-right: 40px;
}