/** LAND COCORICO LILBIRD **/
header.carousel {height: 70% !important;}

.navbar-inverse .navbar-toggle {background-color: #003041 !important;border: 1px solid #fff;}
.navbar-inverse .navbar-toggle:focus{background-color: #717E91 !important;} 
.navbar-inverse .navbar-toggle:hover {background-color: #717E91 !important;border: 1px solid #fff;}

.img-cocorico{
	width: 200px;
	border-radius:100px;
	display:inline-table;
	border:5px solid #00A2C9;
	margin: 0 10px 20px;
	box-shadow: -3px 2px 8px rgba(0, 0, 0, 0.3) !important;
}
.txt-valor{color: #003041;display: inline-table;width: 49%;line-height: 22px;margin: -30px 0 0;height: auto;vertical-align: middle;}

@media screen and (max-width: 474px) {
	.img-cocorico{display: table;margin: 0 auto 10px;}
	.txt-valor{
		width:100%;
		text-align:center;
		display: table;
		margin:0px auto 25px;
	}
}

#cursoingles.navbar-inverse{background-color: #00A2C9 !important;}

.btn.ingresar, .btn.crearcuenta{background-color: #003041 !important;color: #fff;}

.btn.crearcuenta{background: #003041 !important;}
.btn-prof{background-color: #003041 !important;}

.btn.ingresar:hover, .btn.crearcuenta:hover, .btn-prof:hover, #cursoingles.navbar-inverse .navbar-nav>li>a.btn-ico:hover{
	color: #00A2C9 !important;
	background-color: #fff !important;
}

#cursoingles.navbar-inverse .navbar-nav>li>a.btn-ico{background: #003041 !important;}
#cursoingles.navbar-inverse .navbar-nav>li>a.btn-ico:hover {background-color: #717E91  !important;}

section.frase-uno{
    background: #003041 !important;
	color:#fff !important;
}
section.frase-uno .row hr{border-top: 1px solid #00A2C9 !important;}

.row h2.txt-informativo{color:#00A2C9 !important;border-bottom: 1px solid #DDEDFA !important;}

#contacto-small{background: #00A2C9 !important;}
#contacto-small .btn-contacto:hover{color:#003041 !important}
#red footer {
    background: #003041 !important;
    color: #fff !important;
}
#red footer .popup-link{
    background: #717E91 !important;
}
#red footer .popup-link:hover{
	background: #00A2C9 !important;
	color:#fff;
}

.modal-header{background-color: #00A2C9 !important;color: #fff;}
label{color: #00A2C9 !important; font-weight:600 !important; font-size:17px; float: left;}
.txt-forgot a{color: #00A2C9 !important;}
	
input.btn-ingresar{background-color: #003041 !important;}

input.btn-ingresar:hover{background-color: #DDEDFA !important;color: #003041 !important;}
.modal-body hr{border-top: 1px solid #DDEDFA !important;}
.modal-body .txt-paypal{color: #003041 !important;}

.modal-body .banner-suscripcion{background-color: #00A2C9 !important;}
.modal-body .banner-suscripcion:hover{background: #DDEDFA !important;color: #003041 !important;}


.collection{
	background-color: #00A2C9 !important;
	border-bottom: 1px solid #007692 !important;
}
h1.page-header{
	color: #003041 !important;
	border-bottom-color: #DDEDFA !important;
}
.ficha-cuento .col-md-9{margin: auto !important;float:none; }
.ficha-cuento .video{border:none !important;}
.synopsis{display:none;}

.breadcrumb {background-color: #00A2C9 !important;}
.breadcrumb a{color: #003041 !important;font-weight:700;}
.breadcrumb a:hover{color: #ffffff !important;}
.breadcrumb>.active{color: #ffffff;font-weight: 700;}
.breadcrumb>li+li:before{color: #DDEDFA !important;font-weight:500;}



section.stpmtn{
    width: 100%;
    background: #00a2c9;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0px auto 15px;
    display: table;
    font-size: 32px;
    padding: 15px 0 45px;
    line-height: 30px;
    text-align: center;
}
section.stpmtn .stpmtn-text{
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 20px;
    padding: 20px 50px 22px;
    border-radius: 80px;
    font-weight:500;
}
section.stpmtn .stpmtn-text:nth-child(1),
section.stpmtn .stpmtn-text:nth-child(3)
{background: #fff; color:#003041;}
section.stpmtn .stpmtn-text:nth-child(2){background:#003041;color:#fff;}

section.stpmtn .stpmtn-text.full{
	width: 95%;
	display:table;
	border-radius:0px;
	padding: 15px 10px 20px;
	margin: 0px auto 15px;
	text-align:left;
	background: none;
	color: #fff;
}
.img-cocorico.stpmtn{
	width: 310px;
	border-radius:0px;
	display:table;
	border: 5px solid #fff;
	margin: 0 auto 20px;
	box-shadow: -3px 2px 8px rgba(0, 0, 0, 0.3) !important;
	transform: rotate(-4deg);
}
@media screen and (max-width: 674px) {
	section.stpmtn .stpmtn-text{border-radius:20px;padding: 20px 25px 22px;}
}
