@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
html,body{
    font-family: Montserrat;
    margin: 0px;
    color:#333;
    font-weight: 500;
}
.movil{ display: none; }
.text-center{ text-align: center; }
.imgIzquierda{
    float: left;
    max-width: 400px;
    margin-right: 10px; 
    margin-bottom: 10px;
}
.imgDerecha{
    float: Right;
    max-width: 400px;
    margin-left: 10px; 
    margin-bottom: 10px;
}
.imag {
  width: 100%;
}

.header .container{ background-color:#ffecd1 ; border-bottom: 1px solid #ffecd1; padding-top: 2px; padding-bottom: 2px; }
.header a{ text-decoration: none; color:#fcf8f8; }
.header .logo img{ 
    margin-left: 5pt;
    max-height: 70px;
    vertical-align: middle;
}
.header .menu ul{ padding: 3px; list-style: none; width: 100%; text-align: center; }
.header .menu ul li{ display: inline-block; }
.header .menu ul li a{ display: block; padding-left: 10px; padding-right: 10px; }
.header .menu ul li a:after{ content: ""; display: block; width: 0%; border-bottom: 5px solid rgb(255, 236, 209); transition: all .5s; }
.header .menu ul li.active a,
.header .menu ul li:hover a:hover{ color:rgb(255, 236, 209); }
.header .menu ul li.active a:after,
.header .menu ul li:hover a:after{ width: 100%; }


.slider{ padding-top: 0px; }

.owl-carousel .owl-nav button{
    position: absolute; 
    top: 36%;
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: rgb(255, 236, 209);
}
.owl-carousel .owl-nav button span{ 
    font-size: 100px;  
}
.owl-carousel .owl-nav .owl-next{
    right: 20px;
} 
.owl-carousel .owl-nav .owl-prev{
    left: 20px;
}
.owl-theme .owl-dots button{
    outline: none;    
}
.owl-theme .owl-dots .owl-dot span{
    background: #7b7b7b;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: rgb(255, 236, 209);
}

.listblog{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.listblog .item{
    padding: 10px;
}
.listblog .item .cont{ 
    position: relative;  
    overflow: hidden;  
}
.listblog .item .cont .img{
    width: 100%;
    height: 400px;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.listblog .item .cont .text{
    position: absolute;
    top: 100%; 
    left: 0px;
    height: 100%;
    width: 100%;    
    color:#fff;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s;
}
.listblog .item .cont .text .txt{
    padding: 10px;
}   
.listblog .item .cont:hover .text{
    top: 0%;
}

.divparallax{
    background: url(../images/blog5.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    align-content: center;
}
.divparallax .container{
    text-align: center;
    color:#F3F36F;
    padding: 20px;
}
.divparallax .container h3{
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.divsuscribete{
    padding: 20px;
    text-align: center;
}
.divsuscribete h3{ 
    margin-top: 0px;
}
.divsuscribete form{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
}
.divsuscribete form input{
    height: 48px;
    width: 100%; 
    outline: none;
    padding-left: 10px;
}
.divsuscribete form button{
    position: absolute;
    right: 0px;
    top: 10px;
    background: transparent;
    border:0px;
    cursor: pointer;
}
.divsuscribete form button i{
    font-size: 30px;
    color:rgb(255, 236, 209);
}
.divsuscribete p{
    margin-bottom: 0px;
}
.footer .container{
    background-color:#ffecd1 ;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .container p{
    color:#f18701;
    text-decoration: none;
}
.footer .container h3{
    color:#f18701;
    text-decoration: none;
}
.footer a{
    color:#f18701;
    text-decoration: none;
}
.footer .logo img{
    margin-left: 10pt;
    max-height: 100px;
    vertical-align: middle;
}
.footer .menu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer .redes{
    text-align: right;
}
.footer .redes a{
    font-size: 40px;
}


.divnosotros p{ text-align: justify; }

.divcontacto .container{
    max-width: 600px;
}
.divcontacto .container form .form-control{
    padding: 10px;
}
.divcontacto form label{
    margin-top: 15px;
    display: block;
}
.divcontacto form input, .divcontacto form  textarea{
    height: 28px;
    width: 100%; 
    outline: none;
    padding-left: 10px;    
}
.divcontacto form  textarea{
    height: 95px;
}
.divcontacto form button{
    background: rgb(255, 236, 209);
    padding: 10px;
    color:#fff;
    border-radius: 10px;
    outline: none;
    border:0px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
@media(max-width:800px){
    .row{ margin-left: 0px; margin-right: 0px; }
}

@media(max-width:768px){
    .pc{ display: none; }
    .movil{ display: inherit; }
    .header .menu{ text-align: right; }
    .header .menu .btnmenu{ display: inline-block; font-size: 30px; cursor: pointer; }
    .header .menu ul.pc{ 
        position: fixed; 
        height: 100%; 
        width: 150px; 
        top: 0px;
        left: -100%;
        background: #fff;
        margin: 0px;
        transition: all .5s;
        display: block;
        z-index: 1000;
    }
    .header .menu ul.pc.left{
        left: 0%;
    }
    .header .menu ul.pc li a{ padding: 5px 10px; }
    .sombra{ 
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        display: none;
        z-index: 999;
    }
    .owl-carousel .owl-nav button span{
        line-height: 0px;
    }
}
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #f18701;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #78290f;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #78290f;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #FFCA85;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #ffecd1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
/* Box */

	.box {
		background: #ffecd1;
		border-radius: 6px;
		box-shadow: 0 2px 0 0 #e5e5e5;
		margin: 0 10px 2em 10px;
		padding: 2em;
		text-align:justify
	}

		.box > :last-child {
			margin-bottom: 0;
		}
		
		.box.alt {
			background: none !important;
			border-radius: 0 !important;
			box-shadow: none !important;
			margin: 0 10px 2em 40px;
			padding: 0 !important;
		}

		.box.features .features-row {
			border-top: solid 2px #e5e5e5;
			position: relative;
		}

			.box.features .features-row:after {
				clear: both;
				content: '';
				display: block;
			}

			.box.features .features-row section {
				float: left;
				padding: 3em;
				width: 50%;
			}

				.box.features .features-row section :last-child {
					margin-bottom: 0;
				}

				.box.features .features-row section:nth-child(2n) {
					padding-right: 0;
				}

					.box.features .features-row section:nth-child(2n):before {
						background: #e5e5e5;
						content: '';
						display: block;
						height: 100%;
						margin-left: -3em;
						position: absolute;
						top: 0;
						width: 2px;
					}

				.box.features .features-row section:nth-child(2n-1) {
					padding-left: 0;
				}

			.box.features .features-row:first-child {
				border-top: 0;
			}

				.box.features .features-row:first-child section {
					padding-top: 0;
				}

			.box.features .features-row:last-child {
				padding-bottom: 0;
			}

				.box.features .features-row:last-child section {
					padding-bottom: 0;
				}

		.box.special {
			text-align: center;
		}

		.box .image.featured {
			border-radius: 0;
			display: block;
			margin: 15em 0 3em -3em;
			position: relative;
			width: calc(100% + 6em);
		}

			.box .image.featured img {
				border-radius: 0;
				display: block;
				width: 100%;
			}

			.box .image.featured:first-child {
				border-radius: 6px 6px 0 0;
				margin-bottom: 3em;
				margin-top: -3em;
			}

				.box .image.featured:first-child img {
					border-radius: 6px 6px 0 0;
				}

			.box .image.featured:last-child {
				border-radius: 0 0 6px 6px;
				margin-bottom: -3em;
				margin-top: 3em;
			}

				.box .image.featured:last-child img {
					border-radius: 0 0 6px 6px;
				}
