@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v15/vzIUHo9z-oJ4WgkpPOtg13YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at7rIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v15/1pO9eUAp8pSF8VnRTP3xnnYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-DemiBold.woff') format('woff'),
       url('../fonts/Oswald-DemiBold.ttf') format('truetype'),
       url('../fonts/Oswald-DemiBold.svg#Oswald-DemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.woff') format('woff'),
       url('../fonts/Oswald-Regular.ttf') format('truetype'),
       url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
       url('../fonts/icomoon.woff2') format('woff2'),
       url('../fonts/icomoon.woff') format('woff'),
       url('../fonts/icomoon.ttf') format('truetype'),
       url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder { color: #333333; }
:-moz-placeholder { color: #333333; }
::-moz-placeholder { color: #333333; }
:-ms-input-placeholder { color: #333333; }


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/********************************* TERMINACION DE CARGAS ********************************/
    
body{
    height: auto;
    top: 0px;
    bottom: 0px;
    background-color: #91c850;
}

#content{
	box-shadow: 4px -0px 3px 0px rgba(147, 155, 89, 0.7);
    -moz-box-shadow: 4px 0px 3px 0px rgba(147, 155, 89, 0.7);
    -webkit-box-shadow: 4px 0px 3px 0px rgba(147, 155, 89, 0.7);
}

#content2{
	box-shadow: 4px -0px 3px 0px rgba(147, 155, 89, 0.7);
    -moz-box-shadow: 4px 0px 3px 0px rgba(147, 155, 89, 0.7);
    -webkit-box-shadow: 4px 0px 3px 0px rgba(147, 155, 89, 0.7);
}


.onPage{
    color:#fff;
    text-decoration: none;
    display: block;
    font-family: 'Oswald';
    font-size: 21px;
    font-style: italic;
    padding: 10px 10px;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #334a19;
    list-style: none;
    width: 200px;
    right: 0px;
    float: right;
    
}

.offPage{
    color: #2a3c15;
    text-decoration: none;
    display: block;
    font-family: 'Oswald';
    font-size: 21px;
    font-style: italic;
    padding: 10px 10px;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #334a19;
    list-style: none;
    width: 200px;
    right: 0px;
    float: right;
}


.icon-menu:before {
    content: "\e903";
}

.icon-menu{
    right: 0;
    margin-right: 15px;
    margin-top: 15px;
    position: absolute;
    z-index: 1000;
}

.icon-menu2{
    right: 0;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    z-index: 1000;
}


.icon-phone{
    left: 15px;
    margin-top: 15px;
    position: absolute;
    z-index: 1000;
}

.bannerBar{
    width: 100%;
    height: 50px;
    background-color: green;
    position: fixed;
    z-index: 5000;
}

#logoSmall {
    left: -30px;
    position: absolute;
    z-index: 1000;
}
    
}


#menu{
    background-color: #91c850;
    float: left;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    padding-top: 15px;
}


#menu ul li{
    text-decoration: none;
    list-style: none;
}

#menu ul{
    position: fixed;
    width: 39%;
    float: right;
    right: 0;
}



.icon-home{
    float: right;
}

#logo{
    position: relative;
    z-index: 1;
    width: 100%;
    top: 20px;
    margin-bottom: 40px;
    margin-top: 10px;
}


#content{
	width: 100%;
	background-color: white;
	position: absolute;
	overflow: hidden;
    height: 100%;
    top: 0px;
    z-index: 1000;
}

 #swipeUp{
    transform:  rotate(-35deg);
    width: 110px; 
    z-index: 3000; 
    position: absolute; 
    top:-57px; 
    right: 19%; 
    -webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
        -o-animation: fadein 2s; 
            animation: fadein 2s; 
}

#swipeUpText{ 
    color: #2CD208;
    font-family: 'Oswald';
    font-size: 19px;
    line-height: 1;
    position: absolute;
    z-index: 3000;
    text-align: right;
    top: 16px;
    right:4%; 
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
} 

#content2{
    width: 100%;
	background-color: white;
	position: absolute;
    height: 100%;
    top: 0px;
    z-index: 1000;
}

#c-slider{
    width: 100%;
    position: relative;
    overflow: hidden;
    top: -202px;
}

#slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 500%;
}

#slider section{
    width: 100%;
}

#slider img{
    width: 100%;
    height: auto;
    display: block;
}  


#btn-prev, #btn-next{
    position: absolute;
    top:40%;
    font-size: 46px;
    text-align: center;
    color: rgba(255,255,255,.1);
    z-index: 1000;
} 

.icon-circle-right:before {
    content: "\e902";
}

.icon-circle-left:before {
    content: "\e903";
}


#btn-prev{
    left: 10px;
}

#btn-next{
    right: 10px;
}

#formBox{
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: -290px;
    background-color: rgba(0,98,12,.9);
}

#estimateForm{
    width: 100%;
    z-index: 1000;
}


.styleField{
    margin-right: 15px;
    height: 45px;
    width: 85%;
    border: solid 2px #206a01;
    outline:0px;
    padding-left: 10px;
    background-color: #639E36;
    -webkit-box-shadow:inset 0 0 5px 0 #718d4f;
    box-shadow:inset 0 0 8px 0 #718d4f;
    font-family: 'Oswald';
    font-size: 18px;
    color: #fff;
    margin: 5px 15px;
}

.estimateSubmit{
    height: 45px;
    width: 120px;
    border: solid 2px #206a01;
    color: #fff;
    background-color: #00470b;
    font-family:'Oswald';
    font-size: 17px;
    outline:0px;
    margin-left: 40px;
}

/*
.icon-circle-down:before {
    content: "\e925";
    color: #fff;
}

.icon-circle-up:before {
    content: "\e905";
    color: #fff;
}*/

.icon-cancel-circle{
    float: right;
    position: relative;
    margin-right:10px;
    top: -20px;
}

#btn-up{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 36px;
    z-index: 1000;
}


#callUS{
    width: 100%;
    color: white;
    text-align: left;
    font-family: 'Oswald';
    z-index: 1000;
    position:absolute;
    bottom: 15%;
    line-height: 40px;
    text-align: center;
    text-shadow: 2px 1px 2px #000;
}

h1{
    font-size: 38px;
    letter-spacing: .18em;
}

h2{
    font-size: 14px;
    letter-spacing: 1.3em;
    margin-top: -35px;
    color: #fff;
    width: 100%;
    margin-left: 15px;
 }
article{
    background-color: white;
}

h3{
    color: yellowgreen;
    font-family: 'Oswald';
    font-size: 32px;
    padding: 0px 0px 0px 25px;
    margin: 35px 0px 0px 0px;
}
h4{
    color: yellowgreen;
    font-family: 'Oswald';
    font-size: 28px;
    font-style: italic;
}
p{
    padding: 0px 20px 0px 25px;
    font-family: 'Roboto';
    font-weight: 300;
    color: inherit;
    text-align: justify;
    text-rendering: optimizelegibility;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.025em;
}

.textBox{
    background-color: white;
    padding-bottom: 15px;
}

#bugsTable{
    width: 100%;
    position: relative;
    background-color: white;
}

#bugsTable tr>td{
    width: 20%;
    text-align: center;
    padding: 15px 0px 15px 0px; 
    color: #91c850;
}

#rodentsInfo, #cockroachesInfo, #bedbugsInfo, #antsInfo, #cricketsInfo, #fliesInfo, #spidersInfo, #fleasInfo{
    display: none;
    background-color: white;
}
