/*
    Theme Name: Bethany
    Theme URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding
{
	padding: 60px 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Lato', sans-serif;
}
/**media Queries**/
.navbar-default {
    background-color: transparent;
}
.main-header
{
	background: url(../img/school.jpg) no-repeat;
	background-size: cover;
	min-height: 599px;
    background-position: left;
}
.bg-color
{
	background-color: RGBA(0, 0, 0, 0.41);
}

.nav > li > a {
    padding: 0px;
}
.navbar-brand
{
	padding: 0px;
	height: inherit;
	font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-brand {
    color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFD34E;
    background-color: transparent;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: darkblue;
    padding: 0px 20px;
    text-transform: uppercase;
    background-color: RGBA(255,255,255,.7);
    height: 30px;
    padding-top: 5px;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #FFD34E;
}

.navbar-fixed-top {
    padding: 40px 0;
    transition: all 0.5s;
}

.top-nav-collapse {
    background: rgba(0,0,0,0.8);
    padding: 25px 0;
}


.wrapper
{
	padding: 90px 0px 130px;
}
.top-title
{
	z-index: 5;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	line-height: 38px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
}
.sub-title
{
	font-size: 20px;
	font-weight: 700;
	color: darkblue;
	line-height: 71px;
	letter-spacing: 2px;
	opacity: 1;
	text-transform: uppercase;
    transition-duration: 1s;
    background-color: RGBA(255, 255, 255, .7);
    width: 300px;
}
.title
{
	font-size: 140px;
	font-weight: 700;
	color: #fff;
	line-height: 88px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
	padding: 25px 0px;
    font-family: 'Anton', sans-serif;
}
.titles
{
	font-size: 38px;
	font-weight: 900;
	color: darkblue;
    line-height: 30px;
	letter-spacing: 1px;
	opacity: 1;
	text-transform: uppercase;
	padding: 25px;
   font-family: 'Anton', sans-serif;
    margin-top: 10px;
    transition-duration: 1s;
    background-color: RGBA(255, 255, 255, .7);
    width: 450px;
    
}
.titles2
{
	font-size: 80px;
	font-weight: 700;
	color: white;
    line-height: 30px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
	padding: 25px;
   font-family: 'Anton', sans-serif;
    margin-top: 10px;
    transition-duration: 1s;
    background-color: RGBA(0, 0, 0, 0.41);
    width: 300px;
}
.btn-submit
{
    background: #FFD34E;
    border: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #333;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    border: 2px solid  #FFD34E;
}

.btn-submit:hover {
    background: #fff;
}
/****/
#cta-1
{
	padding: 40px 0px;
}
.cta-info
{
	border: 5px solid #FFD34E;
	padding: 40px 0px;
}
.cta-info h3
{
	font-size: 24px;
}
.dec-tec
{
	font-size: 34px;
}
/****/
#feature
{
	background-color: #f8f8f8;
}
.head-title
{
	color: black;
	font-size: 32px;
	font-weight: 700;
    background-color: RGBA(2, 246, 255, .7);
    width: 360px;
    padding: 8px;
    text-align: center;
}
.head-title1
{
	color: black;
	font-size: 32px;
	font-weight: 700;
    background-color: RGBA(233, 255, 0, .8);
    width: 360px;
    padding: 8px;
    text-align: center;
}
.botm-line
{
	background-color: #2b2b2b;
	width: 34px;
	height: 3px;
	display: inline-block;
}
.section-title:hover .botm-line
{
	width: 70px;
	/* For Safari 3.1 to 6.0 */
    -webkit-transition-property: width;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 1s;
    /* Standard syntax */
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
}
p
{
	color: black;
    font-size: 18px;
}
.icon {
    position: relative;
    height: 48px;
    width: 48px;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
}
.icono {
    position: relative;
    height: 48px;
    width: 48px;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
}
.icon i
{
	font-size: 35px;
    color:aqua;
}
.icono i
{
    font-size: 35px;
    color:yellow;
}
.icon-text {
    margin-left: 73px;
    padding:0px 25px 25px 0px;
}
h3.txt-tl {
    font-size: 24px;
    line-height: 1.35;
    color: black;
    
}
/****/
.parallax {
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center center;
}
.bg-image-2 {
    background: url('../img/colorful.jpg') no-repeat center fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 400px;
}
.section {
    position: relative;
    padding: 88px 0 67px 0;
    display: block;
}
.cta-txt h3 {
    
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 700;
    color: black;
}
.cta-txt p
{
	color: black;
}
/****/
.portfolio-box
{
	margin-bottom: 15px;
}
.padding-right-zero
{
	padding-right: 0px;
}
#contact
{
	background-color: #f8f8f8;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.black
{
	color: #000 !important;
	font-weight: 600;
}
.btn-send
{
	border-radius: 0px;
	color: #000;
	background-color: #FFD34E;
}
a, a:hover
{
	color: #FFD34E;
}
.cont-title
{
	font-size: 24px;
	padding:15px 0px;
    color: black;
}
.location-info p span {
    display: inline-block;
}
.location-info p span {
    width: 40px;
    font-size: 24px;
    color: black;
    vertical-align: middle;
}
.location-info p {
    margin-bottom: 5px;
}
.location-info p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.contact-icon-container {
    position: absolute;
    top: -38px;
    right: 0;
    padding-right: 20px;
    font-size: 320px;
    color: #555;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
/****/
#footer
{
	background-color: darkblue;
	padding: 20px 0px;
}
.footer-copyright {
    color: #fff;
    line-height: 32px;
    text-align: left;
}
.footer-social
{
	float: right;
}
.footer-social a {
    font-size: 18px;
    color: #666;
}
.link-dec, .link-dec:hover{
    color: #000;
}
.logo
{
    width: 60px;
    height: 60px;
    margin-top: -20px;
}
.message
{
    color: red;
}
nav
{
    height: 65px;
}
.titulo
{
  font-family: 'Gravitas One', cursive;
    font-size: 120px;
    color: white;
}
.fondo
{
    background: url(../img/background.jpg) no-repeat;
	background-size: cover;
	min-height: 599px;
}
.fondo1
{
    background: url(../img/boys.jpg) no-repeat center fixed;
	background-size: cover;
	min-height: 650px;
    margin-top: -10px;
}
.fondo2
{
    background-color: RGBA(0, 8, 255, 0.65)no-repeat center fixed;
    background-size: cover;
	min-height: 650px;
    margin-top: -10px;
}
.ima
{
    margin-top: 0px; 
    width: 320px; 
    height: 320px;
    transition-duration: 1s;
}
.let
{
    font-family: 'Dancing Script', cursive;
}
.nombres
{
    margin-top: 10px;
    padding-top: 100px;
    transition-duration: 1s;
}
.slogan
{
    margin-bottom: -10px;
}
.par p
{
    color: white;
    font-size: 35px;
    font-family: 'Francois One', sans-serif;
    background-color: RGBA(0, 8, 255, 0.65);
}
.par
{
    padding-top: 50px;
    padding-bottom: -30px;
    margin-top: 120px;
}
.par h3
{
    color: red;
    background-color: RGBA(255, 255, 255, .75);
    width: 600px;
    align-content: center;
}
.prom
{
    margin-top: 60px;
}
.prom h3
{
    font-size: 60px;
}
.req H3
{
    color: black;
    font-size: 25px;
    margin-bottom: 15px;
}
.requisit
{
    margin-bottom: -200px;
}
.menu
{
    color: darkblue;
}
.textos p
{
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Francois One', sans-serif;
    background-color: RGBA(255, 255, 255, .7);
    padding: 8px;
} 
.texto p
{
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Francois One', sans-serif;
    background-color: RGBA(255, 255, 255, .6);
}
.textoN p
{
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Francois One', sans-serif;
    background-color: RGBA(255, 255, 255, .6);
}
.texto h3
{
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Francois One', sans-serif;
    background-color: RGBA(2, 246, 255, .7);
}
.textoN h3
{
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Francois One', sans-serif;
    background-color: RGBA(233, 255, 0, .7);
}
.text
{
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: 'Francois One', sans-serif;
    background-color: RGBA(255, 255, 255, .7);
    padding: 10px;
}
.imagen
{
    height: 200px;
    width: 100%;
}

/****/
@media (min-width: 451px) and (max-width: 900px){
    .section-title{
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1024px)
{
    .ima
    {
        margin-top: 0px; 
        width: 320px; 
        height: 320px;
        transition-duration: 1s;
    }
    .title{
        font-size: 100px;
        margin-top: 20px;
    }
    .titles{
        font-size: 75px;
        font-weight: 700;
        line-height: 90px;
        letter-spacing: 4px;
        opacity: 1;
        text-transform: uppercase;
        padding: 25px;
        font-family: 'Anton', sans-serif;
        margin-top: -40px;
        transition-duration: 1s;
        width: 800px;
    }
    
}
@media (min-width: 20px) and (max-width: 450px){
    .navbar-toggle:hover, .navbar-toggle{
        background-color: #fff;
        color: #000;
    }
    .navbar-toggle{
        margin-top: 0px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
        background-color: rgba(255, 255, 255, 0.32);
        color: #000;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        background-color: rgba(255, 255, 255, 0.32);
        color: #FFD34E;
    }
    .top-title{
        font-size: 15px;
    }
    .title{
        font-size: 50px;
    }
    .titles{
        font-size: 39px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: 4px;
        opacity: 1;
        text-transform: uppercase;
        padding: 25px;
        font-family: 'Anton', sans-serif;
        margin-top: -40px;
        transition-duration: 1s;
        width: 100%;
    }
    .titles2{
        width: 300px;
        margin-bottom: 50px;
    }
    .sub-title{
        font-size: 20px;
        width: 100%;
    }
    .footer-copyright {
    text-align: center;
        align-content: center;
    }
    .padding-right-zero{
        padding-right: 15px;
    }
    .section-title{
        margin-bottom: 15px;
    }
    .cta-txt h3{
        font-size: 28px;
    }
    body{
        font-size: 14px;
    }
    h3.txt-tl{
        font-size: 20px;
    }
    nav
    {
        height: auto;
    }
    .ima
    {
        margin-top: -20px; 
        width: 220px; 
        height: 220px;
        margin-left: 20px;
        transition-duration: 1s;
    }
    .nombres
    {
        margin-top: 100px;
        padding-top: 120px;
        transition-duration: 1s;
    }
    .fondo1
    {
        margin-top: -100px;
        background-size: auto;
    }
    .par p
    {
        font-size: 20px;
    }
    .par h3
    {
        color: red;
        background: #fff;
        width: 300px;
        align-content: center;
    }
    .bg-image-2 
    {
        
        height: 200px;
        background-size: cover;
    }
    .prom
    {
        margin-top: -30px;
    }
    .requisit
    {
        margin-bottom: -150px;
    }
    .are
    {
        margin-bottom: 50px;
    }
    .main-header
    {
        background-position: center;
    }
    .fondo1
    {
        background: url(../img/yellow-17679.jpg) center fixed;
        background-position: center;
        min-height: 650px;
        margin-top: -100px;
    }
    .texto p
    {
        text-align: center;
        color: black;
        font-size: 20px;
        font-family: 'Francois One', sans-serif;
        background-color: RGBA(255, 255, 255, .8);
    }
    .texto h3
    {
        text-align: center;
        color: black;
        font-size: 20px;
        font-family: 'Francois One', sans-serif;
    }
    .textos p
    {
        text-align: justify;
        color: black;
        font-size: 20px;
        font-family: 'Francois One', sans-serif;
        background-color: RGBA(255, 255, 255, .8);
    }
    .btn-send
    {
        color: white;
        background-color: darkblue;
    }
    .requisit
    {
        margin-bottom: -100px;
    }
    .icono i
{
    font-size: 35px;
    color:darkblue;
}
    .textoN h3
{
    background-color: RGBA(8, 0, 255, .9);
    color: white;
}
    .head-title1
{
	color: white;
    background-color: RGBA(8, 0, 255, .9);
}
    
}
/****/