* {font-family: 'Montserrat', sans-serif; font-weight: 300;}

.blackout{height: 100%; background-color: black; padding: 0px 20px;}
.blackout12{height: 100%; background-color: black; padding: 0px 20px;}
.blackmate {background-color: #191919;}

.blackout1 {background-color: black; background-image: url("../images/back1.png"); }
.blackout2 {background-color: black; background-size: 50% 50%;}

.back00 {background-color: black; background-image: url("../images/back1.jpg"); }

.dad33 {height: 128%;}
.dad34 {height: 185%;}

.middle {width: 60%;}

.green1:hover {color: #bf0e20;}
.greenback {background-color: #C82B0C;}

.greentext {color: #adcd61; font-size: 24px; line-height: 11px;}

.linesix {width: 2px; height: 100px;}
.linesix4 {width: 100%; height: 100px;}
.linesixhe {width: 350px; height: 1px; margin-left: 500px; margin-top: -20px;}

.dom {margin-top: -90px; margin-left: 10px;}

.linesix1 {width: 400px; height: 2px; margin-left: 400px;}
.linesix2 {width: 100%; height: 2px; padding-left: 20px; padding-right: 20px;}
.linesix3 {width: 100%; height: 2px; padding-left: 20px; padding-right: 20px; background-color: #bf0e20;}

.dad {height: 60%;}
.dad1 {height: 30%;}

.space {letter-spacing: 9px;}
.space3 {letter-spacing: 19px;}
.space33 {letter-spacing: 22px;}
.space2 {letter-spacing: 15px;}
.space4 {letter-spacing: 4px;}  

.carousel .carousel-item > img {
  width: 200%;
}

.borderer {border: 1px solid; border-color: black; padding: 4px; font-size: 10px;}

.text1 {font-size: 16px;
    text-align: justify;
line-height: 30px;}

.texting {letter-spacing: 20px; padding-top: 20px; padding-bottom: 30px;}

.text12 {font-size: 14px;
    text-align: justify;
    text-justify: inter-word;}

 .text3 { margin-left: 30px; }

 .yellowout {background-color: yellow;}

 .moveit {margin-top: -320px;}


 .text2 {font-size: 25px;}

 .textjustify {padding: 40px; font-size: 14px;}
 .textjustify1 {padding: 20px; font-size: 14px;}

.top1 {margin-top: 120px;}
.top2 {margin-top: 70px;}
.top3 {margin-top: 30px;}
.top6 {margin-top: 90px;}

.bottom0 {padding-bottom: 25px;}

.pap {margin-left: -100px; 

    margin-bottom: 100px;}

.separador {height: 120px;}

.separador1 {height: 50px;}
.separador3 {height: 30px;}
.separador12 {height: 12px;}
.separador123 {height: 212px;}

.border {
	border-radius: .5px;
	border: solid;
	border-color: #ffee58;
}

.pad {padding: 0px;}

.top5 {margin-top: -30px; position: relative;
}

@media screen and (max-width: 500px) { 
    .med {font-size: 18px ;}

}

@media screen and (max-width: 750px) { 

    .carousel .carousel-item > img {
  width: 100%;}
  .pap {margin-left: 0px; margin-bottom: 0px;}

}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #D45E47;
    border: none;
    border-radius: 12px;
    color: white;
    padding: 8px 50px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: 10px;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}